Commit Graph

6 Commits (88458b5a015dee8c909fd28bbe34913a9c2b7a4e)

Author SHA1 Message Date
Julio Montoya 74ca0d17bc Remove $_configuration calls and use functions, format code. 10 years ago
Julio Montoya cd4d275823 Add new export types see BT#10139 10 years ago
aragonc 0452fad1f3 move folder session main/ error commit BT#7683 10 years ago
aragonc 10e5e53f0e add options admin enabled chat red social BT#7683 10 years ago
Angel Fernando Quiroz Campos 21f38edf79 Fix session dates in queries 10 years ago
Julio Montoya d26d3817f9 Teacher can create sessions BT#4296 10 years ago
Julio Montoya 939949f9cc Move session CRUD inside main/session see BT#4296 10 years ago
Julio Montoya 128ca5b7a0 Move session CRUD files inside main/session, instead main/admin 10 years ago
Julio Montoya fe5db3a50e Remove unused code. Cleaning up i18n library. 10 years ago
Julio Montoya 6889d77b42 Change function name. 10 years ago
Julio Montoya fd3d8c90d1 Fix queries 10 years ago
Julio Montoya 221f333f17 Replace id_user with user_id, and id_session with session_id 10 years ago
Julio Montoya 51fa68d4cb Replace id_session with session_id. 10 years ago
Julio Montoya a2aec24456 Replace id_user with user_id and id_session with session_id (Partial) 10 years ago
Julio Montoya fcd9530854 Replace course_code with c_id 10 years ago
Angel Fernando Quiroz Campos b561679a2e Minor - Format code - refs BT#9325 10 years ago
Angel Fernando Quiroz Campos 163f282040 Limit the access for session admins - refs BT#9325 10 years ago
Yannick Warnier d575fa47a3 Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467 10 years ago
aragonc 7091d705da buttons css tpl admin 10 years ago
aragonc 27b3fee2ee add user admin button 10 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 10 years ago
Julio Montoya dfb059facd Adding files from 1.9.x 11 years ago
aragonc 94984e6b12 merge 11 years ago
Julio Montoya 1a5c95c4b0 Teachers can create/edit sessions depends in a platform setting see BT#4296 12 years ago
Julio Montoya 7dbb273294 Removing add_course.lib.inc.php files functions moved to course.lib.php 13 years ago
Julio Montoya 7c2623633e Lot of modifications due the date_start and date_end changes see BT#4874 13 years ago
Julio Montoya 2af29a21de Fixing warning + replacing HTML forms with FormValidator 13 years ago
Julio Montoya c2c9302cbb Minor removing comments 13 years ago
Julio Montoya a610927d6f Undo commit r18173 see #3733 13 years ago
Julio Montoya b12413cb67 Sessions can't be added to a URL see #3733 13 years ago
Julio Montoya f18d73beaf Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM 13 years ago
Julio Montoya d813a5463f Fixing export/import session list from CSV/XML see #4069 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Juan Carlos Raña b880c341d4 Feature #2785 admin sessions (lack classes) 14 years ago
Julio Montoya 09b7f334ca Adding check_abs_path when using the DocumentManager::file_send_for_download to prevent downloading unwanted files see #2722 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 7e40ec0aac Duplicate slashes in filenames have been removed. 15 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Julio Montoya 70d31c42a3 Security issue: Added Security::remove_XSS + intval functions 15 years ago
cfasanando 9fca61be94 merge 15 years ago
Ivan Tcholakov e49f68df46 Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
Ivan Tcholakov d37ef44978 Feature #576 - The function mkpath() has been declared as deprecated. Elimination of this function form the actual code. 15 years ago
cvargas e969a4161a merge 16 years ago
Cristian Fasanando 5fee16f285 Fixed export/import session with coachs - DT#5496 16 years ago
Ivan Tcholakov 588a409e3a Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 8b50531cc0 Feature #306 - Platform admin tools: Replacing the function api_sql_query() with Database::query(). 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 16 years ago