]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/MailerUI/ChangeLog
improved handling of from-popup
[scalable-opengroupware.org] / SOGo / UI / MailerUI / ChangeLog
index 08719091e96e72a3f94efed239d55512febaee49..07804f53a6b2720649e3b91e3708c004ffac34e5 100644 (file)
@@ -1,5 +1,68 @@
+2005-07-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v0.9.170
+
+       * UIxMailEditor.m: the mail editor now presets the proper 'from' based
+         on the 'account' query parameter
+       
+       * UIxMailEditorAction.m: the compose action now adds the current
+         account as a query parameter when calling the compose panel
+       
+2005-07-22  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * English.lproj/Localizable.strings: added error labels for JavaScript
+         (v0.9.169)
+
+2005-07-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: implemented identity based Sent folders (tied to
+         'from' email address). The old url-attached Sent folder can be
+         enabled using 'SOGoUseLocationBasedSentFolder') (v0.9.168)
+
+2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailMainFrame.m: fixed banner positioning for 24x24 (v0.9.167)
+
+       * UIxMailMainFrame.m: fixed positioning for 24x24 icons (v0.9.166)
+
+2005-07-21  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * Toolbars/SOGoDraftObject.toolbar: new Anais css (v0.9.165)
+
+       * UIxMailEditor.m: fetch attachment names and provide initial style
+         information to left/right side of editor component (v0.9.164)
+
+2005-07-21  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailListView.m: load JavaScript from a file (UIxMailListView.js)
+         instead of embedding it into the page (v0.9.163)
+
+       * UIxMailView.m: do not fetch full message info for 304 existance
+         checks but rather call -doesMailExist (v0.9.162)
+
 2005-07-20  Helge Hess  <helge.hess@opengroupware.org>
 
+       * removed 'stop' buttons from toolbars (v0.9.161)
+
+       * v0.9.160
+
+       * Toolbars/SOGoMailFolder.toolbar: added bulk-delete button, removed
+         expunge button
+
+       * UIxMailView.m: added fragile base class check, send a constant etag
+         for the mail viewer, do not deliver content in the defaultAction in
+         case the etag didn't change, added jsonly support to trashAction
+
+       * UIxMailToolbar.m: use -resourceLookupLanguages, use
+         pageResourceManager instead of the toolbar component resourcemanager
+         for evaluating labels
+
+       * product.plist: map getMail on the accounts folder to a noop action
+         (#1491) (v0.9.159)
+       
+       * UIxMailMainFrame.m: added UIxMailPanelFrame class for panels opened
+         by the main frame (v0.9.158)
+
        * UIxMailView.m: show delete button if delete is allowed but trashing
          isn't (#1444) (v0.9.157)