Commit Graph

57 Commits (ff23224e880bbfdd9b129a97af0005002050af16)

Author SHA1 Message Date
Julio Montoya 5754a14dc9 Applied fixes from FlintCI 7 years ago
Julio Montoya f32ca6dc9b Applied fixes from FlintCI 7 years ago
jmontoyaa 139e3bbd04 Remove deprecated function count_rows_course_table. 8 years ago
jmontoyaa 4af8524c05 Minor - format function "Database ::" to "Database::" 8 years ago
jmontoyaa fab7a58076 Use __DIR__ when calling global.inc.php 8 years ago
jmontoyaa 85cc036bae Fix PHP warning 9 years ago
jmontoyaa f4dddc11d4 Remove unneeded queries. 9 years ago
Julio Montoya ca6f821318 Remove use of dbName or db_name 10 years ago
Yannick Warnier c37f395103 Risky: move many api_get_course_info() calls to api_get_course_info_by_id() and remove many useless and resource-consuming function calls 10 years ago
Julio Montoya 83e3494c02 Replace course_code with c_id 10 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 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
Julio Montoya 8c3eb89c3d Minor - format code. 10 years ago
Yannick Warnier 631feaf90c Minor - fix spacing 11 years ago
Eric Marguin 366829f9f3 Revert "fix bug in course information's user list when multi url enabled" 11 years ago
Julio Montoya 11169305bf Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController 11 years ago
Julio Montoya c7d8dea958 Commenting global.inc. 11 years ago
eric cba1636311 remove unused __file__ and __line__ 11 years ago
Eric Marguin bcea0b4530 fix bug in course information's user list when multi url enabled 11 years ago
aragonc 94984e6b12 merge 11 years ago
Julio Montoya 440f248475 Deleting extra field sessions values when deleting a session see #6664 12 years ago
Julio Montoya 0560581a7f Fixing PHP warning + format code 12 years ago
Julio Montoya d00ea9aafe Fixing PHP warning. 12 years ago
Julio Montoya dad69fb238 Adding c_id in track_* and session_rel_course and session_rel_course_rel_user tables see BT#5638 12 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 12 years ago
Julio Montoya da4eb3c652 Fixing course extra fields 13 years ago
Julio Montoya 70f95ce67b Adding course extra fields see BT#4875 13 years ago
Julio Montoya f1768d918f Minor - adding classes to the course information (code commented) 13 years ago
Julio Montoya 77c013eeae Adding session list in course info (class info was removed) 13 years ago
Julio Montoya 8e91750d5c Minor - removing button that fills dummy content in a course see #5197 13 years ago
Julio Montoya f75fb86fc4 Minor - cleaning layout 14 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 14 years ago
Julio Montoya c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 14 years ago
Yannick Warnier 28a9b4cff4 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Julio Montoya 51791a4a70 Cleaning code, adding headers, adding security::remove_XSS 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
Cristian Fasanando d8c3027a59 fixed - user and course information from course list - partial CT#462 15 years ago
cvargas e969a4161a merge 16 years ago
Juan Carlos Raña e35d8a204a fix some text 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 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 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 16 years ago
Ivan Tcholakov ed64d52dac Bug #3646 and Issue #306 - User profile and Platform administrator's tools (Part 5): Fixing person name order and sorting to be dependable on the internationalization settings. 16 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago