durandn [Thu, 24 Sep 2015 11:54:30 +0200] rev 1063
Try for a fix for JqueryUI/Lab.js bug
durandn [Tue, 22 Sep 2015 17:07:58 +0200] rev 1062
CurrentSegmentInfobox: fixed bug where editing a segment would not update the source correctly and mess up other widgets.
durandn [Tue, 22 Sep 2015 12:04:36 +0200] rev 1061
CreateAnnotation: now triggering events for hiding and showing widget after submitting to make it easier for other widgets to catch these events
durandn [Mon, 21 Sep 2015 18:25:06 +0200] rev 1060
Added an edit button to make edit functionality easier to read
durandn [Mon, 21 Sep 2015 18:24:32 +0200] rev 1059
Fixed user filter on AnnotationList to not display username in the dropdown but what is displayed in the list + Added project_id to api templates for delete in case the target API understands it
durandn [Fri, 18 Sep 2015 17:21:12 +0200] rev 1058
If TimeRange is set, clicking on a segment will play the video
ymh <ymh.work@gmail.com> [Fri, 18 Sep 2015 17:42:42 +0200] rev 1057
update libs
durandn [Fri, 18 Sep 2015 15:08:36 +0200] rev 1056
fixed error when clicking annotation from an user that isn't in the api
durandn [Fri, 18 Sep 2015 15:04:39 +0200] rev 1055
Removed forgotten console.log calls
durandn [Fri, 18 Sep 2015 14:48:13 +0200] rev 1054
Added support for displaying user name using additional user informations
durandn [Fri, 18 Sep 2015 14:44:36 +0200] rev 1053
Added support for deleting annotations + Added support for displaying user names under another format
durandn [Fri, 18 Sep 2015 14:42:52 +0200] rev 1052
Added support for editing the currently selected segment and its potential tags
durandn [Fri, 18 Sep 2015 14:41:51 +0200] rev 1051
Added support for custom button texts + Added support for deleting markers + reworked the way the "+" and "-" buttons work + Added a "placeholder" marker when clicking "+" to show where in the timeline the marker will be posted
durandn [Fri, 18 Sep 2015 14:40:25 +0200] rev 1050
Added support for custom button texts
durandn [Fri, 18 Sep 2015 14:39:45 +0200] rev 1049
Added support for running a function before the draw() function of a widget, for example when a widget needs to fetch additional user informations that aren't provided by the metadatas
durandn [Fri, 18 Sep 2015 14:32:28 +0200] rev 1048
Updated Annotation controller to assign "selected" class to buttons when they get clicked on, for use in custom css.
durandn [Tue, 01 Sep 2015 15:57:54 +0200] rev 1047
Added a button to cancel Annotation creation and hide the widget on CreateAnnotation
durandn [Tue, 01 Sep 2015 15:31:46 +0200] rev 1046
Updated LatestAnnotation, CurrentSegmentInfobox, AnnotationController and AnnotationList widgets to use timerange to find the current segment when the corresponding option is used + CurrentSegmentInfobox now has an option for editing the current segment + LatestAnnotation now has a "Copy and edit" button that allows to use the text from the currently displayed annotation into the CreateAnnotation widget textarea
durandn [Tue, 01 Sep 2015 15:24:26 +0200] rev 1045
Altered ldt_annotate serializer to allow for serializing id for editing annotation + Added Markers widget that allows to make and edit 0 duration annotations.
durandn [Tue, 01 Sep 2015 15:10:17 +0200] rev 1044
Added support for defining a "time range" for a Playable to set the time boundaries of what can be played by the diffenrent players (Popcorn and HtmlPlayer for now). Added option in Segment widget to define a timerange on click.
ymh <ymh.work@gmail.com> [Fri, 18 Sep 2015 14:02:21 +0200] rev 1043
slighlty improve jquery ui loading
ymh <ymh.work@gmail.com> [Thu, 20 Aug 2015 13:24:11 +0200] rev 1042
change h264 detection for adaptive player + auto player
durandn [Fri, 03 Jul 2015 17:01:35 +0200] rev 1041
New widget LastAnnotation that currently displays last annotation posted (can be configured to work for currently viewed segment)
durandn [Fri, 03 Jul 2015 17:00:33 +0200] rev 1040
New widget CurrentSegmentInfobox that displays infos on currently viewed Segment (future features will allow for possibility to edit title descriptions and tags for current segment)
durandn [Fri, 03 Jul 2015 16:59:29 +0200] rev 1039
New widget AnnotationsController that displays buttons to hide/show AnnotationsList and CreateAnnotations
durandn [Fri, 03 Jul 2015 16:58:49 +0200] rev 1038
CreateAnnotations new feature: hide/show functionality on signal trigger (tweaks), added config options to customize what is displayed more accurately
durandn [Fri, 03 Jul 2015 16:57:10 +0200] rev 1037
AnnotationsList widget new features: show creation date for annotations, hide/show feature on signal trigger, filter by username
durandn [Fri, 03 Jul 2015 16:54:26 +0200] rev 1036
Annotations creation date is now the actual annotation creation date instead of the ensemble creation date