Commit Graph

150 Commits (7bb551a4ad50bd9ddab71aba28e1a9994e132144)

Author SHA1 Message Date
Francis Lachapelle 5e19a889c2 (feat) Handle invitations in appointment viewer 2015-08-05 17:31:22 -04:00
Luc Charland 2f8f8c78f7 Removing colons 2015-07-31 14:14:30 -04:00
Francis Lachapelle 86a0032cc1 Handle the edition of recurring event occurrences 2015-07-27 16:02:05 -04:00
Francis Lachapelle 7c6716784e (feat) Events/tasks sorting in Calendar module 2015-07-09 16:35:19 -04:00
Francis Lachapelle 9015f82413 (html) Improve events/tasks lists 2015-07-06 15:16:49 -04:00
Francis Lachapelle 35ff82710a Handle attach URLs in appointment editor 2015-07-01 15:00:12 -04:00
Francis Lachapelle dc91be3c0d Initial recurrence editor for appointments 2015-06-12 12:03:53 -04:00
Alexandre Cloutier 257d731e04 multiColumns print view + bugFixes 2015-06-11 15:15:39 -04:00
Francis Lachapelle cdc74e4984 Update translations 2015-04-09 09:06:19 -04:00
Alexandre Cloutier 76c9b45fd0 update Localizable.strings
Update the print window options strings
2014-08-26 14:25:27 -04:00
Ludovic Marcotte 4843c6b6d7 Renamed Multi-Column to Multicolumn and refactored some code 2014-07-04 08:55:35 -04:00
Alexandre Cloutier 660f39a980 delete notice and put grey background for multi-columns view 2014-06-30 14:13:52 -04:00
Alexandre Cloutier d7d458a934 multiColumns print view + bugFixes 2014-06-25 17:39:48 -04:00
Alexandre Cloutier eb3cc8916d The multiColumns view 2014-06-20 13:16:55 -04:00
Francis Lachapelle 5e7beb3345 Remove unused localizable strings 2014-05-16 21:14:59 -04:00
Francis Lachapelle 2df5887eec Merge pull request #36 from alexcloutier/feat/calendarPrint
New print option in Calendar module
2014-05-16 16:56:51 -04:00
Francis Lachapelle 5de1343506 Remove unused localizable string 2014-05-16 16:44:25 -04:00
Francis Lachapelle 6b72a8d126 Merge branch 'feat/searchCapabilities' 2014-05-16 16:28:43 -04:00
Francis Lachapelle 5d7f4ba6c6 Restore localizable string
To avoid new translation ..
2014-05-16 15:59:52 -04:00
Alexandre Cloutier 8a03f3bd63 remove start date in tasks 2014-05-16 14:36:51 -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
Alexandre Cloutier fc3cfa5484 applied comments 2014-05-08 19:14:39 -04:00
Alexandre Cloutier b2ed7e3f6b search capabilites 2014-05-08 17:17:05 -04:00
Alexandre Cloutier 9dc07fccc0 It is now possible to print the calendar as a list, dayView or weekView 2014-04-25 18:04:24 -04:00
Alexandre Cloutier f9869d19b4 Finished the view, need to display the eventsblock 2014-04-22 17:47:29 -04:00
Alexandre Cloutier 57b747c24a Events list is done. 2014-04-17 17:33:30 -04:00
Francis Lachapelle ef1be5dc5f Improve deleting occurences of recurrent events 2014-02-04 17:55:49 -05: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
Ludovic Marcotte 47a3f1a19d toggle to send or not notifications 2013-06-18 14:14:42 -04:00
Francis Lachapelle feb02c54b9 Add missing localizable string 2013-02-05 16:13:18 -05:00
Francis Lachapelle 93f77c0dd5 Add missing localizable string in calendar module 2012-11-29 14:46:39 -05:00
Francis Lachapelle 5b40562abc Add missing translation strings in scheduler 2012-10-18 08:38:58 -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
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 c522130c25 Added missing strings for calendar notifications.
Monotone-Parent: 740654a1f1be6a68843349cf438d5a87445f489e
Monotone-Revision: b456b18f292850c6fefa107c0ca59bded3a6e6a3

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-11T19:50:56
2012-07-11 19:50:56 +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
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 9320ed18a8 Fixed typo in user-visible text: "occured" -> "occurred"
Monotone-Parent: 8ca87c84e17cb0c60871b46aee9b11dc7900f1c2
Monotone-Revision: 06b78be239198e10c446abc32f48addb0c71d0a2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-18T17:12:42
2012-04-18 17:12:42 +00:00
Francis Lachapelle 865ae75bbc Updated English and French localizable strings.
Monotone-Parent: 05f8b72feb6a6c81f20462457e2dbc6c47ae9edc
Monotone-Revision: 18bd3484373fa731cf9a3ac7ca3ce35afbf03cdd

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-02-02T15:21:37
2012-02-02 15:21:37 +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 897d95a442 Updated Localizable.strings.
Monotone-Parent: 8c19f19f3be5a4b6fb34ceeaab91ee58b54610d1
Monotone-Revision: 325d8e22268cbd75d66e3f82c06021870134a88b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-08T15:39:43
Monotone-Branch: ca.inverse.sogo
2011-07-08 15:39:43 +00:00
Francis Lachapelle 39b11e06c9 Updated translations for the Scheduler module.
Monotone-Parent: 0e87c807fc98bbdcd7b638bc083c1912d8e0a1f1
Monotone-Revision: 78cbeb2cfe85058b7c9dee2b29c5079d29e518cf

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-28T19:20:18
Monotone-Branch: ca.inverse.sogo
2011-04-28 19:20:18 +00:00
Francis Lachapelle cc1c765cd9 Updated translations for the Scheduler module.
Monotone-Parent: 5b741965d2e2101564907ff80f19b932fae6f8d1
Monotone-Revision: 1e0a79aada7e74e97b4db2b274c9fdbfef57d745

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-04-21T19:26:52
Monotone-Branch: ca.inverse.sogo
2011-04-21 19:26:52 +00:00
Ludovic Marcotte 4f028a0613 Fix for http://sogo.nu/bugs/view.php?id=792
Monotone-Parent: 0abef259fbdc04825fd4d1f13c479488e65d54f5
Monotone-Revision: 2e385121b8070035aeacb75be839ee7daaec77ab

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-14T18:42:35
Monotone-Branch: ca.inverse.sogo
2010-09-14 18:42:35 +00:00
Francis Lachapelle efc1cfb401 Monotone-Parent: 5a2b6de6c5d7b96b025f1f993abff2993dc73fcc
Monotone-Revision: 2633331d11d2066cf3528aa65b464bb03169f1c9

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-27T20:25:07
Monotone-Branch: ca.inverse.sogo
2010-08-27 20:25:07 +00:00
Francis Lachapelle c512f1240f See Changelog.
Monotone-Parent: f13b039579047763006c2956ddf349f1bff203a3
Monotone-Revision: f6c7d4502b60b66206223a822d4911218f4bbacf

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-08-26T14:14:10
Monotone-Branch: ca.inverse.sogo
2010-08-26 14:14:10 +00:00
Wolfgang Sourdeau 354fcbecaf Monotone-Parent: 5c82b99d5706b81d029752ca424be6a61a7cc96c
Monotone-Revision: fa4c79494b368a1d150b33a70179a532c2f71dcd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-19T17:46:01
Monotone-Branch: ca.inverse.sogo
2010-08-19 17:46:01 +00:00
Francis Lachapelle a9e204cb50 Fix translations in calendar module.
Monotone-Parent: bc1249b3296aa7dc189df755998b9d703fefd954
Monotone-Revision: e65f23f90fb5c66f4d022a83e3635b9f7d5973d8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-30T21:12:11
Monotone-Branch: ca.inverse.sogo
2010-06-30 21:12:11 +00:00
Francis Lachapelle 0ff309bb15 See ChangeLog.
Monotone-Parent: 66db9463cbafa20e7fce07829dca8d5d59f33165
Monotone-Revision: aa47b57f3bbc833ffcc7199f21b79f0453a1cd87

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-29T20:21:48
Monotone-Branch: ca.inverse.sogo
2010-06-29 20:21:48 +00:00
Wolfgang Sourdeau c5232d42a5 Monotone-Parent: f050642fcfd85a888681137f9572e2646d4cadc9
Monotone-Revision: 4836e88278f663b165807bc739419dea0b0b3c73

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-06-05T04:46:12
Monotone-Branch: ca.inverse.sogo
2010-06-05 04:46:12 +00:00