Commit graph

9113 commits

Author SHA1 Message Date
Wolfgang Sourdeau a6a30afe75 Set PidLidRecurrentPattern 2012-09-26 09:28:37 -04:00
Wolfgang Sourdeau 49ea183835 PidLidFExceptionalBody should be set only on event exceptions 2012-09-26 09:27:59 -04:00
Wolfgang Sourdeau 2760e35f15 PidTagAccessLevel should not be set on folder objects 2012-09-26 09:26:38 -04:00
Francis Lachapelle 01287d1aeb SchedulerUI.js : removed unused variable 2012-09-26 07:48:23 -04:00
Francis Lachapelle 7e79b79c04 Improvement over previous commit 2012-09-26 07:26:30 -04:00
Francis Lachapelle ddc03a9391 Log entry when loading remote web calendar 2012-09-26 07:20:30 -04:00
Luc Charland dfe369dd20 Fixed bug #1944
Deleting a mail folder doesn't create the Trash mailbox.
2012-09-25 16:39:40 -04:00
Francis Lachapelle 129880f8c5 Updated guides to version 2.0.0 2012-09-25 14:21:15 -04:00
Francis Lachapelle 68efae1055 Improved support for IE8/9 2012-09-25 12:00:47 -04:00
Francis Lachapelle f08594e7ec Minor CSS improvement to CKEditor Kama theme 2012-09-25 11:47:50 -04:00
Francis Lachapelle ecd7a92fb6 Preferences: remove extra line in signature editor 2012-09-25 11:47:08 -04:00
Francis Lachapelle 481b533fc6 SOGoDragHandles.js - cleanup source 2012-09-25 09:18:45 -04:00
Francis Lachapelle 90fe3edce2 Until date support in timezone periods
Fixes #1487
2012-09-24 20:43:12 -04:00
Francis Lachapelle 903f6f2d72 Fixed display of signature editor in preferences 2012-09-24 15:27:18 -04:00
Francis Lachapelle 9f586db2a0 Fixed error message according to translations 2012-09-24 14:27:22 -04:00
Francis Lachapelle 459c80dbf6 Don't loose composition window when opening mail
Steps to reproduce:
 * open message in popup window
 * click reply or forward
 * re-open message in popup window from the messages list

It will now open the message in a separate popup.

Fixes #1908.
2012-09-24 14:07:56 -04:00
Francis Lachapelle b22b03caa5 Fixed ID of newly subscribed .ics remote calendar 2012-09-24 13:46:43 -04:00
Ludovic Marcotte d024a62e98 Simplified even more the previous commit. 2012-09-24 13:26:20 -04:00
Ludovic Marcotte a6b07cd158 Fixed #1989 (clang bug with function definition within method) 2012-09-24 13:16:14 -04:00
Francis Lachapelle c1fba4805e Fixed layout of contacts/calendars import dialogs 2012-09-24 12:18:18 -04:00
Ludovic Marcotte 9bb897cea3 Updated the guide in preparation for the v2 release. 2012-09-24 11:24:38 -04:00
Francis Lachapelle ae6e32c40a Fixed dates validation with new date picker 2012-09-24 11:21:48 -04:00
Wolfgang Sourdeau 23ebc24d94 Handle permissions on embedded messages too 2012-09-24 10:24:46 -04:00
Francis Lachapelle b15234c26e New date picker
Removed the old popup calendar (Tigra) by an inline version
(bootstrap-datepicker). Also revamped the time picker and the dialog
boxes to fit the new look.
2012-09-21 22:05:07 -04:00
Francis Lachapelle 0181ec606d Cleanup months and weeks translations
Removed the translations of months and weeks from the Scheduler bundle
since they were already translated in Locale files.
 - The a3_<month> strings were removed (replaced by
   NSShortMonthNameArray)
- The months strings were removed (replaced by NSMonthNameArray)
- The weeks strings were removed (replaced by NSWeekDayNameArray)

