summaryrefslogtreecommitdiff
path: root/program/js/app.js
AgeCommit message (Collapse)Author
2011-09-23- Fix check if new search value contains old one and previous search was ↵alecpl
empty in autocomplete
2011-09-22- Small cleanup + fix: list contacts on when list object is foundalecpl
2011-09-22Fix compose command from other tasks than mail and address book; skip common ↵thomascube
request parameters
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alecpl
another folder (#1487752)
2011-09-22- Abort pending autocomplete requests when max entries found, small code ↵alecpl
improvements
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ↵thomascube
undelete operations
2011-09-21- Add notice on autocompletion that not all records were displayedalecpl
2011-09-21- Revert possibility to select contact with TAB key in autocompletion listalecpl
2011-09-20- Fix so TAB key stops autocompletion and jumps to next fieldalecpl
2011-09-20- Do not prepend '-- ' to signature if a line '-- ' already exists in signaturealecpl
2011-09-19Numbers are also allowed in action namesthomascube
2011-09-19Allow 'compose' commands from any taskthomascube
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alecpl
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page and browser tab) - Fix multiselection with Ctrl+Up/Down keys
2011-09-10- Followup last commit, trim subject text for titlealecpl
2011-09-10- Fix setting title for truncated subject in IE (#1487128)alecpl
2011-09-09- Don't select quick search input on init, Safari/Chrome is adding border to ↵alecpl
focused input, it doesn't look good on init
2011-09-08- Fix compacting folder resets message list filter (#1488076)alecpl
- Fix reset-search action so it resets list page number to 1
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-04- Fix all messages remain selected after moving all search results and ↵alecpl
clearing search (#1488066)
2011-09-02- Fix error in messages drag&drop action caused by r5146alecpl
2011-08-29Initialize GUI objects which are added after initthomascube
2011-08-29Really abort autocompletion when hitting Escapethomascube
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomascube
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomascube
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-22- Prevent from form submit with Enter key in file input fields in Internet ↵alecpl
Explorer
2011-08-22- Fix contact row update after name change when in searching mode, update ↵alecpl
changelog
2011-08-19- Improve setting upload form attributes, IE7 uses 'encoding' attribute ↵alecpl
instead of 'enctype'
2011-08-18- Fix photo links in contact edit formalecpl
2011-08-16- Add client-side checking of uploaded files sizealecpl
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ↵thomascube
contacts, this is done server-side
2011-08-08- Fix inserting autocomplete entry (with MT enebled)alecpl
2011-08-06- Fix unlocking in abort_request() (#1488025)alecpl
2011-08-04- Don't call set_env() where it isn't requiredalecpl
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ↵alecpl
that a dot
2011-08-04- Add abort_request() functionalecpl
2011-08-04- Make that reset-search resets also pending searches alecpl
2011-08-03- Check current search value in ksearch_query_results() to prevent from ↵alecpl
wrong regexp replacement when it's empty
2011-08-03- Add "loading" messages for contacts copying and groups assignmentalecpl
2011-08-02- Added confirmation dialog for contact group deleting + loading indicatoralecpl
2011-08-01- Simplified frame lock handlingalecpl
2011-07-31Fix parse error in IE6thomascube
2011-07-30Log session validation errors; keep error message when redirecting to login ↵thomascube
after session error
2011-07-29- Unify/add loading messages when "opening" a framealecpl
2011-07-28Delay window.print() on Safari browsersthomascube
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