summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
AgeCommit message (Collapse)Author
2011-08-08- Fix inserting autocomplete entry (with MT enebled)alec
git-svn-id: https://svn.roundcube.net/trunk@5027 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-06- Fix unlocking in abort_request() (#1488025)alec
git-svn-id: https://svn.roundcube.net/trunk@5026 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Don't call set_env() where it isn't requiredalec
git-svn-id: https://svn.roundcube.net/trunk@5024 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ↵alec
that a dot git-svn-id: https://svn.roundcube.net/trunk@5023 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Add abort_request() functionalec
git-svn-id: https://svn.roundcube.net/trunk@5021 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-04- Make that reset-search resets also pending searches alec
git-svn-id: https://svn.roundcube.net/trunk@5020 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Check current search value in ksearch_query_results() to prevent from ↵alec
wrong regexp replacement when it's empty git-svn-id: https://svn.roundcube.net/trunk@5019 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Add "loading" messages for contacts copying and groups assignmentalec
git-svn-id: https://svn.roundcube.net/trunk@5014 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Added confirmation dialog for contact group deleting + loading indicatoralec
git-svn-id: https://svn.roundcube.net/trunk@5003 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Simplified frame lock handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4995 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-31Fix parse error in IE6thomasb
git-svn-id: https://svn.roundcube.net/trunk@4994 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-30Log session validation errors; keep error message when redirecting to login ↵thomasb
after session error git-svn-id: https://svn.roundcube.net/trunk@4991 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-29- Unify/add loading messages when "opening" a framealec
git-svn-id: https://svn.roundcube.net/trunk@4990 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-28Delay window.print() on Safari browsersthomasb
git-svn-id: https://svn.roundcube.net/trunk@4984 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-28- Fix errors when console is not defined (#1488010)alec
git-svn-id: https://svn.roundcube.net/trunk@4982 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Call ksearch_destroy() on ksearch_hide()alec
git-svn-id: https://svn.roundcube.net/trunk@4972 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-26- Move console object initialization code into one placealec
git-svn-id: https://svn.roundcube.net/trunk@4966 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Added optional "multithreading" autocomplete featurealec
git-svn-id: https://svn.roundcube.net/trunk@4963 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-21- Add comment about FF5 bug workaroundalec
git-svn-id: https://svn.roundcube.net/trunk@4949 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-20- Add check for inArray() input to prevent error in Firefox 5alec
git-svn-id: https://svn.roundcube.net/trunk@4946 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-19Add drop-target for root folder; fix row insertion when moving to a ↵thomasb
protected folder git-svn-id: https://svn.roundcube.net/trunk@4938 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-19- Add possibility to change autocomplete action namealec
git-svn-id: https://svn.roundcube.net/trunk@4936 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-18Only load contacts list in main viewthomasb
git-svn-id: https://svn.roundcube.net/trunk@4935 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-18Asynchronously load contacts after page loadthomasb
git-svn-id: https://svn.roundcube.net/trunk@4934 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08- Fix message delete button title when flag_for_deletion is enabledalec
git-svn-id: https://svn.roundcube.net/trunk@4922 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08Make autocompletion available for pluginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4920 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-07- Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)alec
git-svn-id: https://svn.roundcube.net/trunk@4917 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-07- Added possibility to undo last contact delete operationalec
git-svn-id: https://svn.roundcube.net/trunk@4916 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fixed issues related to creating contacts in source which isn't currently ↵alec
selected (#1487990) git-svn-id: https://svn.roundcube.net/trunk@4913 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Don't send keep-alive request when system is busyalec
git-svn-id: https://svn.roundcube.net/trunk@4912 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-05- Fix sorting of contact groups after group create (#1487747)alec
git-svn-id: https://svn.roundcube.net/trunk@4910 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-05- Fix group commands state after extended search use, make this check ↵alec
readonly-flag aware git-svn-id: https://svn.roundcube.net/trunk@4907 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Fix GCC errors and warnings (#1487988)alec
git-svn-id: https://svn.roundcube.net/trunk@4906 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Show loading icon event if upload_progress is enabledalec
git-svn-id: https://svn.roundcube.net/trunk@4903 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
git-svn-id: https://svn.roundcube.net/trunk@4902 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-02- Added addressbook source selector in contact create formalec
git-svn-id: https://svn.roundcube.net/trunk@4901 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-01- Fix adding signatures (#1487965)alec
git-svn-id: https://svn.roundcube.net/trunk@4898 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-30- Make sure upload form uses POST methodalec
git-svn-id: https://svn.roundcube.net/trunk@4893 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Add possibility to return subscription status and css class name for ↵alec
folder row from "folder_save" hook - Fix folder preview frame state after folder creation git-svn-id: https://svn.roundcube.net/trunk@4856 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-14- Added searching in all addressbook sources (global-search)alec
- Added addressbook source selection in contacts import git-svn-id: https://svn.roundcube.net/trunk@4850 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-05- Fix contacts import (#1487947)alec
git-svn-id: https://svn.roundcube.net/trunk@4841 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03Use address_template config when adding a new address block (#1487944)thomasb
git-svn-id: https://svn.roundcube.net/trunk@4840 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-03- Added addressbook advanced searchalec
git-svn-id: https://svn.roundcube.net/trunk@4834 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Fix doubled encoding in save-pref request (#1487941), small code improvementsalec
git-svn-id: https://svn.roundcube.net/trunk@4826 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01Add collected text labels in one single function callthomasb
git-svn-id: https://svn.roundcube.net/trunk@4825 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-01- Add popup with basic fields selection for addressbook searchalec
git-svn-id: https://svn.roundcube.net/trunk@4823 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-31- Optimization for spellcheck_before_send: don't invoke new ajax request. ↵alec
While we already have mispellings, we can return them and enable spellchecker directly without querying the server again git-svn-id: https://svn.roundcube.net/trunk@4818 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Fix setting language for spellchecker on spellcheck_before_sendalec
git-svn-id: https://svn.roundcube.net/trunk@4817 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alec
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) git-svn-id: https://svn.roundcube.net/trunk@4793 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c