source: subversion

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5582   18 months thomasb Update version strings and changelog for 0.7 (stable) release
(edit) @5581   18 months thomasb Update files listing with new localization file
(edit) @5580   18 months thomasb Add more plugin translations
(edit) @5579   18 months thomasb Add japanese translation by Tadashi Jokagi
(edit) @5578   18 months alec - Apply fix r5577 from trunk
(edit) @5577   18 months alec - Update killcache with new cache tables
(edit) @5576   18 months alec - Microoptimizations
(edit) @5575   18 months alec - More documentation + cleanup
(edit) @5574   18 months alec - Update plugin localizations from trunk
(edit) @5573   18 months alec - Update localization files list
(edit) @5572   18 months thomasb New skin: set list icons and toolbar buttons
(edit) @5571   18 months thomasb Fix syntax error in localization file
(edit) @5570   18 months thomasb Add translations from plugins
(edit) @5569   18 months thomasb Synchronized localization files from trunk
(edit) @5568   18 months thomasb Add localization files from mailing list submission
(edit) @5567   18 months thomasb Improve gettext exporter to correctly convert a single directory
(edit) @5566   18 months thomasb Update translations files from trunk
(edit) @5565   18 months thomasb Update localizations from mailing list submissions
(edit) @5564   18 months alec - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead
(edit) @5563   18 months alec - Remove deprecated global $IMAP variable usage (#1488148)
(edit) @5562   18 months alec - Add option to set default font for HTML message (#1484137)
(edit) @5561   18 months alec - Cleanup + perf. improvement (substr_count() is really fast!)
(edit) @5560   18 months thomasb Export localization files in gettext format
(edit) @5559   18 months thomasb Create folder for translations files exchange
(edit) @5558   18 months thomasb Fix newline handling in gettext export; add import script to read .po …
(edit) @5557   18 months alec - Fixed issues with big memory allocation of IMAP results, improved a lot …
(edit) @5556   18 months thomasb Name CC field with the commonly used label 'Cc'
(edit) @5555   18 months thomasb Remove unused code
(edit) @5554   18 months alec - Applied fixes from trunk up to r5553
(edit) @5553   18 months alec - Fix bug in pt_BR localization (#1488239)
(edit) @5552   18 months alec - pl_PL localization update
(edit) @5551   18 months alec - Fix label, add paragraph closing tag
(edit) @5550   18 months alec - Fix typos in handling support link label
(edit) @5549   18 months alec - da_DK localization update
(edit) @5548   18 months thomasb Remove vulnerable flash player
(edit) @5547   18 months thomasb Show attachment filename in page title
(edit) @5546   18 months thomasb Fix deletion of contacts from search results
(edit) @5545   18 months thomasb Backported r5544 to release branch
(edit) @5544   18 months thomasb Replace prompt() with jQuery UI dialog (#1485135)
(edit) @5543   18 months alec - Apply fixes from trunk up to r5542
(edit) @5542   18 months alec - Fix attaching files (broken with changes to _SESSIONcompose?) …
(edit) @5541   18 months thomasb Apply fixes r5539 and r5540 to release branch
(edit) @5540   18 months thomasb Fix saving of composite address fields without subtype
(edit) @5539   18 months thomasb Accept contact IDs as array or comma-separated string
(edit) @5538   18 months alec - Fix navigation in messages search results
(edit) @5537   18 months thomasb Fix gettext exporter
(edit) @5536   18 months thomasb Updated localization files from our dear translators
(edit) @5535   18 months alec - Reload UI after skin change
(edit) @5534   18 months thomasb Make errors look good in larry; add some chrome-specific styles
(edit) @5533   18 months thomasb New skin continued…
(edit) @5532   18 months thomasb New template object to control HTML doctype
(edit) @5531   18 months alec - Add $_SESSIONmailto? variable cleanup
(edit) @5530   18 months alec - Fix compose from addressbook, broken in r5521
(edit) @5529   18 months alec - Reset error flag when connecting to (another) database
(edit) @5528   18 months alec - Fallback to write-master when readonly database fails
(edit) @5527   18 months alec - Applied fixes from trunk up to r5526
(edit) @5526   18 months alec - Remove wrong check
(edit) @5525   18 months alec - Improved handling of some malformed values encoded with quoted-printable …
(edit) @5524   18 months alec - Fix issue where "S: Error: Success" was printed to debug log
(edit) @5523   18 months alec - Remove debug code from last commit
(edit) @5522   18 months alec - Fix so connection to LDAP will be properly closed
(edit) @5521   18 months alec - Simplified compose session data handling, no need for session->cleanup()
(edit) @5520   18 months alec - Remove unused result
(edit) @5519   18 months thomasb More work on new skin
(edit) @5518   18 months alec - Merge commit r5517 from trunk
(edit) @5517   18 months alec - Fix parse error from last commit (grrrrr, do tests before commit!)
(edit) @5516   18 months alec - Applied r5515 from trunk
(edit) @5515   18 months alec - Add possibility to do LDAP bind before searching for bind DN. In …
(edit) @5514   18 months alec - Applied fixes from trunk up to r5512
(edit) @5513   18 months thomasb Enable buttons having an inner <span> for better CSS styling capabilities
(edit) @5512   18 months alec - Set sizelimit of main search function for vlv_search to page_size. It …
(edit) @5511   18 months alec - Fix handling of empty <U> tags in HTML messages (#1488225)
(edit) @5510   18 months thomasb Convert to UTF-8
(edit) @5509   18 months thomasb Content filter for embedded attachments to protect from XSS on IE<=8 …
(edit) @5508   18 months alec - Fix identation
(edit) @5507   18 months thomasb Script to export Roundcube (PHP) localization files to gettext .po(t) …
(edit) @5506   18 months thomasb Improve check of attribute changes when updating a contact
(edit) @5505   18 months thomasb Fix saving of composite fields in LDAP
(edit) @5504   18 months thomasb Set (empty) value of member attribute when creating a new group
(edit) @5503   18 months alec - Close file tag (#1488214)
(edit) @5502   18 months alec - Reset messages list page when clicking on logo (#1487757)
(edit) @5501   18 months alec - Apply fix from trunk (r5500)
(edit) @5500   18 months alec - Fix get_realm() by removing debug code (shame on me)
(edit) @5499   18 months alec - Applied fixes from trunk up to r5498
(edit) @5498   18 months alec - Use strpos() instead of strstr() when possible (#1488211)
(edit) @5497   18 months alec - Fix handling HTML entities when converting HTML to text (#1488212)
(edit) @5496   18 months alec - Fix fit_string_to_size() renders browser and ui unresponsive (#1488207): …
(edit) @5495   18 months alec - Fix handling of invalid characters in request (#1488124)
(edit) @5494   18 months alec - Fix merging some configuration options in update.sh script (#1485864)
(edit) @5493   18 months alec - Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208)
(edit) @5492   18 months alec - Fix handling contact photo url with https:// prefix (#1488202)
(edit) @5491   18 months alec - Merge r5489 from trunk
(edit) @5490   18 months alec - Prevent from memory_limit exceeding when trying to parse big messages …
(edit) @5489   18 months alec - Add some debug and error handling around vlv_search
(edit) @5488   18 months alec - Unmark folder after unseen count has been changed to zero
(edit) @5487   18 months alec - gl_ES update (#1488205)
(edit) @5486   18 months alec - Performance improvements
(edit) @5485   18 months alec - Add possibility to add SASL mechanisms for SMTP in smtp_connect hook …
(edit) @5484   18 months alec - Mark folder as recent only when it contains unseen messages
(edit) @5483   18 months alec - Mark (with different color) folders with recent messages (#1486234)
Note: See TracRevisionLog for help on using the revision log.