Julio Montoya
c04a9199fb
Documents - Fix correct $curdirpath
5 years ago
Julio Montoya
b5fc1e4e51
Hook: Add documentAction and documentActionItem examples.
5 years ago
Julio Montoya
e09e2c1d46
Hooks: Add HookDocumentAction, HookDocumentItemAction classes.
5 years ago
Carlos Alvarado
69ac604ae1
Document : Move only a link instead all links #3596 - refs GH#3596
5 years ago
Carlos Alvarado
ced1889f6b
Document : Comment basename($document_to_move['path']) to prevent twice folder #3596 - refs GH#3596
5 years ago
carlos alvarado
7b83036064
Document: Fix multiple delete function - refs #3605
5 years ago
Julio Montoya
ed53f75b49
Minor - Fix title again
5 years ago
Carlos Alvarado
acb95b3f5c
Documents: Added Validation messages when have no course, have no file,
...
have no docInfo, have no path, have different group id, permissions
problem with alert and error
- refs BT#17861
5 years ago
Julio Montoya
3d3de794c1
Documents: Fix wrong get_lang variable + add verbose in travis
...
Fixes behat test not finding the correct link.
5 years ago
carlos alvarado
45b3b72401
Documents: Validate mime type. - refs BT#17861
5 years ago
carlos alvarado
7b19977dce
Minor: Documents: Fix some var names - refs BT#17861
5 years ago
carlos alvarado
563b0d008c
Documents: Hide/Show upload file to current file. - refs BT#17861
5 years ago
carlos alvarado
b1a2489b06
Minor: Documents: Flinci Fix - refs BT#17861
5 years ago
carlos alvarado
d4dba3e89f
Documents: Use lang variable UplUploadDocument, cleaned comments - refs BT#17861
5 years ago
carlos alvarado
2d87c8b3ee
WIP Documents: added Ability to replace a file in documents
...
- refs BT#17861
5 years ago
Yannick Warnier
ccde072d7e
WCAG: Add label text to search form in documents list
6 years ago
Yannick Warnier
b234316dff
WCAG: Avoid using empty <i></i> for comments in documents list: replace by <em> and remove if no comment is set
6 years ago
carlos alvarado
f126bb23be
Wrong file list order on last_sent column in Dropbox 3162
...
Add last edit date at start to sort correctly by date
Fix tab to 4 spaces
6 years ago
carlos alvarado
c6e4703d31
Applied fixes from FlintCI
6 years ago
carlos alvarado
6961c48ecb
Wrong file list order on last_sent column in Dropbox 3162
...
Add last edit date at start to sort correctly by date
6 years ago
Julio Montoya
bcb96734a2
Admin: Add setting disable_document_quota_message_for_students BT#17404
6 years ago
Julio Montoya
a16883a4f5
Admin: Add setting 'disable_search_documents' BT#17404
6 years ago
Julio Montoya
5836af685e
Admin: Add setting 'disable_slideshow_documents' BT#17404
6 years ago
Julio Montoya
8e11f78a6a
Minor - format code, fix breadcrumb
6 years ago
Julio Montoya
8b077e0ac1
Minor - format code
6 years ago
Angel Fernando Quiroz Campos
b1059b92bb
Documents: Fix creation template form #3184
6 years ago
Julio Montoya
81c71006fc
Minor - flint fixes
6 years ago
Julio Montoya
75e4e20119
Fix cloud link PHP warnings BT#16249
6 years ago
Julio Montoya
7fa2b42546
Fix php notices
6 years ago
Julio Montoya
4317a41fb2
Fix document title when it's an HTML BT#15259
6 years ago
Julio
469aea711f
Copy document to my files: Fix api not allowed BT#16205
6 years ago
Julio Montoya
c6e0fccdf3
Speed performance: Use static to avoid querying the database.
6 years ago
Julio Montoya
0d20999a9d
Docs: Speed improvements, don't show course quota to students.
6 years ago
Julio
c07b9958a4
Replace $(document).ready with shortcut version
7 years ago
Angel Fernando Quiroz Campos
09b447d1f6
Allow to session admin upload files to BasicCourseDocuments folder - refs BT#15362
7 years ago
Julio Montoya
01345a1745
Minor - use courseInfo instead of course code in Document::check_visibility_tree
7 years ago
Julio Montoya
2245a31020
Fix slideshow, remove session "image_files_only" BT#15106
7 years ago
Julio Montoya
dd38d1aa02
Minor - format code
7 years ago
Julio
1004ed06da
Show document size for all users see BT#14445
8 years ago
Angel Fernando Quiroz Campos
bb760de133
Fix CKEditor styles when creating HTML documents or single blocks - refs BT#14381
...
* `editor.css` file deprecated.
* `editor_content.css` contains the base for the created content with CKEditor (blocks or documents).
It's loaded internally by CKEditor to show the Styles select.
It's loaded globally by Chamilo in template.lib.php to apply its styles to the HTML blocks created with CKEditor.
* `document.css` is only used in the head from the created HTML document.
Include the `editor_content.css` file by importing internally.
8 years ago
jmontoyaa
ff54a75025
Minor - format code
8 years ago
jmontoyaa
e72f3a2c9a
Replace jplayer with mediaelement to preview mp3 files in document tool
...
BT#14273
8 years ago
jmontoyaa
67e9952316
Add extra document group access settings see BT#10769
...
- DOCUMENT_MODE_SHARE: default behaviour
- DOCUMENT_MODE_READ_ONLY: students can only see content cannot upload
or edit.
DOCUMENT_MODE_COLLABORATION: free for all, students can edit all content
8 years ago
jmontoyaa
f958b79f26
Minor - flint fixes
8 years ago
jmontoyaa
c056499ecf
Allow sharing options for the documents inside a group BT#10769
...
//ALTER TABLE c_group_info ADD document_access INT DEFAULT 0 NOT NULL;
//$_configuration['group_document_access'] = false;
8 years ago
jmontoyaa
08e4e13a39
Minor - format code
8 years ago
jmontoyaa
f2c684e43a
Add portfolio tool - refs BT#14056 ( #2455 )
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
d3a36eff3a
Minor - return array, fix conditions if array is empty
8 years ago
Angel Fernando Quiroz Campos
baad87a111
Fix #2388 - refs BT#14009 ( #2389 )
...
* Fix visibility for documents - refs BT#14009 #2388
* Add hide_invisible_documents_for_session configuration - refs BT#14009 #2388
It avoid show the invisible documents (from basis course) in session course
* Minor - Solve CodeClimate - refs BT#14009 #2388
* Rename configuration setting to hide_invisible_course_documents_in_sessions - refs BT#14027 #2388
* Minor - Add context comments to code - refs BT#14027 #2388
* Minor - Fixes for codacy - refs BT#14027 #2388
8 years ago