Commit graph

2176 commits

Author SHA1 Message Date
Francis Lachapelle 0ab36d4ec5 Fix title display of cards with a photo 2012-11-07 11:06:12 -05:00
Luc Charland 0884a0f23e Modified CSS to move mail preference filter down 2012-11-06 15:39:14 -05:00
Jean Raby 0a4809e2be Fix 'Show Raw Source' for tasks 2012-11-05 13:12:25 -05:00
Luc Charland a916ac8927 Fixed bug #1105 Remote images display
There now is a configurable default in mail preferences where
you can set remote images to display either Never or Always.
2012-10-31 11:53:30 -04:00
Luc Charland 8a9336c599 fixed bug #2062 priority shows prio_null
When looking at a priority from a calendar where you don't have enough
rights.
In this case simply do not show anything in the field.
2012-10-23 16:20:51 -04:00
Wolfgang Sourdeau 007a325164 Do not show any signature verification icon at all when SMIME is not supported 2012-10-23 10:52:58 -04:00
Wolfgang Sourdeau 667f0b4a13 style 2012-10-20 16:41:03 -04:00
Wolfgang Sourdeau b3d2f71708 encode the url of the remote calendar, to enable the passing of url parameters 2012-10-20 16:40:44 -04:00
Wolfgang Sourdeau f4c12f9658 Merge pull request #1 from dekkers/make-check
Implement a "make check" target that will run the unit tests (thanks to Jeroen Dekkers)
2012-10-20 12:39:39 -07:00
Jeroen Dekkers a632c82b59 Implement a "make check" target that will run the unit tests 2012-10-19 18:46:46 +02:00
Wolfgang Sourdeau 3cd249f231 Reduced the delay used for fetching the mail rows from 200 to 100ms 2012-10-19 04:37:56 -04:00
Wolfgang Sourdeau 5e89c1236d Merged the code of _getData into getData and getting rid of the delay for rows that are already in cache 2012-10-19 04:37:36 -04:00
Wolfgang Sourdeau b005b872de Style 2012-10-19 04:34:13 -04:00
Francis Lachapelle 565a48d36d Extend width of labels in preferences 2012-10-18 08:39:49 -04:00
Luc Charland b1547d7212 related with bug #0724. Erase rows before ajax call.
For a better user experience, first erase (hide) the rows that were
deleted. Then make the ajax call for batchdelete. On confirmation
really delete the rows.
2012-10-12 14:27:29 -04:00
Luc Charland d597aeb508 Used POST for the batch delete call instead of parameters
This might have bust the 1024 limit. With post, no problem.
2012-10-10 12:56:44 -04:00
Luc Charland 16f0ebc973 cosmetic change of a variable name 2012-10-10 10:58:39 -04:00
Luc Charland 2ddeb129e3 Changed currentContact to currentContactId. 2012-10-10 10:58:39 -04:00
Luc Charland a2c923aae1 Fixed bug #0724 Deleting multiple contacts batch
Deleting multiple contacts currently involves one HTTP query per entry.
It would be nice to implement a batch delete action, like in the
Mail module.
2012-10-10 10:58:39 -04:00
Wolfgang Sourdeau b56bc29237 Fixed output of "ls" when searching resource files 2012-10-09 17:27:08 -04:00
Francis Lachapelle 2be6922633 Organizer email address clickable in event editor
Fixes #2010
2012-10-09 09:12:39 -04:00
Francis Lachapelle 16a1b02826 Fixed position of event info box in day view
Fixes #2011
2012-10-08 16:31:17 -04:00
Wolfgang Sourdeau 42ef6afd8b Silenced errors and warnings regarding missing extensions 2012-10-05 10:14:55 -04:00
Luc Charland 034f2c8745 Fixed bug #1515 Task View is very basic.
- Added sortable fields on Title, Due date, Location, Category and
  Calendar.
