Piotr Zalewa
9402a256ed
Merge branch 'bug-729217-empty_full_name'
2012-02-22 18:46:55 +01:00
Piotr Zalewa
d913e064e2
* fix empty full_name in post_save
2012-02-22 18:44:11 +01:00
Piotr Zalewa
6bc994c3b1
Merge pull request #129 from seanmonstar/bug-706838-first_addon_template
...
a users first addon will use the template "js/first_addon.js"
2012-02-21 16:51:36 -08:00
Sean McArthur
63b2caf07f
adding SDK 1.5
2012-02-21 16:38:11 -08: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
c57f19124b
force the renderer to resize onblur
...
fixes Bug 676239 - cant see last line of cod e in builder when there are enough lines that vertical scroll bar is needed. last line it is covered by the horizontal scroll bar
2012-02-21 15:22:42 -08:00
Arron Schaar
5f449c8d52
Merge pull request #128 from seanmonstar/homepage_search_activity
...
switch the listed addons/libraries to use the Search Activity filter
2012-02-21 14:44:41 -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
26d0a4fad7
Merge pull request #125 from zalun/bug-725657-stderr_for_components_classes
...
* log the stderr if no xpi was built
2012-02-21 14:07:28 -08:00
Arron Schaar
0c73d9f49f
Merge pull request #126 from pennyfx/ex_catch
...
Make sure user is authenticated before adding to exception META dict
2012-02-21 14:07:14 -08:00
Arron Schaar
dddaa74b86
make sure user is authenticated before adding to exception META dict
2012-02-21 14:03:59 -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
13606b0986
Merge pull request #124 from pennyfx/ex_catch
...
Added current user information to exceptions
2012-02-21 13:56:13 -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
Arron Schaar
b9901d3252
added response.META['CURRENT_USER'] to exceptions
2012-02-21 13:25:36 -08:00
Sean McArthur
f2ce095670
long filenames get truncated with ellipsis
...
fixes Bug 664718 - usability issue to locate Rename,Delete options when there is lengthy filename
2012-02-21 10:52:07 -08:00
Sean McArthur
8b7906abba
Merge pull request #123 from zalun/bug-699402-history_of_the_private_addons
...
Bug 699402 history of the private addons
2012-02-21 10:02:34 -08: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
Sean McArthur
e19dc9fe80
allow middle click to close tabs
...
fixes Bug 721246 - Allow closing tabs with a middle click in the Add-on Builder
2012-02-21 09:25:53 -08:00
Sean McArthur
c38f42fcb9
if no modules are considered main, load the first module in the list
...
fixes Bug 722725 - Viewing library source, a file editor tab does not open
2012-02-21 08:53:08 -08:00
Sean McArthur
fa13c5f656
whitespace police
...
:retab
2012-02-16 12:48:43 -08:00
Sean McArthur
50e1fabe45
dont mark is_copying until after sanity checks are made
...
fixes Bug 727659 - Trying to copy, even after saving unsaved changes, is silently blocked
2012-02-16 12:48:42 -08:00
Sean McArthur
1e37b41181
prevent multiple properties modal from showing
...
fixes Bug 727827 - Multiple properties windows can be opened
2012-02-16 12:48:40 -08:00
Sean McArthur
1d31b08208
delete editPackageInfoModal property from fd() when modal is destroyed
...
fixes Bug 727622 - Updating Package properties then saving module changes throws js error
2012-02-16 12:48:39 -08:00
Piotr Zalewa
4cb8b957cc
log old style request
2012-02-16 21:47:17 +01:00
Piotr Zalewa
b1e2bafaee
log repackage request
2012-02-16 20:46:41 +01:00
Wil Clouser
1f73605e85
don't run this twice in prod
2012-02-15 14:49:04 -08:00
Sean McArthur
cb546697a0
only send 1 save request at a time
2012-02-15 12:49:01 -08:00
Arron Schaar
a7484ad46a
Merge pull request #122 from pennyfx/migration_fix
...
Added semi-colons to each line for migration 029
2012-02-15 11:35:10 -08:00
Sean McArthur
0f08f7f311
adding SDK 1.5rc2
2012-02-15 11:21:14 -08:00
Arron Schaar
4a9e13ad91
added semi-colons to each line
2012-02-15 11:18:33 -08:00
Arron Schaar
20db544f7d
Merge pull request #121 from pennyfx/broken_packages_fix
...
Broken packages fix
2012-02-14 15:49:37 -08: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
15ae4a0343
prevent firefox default save dialog for keyboard shortcuts
2012-02-14 11:24:44 -08:00
Arron Schaar
c6f92a64ad
Merge pull request #120 from pennyfx/ui3
...
Replaced builder-beta logo to final
2012-02-14 10:51:38 -08:00
Arron Schaar
f389f5513f
replaced builder-beta logo to final
2012-02-14 10:49:52 -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
e34fa26216
Merge pull request #118 from pennyfx/ui3
...
Fixed create new addon/library package dropdown hover
2012-02-13 17:35:51 -08:00
Arron Schaar
a899afbdde
fixed create new addon/library package dropdown hover
2012-02-13 17:31:54 -08: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
Piotr Zalewa
b13fffe176
it's the active field representing public, not public_permission
2012-02-13 21:22:56 +01:00
Piotr Zalewa
7d2085fc61
Merge pull request #115 from seanmonstar/bug-726126-broken_packages
...
Bug 726126 broken packages
2012-02-13 11:58:19 -08:00
Sean McArthur
8359afe5c2
let create error and rollback the transaction
2012-02-13 11:22:58 -08:00