Commit graph

366 commits

Author SHA1 Message Date
Francis Lachapelle ed85a09ff0 Allow alarms to be snoozed for 1 day 2014-09-11 11:55:20 -04:00
Francis Lachapelle 56ef00661c Merge pull request #50 from alexcloutier/feature/SearchInbox
New feature to search multiple mailboxes
2014-09-05 16:09:59 -04:00
Alexandre Cloutier 7794d716b9 version 1 of the inbox search 2014-08-06 14:49:36 -04:00
Francis Lachapelle bd5c05cca2 Indentation in JavaScript files 2014-07-30 10:31:25 -04:00
Francis Lachapelle 45553be122 Fix rename of calendars, improve tasks count badge 2014-07-08 17:19:55 -04:00
Francis Lachapelle 5c41915080 Fix focus of popup windows with FF on Windows 2014-05-12 15:25:50 -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
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
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
Francis Lachapelle 8742f28c29 Fix decoding of HTML entitities in reminder alert
Fixes #2659
2014-03-13 08:44:47 -04: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
Francis Lachapelle fcfd8be771 Improve URL handling in popup of events 2014-02-10 22:05:35 -05:00
Francis Lachapelle c94595ea7f Escape HTML in CSS dialogs 2014-02-07 16:12:14 -05:00
Francis Lachapelle ef1be5dc5f Improve deleting occurences of recurrent events 2014-02-04 17:55:49 -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 ecc36c9025 Fix classification menu in component editor 2013-02-01 14:47:37 -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 e533eb91a9 Web: reset search when search field is empty 2012-12-07 08:47:32 -05:00
Francis Lachapelle 8ca79d9a17 Search field for tasks
Fixes #2103
2012-12-05 14:47:28 -05:00
Francis Lachapelle 57e4116d7c Cleanup 2012-11-27 10:44:43 -05:00
Francis Lachapelle a5948b420b Simplify JS regexp to handle issue with FireFox 2012-11-22 10:57:21 -05:00
Francis Lachapelle b22b03caa5 Fixed ID of newly subscribed .ics remote calendar 2012-09-24 13:46:43 -04:00
Francis Lachapelle 56a9692da4 Single-window mode: fixed closing of popup window 2012-09-18 15:04:14 -04: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 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 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
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 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
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 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 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
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 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 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 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 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
Francis Lachapelle 81d2ee2bae See ChangeLog.
Monotone-Parent: d3b4b92de45b37936f6816dba1d0ea3f9f98d9e0
Monotone-Revision: 54361ffbde5f93b591ae752e400914e0a1896342

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-15T19:34:59
2012-03-15 19:34:59 +00:00
Francis Lachapelle 1ea14cf2d6 See ChangeLog.
Monotone-Parent: 837142c1df31bc292adff9513b1f7c35f896ea83
Monotone-Revision: 71440e99d4aaef941747ff066471092846387f65

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-08T20:46:18
2012-03-08 20:46:18 +00:00
Francis Lachapelle 2f887c3e37 See ChangeLog.
Monotone-Parent: e9f628c74b83c2316c49865e04b473c6e202c332
Monotone-Revision: 6abb8375831082425cff443adae2a3a663f43a6d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-07T23:18:03
2012-02-07 23:18:03 +00:00
Francis Lachapelle 9f8c705eaf See ChangeLog.
Monotone-Parent: 870459b5cd89f38f2c5d579fccb19dba58515f8b
Monotone-Revision: 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-30T19:59:05
2012-01-30 19:59:05 +00:00
Wolfgang Sourdeau 39a545ffed Monotone-Parent: 18957933ff736ec180d169de7fd49cb3822d876b
Monotone-Revision: 3d1fc008307ae248946dc870848b9b73d180f2b6

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-09T14:47:39
2011-12-09 14:47:39 +00:00
Francis Lachapelle a5d9149791 Monotone-Parent: 482f318bc0384aa8e26797c6caad5737975048d8
Monotone-Revision: fce986ab489e9ac262c4134c7155bb803867cace

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-08T22:51:06
2011-12-08 22:51:06 +00:00