- Added Priority column, also sortable.
- Separated the logic of Events and Tasks.
2012-10-01 16:20:10 -04:00
Francis Lachapelle 4038229688 Fixed messages list display in IE9 2012-10-01 10:04:35 -04:00
Francis Lachapelle fe811314f6 Calendar module : fixed tab selection persistence 2012-09-28 15:07:09 -04:00
Francis Lachapelle 6d40f9d3ab Improved event info dialog box 2012-09-28 14:16:58 -04:00
Francis Lachapelle 1cf972074c Coherance fix in mail editor title 2012-09-27 10:03:54 -04:00
Francis Lachapelle a51fb9e28b Use a POST to copy/move contacts
By submitting the ajax request as a post, we avoid reaching the web
server url length limit.
Fixes #1887
2012-09-26 20:25:23 -04:00
Francis Lachapelle 75328b09a6 Improved layout of event/task editor 2012-09-26 14:57:27 -04:00
Luc Charland 96a035a4ca Fixed bug #1104 : subject is used as title always
When the windows were opened, subject was not used as title.
2012-09-26 13:48:41 -04:00
Francis Lachapelle 01287d1aeb SchedulerUI.js : removed unused variable 2012-09-26 07:48:23 -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 903f6f2d72 Fixed display of signature editor in preferences 2012-09-24 15:27:18 -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
Francis Lachapelle c1fba4805e Fixed layout of contacts/calendars import dialogs 2012-09-24 12:18:18 -04:00
Francis Lachapelle ae6e32c40a Fixed dates validation with new date picker 2012-09-24 11:21:48 -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
Luc Charland 14586d251e fixed bug #1104
Titles of new messages' windows should reflect the subject
2012-09-20 16:16:46 -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
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
Francis Lachapelle b89db391bf Preferences: CSS fix for IMAP accounts list 2012-09-18 09:44:12 -04:00
Francis Lachapelle ec2e71090e See ChangeLog
Monotone-Parent: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495
Monotone-Revision: 7605704028eff50386f4f9c1e4e93aa47eea31c3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-17T13:55:22
Monotone-Branch: ca.inverse.sogo
2012-09-17 13:55:22 +00:00
Francis Lachapelle 16b81149ad Fixed label of dialog box when deleting tasks.
Monotone-Parent: 3659b890e1b6dd8754451e02886703b665ae78dc
Monotone-Revision: 05dfd85bdc0651db027e7df47810671a4f906fad

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:52
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:52 +00:00
Francis Lachapelle 3369561b00 Fixed background opacity with dialogs on IE.
Monotone-Parent: 97e02e31cb9e8ce215a0d0d092e79db5cc210a3c
Monotone-Revision: 3659b890e1b6dd8754451e02886703b665ae78dc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-12T08:41:22
Monotone-Branch: ca.inverse.sogo
2012-09-12 08:41:22 +00:00
Francis Lachapelle 24f9f4ef84 Improved layout of preferences window.
Monotone-Parent: 7eaed9fd683e2598617632feb838450cca393c9c
Monotone-Revision: 1fbe308ad552ffa7e4c43a1a33f14a64aacf1f62

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-10T17:19:52
Monotone-Branch: ca.inverse.sogo
2012-09-10 17:19:52 +00:00
Francis Lachapelle b240f9bec3 CSS fix
Monotone-Parent: 157670819f732591d0987b295faeb89c843803db
Monotone-Revision: 7eaed9fd683e2598617632feb838450cca393c9c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-07T19:53:33
Monotone-Branch: ca.inverse.sogo
2012-09-07 19:53:33 +00:00
Francis Lachapelle e7f0c9c03f See ChangeLog
Monotone-Parent: eb22f4d3b368a79ce56bcad18f9f176fff0cb73c
Monotone-Revision: 157670819f732591d0987b295faeb89c843803db

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-09-07T19:46:49
Monotone-Branch: ca.inverse.sogo
2012-09-07 19:46:49 +00:00
Francis Lachapelle 4798b18598 Minor CSS cleanup
Monotone-Parent: 6715d58c21f1a56fe1676af927c8dbc0dc2b3cdf
Monotone-Revision: 749811709acadced020a19e4ce7c00f07ac86e77

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-29T12:56:00
2012-08-29 12:56:00 +00:00
Francis Lachapelle 246bae6cc4 Round corners for .ics
Monotone-Parent: e5e46473685093f9076981f90edbe581992247e7
Monotone-Revision: efd2971c30fdf12f7c60edbe1950e3bc6b3e4398

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-28T12:55:30
2012-08-28 12:55:30 +00:00
Francis Lachapelle 4d71ec17f6 See ChangeLog
Monotone-Parent: 6132fa152e84c6f1d0cd0239e2dff1524f6b34c1
Monotone-Revision: 728de9d1f91919c2ef87a31aa2d11b9b1a3a9835

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-27T15:33:34
2012-08-27 15:33:34 +00:00
Francis Lachapelle 07b41d4420 See ChangeLog
Monotone-Parent: 81e5a2cbed9325efd0e582da75adabe4e79cff9f
Monotone-Revision: 6132fa152e84c6f1d0cd0239e2dff1524f6b34c1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-27T14:41:38
2012-08-27 14:41:38 +00:00
Francis Lachapelle 8d1303f41d Improved CSS of headers of attached messages.
Monotone-Parent: 0942f75d4ff9b5111c95d1cd9bee0a65f57f888b
Monotone-Revision: 02a0c346903984d754efc6a1339191e14f2a9b9f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-08-24T19:59:46
2012-08-24 19:59:46 +00:00
Francis Lachapelle 132732587d Changed the vacation status icon in the top menu.
Monotone-Parent: 731fb7d1e18ca7b1519f9c52c0c1510f685eb6dd
Monotone-Revision: 14ede9b54e7f2f34902d91c3b7d5a6e52dab6d56

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-26T13:56:00
2012-07-26 13:56:00 +00:00
Francis Lachapelle 31e71ae502 Monotone-Parent: df5a09ae9d29fc91931a36f18aa384ed606194c5
Monotone-Revision: 20ed9d28f7e0284da6a03803be4b44515ff13153

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-25T15:29:25
2012-07-25 15:29:25 +00:00
Francis Lachapelle 7c12e56253 See ChangeLog.
Monotone-Parent: 5be006c193563fa56c59af40f439dd28be19ed62
Monotone-Revision: 3724c4e7b13bc7e47dfac774a12b9b16f85cc78b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-25T14:03:37
2012-07-25 14:03:37 +00:00
Francis Lachapelle 6cc9f8e2f0 See ChangeLog
Monotone-Parent: 247bc51241f490e20ac9abc386e95d4198cefbaf
Monotone-Revision: 8bbf9c70304e5cb8320d6acb300955b814d1ff0c

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-24T15:17:38
2012-07-24 15:17:38 +00:00
Francis Lachapelle 57fb9fbefb Updated CKEditor to version 3.6.4.
Monotone-Parent: f6b9d7fff0ee290e5bb3d449068e90673274fc9d
Monotone-Revision: 247bc51241f490e20ac9abc386e95d4198cefbaf

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-24T12:49:55
2012-07-24 12:49:55 +00:00
Francis Lachapelle 0851b23841 Fix for bug #1899
Monotone-Parent: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344
Monotone-Revision: 068bbe8f960b1a20f29054e83e54a57c4372a98e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-20T20:03:23
2012-07-20 20:03:23 +00:00
Francis Lachapelle 8a1781ea22 See ChangeLog
Monotone-Parent: 5a6d160e6f9616edb725a40e08f24f0f0bf539b0
Monotone-Revision: c9c54e20cc8e010c29ef8e5fa1cbd039c35e5344

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-20T18:48:28
2012-07-20 18:48:28 +00:00
Francis Lachapelle 3a748792db Various minor Web interface improvements.
Monotone-Parent: de57fd5034fd57e2302198e4d6b342a30830430a
Monotone-Revision: 236aeb7125be0df2f27ec6c73f05a3d74a71ee71

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-10T15:26:00
2012-07-10 15:26:00 +00:00
Ludovic Marcotte 03a125ea1f See ChangeLog
Monotone-Parent: 801c13ca7d8e3a2f3e502ee658399b458681bcab
Monotone-Revision: cf43f2030dbd1c4f0747be7cbd5dc3239cd6bd15

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-07-10T00:29:13
2012-07-10 00:29:13 +00:00
Jean Raby 1b6727bda6 revert last commit. The fix is in generic.js, not UIxContactsUserFolders.js
Monotone-Parent: 0d5958f50cf116f607e45fcde7496a5bc3726e1c
Monotone-Revision: 3896b9b187dfad2b01d68527f0411bd1a7cfe7b4

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-09T17:54:22
2012-07-09 17:54:22 +00:00
Jean Raby 390755d305 * UI/WebServerResources/UIxContactsUserFolders.js (onSearchFormSubmit):
Restore behavior of a single dot (.) in the search field (wildcard search)