Moved the a2_<weekday> strings to the Common bundle and added a new
method [UIxComponent commonLabelForKey:].
2012-09-21 21:48:39 -04:00
Jean Raby fa0db25b16 Use self.attendee1_client when adding his event
Use self.attendee1_client instead of self.client when calling _putevent
2012-09-21 13:16:50 -04:00
Luc Charland 544f59575b added tags to gitignore 2012-09-21 09:13:27 -04:00
Luc Charland 14586d251e fixed bug #1104
Titles of new messages' windows should reflect the subject
2012-09-20 16:16:46 -04:00
Luc Charland ffd58305d8 Merge branch 'b1930' 2012-09-19 16:14:10 -04:00
Luc Charland 26c97fe4ed Fixed bug 1930
Notification e-mail are not available on transifex for translate
This simply needed to be passed to the translation before returning.
2012-09-19 16:11:17 -04:00
Wolfgang Sourdeau 569a34c0f4 Added PidTagHasNamedProperties 2012-09-19 16:06:27 -04:00
Wolfgang Sourdeau 1f8f31daff Embedded message can always be "saved" 2012-09-19 16:05:52 -04:00
Wolfgang Sourdeau 80a41a07c3 Merge branch 'master' of github.com:inverse-inc/sogo 2012-09-19 12:25:45 -04:00
Wolfgang Sourdeau 72fb3f552d PidTagBody: do not return a body if it is an empty string or a simple crlf 2012-09-19 12:25:20 -04:00
Wolfgang Sourdeau 04d5284ef3 Added PidLidRecurrenceType, PidLidAppointmentTimeZoneDefinitionStartDisplay and PidLidAppointmentTimeZoneDefinitionEndDisplay 2012-09-19 12:23:56 -04:00
Wolfgang Sourdeau cad770bf76 Moved PidTagException* properties to the right place 2012-09-19 12:22:07 -04:00
Wolfgang Sourdeau 89a41a9aa9 New method that returns a TimeZoneDefinition 2012-09-19 12:00:07 -04:00
Wolfgang Sourdeau 2758b486f7 Output url of object being registered 2012-09-19 11:58:52 -04:00
Wolfgang Sourdeau d120b003bc Fixed MID returned for embedded messages which have not yet been registered, in a way that registers them when required 2012-09-19 11:57:53 -04:00
Ludovic Marcotte 7154588b24 Improved previous commit. We now use the start date instead of the end date. 2012-09-19 11:46:01 -04:00
Ludovic Marcotte 3a8226c110 Merge branch 'master' of https://github.com/inverse-inc/sogo 2012-09-19 11:35:30 -04:00
Francis Lachapelle 85787e9559 Event editor: ellipsis overflow to attendees list 2012-09-19 11:26:54 -04:00
Francis Lachapelle bda87eba07 Attendees window: fixed autocompletion selection
Fixed the keyboard arrows navigation within the popup menu of matching
entries.
2012-09-19 11:24:25 -04:00
Francis Lachapelle 49fafb4988 Scheduler: dynamic height for mini-calendar
Fixes #1788.
2012-09-19 11:20:30 -04:00
root dbb9bac38c Fix for bug #1571. 2012-09-19 10:54:57 -04:00
Luc Charland 491089e194 Fixed bug 1929: Notifications about Modifications
Notifications about Modifications don't show the Calendar name.
When an email notification is selected by the user, the calendar name
from which the event was changed is added to the email.

Needs to be translated.
2012-09-19 10:35:05 -04:00
Luc Charland 9b3e4c8ab8 Added .gitignore to cleanup git status 2012-09-19 10:14:44 -04:00
Francis Lachapelle 802f081f28 Mail Editor: prohibit double-click on send button
Added a "safety net" like when loading a page (UIxPageFrame) to avoid
double-clicking on the send button.
2012-09-18 15:05:02 -04:00
Francis Lachapelle 56a9692da4 Single-window mode: fixed closing of popup window 2012-09-18 15:04:14 -04:00
Francis Lachapelle a98bd71ec4 Mail filters: CSS fix for input field length
The extra input field for rules based on a custom header must be smaller
in order for the rule to span only one row.
2012-09-18 11:27:11 -04:00