Tue, 03 May 2016 14:32:28 +0200 reworked views and serializers to pass and take into account the "validation timestamp" to the model + refactored models to have a content validation method + adapted tests
durandn [Tue, 03 May 2016 14:32:28 +0200] rev 610
reworked views and serializers to pass and take into account the "validation timestamp" to the model + refactored models to have a content validation method + adapted tests
Wed, 27 Apr 2016 16:36:30 +0200 models refactoring to use ForeignKey fields + associated migrations
durandn [Wed, 27 Apr 2016 16:36:30 +0200] rev 609
models refactoring to use ForeignKey fields + associated migrations
Mon, 11 Apr 2016 16:28:05 +0200 permission implementation has to be client-side and not in the generic api package + deleted duplicate migration
durandn [Mon, 11 Apr 2016 16:28:05 +0200] rev 608
permission implementation has to be client-side and not in the generic api package + deleted duplicate migration
Thu, 21 Apr 2016 16:18:08 +0200 Added tag V00.12.19 for changeset e7e699f3cf97
ymh <ymh.work@gmail.com> [Thu, 21 Apr 2016 16:18:08 +0200] rev 607
Added tag V00.12.19 for changeset e7e699f3cf97
Thu, 21 Apr 2016 16:17:50 +0200 update version nb V00.12.19
ymh <ymh.work@gmail.com> [Thu, 21 Apr 2016 16:17:50 +0200] rev 606
update version nb
Thu, 21 Apr 2016 15:18:19 +0200 updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)
durandn [Thu, 21 Apr 2016 15:18:19 +0200] rev 605
updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)
Thu, 07 Apr 2016 13:18:32 +0200 Added tag V00.12.18 for changeset d8abed25f44a
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:18:32 +0200] rev 604
Added tag V00.12.18 for changeset d8abed25f44a
Thu, 07 Apr 2016 13:18:15 +0200 Upgrade version V00.12.18
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:18:15 +0200] rev 603
Upgrade version
Thu, 07 Apr 2016 13:14:36 +0200 It is not up to the generic api to decide on CSRF policy. This must be left to client applications
ymh <ymh.work@gmail.com> [Thu, 07 Apr 2016 13:14:36 +0200] rev 602
It is not up to the generic api to decide on CSRF policy. This must be left to client applications
Tue, 05 Apr 2016 18:32:47 +0200 Added tag V00.12.17 for changeset e12243191095
ymh <ymh.work@gmail.com> [Tue, 05 Apr 2016 18:32:47 +0200] rev 601
Added tag V00.12.17 for changeset e12243191095
Tue, 05 Apr 2016 18:32:32 +0200 correct jquery dependency in renkan renderer + problem with CKEditor + version V00.12.17
ymh <ymh.work@gmail.com> [Tue, 05 Apr 2016 18:32:32 +0200] rev 600
correct jquery dependency in renkan renderer + problem with CKEditor + version
Thu, 31 Mar 2016 17:12:55 +0200 Added tag V00.12.16 for changeset eb4f4eceada0
ymh <ymh.work@gmail.com> [Thu, 31 Mar 2016 17:12:55 +0200] rev 599
Added tag V00.12.16 for changeset eb4f4eceada0
Thu, 31 Mar 2016 17:12:38 +0200 create new renkan version V00.12.16
ymh <ymh.work@gmail.com> [Thu, 31 Mar 2016 17:12:38 +0200] rev 598
create new renkan version
Fri, 18 Mar 2016 14:15:23 +0100 small documentation improvements
ymh <ymh.work@gmail.com> [Fri, 18 Mar 2016 14:15:23 +0100] rev 597
small documentation improvements
Thu, 31 Mar 2016 16:38:35 +0200 fix on authentication_classes on RenkanDetail view
durandn [Thu, 31 Mar 2016 16:38:35 +0200] rev 596
fix on authentication_classes on RenkanDetail view
Wed, 09 Mar 2016 15:53:15 +0100 Added tag V00.12.15 for changeset b45eb8244cd9
ymh <ymh.work@gmail.com> [Wed, 09 Mar 2016 15:53:15 +0100] rev 595
Added tag V00.12.15 for changeset b45eb8244cd9
Thu, 03 Mar 2016 18:04:27 +0100 Added default to the RENKAN_USER_DISPLAY_FIELD setting. Will default to the USERFIELD_NAME for the user model V00.12.15
durandn [Thu, 03 Mar 2016 18:04:27 +0100] rev 594
Added default to the RENKAN_USER_DISPLAY_FIELD setting. Will default to the USERFIELD_NAME for the user model
Thu, 03 Mar 2016 17:09:27 +0100 corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information
durandn [Thu, 03 Mar 2016 17:09:27 +0100] rev 593
corrected tests and serializer so they can support custom user model, added a readme (to be expanded) with configuration information for the field renkan api will use to render user information
Tue, 01 Mar 2016 17:39:39 +0100 small corrections on serializers to sort out post_save signals
durandn [Tue, 01 Mar 2016 17:39:39 +0100] rev 592
small corrections on serializers to sort out post_save signals
Mon, 29 Feb 2016 17:03:44 +0100 corrected permissions
durandn [Mon, 29 Feb 2016 17:03:44 +0100] rev 591
corrected permissions
Mon, 22 Feb 2016 10:41:11 +0100 API versioning via namespace
durandn [Mon, 22 Feb 2016 10:41:11 +0100] rev 590
API versioning via namespace
Tue, 02 Feb 2016 16:21:20 +0100 Moved python2/django into a django2 folder for consistency + clarified serializers fields name
durandn [Tue, 02 Feb 2016 16:21:20 +0100] rev 589
Moved python2/django into a django2 folder for consistency + clarified serializers fields name
Tue, 26 Jan 2016 17:18:04 +0100 Minor adjustements to properly interact with Renkan client
durandn [Tue, 26 Jan 2016 17:18:04 +0100] rev 588
Minor adjustements to properly interact with Renkan client
Mon, 11 Jan 2016 18:24:14 +0100 transfer work on renkanmanager into a renkan/server/python2 folder: reworked models, implemented simple API basic permissions, wrote tests
durandn [Mon, 11 Jan 2016 18:24:14 +0100] rev 587
transfer work on renkanmanager into a renkan/server/python2 folder: reworked models, implemented simple API basic permissions, wrote tests
Fri, 23 Oct 2015 13:49:15 +0200 add annotation to project to ignore unknwon attributes
ymh <ymh.work@gmail.com> [Fri, 23 Oct 2015 13:49:15 +0200] rev 586
add annotation to project to ignore unknwon attributes
Mon, 19 Oct 2015 14:19:49 +0200 Added tag V00.12.14 for changeset bfbe490c5a7c
ymh <ymh.work@gmail.com> [Mon, 19 Oct 2015 14:19:49 +0200] rev 585
Added tag V00.12.14 for changeset bfbe490c5a7c
Mon, 19 Oct 2015 14:18:51 +0200 create new version 0.12.14 V00.12.14
ymh <ymh.work@gmail.com> [Mon, 19 Oct 2015 14:18:51 +0200] rev 584
create new version 0.12.14
Wed, 14 Oct 2015 14:56:41 +0200 add translation for Polygon + grunt copy-server
rougeronj [Wed, 14 Oct 2015 14:56:41 +0200] rev 583
add translation for Polygon + grunt copy-server
Thu, 08 Oct 2015 11:49:06 +0200 java upgrade gretty plugin to correct problem with spring loaded version and new java 1.8.0_xx version (xx >= 40)
ymh <ymh.work@gmail.com> [Thu, 08 Oct 2015 11:49:06 +0200] rev 582
java upgrade gretty plugin to correct problem with spring loaded version and new java 1.8.0_xx version (xx >= 40)
Wed, 07 Oct 2015 18:13:56 +0200 small correction for building with gradle 2.7
ymh <ymh.work@gmail.com> [Wed, 07 Oct 2015 18:13:56 +0200] rev 581
small correction for building with gradle 2.7
Mon, 05 Oct 2015 11:20:58 +0200 Added tag V00.12.13 for changeset 197fbb208e0d
rougeronj [Mon, 05 Oct 2015 11:20:58 +0200] rev 580
Added tag V00.12.13 for changeset 197fbb208e0d
Mon, 05 Oct 2015 11:20:41 +0200 increment version V00.12.13
rougeronj [Mon, 05 Oct 2015 11:20:41 +0200] rev 579
increment version
Mon, 05 Oct 2015 11:20:09 +0200 grunt copy server
rougeronj [Mon, 05 Oct 2015 11:20:09 +0200] rev 578
grunt copy server
Mon, 05 Oct 2015 11:09:00 +0200 Merge with de0d488a0a1bbf8407b66d34c7ee1a214926e63d
rougeronj [Mon, 05 Oct 2015 11:09:00 +0200] rev 577
Merge with de0d488a0a1bbf8407b66d34c7ee1a214926e63d
Mon, 05 Oct 2015 11:08:26 +0200 add delay before resizing on fullscreen, because the callback isn't called exactly at the end of the fullscreen set up
rougeronj [Mon, 05 Oct 2015 11:08:26 +0200] rev 576
add delay before resizing on fullscreen, because the callback isn't called exactly at the end of the fullscreen set up
Fri, 02 Oct 2015 18:15:48 +0200 fix bugs about fullscreen and resize behavior.
rougeronj [Fri, 02 Oct 2015 18:15:48 +0200] rev 575
fix bugs about fullscreen and resize behavior. When trying to go full screen here are the steps: - turn off onresize event when going fullscreen - call resize function after fullscreen - turn on onresize event
Fri, 02 Oct 2015 13:45:40 +0200 add call to grunt to build client before compilation of java server and correct maven spring version problem
ymh <ymh.work@gmail.com> [Fri, 02 Oct 2015 13:45:40 +0200] rev 574
add call to grunt to build client before compilation of java server and correct maven spring version problem
Fri, 02 Oct 2015 13:03:19 +0200 Added tag V00.12.12 for changeset e0e29c7047c8
rougeronj [Fri, 02 Oct 2015 13:03:19 +0200] rev 573
Added tag V00.12.12 for changeset e0e29c7047c8
Fri, 02 Oct 2015 13:03:08 +0200 increment version V00.12.12
rougeronj [Fri, 02 Oct 2015 13:03:08 +0200] rev 572
increment version
Fri, 02 Oct 2015 13:02:32 +0200 copy server
rougeronj [Fri, 02 Oct 2015 13:02:32 +0200] rev 571
copy server
Fri, 02 Oct 2015 12:59:18 +0200 fix fullscreen problem which was called 2 times
rougeronj [Fri, 02 Oct 2015 12:59:18 +0200] rev 570
fix fullscreen problem which was called 2 times
Thu, 01 Oct 2015 17:42:13 +0200 Added tag V00.12.11 for changeset 60297c027bb5
rougeronj [Thu, 01 Oct 2015 17:42:13 +0200] rev 569
Added tag V00.12.11 for changeset 60297c027bb5
Thu, 01 Oct 2015 17:41:59 +0200 update version number V00.12.11
rougeronj [Thu, 01 Oct 2015 17:41:59 +0200] rev 568
update version number
Thu, 01 Oct 2015 17:41:08 +0200 update client version fixing small bug
rougeronj [Thu, 01 Oct 2015 17:41:08 +0200] rev 567
update client version fixing small bug
Thu, 01 Oct 2015 17:38:04 +0200 Merging...
rougeronj [Thu, 01 Oct 2015 17:38:04 +0200] rev 566
Merging...
Thu, 01 Oct 2015 17:37:34 +0200 show ZoomSetSaved if there is at least one view
rougeronj [Thu, 01 Oct 2015 17:37:34 +0200] rev 565
show ZoomSetSaved if there is at least one view
Thu, 01 Oct 2015 17:21:56 +0200 Added tag V00.12.10 for changeset 5b69a752f80b
ymh <ymh.work@gmail.com> [Thu, 01 Oct 2015 17:21:56 +0200] rev 564
Added tag V00.12.10 for changeset 5b69a752f80b
Thu, 01 Oct 2015 17:21:42 +0200 refresh version V00.12.10
ymh <ymh.work@gmail.com> [Thu, 01 Oct 2015 17:21:42 +0200] rev 563
refresh version
Thu, 01 Oct 2015 16:58:16 +0200 Added tag V00.12.10 for changeset 45c94acce6fa
ymh <ymh.work@gmail.com> [Thu, 01 Oct 2015 16:58:16 +0200] rev 562
Added tag V00.12.10 for changeset 45c94acce6fa
Thu, 01 Oct 2015 16:56:54 +0200 correct grunt for correct handling of screenfull in umd. publish new version
ymh <ymh.work@gmail.com> [Thu, 01 Oct 2015 16:56:54 +0200] rev 561
correct grunt for correct handling of screenfull in umd. publish new version
Thu, 01 Oct 2015 17:16:06 +0200 - Renames and changes default options
rougeronj [Thu, 01 Oct 2015 17:16:06 +0200] rev 560
- Renames and changes default options - Update Readme and some comments
Thu, 01 Oct 2015 15:45:20 +0200 add umd version of screenfull to servers
rougeronj [Thu, 01 Oct 2015 15:45:20 +0200] rev 559
add umd version of screenfull to servers
Thu, 01 Oct 2015 14:59:23 +0200 grunt and copy server the new renkan version and the new lib screenfull
rougeronj [Thu, 01 Oct 2015 14:59:23 +0200] rev 558
grunt and copy server the new renkan version and the new lib screenfull
Thu, 01 Oct 2015 14:53:03 +0200 - fix fullscreen when renkan is a div
rougeronj [Thu, 01 Oct 2015 14:53:03 +0200] rev 557
- fix fullscreen when renkan is a div - update onresize to better adapt the Renkan when resizing the windows
Wed, 30 Sep 2015 16:33:38 +0200 In case the browser doesn't support fullscreen, disabled button and change tooltip
rougeronj [Wed, 30 Sep 2015 16:33:38 +0200] rev 556
In case the browser doesn't support fullscreen, disabled button and change tooltip Update css and translation of the new tooltip mesage
Wed, 30 Sep 2015 16:32:21 +0200 New library to handle fullscreen : screenfull.js
rougeronj [Wed, 30 Sep 2015 16:32:21 +0200] rev 555
New library to handle fullscreen : screenfull.js
(0) -300 -100 -56 +56 tip