Monotone-Parent: 7ec57a209bc7361239e0e096f134affbbd4b5fc2
Monotone-Revision: 0d5958f50cf116f607e45fcde7496a5bc3726e1c

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-09T15:47:42
2012-07-09 15:47:42 +00:00
Jean Raby 22690a8f8f * UI/WebServerResources/ContactsUI.js: Enable 'show raw source' only
when a single contact is selected.

Monotone-Parent: 4e287287380938e20234ac951c09158c324b84b4
Monotone-Revision: 7ec57a209bc7361239e0e096f134affbbd4b5fc2

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-09T14:52:47
2012-07-09 14:52:47 +00:00
Jean Raby 71121914cf * UI/WebServerResources/SchedulerUI.js (onMenuRawEvent, onMenuRawTask):
New callback to show the event/task content from the menu

  * UI/Scheduler/UIxComponentEditor.m (rawAction):
  New method that returns the object's raw content in a WOResponse.

  * UI/Templates/SchedulerUI/UIxCal{Day,Month,Main,Week}View.wox:
  New contextual menu item: Show Raw Source

  * UI/WebServerResources/ContactsUI.js (onMenuRawContact):
  Rework to use calendar/ics/raw

  * UI/Contacts/UIxContactFolderActions.m (rawAction):
  Removed / moved to UI/Contacts/UIxContactActions.m

  * UI/Contacts/UIxContactActions.m (rawAction):
  New method that returns the object's raw content in a WOResponse.

  * UI/Templates/ContactsUI/UIxContactFoldersView.wox:
  Show vCard content -> Show Raw Source

