summaryrefslogtreecommitdiff
path: root/program/js/app.js
AgeCommit message (Expand)Author
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-03-09- messages list performance: build subject link on client sidealecpl
2010-03-07- Last commit fixalecpl
2010-03-07- Fix sig replacement (#1486538) + fix checking for separator existance in sigalecpl
2010-03-04- Don't open first section in Preferences: makes behaviour consistent with th...alecpl
2010-03-04Changed signature separator when top-posting (#1486330)thomascube
2010-03-03Remember search modifiers in user prefs (#1486146) + bring back the old defaultsthomascube
2010-03-02No more case-insensitive folder name comparisonsthomascube
2010-03-02Fix checking for new mail (#1485794)thomascube
2010-02-22- Fix email address auto-completion shows regexp pattern (#1486258)alecpl
2010-02-02- Fix folder rename/delete buttons do not appear on creation of first folder ...alecpl
2010-01-26Import contacts into the selected address book + set button states accordinglythomascube
2009-12-08- fix console log msg for GET requestsalecpl
2009-12-04- fix unintentional adding signatures with html mode and autoaddsignature=nev...alecpl
2009-12-03- fix last commitalecpl
2009-12-03- Fix displaying nested message parts (#1486246)alecpl
2009-11-03Cleanup top-posting feature (sorry, there are again some new texts)thomascube
2009-11-02More options for top posting feature (#1484272) using patch from Phil Weirthomascube
2009-11-02- top posting (#1484272)alecpl
2009-10-24- fix default quota image heightalecpl
2009-10-24- Fix quota indicator issues by content generation on client-sizealecpl
2009-10-24- don't call focus() on html editor (#1486238)alecpl
2009-10-23- Don't display disabled sections in Settings (#1486099)alecpl
2009-10-06- Fix newly attached files are not saved in drafts w/o editing any text (#148...alecpl
2009-10-06Hold attachment info in a js list in order to simplify things + codestylethomascube
2009-10-05- fix upload errors handling in Operaalecpl
2009-10-04- Added an alert message when uploading still in progress and the user tries ...vbenincasa
2009-10-03- Reapply r3004 undone in r3011vbenincasa
2009-10-03- remove test codealecpl
2009-10-03- Added attachment upload indicator with parallel upload (#1486058)alecpl
2009-10-01- Fix return to first page from e-mail screen (#1486105)alecpl
2009-09-23- sorting by message index - added 'index_sort' option (#1485936)alecpl
2009-09-22- don't change case of autocomplete search to lower (per discussion for #1485...alecpl
2009-08-29- Fix LDAP contact update when RDN field is changed (#1485788)alecpl
2009-08-27Reset pressed buttons on next click (#1485987)thomascube
2009-08-27Reload settings page if language was changedthomascube
2009-08-12Tweak settings page: align with tab list, remove that single advanced option ...thomascube
2009-08-03- Re-designed User Preferences interfacealecpl
2009-07-31- Added 'display_next' optionalecpl
2009-07-29- fix preloading images without defined source alecpl
2009-07-24Improve button capabilitiesthomascube
2009-07-24Register button event handlers in javascript and save some html codethomascube
2009-07-23- removed hardcoded 'compose-body' identifier (#1485996)alecpl
2009-07-21Also protect GET request from CSRFthomascube
2009-07-21Use global request tokens and automatically protect all POST requeststhomascube
2009-07-17- use lowercase in html tag names (to make switch to xhtml simpler in the fut...alecpl
2009-07-01- call tinyMCE.triggerSave() before form submit (#1485860)alecpl
2009-06-29- fix text input style by setting its typealecpl
2009-06-20- minimize autocomplete requestsalecpl
2009-06-20- one hasClass check lessalecpl