From 186f3fa81f232344742b0a1c6313ec0744cbd651 Mon Sep 17 00:00:00 2001 From: yllar <yllar.pajus@gmail.com> Date: Fri, 30 May 2008 12:31:49 -0400 Subject: [PATCH] et_EE update --- CHANGELOG | 348 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 348 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4d3c603..16cc1bb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,356 @@ CHANGELOG RoundCube Webmail --------------------------- +2008/05/30 (alec) +---------- +- Support for subfolders in default/protected folders (#1484665) +- Disallowed delimiter in folder name (#1484803) +- Support " and \ in folder names + +2008/05/29 (alec) +---------- +- Polish localization folder renamed to pl_PL + +2008/05/28 (alec) +---------- +- Fixed sorting of folders with non-ascii characters + +2008/05/21 (alec) +---------- +- Localized pagetitle in Settings and Address Book + +2008/05/19 (alec) +---------- +- Fixed Mysql DDL for default identities creation (#1485070) + +2008/05/16 (alec) +---------- +- In Preferences added possibility to configure 'read_when_deleted', + 'mdn_requests', 'flag_for_deletion' options + +2008/05/15 (thomasb) +---------- +- Make IMAP auth type configurable (#1483825) +- Fix empty values with FROM_UNIXTIME() in rcube_mdb2 (#1485055) + +2008/05/15 (alec) +---------- +- Fix attachment list on IE 6/7 (#1484807) + +2008/05/12 (estadtherr) +---------- +- fix JavaScript in compose.html that shows cc/bcc fields if populated + +2008/05/12 (alec) +---------- +- Updated PEAR::DB package to version 1.7.13 + +2008/05/10 (alec) +---------- +- Make password input fields of type password in installer (#1484886) + +2008/05/09 (alec) +---------- +- Don't call CAPABILITY if was recieved as server's optional response + on connect (RFC3501 [7.1]) + +2008/05/08 (alec) +---------- +- Don't attempt to delete cache entries if enable_caching is FALSE (#1485051) +- Optimized messages sorting on servers without sort capability (#1485049) +- Option 'use_SQL_address_book' replaced by 'address_book_type' +- Corrected message headers decoding when charset isn't specified and improved + support for native languages (#1485050, #1485048) + +2008/05/07 (davidke/richs) +---------- +- Completed LDAP address book support so it can now write to an LDAP server. +- Expanded LDAP configuration options to support LDAP server writes. +- Modified config/main.inc.php.dist: + New Option: $rcmail_config['use_SQL_address_book'] + Changed Option: $rcmail_config['ldap_public']['Verisign'] + +2008/05/05 (alec) +---------- +- Installer: encode special characters in DB username/password (#1485042) +- Do charset conversion also for from/to column on messages list +- Fix management of folders with national characters in names (#1485036, #1485001) + +2008/05/02 (alec) +---------- +- Updated MDB2 package to version 2.5.0b1 +- Updated MDB2 pgsql, mysql, mysqli, sqlite drivers to version 1.5.0b1 +- Updated MDB2 mssql driver to version 1.3.0b1 +- Fixed identities saving when using MDB2 pgsql driver (#1485032) + +2008/05/01 (alec) +---------- +- Fix BCC header reset (#1484997) + +2008/04/30 (thomasb) +---------- +- Introduce new application class 'rcmail' and get rid of some global vars + +2008/04/29 (alec) +---------- +- improved messages list performance - patch from Justin Heesemann + +2008/04/23 (alec) +---------- +- Append skin_path to images location only when it starts + with '/' sign (#1484859) + +2008/04/20 (estadtherr) +---------- +- fix parse_attrib_string to handle unquoted values, which fixes + display issues with HTML messages that do not quote attributes + +2008/04/17 (alec) +---------- +- Fix IMAP response in message body when message has no body (#1484964) +- Updated PEAR::Auth_SASL to 1.0.2 +- Fix non-RFC dates formatting (#1484901) + +2008/04/16 (estadtherr) +---------- +- Fix mail sending with new TinyMCE + +2008/04/16 (alec) +---------- +- Fix typo in set_charset() (#1484991) +- Decode entities when inserting HTML signature to plain text message (#1484990) + +2008/04/15 (estadtherr) +---------- +- HTML editing is now working with PHP5 updates and TinyMCE v3.0.6 +- fix signature loading on Windows (#1484545) +- add language support to HTML editing (#1484862) + +2008/04/15 (alec) +---------- +- Fix remove signature when replying (#1333167) +- Fix problem with line with a space at the end (#1484916) +- Don't send set_env() in ajax response when env array is empty +- Fix <!DOCTYPE> tag filtering (#1484391) +- Fix <?xml> tag filtering (#1484403) + +2008/04/14 (alec) +---------- +- Added sections (fieldset+label) in Settings interface + +2008/04/12 (alec) +---------- +- Fixed and optimized 'read_when_deleted': mark as read on server side + in one action when marking as deleted, fixed js bugs when deleting + from message preview page + +2008/04/12 (thomasb) +---------- +- Changed codebase to PHP5 with autoloader +- Added some new classes from devel-vnext branch + +2008/04/11 (alec) +---------- +- Mark as read in one action with message preview (#1484972) +- Delete redundant quota reads (#1484972) +- Add options for empty trash and expunge inbox on logout (#1483863) + +2008/04/10 (alec) +---------- +- Add rows highlighting in onmousemove on ksearch list +- Remove lines wrapping when displaying message +- Fix month localization +- Do ob_start/ob_end_clean when reading config files (#1484624) +- Fix debug (ajax) console + +2008/04/02 (alec) +---------- +- Updated timezones list (#1484908) +- Fix design in Settings (#1484799) +- Fix deleting messages after clicking on "All" (#1484838) +- Fix sorting o0f message list when default folder is empty (#1484317) +- Fix creating a new folder w/a comma in its name (#1484681) + +2008/04/01 (thomasb) +---------- +- Fix Enter problem on login (#1484839) +- Make the http-received header in outgoing mails configurable + +2008/03/30 (till) +---------- +- Fix Firefox problem with ob_gzhandler (#1484932) +- Improve message previewpane - less loading (#1484316) + +2008/03/28 (thomasb) +---------- +- Disable installer by default; add config option to enable it again + +2008/03/24 (till) +---------- +- Don't send mark requests for already marked messages (#1484906) +- Fix "quote inside a quote" (#1484783) + +2008/03/23 (till) + +- Applied patch to strip newlines from headers (#1484811) +- Applied patch to trim login (#1484231) +- Added robots.txt +- Fix attachment problem when restoring saved draft without body (#1484506) +- Fix call to undefined function decrypt_passwd() + +2008/03/21 (thomasb) +---------- +- Add configurable default charset for message decoding +- Applied patch to fix mime decoding an folder subscription (#1484191) +- Applied patch to correctly quote email recipient strings (#1484191) +- Fix wrong charset aliases (#1484818 and #1484598) +- Remove hard-coded size of logo image (#1484378) +- Strip slashes from virtuser email values (#1484700) +- Fixed message part window display in IE6 (#1484610) + +2008/02/28 (thomasb) +---------- +- Fix folder adding/renaming inspired by #1484800 +- Applied patch by Emanuele Rocca to make LDAP filters work with or without brackets +- Fix quirky message selection +- Completed installer + +2008/02/20 (thomasb) +---------- +- Localize folder name in page title (#1484785) +- Fix code using wrong variable name (#1484018) +- Allow to send mail with BCC recipients only +- Remove MDN headers before saving in sent folder + +2008/02/12 (estadtherr) +---------- +- fix switching between HTML/plain composing (#1484752) +- condense TinyMCE toolbar down to one line, removing table buttons (#1484747) +- fix image removal in message display when message HTML includes JS event handlers + +2008/02/11 (thomasb) +---------- +- Add function to mark the selected messages as read/unread (#1457360) +- Also do charset decoding as suggested in RFC 2231 (fix #1484321) +- Show message count in folder list and hint when creating a subfolder + +2008/02/08 (thomasb) +---------- +- Distinguish ssl and tls for imap connections (#1484667) +- Added some charset aliases to fix typical mis-labelling (#1484565) + +2008/02/07 (thomasb) +---------- +- Remember decision to display images for a certain message during session (#1484754) +- Truncate attachment filenames to 55 characters due to an IE bug (#1484757) +- Fix size of the attachment preview frame (#1484758) + +2008/02/05 (thomasb) +---------- +- Fix regular expression for checking e-mail address (#1484710) +- Make sending of read receipts configurable +- Respect config when localize folder names (#1484707) +- Applied patch for updating page title (#1484727, #1484650) +- Applied patch to prevent from purging inbox by uberlinuxguy (#1484449) +- Applied patch to prevent bad header delimiters (#1484751) +- Also send search request when deleting a contact (#1484620) +- Add CSS hack for Safari + +2008/02/02 (thomasb) +---------- +- Always update $CONFIG with user prefs (#1484729) +- Don't ask for MDN confirmations on drafted messages (#1484691) +- Also respect receipt and priority settings when re-opening a draft message + +2008/01/31 (robin) +---------- +- Remember search results (closes #1483883), patch by the_glu + +2008/01/08 (tomekp) +---------- +- add he (Hebrew) localization (#1484713) + +2008/01/08 (tomekp) +---------- +- update fr localization + +2008/01/04 (tomekp) +- purge kur_KU because it has no messages translation +- bump copyright for all localization files + +2007/12/31 (tomekp) +---------- +- update es localization + +2007/12/28 (tomekp) +---------- +- update mk localization + +2007/12/27 (tomekp) +---------- +- update se localization + +2007/12/13 (robin) +---------- +- Add Received header on outgoing mail + +2007/12/10 (estadtherr) +---------- +- Upgrade to TinyMCE 2.1.3 +- Allow inserting image attachments into HTML messages while composing (#1484557) + +2007/12/10 (thomasb) +---------- +- Delegate user-stuff to new class rcube_user +- Implement Message-Disposition-Notification (Receipts) + +2007/12/05 (tomekp) +---------- +- update bg, uk localization + +2007/12/04 (tomekp) +---------- +- update bg localization + +2007/11/25 (thomasb) +---------- +- Applied UID fetch patch by Glen Ogilvie +- Applied patch for correct Postgres instructions from ticket #1484674 +- Fix overriding of session vars when register_globals is on (#1484670) +- Fix wrong Postgres setup instructions in INSTALL (#1484674) +- Fix bug with case-sensitive folder names (#1484245) +- Don't create default folders by default +- Added Georgian localization by Zaza Zviadadze +- Updated Russian localization +- Fixed some potential security risks (audited by Andris) +- Only show new messages if they match the current search (#1484176) + +2007/11/20 (tomekp) +---------- +- add Korean (kr) localization + +2007/11/14 (tomekp) +---------- +- update id_ID localization + +2007/11/06 (thomasb) +---------- +- Switch to/from when searcing in Sent folder (#1484555) +- Correctly read the References header (#1484646) +- Unset old cookie in before sending a new value (#1484639) +- Correctly decode attachments when downloading them (#1484645 and #1484642) + +2007/10/22 (tomekp) +---------- +- update ru, eo localizations + +2007/10/17 (thomasb) +---------- +- Make message listing less error prone + 2007/10/10 (thomasb) ---------- +- Suppress IE errors when clearing attachments form (#1484356) - Set preferences field in user table to NULL (#1484386) - Log error when login fails due to auto_create_user turned off - Update UPGRADING instructions -- Gitblit v1.9.1