-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* * Add some global JS vars in .eslintrc * Upgrade BS icons to 1.11 to have the "X" version of twitter icon * Improve some english typography (' -> ’ and ".." -> “...”) * Add some code comments * Remove useless `" + "` in python strings * Use the `page_title`attribute in video dressing * Test presence of `watermarkField` before observing its changes in video dressing * No more add help text aria attribute for hidden inputs * Overwrite some default css for CKeditor and select2 * Remove "title" and "video file" from allowed bulk modifications in Dashboard * Reorder some headings (h4 or H5 modal titles -> h2) * * Remove uselss aside menu on "edit" and "delete" dressing pages * Add missing form labels * correct select2 corlor contrast * Update i18n .po files * * Correct dressing permissions test * Better Alt for watermark * Add missing fieldset in video_dressing * Update i18n files * Last i18n fixes + better responsive layout for video stats view * * Add `count_events=NEXT_EVENTS.count` on live/direct.html * Add "django-extensions" to start Pod in https auto-signed * correct direct.html indentation * correct indentation + css fix on bulk updates
- Loading branch information
Showing
76 changed files
with
1,238 additions
and
965 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
/** | ||
* @file Esup-Pod functions for videojs-chapters. | ||
*/ | ||
(function () { | ||
"use strict"; | ||
var videojs = null; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.