Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Feature/fix lang edit video #359

Open
wants to merge 341 commits into
base: master
Choose a base branch
from

Conversation

frouze
Copy link

@frouze frouze commented Mar 31, 2017

bugfix in edit_video.html :
two phrases on $field_group.group_name uses english text but in
upload.class.php the same group_name(s) uses the lang() function to
localize the text in other languages. so when using another language the
"sharing and privacy options" and 'Date recorder and location' tab were
not visible. It cause other problems on mayn fields ids who's value were
changed to 'form-control'

I added some localization in the same edit_video.html file everywhere there is a corresponding english phrase in the en.lang file

Franck Rouzé and others added 30 commits September 16, 2016 12:32
add, edit, update link are now all in the same user interface
"management_links"
plugin. The previous version didn't let the possibility to create the
first entry
Add remove discipline thumbnail when deleting the database entry.
Add control on link and unlink speaker to video
Add control on link and unlink external links
Modify discipline thumb's folder
develop

Conflicts:
	.gitignore
	upload/includes/langs/en.lang
	upload/includes/langs/fr.lang
franck and others added 30 commits February 13, 2017 17:07
Add et register a function that remve association between external links
and video when video is deleted.
Add and register a function that remove association between documents
and video when video is deleted
Bad conditions were used to display administration plugin pages
add a buton "link video speaker" into the edit video page drop down
action menu
Bugfix : Bad url on editor link in link_links template

Add button in video_edition drop donw action menu for linking an
external link to the current video
Action in the video manager : 
Add new Video -> create a new empty video fields in the database
Duplicate video -> copy of all fields of a specific video in order to
connect it to a future evolution of the plugin that will include video
files encoded externally.
Add the link to "link a document" to the curruent video in the
edit-video page Actions Button
Add a "link a videogrouping" action to the Actions button into
edit_video.php page.
Add a "link to" function tu associate a video file to the current video
data
Add locales for the plugin
Modif database structure
Add job that download encoded videos to the right folder.
Bugfix in the installation of the plugin. Primary key had not been set
to autoincrement 
BugFix in the header : Tabs were not visible into Firefox. Replacement
of pure javascript back to jquery commands to insert data into Original
Left aun right tabs
Bugfix : remove database entry fixed
modify comments
modify filename for audio files pushed into the video subfolders
Bad count of chapters in the html file
feature/CB_282

Conflicts:
	upload/admin_area/styles/cb_2014/layout/blocks/advanced_member_search.html
	upload/includes/classes/user.class.php
two test on $field_group.group_name with english text but in
upload.class.php the same group_name(s) uses the lang() function to
localize the text in other languages. so when using another language the
"sharing and privacy options" and 'Date recorder and location' tab were
not visible. It cause other problems on mayn fields ids who's value were
changed to 'fonr-control'
Use lang() function in the edit_video.html file everywhere there a
defined english phrase in the en.lang file
The other translations need a clean en.lang file (without phrases
comming from our plugins)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants