Commit Graph

59 Commits (303b764902a35d4dee8bdbee5f583c7d3fae1bea)

Author SHA1 Message Date
jmontoyaa 3d5e047978 Minor - format code 8 years ago
Scrutinizer Auto-Fixer 2830976b65 Scrutinizer Auto-Fixes 8 years ago
Alex Aragon 2a9f177df9 fix export headers to xls and csv #1933 8 years ago
Alex Aragon 5ee57edb09 restore conditional when exporting users #1930 8 years ago
Alex Aragon 632c6a6c89 fix the export of users to xls file #1930 8 years ago
Scrutinizer Auto-Fixer 14488458e2 Scrutinizer Auto-Fixes 8 years ago
jmontoyaa 4af8524c05 Minor - format function "Database ::" to "Database::" 8 years ago
José Loguercio fcfe4c6cce Added registrationDate in user export - Refs BT#12247 8 years ago
José Loguercio caed0e432f Added session course users and session users export button to resume session - Refs BT#12221 8 years ago
José Loguercio 58b5a6d90f Fix user_export that doesn't export correctly some extra_fields - Refs BT#12246 8 years ago
José Loguercio 674b040c5b Added Course Session Users CSV export - BT#12221 8 years ago
jmontoyaa fab7a58076 Use __DIR__ when calling global.inc.php 9 years ago
Julio Montoya cd4d275823 Add new export types see BT#10139 10 years ago
Yannick Warnier ef45b057fe Move course_code to c_id (885 / 2302) 10 years ago
Julio Montoya 932c7bbb67 Fix queries. 10 years ago
Julio Montoya c8ef4daf90 Change function names and implementation. 10 years ago
Julio Montoya 54db037671 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
Julio Montoya 2e0e1b5047 Fix PHP warning. 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 2b3d6bdc6d Update buttons. 10 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 10 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 8e3c8be5d5 Minor - some merges from 1.9.x 11 years ago
Julio Montoya ba3000da55 Minor - Adding comments, removing white spaces, fixing PHP warnings. 11 years ago
aragonc 94984e6b12 merge 11 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 75523ff530 Removing require libs already loaded in global.inc.php (autoloading) 12 years ago
Julio Montoya efc4ecaadf Moving function from fileDisplay.lib.php to fileManage.lib.php 12 years ago
Julio Montoya 7180911b4f Class Usermanager not found -> should have been UserManager with capital M see #4806 13 years ago
Julio Montoya e389dc86e4 Minor style corrections + adding database::escape_string 13 years ago
Julio Montoya 38d898755b Minor - style changes 13 years ago
Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 14 years ago
Yannick Warnier 096b8663dc Attempt at renaming to ['password_encryption'] for more clarity 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
rrodriguez eab6418cc7 merge 15 years ago
Yannick Warnier 0124c70466 Updated PhoneNumber field in CSV/XML export to match import format (partial CT#1454) 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
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
Julio Montoya 23e511c7f2 Adding exit function when calling export_table_XXX or file_send_for_download() to avoid exporting html content 15 years ago
cvargas e969a4161a merge 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
Juan Carlos Raña 391d7a287f fix export users to a csv file 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