source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5803   16 months alec - Fix call to undefined method rcube_result_index::getElement()
(edit) @5802   16 months alec - Fix drafts update issues when edited from preview pane (#1488314)
(edit) @5801   16 months alec - Fix drafts update issues when edited from preview pane (#1488314)
(edit) @5800   16 months alec - Fix warning when default_folders setting is not an array
(edit) @5799   16 months thomasb More file type icons
(edit) @5798   16 months thomasb Move attachments list styles to common css file (to be used by other tasks …
(edit) @5797   16 months thomasb rcube_imap::update_cache() is used by some plugins
(edit) @5796   16 months thomasb Fix accidental private => protected replacement
(edit) @5795   16 months thomasb Let some room for the unread count bubble
(edit) @5794   16 months thomasb Also support /private/... annotation selectors
(edit) @5793   16 months alec - Handle ldap_public misconfiguration
(edit) @5792   16 months thomasb Add basic support for Larry skin
(edit) @5791   16 months thomasb Update license information in plugins
(edit) @5790   16 months alec - Fix call to undefined method rcube_imap::list_unsubscribed()
(edit) @5789   16 months thomasb Use <uri> value from package.xml to build download links in about screen; …
(edit) @5788   16 months thomasb Display priority in message headers block
(edit) @5787   16 months thomasb Changed license to GNU GPLv3+ with exceptions for skins and plugins
(edit) @5786   16 months thomasb Mention smtp ports 587 and 465 in config template
(edit) @5785   16 months alec - Fix incorrect function call (#1488310)
(edit) @5784   16 months alec - Replace create_attrib_string() with html::attrib_string()
(edit) @5783   16 months thomasb Use jquery UI to render the new user dialog
(edit) @5782   16 months thomasb Run imap_init plugin hook as deprecated hook; set $_SESSIONimap_host?
(edit) @5781   16 months thomasb Merged devel-framework branch (r5746:5779) back into trunk
(edit) @5780   16 months alec - Add addressbook name to debug output (#1488304)
(edit) @5779   16 months alec - Add megic get() method for backward compat.
(edit) @5778   16 months alec - Add imap_init hook for backward compat.
(edit) @5777   16 months alec - Add imap_init(), imap_connect(), and $imap object for backward compat.
(edit) @5776   16 months alec - Provide rcube_charset class with charset-related functionality
(edit) @5775   16 months thomasb Make sure message popups show at least 2sec; adjust message list column …
(edit) @5774   16 months thomasb Better menu style for Larry
(edit) @5773   16 months thomasb Adjust tabs style to Larry design
(edit) @5772   17 months alec - Remove redundant ldap_count_entries() call
(edit) @5771   17 months alec - Fix wrong variable name in rcube_ldap.php (#1488302)
(edit) @5770   17 months alec - Backported r5769 from trunk
(edit) @5769   17 months alec - Make mime type detection based on filename extension to be …
(edit) @5768   17 months alec - Remove executable flag
(edit) @5767   17 months alec - Improved performance by caching storage server's capabilities in session
(edit) @5766   17 months alec - CS fixes on method names in rcube_result_*
(edit) @5765   17 months alec - CS fixes
(edit) @5764   17 months alec - Use storage object
(edit) @5763   17 months alec - Rename imap_init hook to storage_init hook (with additional 'driver' …
(edit) @5762   17 months alec Removed externals
(edit) @5761   17 months alec - Fix possible infinite loop in build_thread_data()
(edit) @5760   17 months alec - Fix possible infinite loop in buildThreadData()
(edit) @5759   17 months alec - Added storage (IMAP) auto-connection feature = improved performance with …
(edit) @5758   17 months alec Removed globals $DB, $USER, $IMAP Added abstract class rcube_storage, a …
(edit) @5757   17 months alec - Applied fixes from trunk up to r5756
(edit) @5756   17 months alec - Added 0.7.1 to the list of versions
(edit) @5755   17 months alec - Fix failure on MySQL database upgrade from 0.7 - text column can't have …
(edit) @5754   17 months alec - Update changelog
(edit) @5753   17 months alec - Disable FOREIGN_KEY_CHECKS for update from 0.7
(edit) @5752   17 months thomasb Allow plugins to extend the vcard fieldmap for contact data
(edit) @5751   17 months thomasb Set list mode buttons after switching to another folder
(edit) @5750   17 months thomasb Added more icons for Larry
(edit) @5749   17 months thomasb Reflect threads expand status in css classes
(edit) @5748   17 months alec - Fixed edit/delete actions state after deleting table row …
(edit) @5747   17 months alec - Fix error when calling remove_row() on non-existing row
(edit) @5746   17 months alec - New branch for Roundcube Framework
(edit) @5745   17 months alec - Use proper class name
(edit) @5744   17 months alec - Fix PHP Fatal error: Call to private method rcube_imap::id2uid() …
(edit) @5743   17 months thomasb Tagging files for v0.7.1
(edit) @5742   17 months thomasb More translations from trunk
(edit) @5741   17 months thomasb Backported translation updates
(edit) @5740   17 months thomasb Updated translations from launchpad
(edit) @5739   17 months alec - Fix setting pagesizes (#1488295)
(edit) @5738   17 months thomasb Bump version
(edit) @5737   17 months thomasb Restore lost translations
(edit) @5736   17 months thomasb Migrate LDAP fieldmap fix from trunk
(edit) @5735   17 months thomasb Adjust spam folder icon size
(edit) @5734   17 months thomasb Display short headers in preview mode, with toggle to show all
(edit) @5733   17 months alec - Fix typo in timezone handling, more exception catching
(edit) @5732   17 months alec - Don't return 'unknown', use empty string, DateTime?* handle more …
(edit) @5731   17 months thomasb Handle DateTime? exceptions
(edit) @5730   17 months thomasb Avoid use of DateTime::getTimestamp()
(edit) @5729   17 months thomasb Avoid use of 5.2 functions (#1488292)
(edit) @5728   17 months thomasb Update changelog
(edit) @5727   17 months thomasb Reducing paddings in lists to save some vertical space
(edit) @5726   17 months thomasb Correctly align pagenav buttons
(edit) @5725   17 months thomasb Embed address book widget on compose screen
(edit) @5724   17 months thomasb Don't enable all compose commands right away
(edit) @5723   17 months thomasb Implement address book widget on compose screen
(edit) @5722   17 months thomasb Simplify
(edit) @5721   17 months thomasb Avoid dblclick events after 3rd click
(edit) @5720   17 months alec - Use new rcube_meme class
(edit) @5719   17 months alec - Backported r5718
(edit) @5718   17 months alec - Fixed bug where drag layer wasn't removed when dragging was ended over …
(edit) @5717   17 months thomasb Show additional popup dialog on error messages
(edit) @5716   17 months alec - Exclude MIME functionality from rcube_imap class into rcube_mime class
(edit) @5715   17 months alec - Backported r5713
(edit) @5714   17 months alec - Update timezone in user prefs too (#1488291)
(edit) @5713   17 months alec - Fix bug in handling of base href and inline content (#1488290)
(edit) @5712   17 months alec - Applied fixes from trunk up to r5711
(edit) @5711   17 months alec - Fix SQL Error when saving a contact with many email addresses (#1488286)
(edit) @5710   17 months alec - Fix possible ID duplication when adding filter rules very fast …
(edit) @5709   17 months alec - Fix displaying form warnings on contact save
(edit) @5708   17 months alec - Fix strict email address searching if contact has more than one address
(edit) @5707   17 months thomasb Use proper timezones from PHP's internal timezonedb (#1485592)
(edit) @5706   17 months alec - Backported r5704-r5705 from trunk
(edit) @5705   17 months alec - Remove duplicated 'organization' label (#1488287)
(edit) @5704   17 months thomasb Improve support for multiple composite address fields in LDAP directories
Note: See TracRevisionLog for help on using the revision log.