Sean McArthur
39e034c351
ace editor style tweaks
...
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
fixes Bug 713891 - Cursor placement is a few pixels off from where expected when clicking on characters in the editor
2012-02-08 15:27:34 -08:00
Sean McArthur
9c48990d33
adding in some keyboard shortcuts
...
fixes Bug 694372 - Refactor and reintroduce keyboard events in Builder
2012-02-08 12:53:54 -08:00
Sean McArthur
9f55f7e244
converting add/fire/removeEvent to addListener/emit
2012-02-08 11:14:36 -08:00
Sean McArthur
1848a9b01d
fixing a log statement
2012-02-08 11:12:18 -08:00
Sean McArthur
92c66184cb
fixing a JS test to pass since new ABH api
2012-02-01 18:38:20 -08:00
Sean McArthur
c8c8354c3f
updating Shipyard - improved usage of Model.fields immensely
2012-02-01 18:38:03 -08:00
Sean McArthur
2ebf40f7ee
fixes Bug 720899 - Cannot open module files after dragging them to a new position in the Module file tree
2012-01-25 11:44:10 -08:00
Sean McArthur
47484a699d
fixes Bug 720900 - Public/Private Package properties toggle doesn't show roar message when changing to private
2012-01-24 18:24:25 -08:00
Sean McArthur
733ac937e7
fixes Bug 720466 - Unable to remove a module in the IDE
2012-01-23 13:19:55 -08:00
Sean McArthur
e2d4ed1e8a
fixes bug 720465 - adding libraries by clicking entry in autocomplete list fails
2012-01-23 13:00:13 -08:00
Sean McArthur
9f7deb3c18
setting up image for Attachment before Modal gets created
2012-01-20 12:03:15 -08:00
Sean McArthur
0e10db702f
modal.position() has become private, so switched to modal._position()
2012-01-20 11:50:04 -08:00
Piotr Zalewa
d25054b304
Merge pull request #108 from zalun/preparing_for_1.4
...
Preparing for 1.4
2012-01-20 07:17:28 -08:00
Sean McArthur
93f193c9a2
updating Shipyard, fixes node.nodeName error when dragging
2012-01-18 17:11:03 -08:00
Sean McArthur
b084af0c01
fixing Modal drag handles
...
fixes Bug 718976 - Can't select text in package Revisions/Properties pop-up menu
2012-01-18 12:25:20 -08:00
Sean McArthur
735cbecc23
adding window scroll position to Modal position, so it's always centered
...
fixes Bug 718971 - Dashboard delete confirmation appears outside visible browser area
2012-01-18 11:30:49 -08:00
Piotr Zalewa
a85d7ba8e8
Update after code review and fix in Addon Builder Helper
...
* no result needed
* toggleConsole debug removed
* debug removed - it started magically working after full system restart
2012-01-16 12:26:07 +01:00
Sean McArthur
f35213035d
improve feedback of BrowserID login process
...
* adding loading spinner to button while request in progress
* button shakes on failure
2012-01-13 15:08:10 -08:00
Sean McArthur
d5db7c9fb1
prevent "this.element is undefined" error sometimes in Autocomplete class
2012-01-13 14:29:46 -08:00
Sean McArthur
04c17e4dd0
fix in Shipyard for Storage class, which now properly retrieves falsy values, like 0.
...
fixes the offsets for Roar
2012-01-13 12:16:13 -08:00
Sean McArthur
84159ced14
minor tidying of variable names
2012-01-13 12:15:13 -08: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
fd1580996e
fixing clicking on div.truncate elements
2012-01-11 17:29:10 -08:00
Sean McArthur
3e2cf82dbf
binding forEach array to SelectElement context
...
this used to be the array of options, so it was setting array.selectedIndex = i, which does nothing.
2012-01-11 12:36:06 -08:00
Sean McArthur
e4d09fe5ef
fixes Search Sorting, getSelected() was undefined
2012-01-11 12:31:45 -08:00
Sean McArthur
b7542fa0a8
fixing File renaming bugs
2012-01-11 12:14:37 -08:00
Sean McArthur
85a8be377b
converting fireEvent to emit in FileTree
2012-01-11 12:05:22 -08:00
Sean McArthur
6cea6a3998
updating eliminate to unstore
2012-01-11 11:56:00 -08:00
Sean McArthur
c4cf1ccdec
upgrading dryice to correct version
2012-01-10 15:16:02 -08:00
Sean McArthur
656a0a4bc4
merging changes from 4b9ef82
2012-01-10 15:00:49 -08:00
Sean McArthur
946d47cd6b
adding a missing 'e' in /user/dashboard redirect
2012-01-10 14:58:38 -08:00
Sean McArthur
7cffaab869
fixing Edit Package set private button
2012-01-10 14:58:37 -08:00
Sean McArthur
e43afa6048
fix Search button, and send xhr=1
...
elements are now wrappers, so instead of input.value, we must use input.get('value')
2012-01-10 14:58:36 -08:00
Sean McArthur
131d6d5c90
fixing up errors Testing and Downloading Addons
2012-01-10 14:58:35 -08:00
Sean McArthur
cbdf6f6f74
fixes trees from saving state across sessions
2012-01-10 14:58:35 -08:00
Sean McArthur
d324014da6
upping Shipyard version
2012-01-10 14:58:34 -08:00
Sean McArthur
b03ab408a4
adding `active` field to File model
...
this fixes it so that creating a new file, which comes back with active:true, expands the folder it might be in
2012-01-10 14:58:33 -08:00
Sean McArthur
031cfac8c3
adding Observable.property hooks to Folder
2012-01-10 14:58:32 -08:00
Sean McArthur
da8c400efb
cleaning up stray mootoolsisms.
2012-01-10 14:58:31 -08:00
Sean McArthur
11e8266a8c
fixing autofocus on Modals
2012-01-10 14:58:30 -08:00
Sean McArthur
a17bf488e2
updating dryice for Shipyard
2012-01-10 14:58:29 -08:00
Sean McArthur
ad908f04ba
fixing spelling and scope bugs
2012-01-10 14:58:29 -08:00
Sean McArthur
9db86cc8de
removing [].contains calls
2012-01-10 14:58:28 -08:00
Sean McArthur
255769ad08
making all Modal's automatically have close buttons
2012-01-10 14:58:27 -08:00
Sean McArthur
03905a45f3
add csrftoken header back to browserid request
2012-01-10 14:58:26 -08:00
Sean McArthur
d23f0dcd5d
fixing shipyard apps to require flightdeck app also, so minifier bundles them together
2012-01-10 14:58:22 -08:00
Sean McArthur
f338b249a0
merging browserid work
2012-01-10 14:58:21 -08:00
Sean McArthur
2319371189
fixing Modal cancel buttons and pressing Esc
2012-01-10 14:58:20 -08:00
Sean McArthur
fd9cf4b7d8
updating dryice for shipyard building
2012-01-10 14:58:18 -08:00
Sean McArthur
0cae904d5a
adding "ace" and "ide/settings" to ignoreErrors
...
this will quiet the warning from shipyard_min
2012-01-10 14:58:16 -08:00