From 7122ea49871e442d395ab06d42a5e95def33b201 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 7 Dec 2008 13:37:59 -0700 Subject: [PATCH] Add old DIMP/MIMP changelogs. --- imp/docs/CHANGES | 332 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 332 insertions(+) diff --git a/imp/docs/CHANGES b/imp/docs/CHANGES index 3bb68de56..d6c1c568b 100644 --- a/imp/docs/CHANGES +++ b/imp/docs/CHANGES @@ -10,6 +10,11 @@ v5.0-cvs [mms] Use Horde_Imap_Client as the IMAP library in IMP. [mms] DIMP and MIMP have been moved into IMP. [mms] Allow all parts in a message to be displayed (Bug #1866). +[jan] Re-add access keys (DIMP). +[mms] Quota template has been moved inside of base include file (DIMP). +[mms] Added an alerts log (Request #7173) (DIMP). +[mms] Added support to access IMP's Virtual Folders (DIMP). +[mms] Shift-drag for messages will copy instead of move (DIMP). [mms] Only support FCKeditor as GUI HTML editor. [mms] Strip extra 'Fwd' and 'Re' cruft from subject line when replying to or forwarding a message. @@ -2164,3 +2169,330 @@ Fixed multiple append trailer/footer bugs. Localized the setup.php3 process. Updated lynx pages so lynx works again with IMP + + +================== +OLD DIMP CHANGELOG +================== + +---------- +v1.1.1-cvs +---------- + +[mms] Display quota on startup (Bug #7718). +[jan] Fix portal link text in tab bar (Bug #7719). +[mms] Fix portal display in IE (Bug #7398). +[mms] Correctly show 'To' header when doing searches in sentmail and drafts + mailboxes (Bug #7650). + + +---- +v1.1 +---- + +[jan] Show spam and ham buttons according to IMP's configuration. + + +-------- +v1.1-RC2 +-------- + +[mms] Allow DIMP to work without cookies. +[mms] Update quota at same time folders are polled (Request #7254). +[mms] Fix logout link when session has timed out. +[mms] Add caching of preview messages. +[mms] Catch unwanted keypress submits in the compose screen (Bug #7162). +[mms] UI enhancement to indicate that RTE component is loading. +[mms] Correctly close popup compose windows when opened from a page other than + the base DIMP page. +[mms] Remove border from iframe on IE (Bug #7136, + benjamin.kostner@tirol.gv.at). + + +--------------------------------- +v1.1-RC1 (released as v1.0.1-RC1) +--------------------------------- + +[mms] Improved dynamic resizing of page elements on IE 6. +[mms] Add arrow buttons to message list scrollbar. +[jan] Add Brazilian Portuguese translation (Luis Felipe Marzagao + , Eduardo de Carli ). +[mms] Correctly apply filters to INBOX if 'filter_on_display' pref is true. +[mms] Update drafts folder in mailbox list if saving draft. +[mms] Fixes to allow Opera 9.5 to display correctly. +[mms] Fix mousewheel on Safari. +[mms] Use correctly formatted signature when replying from a popup message + window (Bug #6932). +[mms] Allow multiple compose/message popup windows to be open (Request #6915). +[mms] Double clicking splitbar returns preview window to default size. +[mms] Highlight search matches if the search criteria is displayed in the + mailbox screen. +[mms] Add ability to move folders to base level (Request #6881). +[mms] Add ability to move folders via drag/drop (Request #6347). +[mms] Use new drag/drop library to handle message and splitbar drags. +[mms] Only capture bare PGUP/PGDOWN keypresses in mailbox view (Bug #6854). +[mms] Honor Horde's 'sidebar_width' preference (Request #6793). +[mms] Fix right-click behavior on Firefox/Mac (Bug #6760). +[mms] Add hover effect to checkboxes in mailbox listing. +[jan] Improve design of message list scrollbar. +[mms] Fix error when purging deleted messages. +[mms] Fix issues with adding user-defined JS using the previewview hook + (Carlos Pires ). +[mms] Fix loading viewport slice in background when scrolling up. + + +---- +v1.0 +---- + +[mms] Add checkboxes to message list. +[mms] Update poll count in destination folder when moving messages. +[jan] Add Silver Surfer theme. +[cjh] Update the dock badge with Inbox unread counts if using Fluid. +[jan] Add Slovak translation (Martin Matuška ). + + +-------- +v1.0-RC3 +-------- + +[mms] Use IMP's configuration for javascript editors and CSS/JS caching. +[mms] Make fckeditor add BR tag instead of P tag on enter keypress. +[mms] Make xinha add BR tag instead of P tag on enter keypress (Mozilla only). +[mms] Add Special Characters to compose screen, if configured. +[jan] Allow users to set the HTML editor toolbar buttons in their preferences. +[jan] Add Spanish translation (Manuel P. Ayala ). +[mms] Add "Reply to List" option. +[jan] Add Russian translation (Alexey Zakharov ). +[jan] Add Hungarian translation (Laszlo L. Tornoci ). + + +-------- +v1.0-RC2 +-------- + +[mms] Add preference to identify screen to load on login (Request #6028). +[jan] Add Finnish translation (Leena Heino ). +[mms] Add configuration option to disallow searching all mailboxes. +[mms] Auto-resize address inputs in compose screen. +[mms] Add hook for adding formatting information to a message list row + (Request #5234). + + +-------- +v1.0-RC1 +-------- + +[mms] Add arrival sort option. +[jan] Add Lithuanian translation (Vilius Sumskas ). +[jan] Add hook for e-mail address formatting. +[jan] Add option to load custom CSS files. +[jan] Load all applications' CSS files in the portal (Bug #5831). +[mms] Convert to a cross-browser compliant scrollbar in the message list. +[jan] Move all DIMP-specific hook examples from Horde's config/ directory. +[mms] Fix errors when assuming US-ASCII with broken messages. +[jan] Add French translation (Thierry Thomas ). +[jan] Add Italian translation (Nethesis srl ). +[jan] Add Japanese translation (Hiromi Kimura ). +[mms] Add support for sending Message Disposition Notifications (RFC 2298). +[mms] Add ability to poll folders from context menus. +[mms] Add bcc addresses when tying to an identity. +[mms] On initial login, allow INBOX to load in background. +[mms] Honor IMP's 'compose_cursor' preference. +[mms] Add purge deleted button (Request #5561). +[mms] Only scroll folder list when dragged messages are directly above or + below the list. +[mms] Fix nested folder positioning problems in IE. +[mms] Fix message list generation when using the Horde JSON encoder + (Bug #5604, vokac@kmlinux.fjfi.cvut.cz). +[cjh] Fix switching signatures when using HTML composition (Bug #5594). + + +---------- +v1.0-ALPHA +---------- + +[jan] Add preferences interface. +[jan] Allow loading of any applications from the menu. +[jan] Add Polish translation (Tadeusz Lesiecki , Piotr + Tarnowski ). +[mms] Inline PHP-generated javascript to avoid cross-domain leaking + (Bug #5307). +[jan] Add quota bar. +[jan] Allow to add custom menu items. +[jan] Add blacklist, whitelist, and ham buttons. +[mms] Add FCKeditor as a supported javascript HTML editor. +[mms] Add configuration file for portal blocks. +[mms] Implement full mailbox list caching on browser. +[mms] Mailbox changes on IMAP actions are now handled in a single call to the + server. +[mms] Use a unique IMAP cache identifier to check for new messages in mailbox. +[mms] Add asynchronous upload of attachments. +[mms] Clicking Get Mail now does a Fetch Mail check also. +[mms] Added support for keyboard shortcuts (Request #5139). +[mms] No need for separate DraggableMail implementation - simply extend + scriptaculous' dragdrop.js as needed. +[mms] No need for separate HTML load on IE for storing history (Request #4693). +[mms] Load folder list through an AJAX call. +[mms] Cache mailbox listings. +[jan] Add Traditional Chinese translation (David Chang ). +[mms] Add hook to allow manipulation of message text. +[jan] Add Dutch translation (Jan Kuipers ). +[mms] All javascript now in static javascript files. +[mms] All folder tree generation done in javascript. +[mms] Use faster DOM ready technique for window.onload() (Request #4470). +[mms] Add undelete option to context menu (Request #3190). +[mms] DimpCore.js.php is now available to be cached on the browser side. +[mms] Allow user defined headers to be displayed in message view. +[mms] Allow shift-select through multiple views. +[jan] Add links to address book popup to compose view. +[mms] Removed tooltip previews. +[mms] Fix updating unseen message status in folder list. +[mms] Honor IMP's spam reporting configuration parameter (Bug #3971). +[cjh] Load IMP's preferences in the ContactAutoCompleter so all address + books are searched (Bug #3810). +[mms] Fix spellcheck UI when in HTML composition mode. +[mms] DIMP now honors IMP's sortlimit configuration option and IMP's + configurable sorting by folder. +[cjh] Implement persistent preference for the state of the + preview pane. +[mms] Implement UI for resume from draft. +[mms] Organize code/layout to Horde application specifications. + + +================== +OLD MIMP CHANGELOG +================== + +---------- +v1.1.2-cvs +---------- + +[cjh] Implement custom menu items (Bug #7630). + + +------ +v1.1.1 +------ + +[mms] Added a MIME_Viewer to display mail system admin messages. +[jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV + ). +[jan] Add Brazilian Portuguese translation (Luis Felipe Marzagao + , Eduardo de Carli ). + + +---- +v1.1 +---- + +[mms] Add sort change links to mailbox. +[mms] Cc/Bcc display now handled by IMP's pref. +[mms] Fix thread display. +[mms] Protect delete actions with CSRF tokens. +[jan] Add Slovak translation (Martin Matuška ). + + +-------- +v1.1-RC2 +-------- + +[mms] Honor nav_poll preference from IMP. +[jan] Add Russian translation (Alexey Zakharov ). + + +-------- +v1.1-RC1 +-------- + +[jan] Add Japanese translation (Hiromi Kimura ). + + +---------- +v1.1-ALPHA +---------- + +[mms] MIMP now requires an IMP 4.2 installation - MIMP uses all of IMP's base + libraries to provide its core functionality. + + +------ +v1.0.1 +------ + +[jan] Add Catalan translation (Jordi Giralt ). +[jan] Add Portuguese translation (Manuel Menezes de Sequeira + ). +[jan] Add Dutch translation (Jan Kuipers ). + + +---- +v1.0 +---- + +[mms] Don't show prefs page unless authenticated to MIMP (Bug #3756). +[mms] Fix overriding smtphost/smtpport from servers.php (phyre@rogers.com, + Bug #3571). + + +-------- +v1.0-RC1 +-------- + +[mms] More bugfix/performance merges from IMP HEAD. +[mms] MIMP does not support hordeauth/autologin. +[jan] Fix editing of identities (Bug #3345). + + +--------- +v1.0-BETA +--------- + +[mms] Many bugfix/performance merges from IMP HEAD. +[mms] Allow PHP expressions to be executed for user-defined headers. +[mms] Removed 'dotfiles' server config parameter. +[mms] Fix maildomain setting on login (Bug #3057). +[jan] Add Italian translation (Marco Pirovano ). +[mms] Updated IMAP_Client from IMP with various bugfixes/cleanups. +[jan] Add Hungarian translation (Laszlo L. Tornoci ). +[mms] Added test script. + + +---------- +v1.0-ALPHA +---------- + +[mms] Removed 'folders', 'namespace, and 'hierarchies' server config + parameters. +[mms] Add auto-detection of namespace information from IMAP server. +[mms] Correctly convert message text from browser charset to sending charset + (Bug #2357). +[cjh] Allow basic identity editing through MIMP's preferences when using + a full web browser (Bug #1636). +[jan] Add French translation (David Hoffmann + ). +[mms] Add preference to only download the first 250 characters of a message + on the initial message view. +[jan] Add Finnish translation (Leena Heino ). +[mms] Determine the default IMAP delimiter according to RFC 3501. +[jan] Add Lithuanian translation (Vilius Sumskas ). +[jan] Add Spanish translation (Manuel Perez Ayala ). +[mms] Use IMAP_Tree:: for IMAP Tree generation. +[cjh] Use a linkset for the menu. +[cjh] Add support for Reply, Reply List, Reply All, and Forward. +[cjh] Display status messages using Notification_Listener_mobile. +[cjh] Add redirect message functionality. +[cjh] Add support for Expand Names. +[cjh] Mailbox views now include paging. +[cjh] List all attachments that aren't displayed in the headers. +[cjh] Add an HTML viewer that strips tags and allows at least basic + text viewing. +[jan] Add Romanian translation (Eugen Hoanca ). +[jan] Add German translation. +[cjh] Add Compose menu item, and making sending mail work. +[cjh] Add more menu items - Expunge, Refresh +[cjh] The folder list is now functional. +[cjh] Seperate menu card now, and successful display of mailboxes, messages, + and deletion of messages. +[cjh] Start pruning parts of IMP that don't belong in a mobile application. +[cjh] Start of work based on IMP. -- 2.11.0