jmontoyaa
f1bcb49dac
WIP: Simplify progress bar, remove upload.xajax.php
10 years ago
Yannick Warnier
8a184a79d7
Add partial support for attached images in IMS/QTI v1.2 import - refs BT#11438 - refs CT#7518
...
Remove deprecated tempdir() function
10 years ago
Yannick Warnier
547d264e86
Minor - Rename parse_file() to qti_parse_file() in qti-specific context
10 years ago
jmontoyaa
ea549fce47
Remove unused code, format code.
10 years ago
jmontoyaa
4a6e788589
Remove visio code, replaced by plugins (bbb, openmeetings)
10 years ago
jmontoyaa
208bcb14a1
Remove Session::read('message'); use Display::addFlash, remove api_set_failure/api_get_failure
10 years ago
jmontoyaa
2a47c02329
Add intval + Security::remove_XSS
10 years ago
Angel Fernando Quiroz Campos
4ff94fd325
Minor - Fix use of function - refs #8358
10 years ago
Angel Fernando Quiroz Campos
4f0bcda3b9
Fix course creationg in other language - refs #8324
10 years ago
jmontoyaa
3d793f4fa3
Remove ClassManager
10 years ago
Yannick Warnier
95bdecebcb
Replace dokeos_chapter, dokeos_module, chapter and module by 'dir' in learning paths - refs CT#8220
10 years ago
jmontoyaa
412e4b567e
Glossary updates see BT#10895
...
Remove glossary_title and glossary_comment madness.
Add update option when import from csv.
Format code.
Update docs.
10 years ago
Angel Fernando Quiroz Campos
f9ffa0fccf
Renew course chat - refs BT#11284 #tmi ( #1225 )
...
* Fix get history files from course chat - refs BT#11284
* Clean code + Create template for course chat - refs BT#11284
* Renew course chat - refs BT#11284
* Allow course chat between two users - refs BT#11284
* Improve course chat style and template - refs BT#11284
* Add event when user access to chat tool - refs BT#11284
* Show all course users instead of connected users only - refs BT#11284
* Fix course chat in basis courses - refs BT#111284
* Filter users on chat by course - refs BT#11284
* Update jquery.textcomplete.js - refs BT#11248
* Fix autocomplete for emojis in course chat - refs BT#11284
* Search url in messages for course chat - refs BT#11284
* Add ctrl + Enter event to send messages in course chat - refs BT#11284
10 years ago
Angel Fernando Quiroz Campos
bcfdf70f75
Renew course chat - refs BT#11284 #tmi ( #1225 )
...
* Fix get history files from course chat - refs BT#11284
* Clean code + Create template for course chat - refs BT#11284
* Renew course chat - refs BT#11284
* Allow course chat between two users - refs BT#11284
* Improve course chat style and template - refs BT#11284
* Add event when user access to chat tool - refs BT#11284
* Show all course users instead of connected users only - refs BT#11284
* Fix course chat in basis courses - refs BT#111284
* Filter users on chat by course - refs BT#11284
* Update jquery.textcomplete.js - refs BT#11248
* Fix autocomplete for emojis in course chat - refs BT#11284
* Search url in messages for course chat - refs BT#11284
* Add ctrl + Enter event to send messages in course chat - refs BT#11284
10 years ago
jmontoyaa
7e13c9243d
Format code
10 years ago
jmontoyaa
8eb86e649d
Improve glossary messages see BT#10895
10 years ago
Yannick Warnier
e4573576a1
Remove calls to session_register() and session_unregister()
...
Code spacing
10 years ago
Yannick Warnier
21e47bca07
Refactoring: move main/newscorm/ to main/lp/ and related folders (except code for migration from 1.9 and 1.10)
10 years ago
Yannick Warnier
ba818ee23e
Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10)
10 years ago
Julio
55ce4a434d
Remove unused code, format code,
10 years ago
jmontoyaa
123d3dc396
Remove unused function
10 years ago
jmontoyaa
88cb22149c
Minor - format code, add comments
10 years ago
jmontoyaa
2c31437ca9
Replace INCLUDE_PATH with SYS_INC_PATH
10 years ago
jmontoyaa
77cbf5f9f7
removing SYS_SERVER_ROOT_PATH and WEB_SERVER_ROOT_PATH
10 years ago
Julio Montoya
74ca0d17bc
Remove $_configuration calls and use functions, format code.
10 years ago
Julio Montoya
80111b53fb
Format code, remove comments
10 years ago
Julio Montoya
623892c989
Remove use of message or error property.
10 years ago
jmontoyaa
e94602ec57
Replace old code with api_get_user_info see #7837
10 years ago
Julio Montoya
31d0069d7f
Remove unused code
10 years ago
Julio Montoya
ed494a70ae
Remove unused code.
10 years ago
Julio Montoya
f3518fc502
Rename function, fix variables
10 years ago
Julio Montoya
43523019c3
Replace globals, remove unused code
10 years ago
Yannick Warnier
f53d157dda
Fix calls to export_table_csv() which was replaced by arrayToCsv()
11 years ago
Julio Montoya
d62dffa8e6
Format code, remove unused code.
11 years ago
Julio Montoya
2e0291dfc6
Remove unused code.
11 years ago
Julio Montoya
e377125c02
Fix upgrade process, remove chamilo.class.php
11 years ago
Julio Montoya
53b9eb410f
Clean file, format code,
...
Remove query to get course.creation_date already loaded with api_get_course_info
11 years ago
Julio Montoya
fa1203ae6b
Add student publication folder visibility see #6760
11 years ago
Julio Montoya
33fbb0eef9
Remove deprecated unused code.
11 years ago
Angel Fernando Quiroz Campos
68bba34521
Improve list thread posts - refs BT#9892 #TMI
11 years ago
Julio Montoya
e72a2944a1
Fix queries to allow to_group_id = NULL
11 years ago
Yannick Warnier
03910a357d
Fix issues with display_start/end_date for sessions - refs #7719
11 years ago
Julio Montoya
051dea3bf2
Remove unused code.
11 years ago
Julio Montoya
dd9478824e
Add symfony2 security encoders see #7646
...
- Add bcrypt enconder.
- Add password-compat if bcrypt is used in php < 5.5.
- New db fields: user.salt, user.username_canonical.
- Remove use of api_get_encrypted_password().
- During installation the UserManager::create_user() is now used.
- Add Repository and Manager classes for the user entity.
- Remove function encryptPass in cm_webservice.php
- Fix registration.soap.php
11 years ago
Julio Montoya
327c07aae1
Unify extra fields in one table.
11 years ago
Julio Montoya
056b709400
Minor - format code, comment unused code.
11 years ago
Julio Montoya
b6e3838c6e
Peer forum score fixes see #7668
11 years ago
Julio Montoya
7c769e079b
Forum peer scoring see #7668 (partial)
...
Add db change thread_peer_qualify.
Gradebook result missing.
11 years ago
Julio Montoya
8335efd5b0
Minor - remove unused code
11 years ago
Julio Montoya
c73bbbc449
Replace css files from main/css to app/Resources/public/css see #7522
11 years ago