Wed, 16 Sep 2015 22:46:15 +0200 ymh Added tag V01.59.03 for changeset 4aa751f8db8c
Wed, 16 Sep 2015 22:45:53 +0200 ymh slightly improve admin form user creation V01.59.03
Wed, 16 Sep 2015 22:18:45 +0200 ymh Added tag V01.59.02 for changeset e0ba7a35e9df
Wed, 16 Sep 2015 22:18:24 +0200 ymh ensure that created users are put in everyone group + new version V01.59.02
Wed, 16 Sep 2015 17:31:31 +0200 ymh Added tag V01.59.01 for changeset 5c69c2cbd2d6
Wed, 16 Sep 2015 17:31:13 +0200 ymh Increment version V01.59.01
Tue, 15 Sep 2015 17:28:56 +0200 ymh internalize user model + resize fields (username, firstname, lastname) and add externalid
Thu, 10 Sep 2015 12:06:56 +0200 ymh Added tag V01.59 for changeset bb5fc6324484
Thu, 10 Sep 2015 12:06:33 +0200 ymh Increment version V01.59
Thu, 10 Sep 2015 12:04:06 +0200 ymh correct critical sections handling
Mon, 07 Sep 2015 17:25:08 +0200 durandn added annotation deletion into tastypie API
Thu, 03 Sep 2015 18:38:47 +0200 ymh Added tag V01.58.02 for changeset 9e302b704ec0
Thu, 03 Sep 2015 18:38:28 +0200 ymh new version V01.58.02
Thu, 03 Sep 2015 18:35:42 +0200 ymh change test names to better describe what is tested
Thu, 03 Sep 2015 18:02:53 +0200 durandn Added idProject property to ensemble node in ldt xml when ensemble node is created via LdtAnnotation object
Thu, 03 Sep 2015 12:29:51 +0200 durandn added test for editing annotation via API
Tue, 01 Sep 2015 18:28:23 +0200 ymh Added tag V01.58.01 for changeset 0637048db5d4
Tue, 01 Sep 2015 18:27:47 +0200 ymh Add a monkey patch to " V01.58.01
Fri, 28 Aug 2015 18:04:30 +0200 ymh Added tag V01.58 for changeset c8c62c470624
Fri, 28 Aug 2015 18:04:08 +0200 ymh new version V01.58
Mon, 24 Aug 2015 13:22:44 +0200 ymh bad syntax for dict comprehension filter
Mon, 24 Aug 2015 13:04:05 +0200 ymh simplify a little bit contentindexer
Fri, 21 Aug 2015 17:16:18 +0200 durandn Added support for editing annotation through API
Sun, 23 Aug 2015 22:37:27 +0200 ymh Added tag V01.57.02 for changeset 91faf761b6c9
Sun, 23 Aug 2015 22:37:05 +0200 ymh upgrade jquery + jqury ui V01.57.02
Thu, 20 Aug 2015 13:32:39 +0200 ymh Added tag V01.57.01 for changeset e0cb5e956d79
Thu, 20 Aug 2015 13:32:18 +0200 ymh update version V01.57.01
Thu, 20 Aug 2015 13:25:40 +0200 ymh update metedataplayer
Wed, 22 Jul 2015 15:03:14 +0200 ymh Added tag V01.57 for changeset 7fd4925c3c53
Wed, 22 Jul 2015 15:02:44 +0200 ymh bump version to 1.57 V01.57
Wed, 22 Jul 2015 15:01:51 +0200 ymh add copy on api, add skeleton for api tests + remove django 1.9 warnings (as much as possible)
Mon, 20 Jul 2015 19:12:18 +0200 durandn Rollback the "always_return_data" and code cleanup in project copy API
Mon, 20 Jul 2015 18:38:38 +0200 durandn Added support for project copy in api/ldt/1.0/projects POST requests with a "source" parameter that has the id of the project to copy
Sun, 19 Jul 2015 23:41:33 +0200 ymh Added tag V01.56.09 for changeset d9008987f96c
Sun, 19 Jul 2015 23:41:17 +0200 ymh Increment version V01.56.09
Sun, 19 Jul 2015 23:40:47 +0200 ymh Add https to absolute source path
Sun, 19 Jul 2015 19:50:07 +0200 ymh Added tag V01.56.08 for changeset 9e4cf0a50d93
Sun, 19 Jul 2015 19:49:50 +0200 ymh add request to generate init with https V01.56.08
Sun, 19 Jul 2015 09:19:19 +0200 ymh Added tag V01.56.07 for changeset f40668870c7a
Sun, 19 Jul 2015 09:19:04 +0200 ymh add setting to disable httplib2 verification of certificates V01.56.07
Sat, 18 Jul 2015 14:13:31 +0200 ymh Added tag V01.56.06 for changeset 2d1c483e9a14
Sat, 18 Jul 2015 14:13:16 +0200 ymh bump version V01.56.06
Sat, 18 Jul 2015 14:11:23 +0200 ymh merge changes from mdp adaptation for remie
Fri, 03 Jul 2015 15:49:04 +0200 durandn Tweaks to hide/show elements for several widgets to adjust for remie scenarii + More work on new widgets
Fri, 03 Jul 2015 15:47:35 +0200 durandn Added widget CurrentSegmentInfobox for displaying infos on current Segment
Thu, 25 Jun 2015 11:02:51 +0200 durandn Added LatestAnnotation widget that displays the latest annotation for a given type and potentially for the current segment
Thu, 25 Jun 2015 11:01:55 +0200 durandn Added AnnotationsController widget that displays buttons to hide and show CreateAnnotations and AnnotationsList
Thu, 25 Jun 2015 11:00:41 +0200 durandn Tweaks to CreateAnnotation and AnnotationList to allow them to be hidden or shown on trigger + Tweaks to AnnotationList css for creation date
Wed, 10 Jun 2015 18:36:40 +0200 durandn Added a filter based on annotation user name for AnnotationList metadataplayer widget + Added a way to make the creator field readonly for CreateAnnotation widget (so you can define a given annotation creator name for the widget that the user can't change)
Wed, 10 Jun 2015 16:24:24 +0200 durandn Added option to display creation date of annotations in AnnotationList metadataplayer widget
Wed, 10 Jun 2015 12:19:26 +0200 durandn Small tweaks to Annotation API and json project API and mdplayer widgets CreateAnnotation and AnnotationList to allow CreateAnnotation to create annotations on a specific project and AnnotationList to display different annotation types as well as filtering annotations based on current segment
Thu, 16 Jul 2015 12:59:15 +0200 ymh Added tag V01.56.05 for changeset 0fb6a1bdd10b
Thu, 16 Jul 2015 10:15:55 +0200 ymh remove ref to south V01.56.05
Wed, 15 Jul 2015 15:43:52 +0200 ymh Added tag V01.56.04 for changeset eb55bae28748
Wed, 15 Jul 2015 15:43:35 +0200 ymh remove ref to ldtplatform in platform V01.56.04
Fri, 29 May 2015 00:51:04 +0200 ymh update copyright notices on footers
Thu, 28 May 2015 11:03:58 +0200 ymh Some cleaning
Wed, 27 May 2015 11:55:15 +0200 ymh Added tag V01.56.03 for changeset 5fa85499f703
Wed, 27 May 2015 11:54:07 +0200 ymh revert wrong content-type changes V01.56.03
Fri, 15 May 2015 16:10:52 +0200 ymh Added tag V01.56.02 for changeset da3829c1adfb
Fri, 15 May 2015 16:10:44 +0200 ymh increment version V01.56.02
Fri, 15 May 2015 16:10:02 +0200 ymh Added tag V01.56.02 for changeset 3e9428287eb1
Fri, 15 May 2015 15:54:01 +0200 ymh correct url for creator avatar
Fri, 15 May 2015 01:24:06 +0200 ymh Added tag V01.56.01 for changeset c9ed2ae1a902
Fri, 15 May 2015 01:23:39 +0200 ymh correct problem with ompulsory tags for content and tags indexation V01.56.01
Wed, 13 May 2015 02:08:15 +0200 ymh Added tag V01.56 for changeset 17b7a6d9959d
Wed, 13 May 2015 02:07:46 +0200 ymh correct tags in search V01.56
Tue, 12 May 2015 14:40:49 +0200 ymh Added tag V01.56 for changeset e7cd1595f512
Tue, 12 May 2015 14:40:27 +0200 ymh correct migrations + new version
Thu, 30 Apr 2015 13:29:53 +0200 durandn Django 1.8 upgrade: migrations
Tue, 28 Apr 2015 15:43:41 +0200 durandn Django 1.8 upgrade: adding app_label to models Meta + Using string instead of classes in ForeignKey fields
Fri, 24 Apr 2015 12:56:15 +0200 durandn Upgrade to Django 1.7: migration (2) + data migration ldt.user for group permission is_owner_group
Thu, 23 Apr 2015 12:12:33 +0200 durandn Upgrade to Django 1.7: migrations
Tue, 21 Apr 2015 15:05:22 +0200 durandn replaced mimetype arg in HTTPResponse objects with content_type + fixed a url error from commit changing json to ldt_json + replaced md5 lib (deprecated) with hashlib.md5 for project id generation
Thu, 09 Apr 2015 12:58:31 +0200 durandn Changed json.py to ldt_json.py due to import problem with python json module that now replace django simplejon + started replacing "mimetype" in httpresponses (deprecated) with "content-type" + added fields to forms that didn't declare fields as it's now required by django
Fri, 03 Apr 2015 17:52:48 +0200 ndurand Starting upgrading to Django 1.7: removed module-level get_user_model() calls to adjust for new models loading flow + replaced WSFIHandler() with get_wsgi_application()
Thu, 02 Apr 2015 17:29:54 +0200 ndurand Upgrade to Django 1.6: reworked and fixed tests and deprecations
Fri, 27 Mar 2015 18:07:56 +0100 ndurand started upgrading to Django 1.6: fixed transactions, settings, switched django_social_auth to python_social_auth
Wed, 29 Apr 2015 00:54:30 +0200 ymh Added tag V01.55 for changeset 8c290b65505e
Wed, 29 Apr 2015 00:54:01 +0200 ymh increment version V01.55
Wed, 29 Apr 2015 00:53:05 +0200 ymh add command to create media and content
Thu, 09 Apr 2015 00:06:43 +0200 ymh Added tag V01.54 for changeset f50a9939e35a
Thu, 09 Apr 2015 00:06:16 +0200 ymh add streamer and url_transform to autoplayer V01.54
Wed, 08 Apr 2015 18:16:52 +0200 ymh add absolute path for embed resources + correctly reorder slider and controller
Wed, 08 Apr 2015 16:14:42 +0200 ymh Added tag V01.54 for changeset ddcabeae57b5
Wed, 08 Apr 2015 16:14:12 +0200 ymh really add annotation creation to div mode for embed
Tue, 07 Apr 2015 18:36:07 +0200 ymh Added tag V01.54 for changeset 8aae48935689
Tue, 07 Apr 2015 18:35:57 +0200 ymh correct javascript
Tue, 07 Apr 2015 18:23:04 +0200 ymh Added tag V01.54 for changeset 8535ad171ab4
Tue, 07 Apr 2015 18:21:35 +0200 ymh increment minor version.
Tue, 07 Apr 2015 18:20:43 +0200 ymh slightly improve mdplayer config, some code cleaning + allor annotation for dic (becauce CORS has been activated)
Wed, 25 Mar 2015 18:40:48 +0100 ndurand added annotation type config for polemic and segment widgets
Tue, 24 Mar 2015 18:13:08 +0100 ndurand Cleaned imports + fixed concatenate all content for div embed + separated widget config from other settings config + fixed un-selectionable text
Tue, 17 Mar 2015 17:59:10 +0100 durandn Reworked mdplayer embed config (iframe and div) to allow for config versioning, added MultiSegment widget to config list
Wed, 11 Mar 2015 12:02:26 +0100 ymh Added tag V01.53.18 for changeset 514145eb8c01
Wed, 11 Mar 2015 11:31:57 +0100 ymh add search fields in admin + increment version V01.53.18
(0) -1000 -300 -100 -96 tip