summaryrefslogtreecommitdiff
path: root/program/js/app.js
AgeCommit message (Collapse)Author
2011-07-28- Fix errors when console is not defined (#1488010)alecpl
2011-07-27- Call ksearch_destroy() on ksearch_hide()alecpl
2011-07-26- Move console object initialization code into one placealecpl
2011-07-25- Added optional "multithreading" autocomplete featurealecpl
2011-07-21- Add comment about FF5 bug workaroundalecpl
2011-07-20- Add check for inArray() input to prevent error in Firefox 5alecpl
2011-07-19Add drop-target for root folder; fix row insertion when moving to a ↵thomascube
protected folder
2011-07-19- Add possibility to change autocomplete action namealecpl
2011-07-18Only load contacts list in main viewthomascube
2011-07-18Asynchronously load contacts after page loadthomascube
2011-07-08- Fix message delete button title when flag_for_deletion is enabledalecpl
2011-07-08Make autocompletion available for pluginsthomascube
2011-07-07- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)alecpl
2011-07-07- Added possibility to undo last contact delete operationalecpl
2011-07-06- Fixed issues related to creating contacts in source which isn't currently ↵alecpl
selected (#1487990)
2011-07-06- Don't send keep-alive request when system is busyalecpl
2011-07-05- Fix sorting of contact groups after group create (#1487747)alecpl
2011-07-05- Fix group commands state after extended search use, make this check ↵alecpl
readonly-flag aware
2011-07-04- Fix GCC errors and warnings (#1487988)alecpl
2011-07-04- Show loading icon event if upload_progress is enabledalecpl
2011-07-04- Add optional textual upload progress indicator (#1486039)alecpl
2011-07-02- Added addressbook source selector in contact create formalecpl
2011-07-01- Fix adding signatures (#1487965)alecpl
2011-06-30- Make sure upload form uses POST methodalecpl
2011-06-15- Add possibility to return subscription status and css class name for ↵alecpl
folder row from "folder_save" hook - Fix folder preview frame state after folder creation
2011-06-14- Added searching in all addressbook sources (global-search)alecpl
- Added addressbook source selection in contacts import
2011-06-05- Fix contacts import (#1487947)alecpl
2011-06-03Use address_template config when adding a new address block (#1487944)thomascube
2011-06-03- Added addressbook advanced searchalecpl
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalecpl
2011-06-01Add collected text labels in one single function callthomascube
2011-06-01- Add popup with basic fields selection for addressbook searchalecpl
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alecpl
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalecpl
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alecpl
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalecpl
2011-05-18- Fix saving collapsed_folders settingsalecpl
2011-05-16- Add option to set default action of Forward button to "Forward as attachment"alecpl
2011-05-16- Add extended command for saving prefsalecpl
2011-05-14- Fixed listmenu (added workaround for http://bugs.jquery.com/ticket/9284)alecpl
- Small code improvements and use preferred .prop() instead of .attr() for some properties
2011-05-13- Add forward-as-attachment featurealecpl
2011-05-05- Fix bug where messages were deleted instead moved to trash folder after ↵alecpl
Shift key was used (#1487902), small code improvements
2011-05-03- Enable multiselection for attachments uploading in capable browsers (#1485969)alecpl
2011-04-29- Fix a bug where selecting too many contacts would produce too large URI ↵alecpl
request (#1487892)
2011-04-27- Improve photo actions handling (set name of upload-photo, disable ↵alecpl
delete-photo according to photo existance), code cleanup
2011-04-25- Fix quota indicator in Webkitalecpl
2011-04-24- Remove cache buster from check-recent/keep-alive requests, it's already ↵alecpl
added by jQuery
2011-04-23 - Fix incorrect CSS class name call (.quota_text_normal to .quota_text_low)vbenincasa
- Small improvement in the look of quota indicator
2011-04-22- Fix update_contact_row() was setting wrong ID when newcid=nullalecpl
2011-04-21- Don't show ajax request errors when there is no real erroralecpl