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
jmontoyaa
2c1617d036
Fix redirect after changing visibility see BT#14006
8 years ago
jmontoyaa
9835041cca
Fix move document see BT#14005
8 years ago
jmontoyaa
19536a78b0
Fix printing html because of media=screen see BT#13808
8 years ago
Julio Montoya
8d983c78a6
Applied fixes from FlintCI
8 years ago
Julio Montoya
9be89accb6
Applied fixes from FlintCI
8 years ago
Angel Fernando Quiroz Campos
cfac7f38ee
Fix forum visibility whe date has expired - refs BT#13917
8 years ago
jmontoyaa
535f3815a5
Add certificate=true in links fixes #2341
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
jmontoyaa
958f1f59b6
Fixes after merge cloud file links #2229
8 years ago
Angel Fernando Quiroz Campos
f0e158039f
Move code to function when creating shared folder - refs BT#12835
8 years ago
Aquilino Blanco
077fb76cd9
Several syntax and security issues fixed.
8 years ago
Aquilino Blanco
999beff6c2
Using api_get_configuration_value() to read config from file, instead of using global variable directly.
8 years ago
Aquilino Blanco
0b30cc23f4
Changed Enable option from Cloud File Links tool to stop using database for it to storage.
8 years ago
Aquilino Blanco
cbd785478c
Added the cloud file links feature to be able to add links to cloud hostings as if they were documents.
8 years ago
jmontoyaa
69b7163fb9
Minor - format code
8 years ago
jmontoyaa
1203d7e780
Fix not escape string
8 years ago
jmontoyaa
3e6c222b43
Fix group id, add api_get_cidreq()
8 years ago
jmontoyaa
8f86e88212
Remove use of $_SESSION, fix edit svg files.
8 years ago
jmontoyaa
e6b6b3fc00
Minor - format code, replace function names to camelCase
9 years ago
jmontoyaa
e1bf2da1fb
Minor - format code
9 years ago
Scrutinizer Auto-Fixer
168e5b2aed
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
f6eaf9ab6a
Minor - Format code
9 years ago
Angel Fernando Quiroz Campos
4bb41f43b5
Add configuration setting to allow set PDF orientation when exporting documents - refs BT#12783
9 years ago
Angel Fernando Quiroz Campos
5f88378b95
Minor - Format code
9 years ago
Yannick Warnier
95dcb23620
Minor - Replace deprecated display_warning_message() by return_message(..., 'warning')
9 years ago
jmontoyaa
2a5a63e6be
Use group info instead of group id as parameter
...
Function api_item_property_update
9 years ago
Scrutinizer Auto-Fixer
8eaaedcb6e
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
9 years ago
jmontoyaa
3c285f525f
Fix group id after migration see BT#12609
9 years ago
jmontoyaa
1e1c8a2849
Remove unused parameter, remove unused renderer.
9 years ago
jmontoyaa
4f43017694
Hide "current folder selector" when moving a file to avoid confusion.
9 years ago
jmontoyaa
ffb18e0133
Add setting hide_header_footer_in_certificate see BT#12383
9 years ago