]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/MailerUI/ChangeLog
improved handling of from-popup
[scalable-opengroupware.org] / SOGo / UI / MailerUI / ChangeLog
index 2720a7f353c267fa399a8e7e03d73ac65236e2b1..07804f53a6b2720649e3b91e3708c004ffac34e5 100644 (file)
@@ -1,5 +1,116 @@
+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)
+
+       * v0.9.156
+
+       * product.plist: moved more complex toolbar configs to own resource
+         files
+
+       * UIxMailToolbar.m: added ability to place toolbars in separate plist
+         files
+
+2005-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v0.9.155
+
+       * UIxMailToSelection.m: externalized JavaScript
+
+       * product.plist: added new JavaScript files as public resources
+
+2005-07-19  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: do not complain on drafts not being found when the
+         delete action is triggered (#1489) (v0.9.154)
+
+       * UIxMailAccountView.m: directly check the ACL of the Inbox to check
+         permissions (the Inbox will return NO on isCreateAllowed when being
+         used by altnamespace ...) (#1472) (v0.9.153)
+
+2005-07-19  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxMailAddressbook.m: don't restrict the Anais 'nature' flag anymore
+         (v0.9.152)
+
+2005-07-19  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v0.9.151
+
+       * UIxMailAccountView.m: fixed a warning
+
+       * UIxMailEditor.m: removed SOGoInternetDetectQualifier code (reuse
+         shared Internet-detect functionality)
+
 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
+       * UIxMailMainFrame.m: create a proper form action URL which preserves
+         query parameters (sort field) but removes search/filter values
+         (v0.9.150)
+
        * UIxMailSortableTableHeader.m: improved handling of multivalue form
          keys (v0.9.149)
 
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * v0.9.147
+       * v0.9.147
 
-        * UIxMailToSelection.m: fixed ordering of parameters for the current
-          Anais version
+       * UIxMailToSelection.m: fixed ordering of parameters for the current
+         Anais version
         
-        * UIxMailAddressbook.m: fixed parameters being passed on to Anais for
-          the current Anais version
+       * UIxMailAddressbook.m: fixed parameters being passed on to Anais for
+         the current Anais version
 
 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * UIxMailToSelection.m: changed behavior for adding/removing text
-          fields and changing focus (v0.9.145)
+       * UIxMailToSelection.m: changed behavior for adding/removing text
+         fields and changing focus (v0.9.145)
 
 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
 
 
 2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
 
-        * UIxMailEditor.m: removed -emailForUser usage and replaced with
-          'official' activeUser API (v0.9.142)
+       * UIxMailEditor.m: removed -emailForUser usage and replaced with
+         'official' activeUser API (v0.9.142)
 
 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>