Commit Graph

75 Commits (b331fe460b22a47dafaf420c8c05cb1580a3c5a6)

Author SHA1 Message Date
Yannick Warnier 7c3b4cb42d Minor - Replace deprecated function calls #scrutinizer 9 years ago
Scrutinizer Auto-Fixer 1c47b10a5e Scrutinizer Auto-Fixes 9 years ago
jmontoyaa fab7a58076 Use __DIR__ when calling global.inc.php 9 years ago
jmontoyaa 6d851da2ef Fix time display + adding api_get_cidreq 9 years ago
jmontoyaa d6381bee81 Format code 9 years ago
Julio Montoya 70e4171cdc Format code + use Display::panel function 10 years ago
Julio Montoya 5920b0b59e Fix PHP warnings, format code. 11 years ago
Julio Montoya 7d82db2dca Remove unused code. 11 years ago
Yannick Warnier 92c6631785 Remove language files with little use and clean deprecated language variables - refs #4467 11 years ago
Julio Montoya 2b3d6bdc6d Update buttons. 11 years ago
Julio Montoya 7bf47ed59c Adding Event and ExerciseLib classes. 11 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 11 years ago
Julio Montoya f595e3a357 Replacing event_access_tool with Event::event_access_tool 11 years ago
Julio Montoya 11169305bf Commenting "require_once '../inc/global.inc.php';" files inside main are parsed byt the LegacyController 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 20ecb6d390 Minor - Fixing comments, fixing PHP warnings. 12 years ago
Julio Montoya 4b6afee605 Removing require_once of libs already added in the autoload script 13 years ago
Julio Montoya e38cb2eb6e Removing unclosed div in some form validators 14 years ago
Julio Montoya 5a453927dd When hidden course tools we also block the access to the page with a api_not_allowed a new variables is needed: $current_course_tool = TOOL_ATTENDANCE; see BT#4138. Admins have access everywhere 14 years ago
Julio Montoya f18d73beaf Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM 14 years ago
Yannick Warnier 8620736e83 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya df6c223193 Removing jquery.js calls because this is already called in the header/banner file 15 years ago
Juan Carlos Raña 86bea87ddd Feature #2785 notebook 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 15 years ago
christian1827 9620389815 merge 16 years ago
Ivan Tcholakov 798b3c91e1 Minor, cosmetic changes for Notebook tool. 16 years ago
Carlos Vargas db40c07ee3 Partial rename get_lang for tools Ct#602 16 years ago
Noel Dieschburg a5222167c0 Dummy changes 16 years ago
Carlos Vargas 124ce70507 improve returns of functions CT#191 16 years ago
Carlos Vargas 85f5ac38f6 create the class notebook.lib.php in main/inc/lib and move all the functions of main/notebook/index.php to this class see CT#191 16 years ago
Arthur Portugal 09eadcc8ba Changed in the java script $(window) by $(document) CT#462 16 years ago
Arthur Portugal 5eafe32d03 Added in all tools a java script to set a focus in the text box CT#462 16 years ago
Arthur Portugal c354130aa1 Removed duplicated get_lang for the notebook DT#5496 16 years ago
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 years ago
Ivan Tcholakov 8f85ce16e9 [svn r22259] FS#2867 - The online editor, learner's toolbars: Changing identificators to Borland-like style (as it was adopted by FCKEditor). 16 years ago
Cristian Fasanando c87dfa80b2 [svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842 16 years ago
Ivan Tcholakov 19a6a30906 [svn r22071] FS#2867 - The notebook tool: Eliminating the global variable $fck_attribute. 16 years ago
Ivan Tcholakov b8bf14f443 [svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute. 16 years ago
Patrick Cool 8331aeaed9 [svn r21029] * implement ascending and descending sorting for all sorthing mechanisms 17 years ago
Isaac Flores 64d642cef0 [svn r20957] minor - style changes - changed string language by variable language - (partial FS#3909) 17 years ago
Isaac Flores 27f31dd532 [svn r20802] minor - logic changes - replace COURSEMANAGER by COURSEMANAGERLOWSECURITY in notebook tool - (partial FS#3909) 17 years ago
Ivan Tcholakov 5a41aa413d [svn r20709] FS#306 - Replacing some natural language unsafe occurrences of the function ucfirst(). 17 years ago
Carlos Vargas c77ae1fd70 [svn r20610] Completly add remove_XSS in Dokeos, this glosary, notebook and survey see FS#4169 17 years ago
Isaac Flores c4427c1310 [svn r20597] logic changes - added restriction for anonymous user - (partial FS#3985) 17 years ago