Commit Graph

53 Commits (dfd2f6f3ec845cc95281d96035d963c19cd9f3a2)

Author SHA1 Message Date
Yannick Warnier afc337386e Minor - Replace deprecated display_x_message() by return_message(..., 'x') 9 years ago
Polycapa 73ba61f5f3 Fix for codeclimate 9 years ago
Polycapa f798fe622f Add accessibility label 9 years ago
jmontoyaa 244a19d4c7 Replace Database :: get_main_table with Database::get_main_table 9 years ago
Scrutinizer Auto-Fixer 8eaaedcb6e Scrutinizer Auto-Fixes 9 years ago
Yannick Warnier afeb06568d Change behaviour of screen to subscribe users to courses: it doesn't make sense (in ANY situation) to order by first name, and if ordered by last name, it doesn't make sense to *show* the first name first. Update that to always use last name first (except when configured to use official code) (refs #7e76ad53fb3cb) 9 years ago
jmontoyaa fab7a58076 Use __DIR__ when calling global.inc.php 9 years ago
Yannick Warnier 05835c5861 Use field display text instead of internal value in add users to course and session - refs CT#8302 10 years ago
José Loguercio 2f4d27e8c8 Added User Tag Filter to subscribe users to course manager - Refs #8302 10 years ago
jmontoyaa a3531f45a8 Fix filter #8302 10 years ago
jmontoyaa e8fdc8f2dd Fix extra field filter see #8301 10 years ago
Yannick Warnier 44ab79dc46 Minor (but widespread) changes of <i> to <em> for WCAG support - refs CT#7898 10 years ago
Yannick Warnier 9acc02090b Update and adjust code to match new database current settings - refs #7538 11 years ago
Julio Montoya d27389ea49 Fix queries. 11 years ago
Julio Montoya 932c7bbb67 Fix queries. 11 years ago
Julio Montoya 6889d77b42 Change function name. 11 years ago
Julio Montoya 54db037671 Replace course_code with c_id 11 years ago
Julio Montoya 065e4863a4 Replace course_rel_user.course_code with course_rel_user.c_id 11 years ago
Yannick Warnier b2f62daaab Minor - Fix buttons visual style after move to bootstrap 3 - refs #7539 11 years ago
Yannick Warnier d575fa47a3 Move survey, gradebook, wiki, learnpath, tracking, document, exercice, help and admin language files to trad4all - refs #4467 11 years ago
Julio Montoya 7425cca6c0 Adding official_code order see BT#8697 11 years ago
Julio Montoya 11169305bf Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController 12 years ago
Julio Montoya c7d8dea958 Commenting global.inc. 12 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya f2242a68ec Replacing WEB_LIBRARY_PATH to WEB_LIBRARY_JS_PATH see #6903 12 years ago
unknown 8112b3cc09 small fixes 12 years ago
unknown 6055b3ac32 Fix for avoiding HRM rol to be registered in course -refs #6701 12 years ago
Yannick Warnier 7c4abf4536 Fixed a few code notices for variables not defined - still not working, though... 13 years ago
Julio Montoya 6e1279f783 Adding c_id in table access_url_rel_course chaging a lot of queries see BT#5638 13 years ago
Julio Montoya 7180911b4f Class Usermanager not found -> should have been UserManager with capital M see #4806 14 years ago
Julio Montoya 6390a0ad33 More fixes due the latest changes in CourseManager::create_course see #4068 14 years ago
Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Yannick Warnier 40dca509e9 Added links to user groups management screen from user to course and session registrations screens (BT#2022) 15 years ago
Yannick Warnier acf79bec0e Minor - cleaned up file 15 years ago
Ivan Tcholakov 6562def6cc Automatic whitespace cleaning for some files. 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 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. 16 years ago
cvargas e969a4161a merge 16 years ago
Juan Carlos Raña 34fd0e90c8 change normal message by confirmation message 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(). 17 years ago
Ivan Tcholakov 9d3ee62791 Issue #306 - Platform administration tool, "Add users to a class CSV": Code rework, revision of logic about usernames. Other minor changes. 17 years ago
Ivan Tcholakov 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 17 years ago
Ivan Tcholakov 2fbb70174c Bug #3646 and Issue #306 - Platform administrator's tools: Fixing person name order and sorting to be dependable on the internationalization settings, Part 3. 17 years ago
Patrick Cool 9240a20d6c [svn r19597] first part of consistency improvements: form with form titles, no api_display_tool_title, actions bar, icons for actions. 17 years ago
Carlos Vargas d286adf210 [svn r19311] minor change styles buttons in forum see FS#3541 17 years ago