Commit Graph

7 Commits (1fa55bf3c3f9d831aec59bf347d4dc4e342cc895)

Author SHA1 Message Date
Yannick Warnier 416b044953 Display: Use new icons in administration (1) 2 years ago
Julio Montoya 93550fd703 Remove unused code, replace api_display_tool_title 4 years ago
Julio Montoya fa1d604e48 Minor - Format code, use Display::toolbarAction 4 years ago
Julio Montoya 63d4f72eb3 Internal: Partial merge from 1.11.x 5 years ago
Julio Montoya 97e9899f7d Minor - format code 6 years ago
Julio b1073ed308 Minor - fix php code 6 years ago
Julio Montoya fe1574887c Move main folder to public/main 6 years ago
Julio Montoya 30f43b5089 Minor - format code 6 years ago
Julio Montoya 92ec21ca74 Update get_lang calls using full string. 6 years ago
Julio Montoya ff556a8728 Update from 1.11.x 6 years ago
Julio Montoya 5754a14dc9 Applied fixes from FlintCI 8 years ago
Julio Montoya f32ca6dc9b Applied fixes from FlintCI 8 years ago
jmontoyaa 8f45fcf8d7 Minor - format code 8 years ago
Angel Fernando Quiroz Campos d12a47f6e0 Fix 65188b0 8 years ago
Scrutinizer Auto-Fixer c4449d534b Scrutinizer Auto-Fixes 9 years ago
Yannick Warnier 6193d198f6 Update deprecated display_*_message() calls 9 years ago
jmontoyaa 4af8524c05 Minor - format function "Database ::" to "Database::" 9 years ago
jmontoyaa fab7a58076 Use __DIR__ when calling global.inc.php 9 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 277c7fdb37 Add c_id in track tables 11 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 11 years ago
Yannick Warnier e4ba3c923f Remove Database::escape_string() without quotes to avoid SQL injections - partial + a few parse warnings - refs #7440 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
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
Julio Montoya b89edaceb6 Updating from 1.9.x 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 99305282d6 Adding fixes from 1.9.x 12 years ago
Julio Montoya ac7f651af0 Minor - Formatting code. 12 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 7dbb273294 Removing add_course.lib.inc.php files functions moved to course.lib.php 13 years ago
Julio Montoya 6b26aa10cb Removing "local" styles 14 years ago
Julio Montoya 0c899d7578 Minor replacing code 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya 05c0000680 Minor - Fixing HTML warnings 14 years ago
Julio Montoya ae76fbcd60 Minor - Making textareas more big 14 years ago
Julio Montoya 43b674619a Minor - Replacing inputs by buttons HTML tags 14 years ago
Julio Montoya 8b5ab63f32 Cleaning the menu in the access url settings 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 ec4a19c4ca Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 16 years ago
christian1827 9620389815 merge 16 years ago
Julio Montoya 51791a4a70 Cleaning code, adding headers, adding security::remove_XSS 16 years ago
Julio Montoya a6f6cc9a86 Minor - Replacing require to require_once, updating license headers 16 years ago
Noel Dieschburg a5222167c0 Dummy changes 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
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
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