Commit Graph

71 Commits (5b798d6882169adfc6dd8705380b028dcf874eaa)

Author SHA1 Message Date
aragonc 94984e6b12 merge 11 years ago
Julio Montoya 27c9be8f5a Fixing PHP warning. 11 years ago
Julio Montoya d8d4c94603 Deprecating function select_and_sort_categories use select_ajax element see #6836 11 years ago
Julio Montoya 66ead5edad Adding select_ajax when loading course categories see BT# 7048 11 years ago
Julio Montoya 3112a126f8 Fixing category code when creating a course see BT#6666 12 years ago
Yannick Warnier 7fcbd56b4a Implementation of "hidden" visibility for courses - still misses visibility switch for courses in session for platform admin - refs BT#6585 12 years ago
Julio Montoya 1075ff760d Fixing CourseManager constants 13 years ago
Yannick Warnier 5a39be935d Added portal courses limit management - only activates when set to something different from 0 - refs #4792 13 years ago
Julio Montoya 3dbc95b8db Grade model need to be enable in order to use it see BT#4080 13 years ago
Julio Montoya 2001dd110d Adding grading model when creating a course if settings are on see BT#4080 13 years ago
Julio Montoya 315a159f37 Adding a new constant (MAX_COURSE_LENGTH_CODE) in course.lib.php in order to use the same max value for the course code now is 40 like the field in the database see #4548 13 years ago
Julio Montoya 4114391a68 Adding grade model in the add course settings sse BT#4010 13 years ago
Julio Montoya 4914461c8c Minor - Bigger space for course titles 13 years ago
Julio Montoya ac05596d9e Adding the "courses_default_creation_visibility" platform setting see #3684 13 years ago
Julio Montoya 3fb0a6d769 Adding course quota in MB in the course_add.php file 13 years ago
Julio Montoya 427294e700 Minor - fixing fill course feature refs #4056 14 years ago
Julio Montoya 6390a0ad33 More fixes due the latest changes in CourseManager::create_course see #4068 14 years ago
Julio Montoya bcd4619f28 Partial using $params instead variable per variable when creating a new course see #4068 14 years ago
Julio Montoya d813a5463f Fixing export/import session list from CSV/XML see #4069 14 years ago
Julio Montoya 1ca37d0eb8 Trying to use only one function when creating a course CourseManager::create_course see #4068 (partial) 14 years ago
Julio Montoya 0b81e85e2b Fixing Datafiller due new DB changes see #4056 14 years ago
Julio Montoya cb4e29259e Minor - fixing course form using formvalidator groups 14 years ago
Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 14 years ago
Julio Montoya f76509d58e Updating Skills management with Smarty 3 + fixing chosen close image (X) 14 years ago
Julio Montoya 133cbab9a1 Allowing empty category courses see #3970 14 years ago
Julio Montoya b229bcf71c Fixed Course category bug when renaming the category code see #3948 14 years ago
Julio Montoya a3085fabe8 Adding smarty support to some admin page 14 years ago
Julio Montoya c827128367 Fixing course creation due new single course database 14 years ago
Julio Montoya 0d04e8be7b Adding course code warning we only accept alpha numeric chars see BT#2800 14 years ago
Julio Montoya cac0b163f2 Fixing PHP warning/notices 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya 4d3918004b Making selects bigger 14 years ago
Julio Montoya 2743487db3 Minor - adding breadcrumbs 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov 4e3f733fde Feature #539 - Various minor corrections. 15 years ago
Ivan Tcholakov 5a7f0bba43 Feature #539 - Page "Administration > Create a training": A new option "Fill with exemplary content" has been added. 15 years ago
Ivan Tcholakov 70d1417c9d Feature #539 - Cleaning the file admin/course_add.php 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 57f57504a5 Replacing dokeos to chamilo, cleaning code 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
cvargas e969a4161a merge 16 years ago
Cristian Fasanando c9fe26d1ea minor - fixed warning from fckeditor, rule does not exist as a registered rule when you add an extra field user or nonexistent html element when you create a course - partial DT#5496 16 years ago
Julio Montoya 0b484277e0 Minor - change input order 16 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 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 a0618dc58b Bug #3646 and Issue #306 - Platform administrator's tools: Fixing person name order and sorting to be dependable on the internationalization settings, Part 2. 16 years ago