Commit Graph

183 Commits

Author SHA1 Message Date
Ludovic Marcotte
c8c7aaa459 (feat) GUI code to set or now sync flag on address book.
Also thrashed entirely the sync tag concept. Funambol is dead, thank god for that.
2015-09-25 15:21:06 -04:00
Francis Lachapelle
861057f22f Fix options availability in Contacts module
A user can edit/delete a card from a system addressbook if included in
the "modifiers". Enable the delete/move options of the contextual menu
in this case.
Fixes #3342
2015-09-16 09:38:52 -04:00
Ludovic Marcotte
234db671ad Removed merged in templates from v3 2015-08-03 10:12:40 -04:00
Luc Charland
2d33b01f31 Removing colons
Conflicts:

	UI/Templates/ContactsUI/UIxContactEditorTemplate.wox
	UI/Templates/ContactsUI/UIxContactFolderLinksTemplate.wox
	UI/Templates/MailerUI/UIxMailMainFrame.wox
	UI/Templates/MainUI/SOGoRootPage.wox
	UI/Templates/PreferencesUI/UIxAccountEditor.wox
	UI/Templates/PreferencesUI/UIxPreferences.wox
	UI/Templates/SchedulerUI/UIxAppointmentEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxAppointmentViewTemplate.wox
	UI/Templates/SchedulerUI/UIxCalMainView.wox
	UI/Templates/SchedulerUI/UIxCalendarFolderLinksTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskEditorTemplate.wox
	UI/Templates/SchedulerUI/UIxTaskViewTemplate.wox
	UI/WebServerResources/angular-material
2015-08-03 10:12:02 -04:00
Francis Lachapelle
76196bf6f4 (fix) Handling of cards with unexpected UID
Fixes #3239
Fixes #3245
2015-06-11 12:09:21 -04:00
Alexandre Cloutier
d62c504763 Changed the configurable variable SOGoMailMessageCheck to a general refresh associated to the current view 2014-09-09 14:27:05 -04:00
Francis Lachapelle
45553be122 Fix rename of calendars, improve tasks count badge 2014-07-08 17:19:55 -04:00
Francis Lachapelle
34a7e28858 Rename 'Properties' button of contacts to 'Edit' 2014-05-16 15:58:34 -04:00
Francis Lachapelle
87b010c700 Indentation 2014-05-16 15:57:33 -04:00
Alexandre Cloutier
07445eb069 Created a window for address book properties and add the cardDav URL 2014-05-15 14:45:53 -04:00
Francis Lachapelle
d200629b01 Fix CSS in contact editor and preferences module 2014-04-10 10:05:28 -04:00
Alexandre Cloutier
5699e5e1b4 Add datepicker for contact birthday 2014-04-08 12:12:30 -04:00
Francis Lachapelle
5ea56a6f8a Enlarge the note field of the contact editor 2014-02-06 21:55:28 -05:00
Francis Lachapelle
cd7d410262 Fix tooltips in contacts list 2013-01-31 13:55:57 -05:00
Francis Lachapelle
8ca79d9a17 Search field for tasks
Fixes #2103
2012-12-05 14:47:28 -05:00
Ludovic Marcotte
0979bd13ae Fix for bug #2006. 2012-11-17 17:16:00 -05:00
Francis Lachapelle
c1fba4805e Fixed layout of contacts/calendars import dialogs 2012-09-24 12:18:18 -04: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
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
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
Jean Raby
993c0ee52e * UI/Contacts/UIxContactView.m (secondaryEmail):
function renamed to secondaryEmails. It now returns all addresses
  instead of the first one found in the vcard.

  * UI/Templates/ContactsUI/UIxContactView.wox:
  Show all addresses returned from secondaryEmails.
  This still need some css tweaks.

