Commit graph

2471 commits

Author SHA1 Message Date
Francis Lachapelle 49363cfe36 Update datepicker to latest version
From https://github.com/eternicode/bootstrap-datepicker/
2014-04-11 21:37:55 -04:00
Francis Lachapelle c345fc2b8d Fix display of category of events
Fixes #2703
2014-04-10 12:25:42 -04:00
Francis Lachapelle d200629b01 Fix CSS in contact editor and preferences module 2014-04-10 10:05:28 -04:00
Alexandre Cloutier c5e6ccf332 Fix function sieveClient and the way the iVar Client is handled. Change behaviour of saveMailAccounts()so sogo wont crash if the user tries to resave his preferences after a connection error. 2014-04-09 10:31:34 -04:00
Alexandre Cloutier 342b68fd44 Erase the merging conflicts writings 2014-04-09 10:23:43 -04:00
Alexandre Cloutier e24c22e3dc BugFix #1046; Whenever the sieve server is unavailable an error message will appear. 2014-04-09 10:23:43 -04:00
Alexandre Cloutier c250b9a6d4 Fix deleting calendar
Added a "/" inside the function: deletePersonalCalendarConfirm().
2014-04-08 15:32:13 -04:00
extrafu afa564a6a6 Merge pull request #23 from alexcloutier/fix/1636
BugFix#1636; fix the issue where the user could add any birthday for his contact.
2014-04-08 13:17:54 -04:00
Alexandre Cloutier 5699e5e1b4 Add datepicker for contact birthday 2014-04-08 12:12:30 -04:00
Francis Lachapelle e869406081 Minor CSS improvement in mail headers 2014-04-08 11:51:47 -04:00
extrafu 4fe0358581 Merge pull request #20 from alexcloutier/fix/2616
bugFix #0002616 : change the behavior of ApplicationBaseURL.
2014-04-07 15:44:07 -04:00
Francis Lachapelle 6e60bbb553 Fix saved HTML content of draft uploading a file 2014-04-04 20:20:32 -04:00
Alexandre Cloutier 2f565d2ec9 fix variable name for UIxFilterEditor.js
FolderEncoding to sieveFolderEncoding
2014-04-04 14:56:14 -04:00
extrafu eb7cabac71 Merge pull request #19 from alexcloutier/fix/2622
BugFix #0002622: The server Dovecot use by default an UTF-8 and by doing...
2014-04-04 09:21:49 -04:00
Francis Lachapelle 370e1e6d26 Update CKEditor to version 4.3.4 2014-04-03 10:01:01 -04:00
Francis Lachapelle 79c3fa8ad2 Merge pull request #30 from dekkers/remove-executable-permission-from-jquery
Remove executable permission from jQuery modules
2014-04-01 11:42:07 -04:00
opensaucesystems ce5d591d1d Fix email validation regexp to allow gTLDs
New generic TLDs can be as long as 13 characters.
2014-04-01 12:35:18 +01:00
Jeroen Dekkers e603742d71 Remove executable permission from jQuery 2014-03-29 17:11:05 +01:00
Ludovic Marcotte ba32b95308 Fixed the ActiveSync issue marking mails as read when downloading them 2014-03-28 14:18:48 -04:00
Francis Lachapelle 6e4f776d4b Fix detection of IMAP flags support in JavaScript
Fixes #2664
2014-03-27 12:06:24 -04:00
Francis Lachapelle e5fb7dc7b8 Fix JavaScript exception in Contacts module
Fixed calling unescapeHTML on null variables. Also fixed errors on IE7
(and possibly other versions).
2014-03-24 12:43:34 -04:00
Francis Lachapelle 93f1540c17 Update jQuery File Upload to version 9.5.7 2014-03-21 13:47:40 -04:00
Francis Lachapelle 877e44c6d2 Update CKEditor to version 4.3.3 2014-03-21 13:32:28 -04:00
Francis Lachapelle 64787555ff Fix classification icon of events
Fixes #2664
2014-03-20 22:14:45 -04:00
Francis Lachapelle 27ffcf240f Fix handling of accents when filtering contacts
Fixes #2656
2014-03-20 15:29:32 -04:00
Francis Lachapelle b8f239bf34 Fix construction of mail folders tree 2014-03-14 15:34:43 -04:00
Francis Lachapelle 8742f28c29 Fix decoding of HTML entitities in reminder alert
Fixes #2659
2014-03-13 08:44:47 -04:00
Francis Lachapelle c8550c8a4a Fix copy/move to folder with numerical prefix
Fixes #2658
2014-03-12 16:35:22 -04:00
Daniel B. af68f10115 Fix #2641
Disabling the pasteZone support (which only works in Chrome or Opera anyway) fixes the problem of unwanted PNG attachment when you paste the recipient list from Excel
2014-03-11 09:23:13 +01:00
Alexandre Cloutier 0d69a476bc add specific date for limiting the user to today's for his contact birthday 2014-03-10 12:16:12 -04:00
Alexandre Cloutier cee1e529f8 BugFix#1636; fix the issue where the user could add anything for the birthday of his contacts 2014-03-10 12:05:01 -04:00
Francis Lachapelle 3bae2387d4 Fix contact autocompletion when UID is a digit 2014-03-06 22:13:17 -05:00
Francis Lachapelle 6cecca6c4f Fix CSS id for string prefixed with a digit
When encoding a string as a CSS identifier, we must add an underscore if
the strings starts with a digit.
2014-03-06 21:32:36 -05:00
Francis Lachapelle 28b1938bd9 Show folder name in dialog when renaming folder 2014-03-06 21:25:48 -05:00
Alexandre Cloutier 6ad87052ba bugFix #0002616 : change the behavior of ApplicationBaseURL. Now the object return a standard path(without a slash at the end of the path) That means every string added the URL ApplicationBaseURL must start with a Slash. 2014-03-06 14:47:54 -05:00
Alexandre Cloutier e7a16cba0d BugFix #0002622: The server Dovecot use by default an UTF-8 and by doing so it cause a wrong re-encoding in UTF-7 when reaching the sieve server (knowing that the foldername in sieve are encoded in UTF-7). Since it is not the case with a Cyrus server, I created a new variable available in the sogo.conf that let you specified the type of encoding you need. By default the encoding is set to UTF-7. ex : SOGoFolderEncoding = 'UTF-7' 2014-03-06 14:33:31 -05:00
Francis Lachapelle be36e0ceea Fix view changes in calendar module
Fixes #2613
2014-02-21 20:37:44 -05:00
Francis Lachapelle 2948920e0b Improve display of contact
Fixes #2350
2014-02-18 16:15:06 -05:00
Francis Lachapelle b34c6324cd Fix custom mail labels in Sieve filter editor 2014-02-14 21:32:33 -05:00
Francis Lachapelle 06d2364ea2 Improve display of toolboor menus with checkmarks 2014-02-13 12:56:24 -05:00
Francis Lachapelle 113b02fd71 Fix encoding of contact ID in Ajax requests 2014-02-13 12:12:31 -05:00
Francis Lachapelle fcfd8be771 Improve URL handling in popup of events 2014-02-10 22:05:35 -05:00
Francis Lachapelle ea4b21e991 Decode HTML entities in JSON of calendar module 2014-02-10 13:49:02 -05:00
Francis Lachapelle c94595ea7f Escape HTML in CSS dialogs 2014-02-07 16:12:14 -05:00
Francis Lachapelle 3a5e44e7eb Decode HTML entities in JSON of calendar module 2014-02-07 15:53:39 -05:00
Francis Lachapelle 80a0940765 Escape HTML in JSON of contacts module 2014-02-07 15:52:43 -05:00
Francis Lachapelle 1a7fc2a0e9 Escape HTML in JSON of calendar module
Fixes #2598
2014-02-05 16:06:20 -05:00
Francis Lachapelle ef1be5dc5f Improve deleting occurences of recurrent events 2014-02-04 17:55:49 -05:00
Francis Lachapelle fcddeb4224 Visually identify users with no freebusy
Fixes #2565
2014-02-03 15:15:14 -05:00
Francis Lachapelle f1cb87aa02 Convert JS alerts to CSS dialogs in aptmt editor 2014-02-03 12:03:51 -05:00
Francis Lachapelle b3dc645282 Warn user when dnd failed with resource conflict
Fixes #1613
2014-02-03 11:09:03 -05:00
Francis Lachapelle 342ad84a24 Fix issues with contextual menu in calendars
Creating an event or a task using the contextual menu will now consider
the day and hour of the menu position (fixes #2557).
The next/previous day/month menu options have been fixed.
The menu will now disappear when clicking outside the contextual menu on
the calendar area.
2014-01-28 15:42:02 -05:00
Francis Lachapelle 84dc08adb6 Fix display of folder names in filter editor
Fixes #2569
2014-01-27 15:43:48 -05:00
Francis Lachapelle c160edf20a Add support for Sieve body extension 2014-01-27 15:09:22 -05:00
Francis Lachapelle 295dfcfdd5 Webmail: allow the backspace on any platform 2014-01-23 10:21:22 -05:00
Francis Lachapelle feb398d59c Fix IE11 issue with mail editor 2014-01-23 09:15:34 -05:00
Francis Lachapelle 3090448fcb Update prototype.js to fix IE 10 issues
Updated to commit @8c9ead49ec of
https://github.com/sstephenson/prototype/
2014-01-20 15:43:33 -05:00
Ludovic Marcotte ed97407578 Dropped old data types 2014-01-09 20:42:16 -05:00
Francis Lachapelle d603a8672e Consider 'background' attribute as unsafe
When loading a message, background attributes will be disabled if the
user as chosen to not automatically load external images.

Fixes #2437
2014-01-09 09:15:49 -05:00
Francis Lachapelle d51e1da57f Increase height of signature editor 2014-01-08 15:02:41 -05:00
Francis Lachapelle fe2826ca76 Draft: Improve error handling when attaching files 2014-01-07 11:11:39 -05:00
Francis Lachapelle e70793e7ae Don't follow link of attachment not yet uploaded 2014-01-06 15:09:09 -05:00
Francis Lachapelle 0fdea48ce8 Restore CSS of disabled menu options 2014-01-06 15:08:45 -05:00
Francis Lachapelle 7130cec4d1 Move & copy messages between different accounts 2014-01-03 16:57:37 -05:00
Francis Lachapelle 009cfccb2c Fix JS error when saving/sending plain text msg 2014-01-03 14:33:27 -05:00
Francis Lachapelle 09e14df79b Preferences: fix display of calendar categories 2014-01-03 14:32:48 -05:00
Francis Lachapelle 32516b162e Update textarea before saving/sending HTML message 2013-12-31 15:52:15 -05:00
Francis Lachapelle a8e780516b Fix display of "edit draft" and "load images"
The buttons were placed one over the other.
2013-12-23 15:54:22 -05:00
Francis Lachapelle 5f369f201d Add links to download one or all attachments
Also removed the contextual menu over file attachments and changed the
label color when moving over the file attachments.
2013-12-20 15:41:18 -05:00
Francis Lachapelle 1f7994d1bf Respect locale in time format of attendees window 2013-12-18 22:18:08 -05:00
Francis Lachapelle 7369a82bab Improve upload of attachments to messages 2013-12-18 22:18:08 -05:00
Francis Lachapelle a8e3418a4c Use the UIxMailSizeFormatter in messages listing 2013-12-18 22:18:08 -05:00
Francis Lachapelle 59ce12a51b Load XMLHttpRequest conditionally (< IE9) 2013-12-18 22:18:08 -05:00
Francis Lachapelle cfbd53e374 Fix initialization of preferences module
Don't try to initialize the tabs controller on the mail options tab if
the mail module is disabled.
2013-12-05 09:00:01 -05:00
Francis Lachapelle 37de8c6141 CKEditor: don't filter tags 2013-12-02 13:42:34 -05:00
Francis Lachapelle b0eb34f6b7 Add 'div' plugin to CKEditor 2013-12-02 11:58:28 -05:00
Francis Lachapelle 2211f6d168 Move mail tags strings to UI/Common 2013-11-22 14:39:24 -05:00
Francis Lachapelle 682ed767d9 Fix the Sieve filters editor with new mail flags 2013-11-21 08:52:55 -05:00
Francis Lachapelle f167475c91 Update CKEditor to version 4.3.0 2013-11-20 11:17:42 -05:00
Francis Lachapelle 5a3d0d27e0 Fix bug following mail tags management CSS changes 2013-11-19 13:39:48 -05:00
Francis Lachapelle e862194b32 Convert color picker to an inline widget
The colors are now limited to the colors offered in Thunderbird.
2013-11-15 15:50:46 -05:00
Ludovic Marcotte c05cf00db7 Update standard tag colors to match TB and improve tags id generation. 2013-11-14 09:00:19 -05:00
Francis Lachapelle 616ee7c6e4 GUI changes for mail labels management 2013-11-13 14:46:08 -05:00
Ludovic Marcotte 37d3234b60 Added support for dynamic mail labels/tags management.
The CSS in the UIxPreferences remains to be done.
2013-11-11 10:49:58 -05:00
Francis Lachapelle ba35a4b003 Update CKEditor to version 4.2.2 2013-11-06 11:29:15 -05:00
Ludovic Marcotte 84e999229b Fix for bug #2270 2013-09-27 15:36:46 -04:00
Francis Lachapelle 3dbfb0ed2d Add Underline option to HTML editor 2013-09-27 14:43:05 -04:00
Francis Lachapelle d1f3417c3a Update CKEditor to version 4.2.1
And added the table-related modules.
2013-09-27 14:25:22 -04:00
Ludovic Marcotte 7c7031333e Fix for bug #2221 2013-09-27 10:00:39 -04:00
Ludovic Marcotte d2b739d261 Fix for bug #2318 2013-09-24 16:01:23 -04:00
Francis Lachapelle 3c6c90d434 Reload webmail when changing "remote images" pref 2013-09-13 09:33:28 -04:00
Francis Lachapelle 72a4b075d6 Mail popup: respect "remote inline images" prefs
Fixes #2417
2013-09-12 17:08:02 -04:00
Francis Lachapelle 24c0fb1cc4 Fix change listener on calendar list select input
Fixes #2353
2013-09-12 16:33:44 -04:00
Francis Lachapelle 33659aa947 Increase height of alarm editor
Only when email alarms are enabled.
2013-08-27 12:01:41 -04:00
Francis Lachapelle df1ab29872 Fix position of red "now" line
Fixes #2373
2013-08-27 09:06:48 -04:00
Francis Lachapelle d5f76ac832 Improve CSS print media 2013-07-19 13:39:18 -04:00
Francis Lachapelle 0069a4200b Handle possible jQuery error with DnD of contacts 2013-07-19 10:51:41 -04:00
Francis Lachapelle b85ed0db1c Fix blur of active element on click on a draggable
This bug has yet to be officially part of jQuery UI, therefore this
commit updates jquery-ui to version 1.10.3 patched with commit fcd1caf:

fcd1cafac8
2013-07-18 11:32:29 -04:00
Francis Lachapelle 249a1fcf14 Bubble box of event should not overlap event cell 2013-07-17 14:57:07 -04:00
Ludovic Marcotte e08ebd2390 Fix for bugs #2368 and #2369 2013-07-16 11:31:08 -04:00
Francis Lachapelle 03553980fd Update NEWS file and add missing image 2013-07-11 13:55:03 -04:00
Francis Lachapelle 33fd60efb3 Calendar: print gridlines to 15-minute intervals 2013-07-11 13:50:44 -04:00
Francis Lachapelle b8e2255a07 Set the events/tasks list collapsable 2013-07-11 13:46:38 -04:00
Ludovic Marcotte 25dbd4849d Properly escape the foldername to avoid XSS issues 2013-06-27 11:14:50 -04:00
Ludovic Marcotte 871115e349 Fixed bug #2294 2013-06-19 15:07:19 -04:00
Ludovic Marcotte 5304461e4c now possible to see who created a event/task in a delegated calendar 2013-06-19 10:23:47 -04:00
Francis Lachapelle 2a51f6f385 Update CKEditor to version 4.1.2
Also added the blockquote plugin.
2013-06-10 21:07:52 -04:00
Francis Lachapelle 5d6a5f5d5e Update CKEditor to version 4.1.1 2013-06-06 13:21:26 -04:00
Francis Lachapelle 8a25e38827 Add indent group to ckeditor toolbar 2013-05-02 09:07:17 -04:00
Francis Lachapelle 5f179ed6b0 Activate the menu option "Mark Folder Read"
Fixes #1473
2013-03-15 11:06:26 -04:00
Francis Lachapelle feb02c54b9 Add missing localizable string 2013-02-05 16:13:18 -05:00
Francis Lachapelle e34ba5689c Fix saving prefs with disabled mail module 2013-02-03 20:40:06 -05:00
Francis Lachapelle ecc36c9025 Fix classification menu in component editor 2013-02-01 14:47:37 -05:00
Francis Lachapelle 716daf027d Fix link to ACL editor for any authenticated user 2013-02-01 14:46:05 -05:00
Francis Lachapelle cd7d410262 Fix tooltips in contacts list 2013-01-31 13:55:57 -05:00
Francis Lachapelle 4bcf90c693 Fix "Send Anyway" string wrt localizable strings 2013-01-31 09:44:29 -05:00
Francis Lachapelle da757a19c6 Fix handling of decoding contacts UID
A problem occurs when the contact UID contains a special character that
was HTML encoded (ex: space, &, ").
2013-01-28 22:05:54 -05:00
Francis Lachapelle 292ed9cfc8 Fix URL encoding of user id in UIxAclEditor.js 2013-01-25 13:55:22 -05:00
Francis Lachapelle 9ed53cbab3 Make 'show completed tasks' persistent 2013-01-24 18:50:20 -05:00
Francis Lachapelle 5b4dd4ecb1 Improve JS regexp for email addresses 2013-01-22 10:53:38 -05:00
Francis Lachapelle be459fa946 Fix first day of the week in datepickers
Fixes #2188
2013-01-21 12:12:50 -05:00
Francis Lachapelle d357936c31 Fix DnD of events in Safari 2013-01-17 11:21:48 -05:00
Francis Lachapelle f85cc4c186 Fix bug #1846 2013-01-16 11:33:00 -05:00
Francis Lachapelle 6c3ec9836c Update ckeditor to version 4.0.1 2013-01-15 17:46:19 -05:00
Francis Lachapelle 0211a26aba Fix column display for subfolders of draft & sent 2013-01-11 14:47:13 -05:00
Francis Lachapelle c34cca6a16 Fix datepicker arrows for IE7 2013-01-11 13:25:56 -05:00
Francis Lachapelle 630c69d82d Update datepicker CSS 2013-01-11 13:25:13 -05:00
Francis Lachapelle d761a864eb Fix IE error when automatically loading HTML image 2013-01-11 13:23:33 -05:00
Francis Lachapelle 0e0b7728fd Fix until date in event recurrence editor
- fixed date picker
- fixed JavaScript error caused by French translation
- fixed until date definition when timezone of active user was different
  from the system timezone
- fixes #2173, fixes #2175
2013-01-11 09:46:58 -05:00
Francis Lachapelle 01e42dce7c Webmail: fix reference of search field 2012-12-07 08:48:12 -05:00
Francis Lachapelle e533eb91a9 Web: reset search when search field is empty 2012-12-07 08:47:32 -05:00
Francis Lachapelle 99669f2d5c Fix dynamic CSS in IE8
When adding a calendar or subscribing to a calendar, the dynamic CSS was
not properly applied in IE8. This new technique seems to fix all cases.
2012-12-06 13:05:54 -05:00
Francis Lachapelle 128368f66c Fix search when accessing users folders 2012-12-06 13:03:10 -05:00
Francis Lachapelle 7c7989065c prototype.js: Fix handling of opacity in IE 2012-12-06 13:02:06 -05:00
Francis Lachapelle 8ca79d9a17 Search field for tasks
Fixes #2103
2012-12-05 14:47:28 -05:00
Francis Lachapelle 96f023d108 Mail: Improve iCal viewer 2012-11-29 14:00:10 -05:00
Francis Lachapelle 57e4116d7c Cleanup 2012-11-27 10:44:43 -05:00
Francis Lachapelle 1d0eb66781 Place caret at proper position in HTML replies
Removed constraint in preferences module that would limit the reply
placement of HTML mail to be before the quote. We now properly place the
caret at the bottom, before the signature, when the user has chosen to
start her reply bellow the quote in HTML mode.
2012-11-27 10:37:14 -05:00
Francis Lachapelle d75b04c59f Fix JS syntax for IE7 2012-11-27 10:33:06 -05:00
Francis Lachapelle a5948b420b Simplify JS regexp to handle issue with FireFox 2012-11-22 10:57:21 -05:00
Ludovic Marcotte 0979bd13ae Fix for bug #2006. 2012-11-17 17:16:00 -05:00
Francis Lachapelle 8c96f717c0 Update Prototype JS to version 1.7.1
.. and fixed namespace conflict in dtree.js (Node => dtreeNode)
2012-11-13 16:25:20 -05:00
Francis Lachapelle 33bd07a53d Fix user rights editor in calendar module 2012-11-13 16:22:27 -05:00
Francis Lachapelle fb4b266b3b Improve user rights editor in calendar module 2012-11-13 16:13:56 -05:00
Francis Lachapelle b088f6f97f Fix scrolling for calendars/addressbooks lists 2012-11-12 16:36:30 -05:00
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
Wolfgang Sourdeau fa4d2d3141 Monotone-Parent: f90d169fbc251326ea6c8a2f620e125a8a7b4168
Monotone-Revision: 7786f49f6724383b92e91ba7998b99cfb52ceec3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-20T13:27:21
2012-04-20 13:27:21 +00:00
Wolfgang Sourdeau 045363c72e merge of 'a49b4023ef2ea7a4f4040725d21123c9d0858bbf'
and 'bd8544b99b099a3544a5acdb3bdcc8c219709ff1'

Monotone-Parent: a49b4023ef2ea7a4f4040725d21123c9d0858bbf
Monotone-Parent: bd8544b99b099a3544a5acdb3bdcc8c219709ff1
Monotone-Revision: 8ff4e6d2b420caded81d7317c1170ff6ce35249e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T20:09:40
2012-04-18 20:09:40 +00:00
Wolfgang Sourdeau ef816d1f59 Monotone-Parent: 60ff31486171dacd0f25947a3a9ab21c993ad138
Monotone-Revision: a49b4023ef2ea7a4f4040725d21123c9d0858bbf

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T20:04:23
2012-04-18 20:04:23 +00:00
Wolfgang Sourdeau c804d5ccfe Monotone-Parent: 6303f532fa4bb3c36fe2f298f62f659c4fc71b18
Monotone-Revision: c111ae7ec8c39efb8d0cc56ff4627bb958ff0cc8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T20:03:07
2012-04-18 20:03:07 +00:00
Wolfgang Sourdeau bd982aa4c3 Monotone-Parent: 9af7f3b786a8f22f5ddae91d7aba838abbd724d5
Monotone-Revision: 6303f532fa4bb3c36fe2f298f62f659c4fc71b18

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T19:23:09
2012-04-18 19:23:09 +00:00