Sean McArthur
d47c9ec61c
fixing test
2012-03-07 16:01:51 -08:00
Sean McArthur
3ef2e5776e
common dependencies test
2012-03-07 15:50:19 -08:00
Piotr Zalewa
c341a037e7
Add a method to save utf8 safely to XML
...
Change the sanitize method for package description
2012-03-06 15:06:01 +01:00
Piotr Zalewa
f6d2b42d94
* test for saving packagerevision message with utf-8 characters
...
* preventing 500 for UnicodeEncode error and mailing if that happens to
admins. Unreproducable, happens for one user only
2012-02-28 20:44:08 +01:00
Sean McArthur
b16debfdca
changing save options menu to an image
2012-02-23 11:16:01 -08:00
Piotr Zalewa
e4d50e3b8d
* display the latest status name if not latest_uploaded
2012-02-22 23:23:30 +01:00
Sean McArthur
2e70761228
send Package.active to JS Package
2012-02-22 14:07:32 -08:00
Piotr Zalewa
5ae53e7c91
URL change to view add-on on AMO
2012-02-22 22:51:10 +01:00
Piotr Zalewa
6f6fb4d97d
Merge branch 'master' of github.com:mozilla/FlightDeck
...
Conflicts:
apps/jetpack/tests/package_tests.py
2012-02-22 18:50:37 +01:00
Piotr Zalewa
d913e064e2
* fix empty full_name in post_save
2012-02-22 18:44:11 +01:00
Sean McArthur
14fef29dbb
a users first addon will use the template "js/first_addon.js"
...
This includes an add-on that should work immediately, and has comments about each line, along with links to the related documenation.
fixes Bug 706838 - A user's first add-on should be a template from the Tutorial
2012-02-21 16:32:52 -08:00
Sean McArthur
8cafbe2d6c
Merge pull request #127 from seanmonstar/bug-710899-save_split_button
...
turns the Save button into a split-button
2012-02-21 14:15:13 -08:00
Sean McArthur
64b6f8cc6a
turns the Save button into a split-button
...
fixes Bug 710899 - Make save a split-button and move versioning to a modal
2012-02-21 14:03:52 -08:00
Piotr Zalewa
13e5d713d5
* log the stderr if no xpi was built
...
* test for "Components.classes" module
BTW
* remove the call to non-existing get_package_fullName method
2012-02-21 22:46:17 +01:00
Piotr Zalewa
d070de2ae9
https://bugzilla.mozilla.org/show_bug.cgi?id=699402
...
* Added can_view method to DRY check if user can view the package
* get_revisions views are checking if user can see them
BTW
* id_number changed error debug removed
2012-02-21 18:39:31 +01:00
Arron Schaar
1402416e36
removed debug statements
2012-02-14 15:46:38 -08:00
Arron Schaar
b86287eed8
removed debug statements
2012-02-14 15:45:26 -08:00
Arron Schaar
3690966e63
added db constraint for package name/authorid
2012-02-14 15:42:58 -08:00
Sean McArthur
78a4795c00
Merge pull request #119 from zalun/do_not_create_broken_packages
...
Do not create broken packages
2012-02-14 10:48:19 -08:00
Piotr Zalewa
0f6d3a6c5f
remove not allowed strings from package name
2012-02-14 17:25:20 +01:00
Arron Schaar
ea202c2d3e
Merge pull request #117 from pennyfx/id_number_fix
...
Added id_number increment code for when ValidationError is thrown
2012-02-13 16:49:00 -08:00
Arron Schaar
854bf30a66
added id_number increment code when ValidationError is thrown
2012-02-13 15:59:06 -08:00
Sean McArthur
728c6bc532
Merge pull request #116 from pennyfx/id_number_fix
...
Improved the way we get the last package id_number
2012-02-13 14:00:31 -08:00
Arron Schaar
5b19120dac
improved the way we get the last package id_number
2012-02-13 13:55:18 -08:00
Sean McArthur
571d711c86
Merge pull request #114 from zalun/bug-724255-private_addons_xpi
...
Bug 724255 private addons xpi
2012-02-13 12:26:29 -08:00
Sean McArthur
8359afe5c2
let create error and rollback the transaction
2012-02-13 11:22:58 -08:00
Sean McArthur
b353f492f3
wrap Package create in a transaction
2012-02-13 11:22:49 -08:00
Sean McArthur
3b29304931
log a warnirning when retrying Package.save with a new name
2012-02-10 14:36:33 -08:00
Sean McArthur
2835bc2399
Merge pull request #113 from zalun/bug-720309-no_commit_info_in_description
...
use package description only
2012-02-10 10:55:22 -08:00
Piotr Zalewa
268eb43e63
prevent from preparing the test for unpriviledged users
2012-02-10 12:09:12 +01:00
Piotr Zalewa
1089782c66
use package description
2012-02-09 13:41:22 +01:00
Sean McArthur
9e0ccaeb1a
reversing order of force_sdk arguments
2012-02-03 15:18:34 -08:00
Piotr Zalewa
859c0cc332
raise ValidationError if same Author/full_name
2012-02-02 11:29:11 +01:00
Sean McArthur
fbde6ab148
try to prevent validation errors when user clicks Create Addon too quickly
2012-01-30 12:25:18 -08:00
Sean McArthur
fbfd7a3692
removing FlightDeck.Browser.js, no longer exists
2012-01-30 12:24:06 -08:00
Piotr Zalewa
5c055ba92f
force SDK description updated
2012-01-28 01:01:15 +01:00
Piotr Zalewa
395187a496
prevent from excluding current SDK
2012-01-28 00:30:44 +01:00
Piotr Zalewa
546322839a
Add ability to exclude some SDKs from edit page
2012-01-27 23:02:50 +01:00
Piotr Zalewa
1480a5a215
remving the right dir
2012-01-26 21:11:00 +01:00
Piotr Zalewa
5bc269f216
copying the sdk to the subdir of the templfile
2012-01-26 20:54:55 +01:00
Arron Schaar
8b65a6e8f9
reverting elasticutils update
2012-01-25 14:38:53 -08:00
Arron Schaar
2e4616f072
Merge pull request #101 from pennyfx/es_update
...
Upgraded to the latest elasticutils and switched to the new SearchMixin
2012-01-24 16:26:24 -08:00
Piotr Zalewa
633aca272b
handle function refactored
2012-01-19 13:04:49 +01:00
Piotr Zalewa
1abae686b3
Added --useversion option as SDK 1.4 addon-kit and api-utils do not
...
specify version in the package.json
tests are run against addon-sdk-1.4
lowest approved SDK changed to 1.4 to prevent people from using 1.3
2012-01-17 13:14:39 +01:00
Piotr Zalewa
eefd0c7f85
ABH is asynchronous
...
Before we will push it live we need to have ABH 1.4 downloadable on AMO
* display a warning if ABH is not responding with an object containing `then`
* set the desired ABH number to 1.4
2012-01-13 14:38:59 +01:00
Sean McArthur
eecf269e83
creating a flightdeck app
2012-01-10 14:51:22 -08:00
Sean McArthur
8df57687fc
removing MooTools dependency for Tree
2012-01-10 14:51:12 -08:00
Piotr Zalewa
98c121506a
do not fail on errors
2012-01-10 19:09:41 +01:00
Piotr Zalewa
b56bef8ecd
Merge branch 'master' of github.com:mozilla/FlightDeck
2012-01-10 12:36:58 +01:00
Piotr Zalewa
0b2eab8252
new line after info
2012-01-10 12:35:46 +01:00