Monotone-Parent: 4c9ff5822433c2ff8fcad8c7432a9575f9890b24
Monotone-Revision: f3654e9c29406b43890181ca1e890b64daca6321

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-07-05T17:17:50
2012-07-05 17:17:50 +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
Francis Lachapelle
c81f3b6829 Improved layout of contact photos.
Monotone-Parent: fc82f5d2ff1a83e0f7d507e8ab1bb5149bbbec24
Monotone-Revision: b31a7aa3d154368df1ba1525deed0dd5867b42f0

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-13T20:07:52
2012-03-13 20:07:52 +00:00
Wolfgang Sourdeau
c255ce92fd Monotone-Parent: b84d2ade488d31149ffc7e1bd8b78b98c3331703
Monotone-Revision: 6e9bec6a824b22501c8cbc518a56410d6d896cb0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-13T15:09:06
Monotone-Branch: ca.inverse.sogo
2012-02-13 15:09:06 +00:00
Wolfgang Sourdeau
f93e9b5b9d Monotone-Parent: b2bfdd5b59fed2950707131eca171b4758bcd635
Monotone-Revision: 57b39725f8c002b9b6cb9b05ad3fa2e2401cd46b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-13T14:50:00
Monotone-Branch: ca.inverse.sogo
2012-02-13 14:50:00 +00:00
Wolfgang Sourdeau
b27f0de9a9 Monotone-Parent: 6bc1556981bffd1a4a80e25cdf6ae2e257e57631
Monotone-Revision: 2a5d61f1ed60b9d00203fc41d7b5af818e00391f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-02-06T21:32:39
Monotone-Branch: ca.inverse.sogo
2012-02-06 21:32:39 +00:00
Francis Lachapelle
3c4fd611d8 propagate from branch 'ca.inverse.sogo.1_3_12' (head 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc)
to branch 'ca.inverse.sogo' (head dc4e3d958b052eb7529db6b61731e80df56ed412)

Monotone-Parent: 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc
Monotone-Parent: dc4e3d958b052eb7529db6b61731e80df56ed412
Monotone-Revision: ba1ab7317c5e8c4b1e95d7e3f299bfd9ea38b10d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-01T21:12:25
Monotone-Branch: ca.inverse.sogo
2012-02-01 21:12:25 +00:00
Francis Lachapelle
0f87c1e648 See ChangeLog.
Monotone-Parent: d880f3f750251d35b56db7d720ccacbdeead7540
Monotone-Revision: 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-01T21:11:28
2012-02-01 21:11:28 +00:00
Francis Lachapelle
fab8df2d93 propagate from branch 'ca.inverse.sogo.1_3_12' (head 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567)
to branch 'ca.inverse.sogo' (head 18a9f2ed7229757c1bbe4882195c7c1a807365d8)

