]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/MailerUI/ChangeLog
improved handling of from-popup
[scalable-opengroupware.org] / SOGo / UI / MailerUI / ChangeLog
index aef0bc642e19b065cdf840de5e8ec5823a5e4ae7..07804f53a6b2720649e3b91e3708c004ffac34e5 100644 (file)
@@ -1,3 +1,231 @@
+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)
+
+       * UIxMailAccountView.m: added method to check whether folder-create
+         button should be visible on the account folder view (checks INBOX for
+         the ACL, does check the alt-namespace default),
+         added method for folder-creation in root (v0.9.148)
+
+2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * v0.9.147
+
+       * 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
+
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailListView.m: improved error handling (display a JavaScript
+         alert panel showing the issue instead of SOPE exception rendering)
+         (v0.9.146)
+
+2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxMailToSelection.m: changed behavior for adding/removing text
+         fields and changing focus (v0.9.145)
+
+2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
+
+       * product.plist: properly bind a 'getMail' method to the account
+         folder (fixes #1470) (v0.9.144)
+
+       * UIxSubjectFormatter.m: fixed a stupid bug in subject handling leading
+         to an infinite loop in the QP processing, hardened against QP loops
+         (v0.9.143)
+
+2005-07-18  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * UIxMailEditor.m: removed -emailForUser usage and replaced with
+         'official' activeUser API (v0.9.142)
+
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * product.plist: only enable folder add/remove buttons when the user
+         has the 'c' permission on the IMAP folder (#1456) (v0.9.141)
+
+2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailAccountView.m: removed methods to detect whether the
+         clientObject is a shared account (done by the clientObject itself)
+         (v0.9.140)
+
+2005-07-12  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: perform some validation plus error handling prior
+         trying to send a mail (check whether we have recipients, check
+         whether the subject is set) (#1451) (v0.9.139)
+
+       * UIxMailEditor.m: properly determine from-email addresses (v0.9.138)
+
+       * UIxMailEditor.m: use new SoUser API instead of AgenorUserManager
+         (v0.9.137)
+
+2005-07-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailMainFrame.m: generate proper URLs for jumping to Calendar,
+         HomePage etc (#1448) (v0.9.136)
+
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: added from-selection popup, list discovery via
+         AgenorUserManager (aka LDAP) (v0.9.135)
+
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailEditor.m: use WOContext method from libSOGo to detect
+         Internet access (v0.9.134)
+
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailMainFrame.m: added help button and extra space for that in the
+         toolbar (v0.9.133)
+       
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxMailMainFrame.m: added "link" banner to jump to the other SOGo
+         tools, disable the banner in case the tree is disabled (since that
+         hints that a new window without the frame is being used, eg the
+         compose panel), added some more CSS classes instead of inline style
+         declarations (v0.9.132)
+
+2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
+
+       * prepared ACL editors (v0.9.131)
+
+2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v0.9.130
+       
+       * UIxMailListView.m: implemented empty-trash action
+
+       * product.plist: added a reduced toolbar when being on the trash folder
+         (no reply/fwd etc, but added an empty trash button)
+       
+2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * v0.9.129
+       
+       * UIxMailAccountView.m: added code to better display shared accounts
+
+       * UIxMailTree.m: moved IMAP4 connection string => label code to a
+         NSString category
+       
 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
 
        * UIxMailTree.m: properly display share names in account list (show