source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5001   22 months alec - Improve simple acl handling (rename Full to Other)
(edit) @5000   22 months alec - Improved partial ACL (in simple mode) handling/presentation
(edit) @4999   22 months alec - Fixed contact photos upload, moved code to separate file for better …
(edit) @4998   22 months alec - Remove function duplicate (from last commit)
(edit) @4997   22 months alec - Move rcmail_localize_folderpath() to main.inc
(edit) @4996   22 months alec - Improved detection of folder rename possibility and its handling
(edit) @4995   22 months alec - Simplified frame lock handling
(edit) @4994   22 months thomasb Fix parse error in IE6
(edit) @4993   22 months thomasb Update version strings in meta info
(edit) @4992   22 months thomasb Don't show session error message on logout
(edit) @4991   22 months thomasb Log session validation errors; keep error message when redirecting to …
(edit) @4990   22 months alec - Unify/add loading messages when "opening" a frame
(edit) @4989   22 months alec - Exclude edited folder from parent selector
(edit) @4988   22 months alec - Fix 'exceptions' parameter of rcmail_mailbox_select() to handle …
(edit) @4987   22 months alec - Fix 'sql' identifier for addressbook handling (#1488013)
(edit) @4986   22 months alec - Fixed search fields handling in quick-search
(edit) @4985   22 months alec - Fix: folder selector doesn't list unsubscribed folders, followup to …
(edit) @4984   22 months thomasb Delay window.print() on Safari browsers
(edit) @4983   22 months alec - Fixed bug where wrong folders hierarchy was displayed on folders listing
(edit) @4982   22 months alec - Fix errors when console is not defined (#1488010)
(edit) @4981   22 months alec - Performance fix: don't create addressbook object to close() it if it …
(edit) @4980   22 months alec - Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, …
(edit) @4979   22 months alec - Don't allow setting rights to yourself
(edit) @4978   22 months alec - Delay imap cache initialization, fixes problem with cache cleanup on …
(edit) @4977   22 months thomasb Move mail sending functions from mail task to core for general usage
(edit) @4976   22 months alec - Fix fallback to default source (#1488009)
(edit) @4975   22 months alec - Don't use default source if source id is specified in …
(edit) @4974   22 months alec - Fix source ID handling
(edit) @4973   22 months alec - Generate display name before record validation
(edit) @4972   22 months alec - Call ksearch_destroy() on ksearch_hide()
(edit) @4971   22 months alec - Fix IE9 detection (#1488008)
(edit) @4970   22 months alec - Fix "Identifier" issue when saving acl for username without @ sign
(edit) @4969   22 months thomasb Always show address book name if multiple books are configured; fix …
(edit) @4968   22 months alec - Unsubscribe from non-existing folders automaticly on folders listing
(edit) @4967   22 months alec - Another display name fix: don't store display name only if it equals to …
(edit) @4966   22 months alec - Move console object initialization code into one place
(edit) @4965   22 months alec - Fixed display name on contact lists
(edit) @4964   22 months alec - Use new argument type for rcmail.init_address_input_events()
(edit) @4963   22 months alec - Added optional "multithreading" autocomplete feature
(edit) @4962   22 months alec - Plugin API: Added 'config_get' hook
(edit) @4961   22 months thomasb Set cursor on jquery UI buttons according to the rest of Roundcube buttons
(edit) @4960   22 months alec - On contact copy check for existing record by name if email field is …
(edit) @4959   22 months alec - DOn't generate contact name here, it's not required
(edit) @4958   22 months alec - Add workarounds for Chrome 14 css issues (#1487996)
(edit) @4957   22 months thomasb Set CSS3 standards compilant box-shadow properties (for IE9); fix …
(edit) @4956   22 months thomasb Better message if copying was rejected due to existing entries
(edit) @4955   22 months alec -Described new configuration for last commit
(edit) @4954   22 months alec - Add possibility to search in other that ldap_public addressbook - Add …
(edit) @4953   22 months alec - Fix setting fieldmap and search fields, again
(edit) @4952   22 months alec - Hide autocomplete popup on Cancel/Save? action
(edit) @4951   22 months alec - Simplify undo message, add dots at the end of messages
(edit) @4950   22 months alec - Add 'searching' label (for user autocompletion)
(edit) @4949   22 months alec - Add comment about FF5 bug workaround
(edit) @4948   22 months alec - Round upload progress percentage value
(edit) @4947   22 months thomasb Update jquery UI to version 1.8.14
(edit) @4946   22 months alec - Add check for inArray() input to prevent error in Firefox 5
(edit) @4945   22 months alec -Make sure to remove row when adding row for entry that already exists
(edit) @4944   22 months alec -Fix handling of backspace and del key on acl table when form is active
(edit) @4943   22 months alec - Add user identifier autocomplete feature (LDAP only)
(edit) @4942   22 months alec - Improved parent folder selector
(edit) @4941   22 months thomasb Style changes for folder manager
(edit) @4940   22 months thomasb Added Italian localization for markasjunk plugin
(edit) @4939   22 months thomasb Just name mail 'Mail', it's that simple; Upddate changelog
(edit) @4938   22 months thomasb Add drop-target for root folder; fix row insertion when moving to a …
(edit) @4937   22 months thomasb Use more common name for e-mail
(edit) @4936   22 months alec - Add possibility to change autocomplete action name
(edit) @4935   22 months thomasb Only load contacts list in main view
(edit) @4934   22 months thomasb Asynchronously load contacts after page load
(edit) @4933   22 months thomasb Fix getting first writeable address book if no default is configured
(edit) @4932   22 months thomasb Small improvements and codestyle
(edit) @4931   22 months thomasb Filter LDAP groups by search query
(edit) @4930   22 months alec - Fix typos in de_CH and de_DE (#1487998)
(edit) @4929   22 months thomasb Also configure alias of new user if specified
(edit) @4928   22 months thomasb Fix ldap group members listing
(edit) @4927   23 months thomasb Make sure search_fields is array to work with latest version of rcube_ldap
(edit) @4926   23 months thomasb Improve IE hacks
(edit) @4925   23 months thomasb Session object can be null if db/memcache is not available
(edit) @4924   23 months alec - Plugin API: added folder_delete and folder_rename hooks
(edit) @4923   23 months alec - Add add_shutdown_function() method. Make possible to call user function …
(edit) @4922   23 months alec - Fix message delete button title when flag_for_deletion is enabled
(edit) @4921   23 months alec - Fix typo in comment
(edit) @4920   23 months thomasb Make autocompletion available for plugins
(edit) @4919   23 months alec - Make Undo action optional by setting undo_timeout=0
(edit) @4918   23 months alec - Remove testing code
(edit) @4917   23 months alec - Insert APC_UPLOAD_PROGRESS hidden field before file field (#1486039)
(edit) @4916   23 months alec - Added possibility to undo last contact delete operation
(edit) @4915   23 months alec Fix new_user_identity after some changes in rcube_ldap class (#1487758)
(edit) @4914   23 months alec - Fix infinite loop in tokenizeResponse() when server returns atoms with …
(edit) @4913   23 months alec - Fixed issues related to creating contacts in source which isn't …
(edit) @4912   23 months alec - Don't send keep-alive request when system is busy
(edit) @4911   23 months alec - Fix handling of other users namespace roots
(edit) @4910   23 months alec - Fix sorting of contact groups after group create (#1487747)
(edit) @4909   23 months alec - Added lost argument in delete_record() method
(edit) @4908   23 months alec - Remove debug code
(edit) @4907   23 months alec - Fix group commands state after extended search use, make this check …
(edit) @4906   23 months alec - Fix GCC errors and warnings (#1487988)
(edit) @4905   23 months alec - Fix lack of Cc and Reply-To headers on messages list, add them to …
(edit) @4904   23 months thomasb Cache information about writeble address sources for performance reasons
(edit) @4903   23 months alec - Show loading icon event if upload_progress is enabled
(edit) @4902   23 months alec - Add optional textual upload progress indicator (#1486039)
Note: See TracRevisionLog for help on using the revision log.