Commit Graph

28 Commits

Author SHA1 Message Date
Kevin Roast
4a3dedf7b1 Fixes and performance tweaks to new calendar APIs in relation to fixes merged in rev 30797.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30805 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-27 13:59:51 +00:00
Nick Burch
05b02a4350 ALF-10318 Tweak iCAL ftl for recent changes, and add REST unit tests for the iCAL feed webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30602 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-19 13:10:10 +00:00
Nick Burch
36fdbf58cf ALF-9440 Remove the last of the old start/from/end/to entries from the calendar json, now that the webscripts have been updated to use startAt/legacyDate+legacyTime and endAt/legacyDate+legacyTime (moving soon to startAt/iso8601 and endAt/iso8601)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30504 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-14 11:16:06 +00:00
Nick Burch
7bce5ce35d ALF-10204 - Add one more json date format test
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30492 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-13 19:55:44 +00:00
Nick Burch
be10705b88 ALF-10204 Support the new calendar start and end date format which mirrors the display format
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30489 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-13 19:32:32 +00:00
Nick Burch
c991c0ee1a ALF-10204 Support for specifying the timezone (rather than just offset) for calendar entries when creating/editing, with tests, and use this to improve all day event storage/detection
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30436 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-12 15:38:38 +00:00
Gavin Cornwell
7efdd5aa2f Coding standards and consistency sweep across new services code in remote-api project.
Covers spacing, trailing {, @since tags, tabs and copyright headers.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30216 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-03 21:52:43 +00:00
Nick Burch
efedb236b2 ALF-10122 Switch the new Wiki, Links, Calendar and Discussions webscripts to using org.json.simple instead of org.json
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30182 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-09-02 11:48:02 +00:00
Nick Burch
5880ca077e ALF-8670 When listing events in a site you have permissions to, but where you lack permissions to the calendar container, return no events rather than an exception. (This is the behaviour if you can see the container, but not the event nodes inside it)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30059 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-08-25 13:36:57 +00:00
Nick Burch
917eb735e6 ALF-9156 tweak for listing events with no search start range
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29242 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-21 10:51:15 +00:00
Nick Burch
6b7ba3f6c1 ALF-9156 Finish recurring event support in the calendar listing webscript, and add in new unit tests to cover this case
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29235 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-20 17:44:55 +00:00
Nick Burch
acbe97a040 AFL-9156 Start on the logic to find future instances of a recurring event for the event listing webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29150 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-18 15:44:06 +00:00
Nick Burch
4694cec30a ALF-9156 Refactor the calendar webscript activity generation to the abstract base class
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29079 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-15 13:45:47 +00:00
Nick Burch
600abe7460 ALF-9156 Correct site name in listing json, and add a unit test for that
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29044 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-14 16:38:34 +00:00
Nick Burch
44dbe4a189 ALF-9156 Tweak calendar webscripts
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29043 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-14 15:42:06 +00:00
Nick Burch
70669e3136 ALF-9156 Convert the user event listing webscript, excluding repeating support (so far), to Java
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29040 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-14 14:28:31 +00:00
Nick Burch
1dc4962355 ALF-9156 First pass of converting the whole-site calendar listing webscript to Java with some de-luceneing
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28959 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-12 15:39:28 +00:00
Nick Burch
cb86321b59 ALF-9156 Port the existing (SharePoint Specific) recurring events logic to Java, and add some basic tests for fetching it
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28917 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-11 14:22:48 +00:00
Nick Burch
9bdeee7986 ALF-9156 Convert the last of the Calendar CRUD webscripts to Java (except for recurring parts)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28866 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-07 20:57:31 +00:00
Nick Burch
dfa5971d86 ALF-9156 Convert the Create Calendar webscript to Java, and provide infrastructure in the abstract parent to help with JSON input and Dates
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28861 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-07 16:49:42 +00:00
Nick Burch
4a873d55a4 ALF-9156 Convert the Calendar delete event webscript to be Java backed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28853 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-07 14:37:49 +00:00
Nick Burch
ae3a6f8b10 ALF-9156 More on the Calendar code, including improved dates for the get webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28847 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-07 12:00:50 +00:00
Nick Burch
e9003e53bd ALF-9156 Calendar Java API tagging support, and convert the Event Get webscript to be java backed
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28840 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-06 17:14:52 +00:00
Nick Burch
5c1e37bb5c ALF-9156 Flesh out more of the Calendar API, and start on using it for the rest API
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28839 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-06 15:55:15 +00:00
Nick Burch
45f6179b19 ALF-9156 - Begin to use the Calendar Service for a replacement java backed calendar webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28802 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-07-04 19:05:19 +00:00
Nick Burch
1bceeec28e ALF-9156 - Finish unit tests for the existing Calendar (JS) REST apis
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28730 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-06-30 15:00:28 +00:00
Nick Burch
411811c763 More Calendar REST api crud unit tests for ALF-9156
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28723 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-06-30 12:09:37 +00:00
Nick Burch
c0e2c1a136 ALF-9156 Start on Calendar Rest API unit tests
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28712 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2011-06-29 22:32:00 +00:00