forked from EsupPortail/Esup-Pod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DONE] Fix some bugs for 3.4.0 (EsupPortail#947)
* Add breadcrumb link for Home * Fix sort direction when less than 2 videos * Fix playlist migration * Add password encryption for protected videos * Fix flake8 * Improve password input * Fix unittest * Fix video notes * Fix JS error for import video page * Fix playlist player refresh * Title improvements and aria-hidden for <i> * Fix playlist sort redirection, dark mode contrasts * Fix playlist migration * Improve QoC * Fix flake8 * Add missing translations * Add missing translations * Improve migration functions * Remove useless import
- Loading branch information
1 parent
0ad76c1
commit c6ddf03
Showing
5 changed files
with
96 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ msgstr "" | |
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-05 15:50+0200\n" | ||
|
@@ -264,6 +265,8 @@ msgstr "" | |
>>>>>>> 225adb2a ([DONE] RGAA 10.07 (Fix focus visibility) (#940)) | ||
======= | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-10-31 11:26+0000\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-13 16:48+0200\n" | ||
|
@@ -355,6 +358,8 @@ msgstr "" | |
>>>>>>> f45acaee ([DONE] RGAA 10.07 (Fix focus visibility) (#940)) | ||
======= | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-05 15:50+0200\n" | ||
|
@@ -502,8 +507,11 @@ msgstr "" | |
======= | ||
"POT-Creation-Date: 2023-09-19 12:22+0000\n" | ||
>>>>>>> c3c05541 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
"POT-Creation-Date: 2023-09-21 12:16+0000\n" | ||
>>>>>>> 1a2953ef ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: ptitloup <nicolas.can@univ-lille.fr>\n" | ||
"Last-Translator: AymericJak <aymeric.jakobowski@univ-lille.fr>\n" | ||
"Language-Team: Pod Team [email protected]\n" | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
|
@@ -1862,6 +1870,7 @@ msgstr "" | |
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
======= | ||
|
@@ -1885,6 +1894,8 @@ msgstr "" | |
>>>>>>> 3ba3755b ([DONE] Update : Playlist (#857)) | ||
======= | ||
>>>>>>> 15aacca9 ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
|
@@ -1930,6 +1941,8 @@ msgstr "" | |
======= | ||
======= | ||
>>>>>>> 8b3d52bd ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
======= | ||
|
@@ -1945,8 +1958,19 @@ msgstr "" | |
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
>>>>>>> 43dd9c9b ([DONE] Update : Playlist (corrections) (#923)) | ||
<<<<<<< HEAD | ||
>>>>>>> 8b3d52bd ([DONE] Update : Playlist (corrections) (#923)) | ||
<<<<<<< HEAD | ||
>>>>>>> 15aacca9 ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
======= | ||
======= | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
>>>>>>> 1a2953ef ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
msgid "Video" | ||
msgstr "Vidéo" | ||
|
||
|
@@ -11826,6 +11850,10 @@ msgstr "" | |
msgid "Date of event" | ||
msgstr "Date de l’évènement" | ||
|
||
#: pod/video/models.py | ||
msgid "The password is / will be encrypted." | ||
msgstr "Le mot de passe est / sera encrypté." | ||
|
||
#: pod/video/models.py | ||
msgid "Overview" | ||
msgstr "Vue d’ensemble" | ||
|
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 |
---|---|---|
|
@@ -76,6 +76,7 @@ msgstr "" | |
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
======= | ||
|
@@ -287,6 +288,8 @@ msgstr "" | |
>>>>>>> 225adb2a ([DONE] RGAA 10.07 (Fix focus visibility) (#940)) | ||
======= | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-11-09 10:23+0000\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-13 16:48+0200\n" | ||
|
@@ -378,6 +381,8 @@ msgstr "" | |
>>>>>>> f45acaee ([DONE] RGAA 10.07 (Fix focus visibility) (#940)) | ||
======= | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-05 15:50+0200\n" | ||
|
@@ -490,8 +495,17 @@ msgstr "" | |
======= | ||
"POT-Creation-Date: 2023-09-19 12:22+0000\n" | ||
>>>>>>> c3c05541 ([DONE] fix recuring date in edit meeting (#946)) | ||
<<<<<<< HEAD | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
<<<<<<< HEAD | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
======= | ||
======= | ||
"POT-Creation-Date: 2023-09-21 12:16+0000\n" | ||
>>>>>>> 1a2953ef ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"PO-Revision-Date: 2023-06-08 14:37+0200\n" | ||
"Last-Translator: obado <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
@@ -1762,6 +1776,7 @@ msgstr "" | |
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
======= | ||
|
@@ -1785,6 +1800,8 @@ msgstr "" | |
>>>>>>> 3ba3755b ([DONE] Update : Playlist (#857)) | ||
======= | ||
>>>>>>> 15aacca9 ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
|
@@ -1830,6 +1847,8 @@ msgstr "" | |
======= | ||
======= | ||
>>>>>>> 8b3d52bd ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
======= | ||
|
@@ -1845,8 +1864,19 @@ msgstr "" | |
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video_encode_transcript/models.py | ||
>>>>>>> 43dd9c9b ([DONE] Update : Playlist (corrections) (#923)) | ||
<<<<<<< HEAD | ||
>>>>>>> 8b3d52bd ([DONE] Update : Playlist (corrections) (#923)) | ||
<<<<<<< HEAD | ||
>>>>>>> 15aacca9 ([DONE] Update : Playlist (corrections) (#923)) | ||
======= | ||
======= | ||
======= | ||
#: pod/video/templates/channel/channel.html | ||
#: pod/video/templates/videos/video_breadcrumbs.html | ||
#: pod/video/templates/videos/videos.html pod/video_encode_transcript/models.py | ||
>>>>>>> 1a2953ef ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
msgid "Video" | ||
msgstr "" | ||
|
||
|
@@ -9952,6 +9982,10 @@ msgstr "" | |
msgid "Date of event" | ||
msgstr "" | ||
|
||
#: pod/video/models.py | ||
msgid "The password is / will be encrypted." | ||
msgstr "" | ||
|
||
#: pod/video/models.py | ||
msgid "Overview" | ||
msgstr "" | ||
|
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 |
---|---|---|
|
@@ -68,6 +68,7 @@ msgstr "" | |
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
<<<<<<< HEAD | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-05 15:50+0200\n" | ||
|
@@ -277,6 +278,8 @@ msgstr "" | |
>>>>>>> fc313dc2 ([DONE] A11y for 3.4.0 (#914)) | ||
======= | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-11-07 10:52+0000\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-13 16:48+0200\n" | ||
|
@@ -366,6 +369,8 @@ msgstr "" | |
>>>>>>> 792d863b ([DONE] A11y for 3.4.0 (#914)) | ||
======= | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"POT-Creation-Date: 2023-08-30 12:33+0200\n" | ||
======= | ||
"POT-Creation-Date: 2023-07-05 15:50+0200\n" | ||
|
@@ -469,8 +474,17 @@ msgstr "" | |
======= | ||
"POT-Creation-Date: 2023-09-19 12:22+0000\n" | ||
>>>>>>> c3c05541 ([DONE] fix recuring date in edit meeting (#946)) | ||
<<<<<<< HEAD | ||
>>>>>>> 85cd1f4c ([DONE] fix recuring date in edit meeting (#946)) | ||
<<<<<<< HEAD | ||
>>>>>>> ed6c9681 ([DONE] fix recuring date in edit meeting (#946)) | ||
======= | ||
======= | ||
======= | ||
"POT-Creation-Date: 2023-09-21 12:16+0000\n" | ||
>>>>>>> 1a2953ef ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 8f679ad9 ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
>>>>>>> 670e60ff ([DONE] Fix some bugs for 3.4.0 (#947)) | ||
"PO-Revision-Date: 2023-02-08 15:22+0100\n" | ||
"Last-Translator: obado <[email protected]>\n" | ||
"Language-Team: \n" | ||
|
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