Confirmed users, Bureaucrats and Sysops emeriti
998
edits
No edit summary |
No edit summary |
||
Line 146: | Line 146: | ||
* <strike>Link underlines in HTML email don't match link colour (mconley)</strike>(Done March 6th) | * <strike>Link underlines in HTML email don't match link colour (mconley)</strike>(Done March 6th) | ||
* <strike>Fix YouSendIt recipients (currently pointing to dbienvenu) (mconley)</strike> (Done March 6th) | * <strike>Fix YouSendIt recipients (currently pointing to dbienvenu) (mconley)</strike> (Done March 6th) | ||
* <strike>Need to put Dropbox API key into production mode to increase testing exposure (bienvenu)</strike> | |||
* Saving as Drafts bugs | * Saving as Drafts bugs | ||
** Attachment not listed in bucket on attach and save on draft (bienvenu) | ** Attachment not listed in bucket on attach and save on draft (bienvenu) | ||
Line 188: | Line 189: | ||
* Improve activity feedback after manually authorizing in preferences dialog (mconley) | * Improve activity feedback after manually authorizing in preferences dialog (mconley) | ||
* Investigate using something other than the modal alert box on uploading/delete errors in the compose window | * Investigate using something other than the modal alert box on uploading/delete errors in the compose window | ||
* Fix layout for management panes on OSX | * Fix layout for management panes on OSX [https://bugzilla.mozilla.org/show_bug.cgi?id=736155 bug 736155] | ||
* Investigate weird behaviour with mixed attachment types | * Investigate weird behaviour with mixed attachment types | ||
** Observed weird behaviour is the normal attachments being renamed on the receiver end | ** Observed weird behaviour is the normal attachments being renamed on the receiver end | ||
Line 195: | Line 195: | ||
* Need to handle saving as draft and reloading drafts when there are cloud attachments. (bienvenu) | * Need to handle saving as draft and reloading drafts when there are cloud attachments. (bienvenu) | ||
* Switch from global attachment nsIObserver events to window-specific DOM events (squib) | * Switch from global attachment nsIObserver events to window-specific DOM events (squib) | ||
* Test that URL insertions happen in expected locations | * Test that URL insertions happen in expected locations [https://bugzilla.mozilla.org/show_bug.cgi?id=736055 bug 736055] | ||
* Use a better graphic to indicate "loading" in the main selected item panel in the preferences dialog when loading account information. | * Use a better graphic to indicate "loading" in the main selected item panel in the preferences dialog when loading account information. | ||
* Spinner doesn't give enough information. (Mar 9th) | * Spinner doesn't give enough information. (Mar 9th) | ||
** We can't determine upload progress using nsIRequestObserver, so satisfying this requirement would likely involve changing the nsIMsgCloudFileProvider interface, along with a bunch of our code. | ** We can't determine upload progress using nsIRequestObserver, so satisfying this requirement would likely involve changing the nsIMsgCloudFileProvider interface, along with a bunch of our code. [https://bugzilla.mozilla.org/show_bug.cgi?id=736169 bug 736169] | ||
* Some tests are missing. (As many as we can write before the deadline.) | * Some tests are missing. (As many as we can write before the deadline.) | ||
** A lot of the UI tests. | ** A lot of the UI tests. | ||
** No fake provider. | ** No fake provider. | ||
** Testing with accounts other than mconley's. | ** <strike>Testing with accounts other than mconley's.</strike> | ||
** External service starts sending garbage. | ** External service starts sending garbage. | ||
** We can't log in for some reason | ** We can't log in for some reason |