Monotone-Parent: 18a9f2ed7229757c1bbe4882195c7c1a807365d8
Monotone-Parent: 4d8fb1ed0734fbcfd6dc4e68194b48101ac46567
Monotone-Revision: 0f6736fbdcac680f48a921ca2664b95bc58943fa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-01-30T20:01:28
Monotone-Branch: ca.inverse.sogo
2012-01-30 20:01:28 +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
15e606341e Monotone-Parent: 16b846dd0fb3a63bdd80cb7ed360972da407527b
Monotone-Revision: bb276eea8dc76b5c71f49df1d23424ab19015233

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-01-04T15:26:30
Monotone-Branch: ca.inverse.sogo
2012-01-04 15:26:30 +00:00
Wolfgang Sourdeau
4ba4c622bc Monotone-Parent: 995b68ade85d0d884cdf8f6fc87e55f0c376a80c
Monotone-Revision: 61fe02b6c3bc4f0aa3797d661d014d8c256b0de9

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-30T20:39:07
Monotone-Branch: ca.inverse.sogo
2011-12-30 20:39:07 +00:00
Francis Lachapelle
49c5a107db Monotone-Parent: 13364682a0f8ae52e3545893494b2a7ec0a88529
Monotone-Revision: 8eceeb42b5cb1a0094d0a14d7ddb5f819096dce4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-23T16:18:10
2011-12-23 16:18:10 +00:00
Francis Lachapelle
03625e4aae See ChangeLog.
Monotone-Parent: 1ea08f6ec84d602c5e78b6c440e2f7d6297a82cd
Monotone-Revision: 61b12be970a9603306d37277ee431b6fd5ab89cd

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-12-02T07:22:47
2011-12-02 07:22:47 +00:00
Francis Lachapelle
055b235b81 See ChangeLog.
Monotone-Parent: d63c864a1b3540c00d2825cbeb4a8cdb0a698ea6
Monotone-Revision: a8f2e801b983189f8ed379cd8df342731ccee65d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-08-08T14:20:46
Monotone-Branch: ca.inverse.sogo
2011-08-08 14:20:46 +00:00
Francis Lachapelle
a7d852fbec Ajaxifed the addressbook module. See ChangeLog.
Monotone-Parent: cb0ecd99fcf222060f6e3bc248d2e9a9c47624c1
Monotone-Revision: 1cdaff22cdbdb961e1937dc8f1ac1936bd06dc99

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-14T18:01:02
Monotone-Branch: ca.inverse.sogo
2011-04-14 18:01:02 +00:00
Wolfgang Sourdeau
d17c2ed024 Monotone-Parent: ee0810b737d9d978b856ca04e9102d7985d6bf82
Monotone-Revision: 4da10cc5d7b04371c2d5f407c3a25e5ae2bce8df

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-24T15:27:53
Monotone-Branch: ca.inverse.sogo
2011-03-24 15:27:53 +00:00
Francis Lachapelle
b28a1bee6e See Changelog
Monotone-Parent: 19bd38381f65942b0903a2e2aaa8abbc9c9862ab
Monotone-Revision: 6c9151f261ad9f73f6614808f73d4ca224c2cb8e

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-08T18:47:11
Monotone-Branch: ca.inverse.sogo
2010-11-08 18:47:11 +00:00
Wolfgang Sourdeau
2b79a77c36 Monotone-Parent: 1b073e285785f32b4c27e867a0e0d363fdc74264
Monotone-Revision: 217d2de82145e1b73b967f969ccb9467d0680dcb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-01T19:32:19
Monotone-Branch: ca.inverse.sogo
2010-11-01 19:32:19 +00:00
Wolfgang Sourdeau
af44bf3901 Monotone-Parent: 4a468f80bf0ec2ffe462494051a6b19cbfe6cae0
Monotone-Revision: c98cf880ac8acb55a11ef10036185bef0a89375d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-27T16:23:06
Monotone-Branch: ca.inverse.sogo
2010-10-27 16:23:06 +00:00
Wolfgang Sourdeau
00fe3ec6dd Monotone-Parent: 1ed4bccebed155143bf812c74cb29f69ccb51f7d
Monotone-Revision: 38830b89dba3fbe47ce03c0a4617768116eda22b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-26T20:19:37
Monotone-Branch: ca.inverse.sogo
2010-10-26 20:19:37 +00:00
Wolfgang Sourdeau
90a40362af Monotone-Parent: fc67c49fbd49fb6ce4ebc0af25642bc75b7652ad
Monotone-Revision: 1ed4bccebed155143bf812c74cb29f69ccb51f7d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-26T20:17:21
Monotone-Branch: ca.inverse.sogo
2010-10-26 20:17:21 +00:00
Wolfgang Sourdeau
12df5036f6 Monotone-Parent: 48dcb8712cd5e36fe33ea44dde50cad68d94f5c3
Monotone-Revision: a02bbe9f2e1f3a2c472f0499b21e163f8b6170ec

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-26T19:26:50
Monotone-Branch: ca.inverse.sogo
2010-10-26 19:26:50 +00:00
Wolfgang Sourdeau
0f991b582f Monotone-Parent: f75e6976fca1f78ba386ba4306bd6b4439f1de17
Monotone-Revision: 33c9bbe67c54b7e2a222ee34969604fb76e91600

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-07-16T19:35:25
Monotone-Branch: ca.inverse.sogo
2010-07-16 19:35:25 +00:00
Ludovic Marcotte
1b4db03da3 See ChangeLog
Monotone-Parent: d254b5cdebcd1a874f8b12799ae49020476c4295
Monotone-Revision: b552fe5364e08d96c08f86ef6b0a3adad28f6b28

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-07-01T14:52:17
Monotone-Branch: ca.inverse.sogo
2010-07-01 14:52:17 +00:00
Francis Lachapelle
11665b2024 See ChangeLog.
Monotone-Parent: 259d2ede769d145b245d50c40fdd797f9811a0a0
Monotone-Revision: 0ba5dc28795d933db244f667ecc927420db2ab60

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-28T14:24:20
Monotone-Branch: ca.inverse.sogo
2010-06-28 14:24:20 +00:00
Wolfgang Sourdeau
0959a88ea9 Monotone-Parent: b8ad0061e865a522c79c6a19bc8d7841469af81a
Monotone-Revision: 7f2779135e9501efcfbb73fce0b3d244687ecaa4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-03T14:43:38
Monotone-Branch: ca.inverse.sogo
2010-06-03 14:43:38 +00:00
Wolfgang Sourdeau
545e6693fa Monotone-Parent: 75ec663b4b26859e635b90a350146642970dc3c2
Monotone-Revision: a5a4c03e7f73726c0698328f9ab3e90d3a4a2432

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-19T16:35:35
Monotone-Branch: ca.inverse.sogo
2010-04-19 16:35:35 +00:00
Wolfgang Sourdeau
62bc1e01f6 Monotone-Parent: 306c67aefff450c0e8aa8363864e5f6c435a0b84
Monotone-Revision: 51512f2a3102841c13942d3e4e41185e38cd9b5d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-13T14:18:27
Monotone-Branch: ca.inverse.sogo
2010-04-13 14:18:27 +00:00