Commit Graph

41 Commits (afc337386ef75877f9e81d0b24dc4d32be77f698)

Author SHA1 Message Date
Scrutinizer Auto-Fixer a9a8ec5a55 Scrutinizer Auto-Fixes 8 years ago
jmontoyaa fdbe8493c7 Minor - format code, 9 years ago
jmontoyaa dff22364b7 Minor - format code, 9 years ago
Yannick Warnier d4e9222901 Minor - Code style - Use "self" instead of classname within the class and remove spaces around :: operator 9 years ago
jmontoyaa 66ea436b73 Minor - Format code, remove unused code 9 years ago
jmontoyaa 6d851da2ef Fix time display + adding api_get_cidreq 9 years ago
Angel Fernando Quiroz Campos 6427b426a1 Allow save notebook by api REST - refs #8366 9 years ago
jmontoyaa e2c1d77d61 Exercise (remove use of 0000-00-00 00:00:00) 10 years ago
Julio 8e456de62e Use TimeAgo class to handle "5 minutes ago" 10 years ago
Julio Montoya 1721a16713 Fix default values in queries 10 years ago
Yannick Warnier 1ad4f95e3a Minor - Avoid notice 10 years ago
Julio Montoya 70e4171cdc Format code + use Display::panel function 10 years ago
Julio Montoya ed680d26c8 Minor - format code 10 years ago
Julio Montoya 43523019c3 Replace globals, remove unused code 10 years ago
Julio Montoya c7c85d5c20 Use Database::insert/Database::update 10 years ago
Julio Montoya 97edb8a1f2 Use Database::insert 10 years ago
Julio Montoya d11fe19094 Replace & with & 10 years ago
Julio Montoya 2ce3a2367e Update queries using iid. 11 years ago
Julio Montoya c48a61dbe9 Fix PHP warnings. 11 years ago
Julio Montoya 592090d48a affected_rows() function now needs a parameter. 11 years ago
Yannick Warnier 28baec78d2 Remove Database::escape_string() without quotes to avoid SQL injections - partial - refs #7440 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya cda0b5fa15 Minor - format code. 12 years ago
Julio Montoya 8616f1e9de Injecting the $result inside the Database::affected_rows() in order to work with Doctrine 12 years ago
Julio Montoya 4b6afee605 Removing require_once of libs already added in the autoload script 13 years ago
Julio Montoya b2e270b840 Fixing PHP warnings 13 years ago
Julio Montoya 5117010cf3 Adding c_id in queries fixes #4624 14 years ago
Julio Montoya 42e1f192ee Replacing some '22' strings with the new icon constant ICON_SIZE_SMALL 14 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Juan Carlos Raña cd0c784c45 Feature #2785 tables: my courses and inscription, calendar, admin languages, agenda, notebook, social network, survey, works, admin templates .And update languages 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
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Julio Montoya 918f21be6a Adding database::escape_string not sure if api_get_course_id() is completly clean 16 years ago
Julio Montoya 0072e90a4b No need of doing this: Database::escape_string(api_get_user_id()) 16 years ago
Julio Montoya 0481770f83 Removing double validation: Database::escape_string + Security::remove_XSS 16 years ago
Julio Montoya c55338dd6d Removing double validation 16 years ago
rrodriguez 2f355c5199 Merge 16 years ago
Yannick Warnier 4cb0641590 Minor - additional improvements to notebook library 16 years ago
Yannick Warnier a933187880 Updated notebook::save_note() to return the new note's ID upon creation 16 years ago
Guillaume Viguier d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 16 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 16 years ago
Guillaume Viguier fcc5a3766f Timezone management (see CT#599) 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 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