Monotone-Parent: e853157abbabf35bc95273da8bc10b2d3b142627
Monotone-Revision: 4e287287380938e20234ac951c09158c324b84b4

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-09T14:17:07
2012-07-09 14:17:07 +00:00
Jean Raby c4d11cd916 * UI/WebServerResources/generic.js (openGenericWindow):
New method that opens a simple new window.

  * UI/WebServerResources/ContactsUI.js (onMenuRawContact):
  New callback to show the vCard content from the menu.

  * UI/WebServerResources/ContactsUI.js (onContactMenuPrepareVisibility):
  Enable the export and raw functions only on vcards contacts.

  * UI/Templates/ContactsUI/UIxContactFoldersView.wox:
  New contextual menu item: Show vCard content

  * UI/Contacts/UIxContactFolderActions.m (rawAction):
  New method that returns the raw contact data for all the contact uids provided

Monotone-Parent: f03db6cb5531dddabab4e8678d856fe593d3745d
Monotone-Revision: e853157abbabf35bc95273da8bc10b2d3b142627

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-05T21:16:02
2012-07-05 21:16:02 +00:00
Ludovic Marcotte 6d745e0f4b See ChangeLog
Monotone-Parent: aadc4759a64f724760d38bbdfd92715182856439
Monotone-Revision: 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-06-21T23:32:18
2012-06-21 23:32:18 +00:00
Francis Lachapelle 2f2446c9a6 Minor adjustment to the color of "invalid" input fields.
Monotone-Parent: 74828d7539e15e54c9b42034f03693356bb13912
Monotone-Revision: d537d152064e4fd06ac7b263bf3d3b3738715291

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-06-11T13:27:08
2012-06-11 13:27:08 +00:00
Francis Lachapelle 012e59468d See ChangeLog.
Monotone-Parent: ae85556f790a11b8a40593a88822bee09e847d96
Monotone-Revision: aa6dd506e01700aaff3aa383fbe31691b0d8c795

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-06-04T19:47:36
2012-06-04 19:47:36 +00:00
Francis Lachapelle 19ea16d5ba See ChangeLog.
Monotone-Parent: 0bc4e04aaead15b626a732a223ebf47ee22e73f0
Monotone-Revision: 28cde64403e65a1ebeda3a984650fd31d8614f29

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-29T14:20:06
2012-05-29 14:20:06 +00:00
Francis Lachapelle 439248ee89 See ChangeLog.
Monotone-Parent: a7e3713b79d3ec5043152d79550eec23b2ff854f
Monotone-Revision: 0bc4e04aaead15b626a732a223ebf47ee22e73f0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-28T20:30:35
2012-05-28 20:30:35 +00:00
Wolfgang Sourdeau 782cf503af Monotone-Parent: 8c8a0d34571f1ad215b38b68796cff75b4bb787e
Monotone-Revision: 217d9d9c614ee3505938f345452c5569bb650a58

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-23T20:05:00
Monotone-Branch: ca.inverse.sogo
2012-05-23 20:05:00 +00:00
Francis Lachapelle 7f0eb1b8db Fixed calls to jQuery objects in DnD of messages and cards.
Monotone-Parent: 9c94aa2e20e881730ce518cc53bea638ece87f37
Monotone-Revision: e4c701f2293beb98253d68bb64b7fa0133b1dda5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-15T18:27:21
2012-05-15 18:27:21 +00:00
Francis Lachapelle 5d149a53c7 Monotone-Parent: 253b9d96f0f6706a2b889ef7fa7b42009eb20cd3
Monotone-Revision: 8ac367dca61f0a4a66df59c7c786dd0f5016050d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-14T23:58:40
2012-05-14 23:58:40 +00:00
Wolfgang Sourdeau 5fba279690 Monotone-Parent: 908e524c769a51dae0dcb912328a3f394bff90c0
Monotone-Revision: 4806c2af0bd085e4a9d26b15d540681d4a14cb0a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-14T19:06:28
2012-05-14 19:06:28 +00:00
Wolfgang Sourdeau 782709f0a7 Monotone-Parent: 4158f1d28c04b0be7b69ff93cf2e4b055de655a2
Monotone-Revision: 908e524c769a51dae0dcb912328a3f394bff90c0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-14T19:04:11
2012-05-14 19:04:11 +00:00
Wolfgang Sourdeau 364b9f3d61 Monotone-Parent: d4a2b559c00ba43032aff09497fe8be50f429e21
Monotone-Revision: bb27badf50d6df9168d73f3e08a4f10ce3626700

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-14T17:11:10
2012-05-14 17:11:10 +00:00
Francis Lachapelle 61a2a4a7ee See ChangeLog.
Monotone-Parent: dbb4d0d0fcdbbccb83eb0faf29ecfd26bb48dbc0
Monotone-Revision: ee535991d8282dcec82a7f59c0d07efbbddada4f

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-09T13:31:20
2012-05-09 13:31:20 +00:00
Wolfgang Sourdeau 08b23ed95e Monotone-Parent: e9e3e99e5c78c811e3e5cb0f4742380c31e1e44c
Monotone-Revision: 0e5184582f5d3e24e8418e6c09048eb31dd79c83

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-05-01T17:03:14
2012-05-01 17:03:14 +00:00
Francis Lachapelle 2dd99c4d21 Fixed CSS of SOGoTimePicker for Opera.
Monotone-Parent: 672825b550345066a5eea3c60a50e21c47b5624f
Monotone-Revision: a5e05418d31b07428c4bc802d353b27d6d34ecab

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-05-01T13:41:33
2012-05-01 13:41:33 +00:00
Francis Lachapelle 1386563e2c Fixed parsing of email addresses when sending an email to multiple attendees (#1780).
Monotone-Parent: 65528b04d38419185ed64db626bd6ae368bfcd00
Monotone-Revision: c64050fc650935a4d7620ed869e3e3863b178c1e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-04-30T13:09:10
2012-04-30 13:09:10 +00:00
Wolfgang Sourdeau ca8fbfe942 Monotone-Parent: a67a6a3249b2b6a4b199678bc6f32cad47300639
Monotone-Revision: 9cc6d172992d23b089ad2377f66d83c176dc0fed

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-24T18:00:49
2012-04-24 18:00:49 +00:00
Wolfgang Sourdeau 45a9a751ea Monotone-Parent: 4351ae4fc2e351a77cbb70655cd3da5ab2af66c7
Monotone-Revision: a67a6a3249b2b6a4b199678bc6f32cad47300639

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-24T17:42:16
2012-04-24 17:42:16 +00:00
Wolfgang Sourdeau d0409c79ca Monotone-Parent: 5444115146b03d377270a0ee98d9e240781fcc6e
Monotone-Revision: 4351ae4fc2e351a77cbb70655cd3da5ab2af66c7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-24T17:40:52
2012-04-24 17:40:52 +00:00
Wolfgang Sourdeau 781f3fbf7e Monotone-Parent: fc9e1cf3f4988bae25443b6d072add3f344d30f0
Monotone-Revision: 5444115146b03d377270a0ee98d9e240781fcc6e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-24T15:32:10
2012-04-24 15:32:10 +00:00
Wolfgang Sourdeau 5e6b689338 Monotone-Parent: 64488d85ff930e32a07eda3c4ce9ae01e7513fc8
Monotone-Revision: 389b194bd166895ce122d73e90c04eb48d06a6a1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-23T18:13:26
2012-04-23 18:13:26 +00:00
Wolfgang Sourdeau e406c4b028 Monotone-Parent: b58773ad261dd708b850c5cd63f53133730d2c59
Monotone-Revision: d0d8f431bd9bb7676b29e0f9073ed40cfc1cf9e5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T16:11:21
2012-04-20 16:11:21 +00:00
Wolfgang Sourdeau 2708e84549 Monotone-Parent: 015d6494690201ec056395687392e68803e04210
Monotone-Revision: 404335da627fa036cf3569cb9212b3d2c29785a6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T14:40:08
2012-04-20 14:40:08 +00:00
Wolfgang Sourdeau 1bfbe3afe9 Monotone-Parent: ac0d12f89b420e5f1e825cebddb440417e76ce4b
Monotone-Revision: 015d6494690201ec056395687392e68803e04210

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T14:37:53
2012-04-20 14:37:53 +00:00
Wolfgang Sourdeau 2346d35d21 Monotone-Parent: 0869cb2e3bedff16fb0985d9bde1c2c2a5c80820
Monotone-Revision: ac0d12f89b420e5f1e825cebddb440417e76ce4b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T13:37:46
2012-04-20 13:37:46 +00:00