Commit Graph

119 Commits (f0926c0875355fc18d310af1eda16ff495318d9b)

Author SHA1 Message Date
Julio Montoya 6aa8c6c9e1 Minor cosmetic changes 13 years ago
Julio Montoya efa7ca15cb Removing unused settings #3910 13 years ago
Julio Montoya b4bd73e93f Minor - replacing a_button class with btn 13 years ago
Julio Montoya b0347e5c4a Minor - fixes in the UI 13 years ago
Julio Montoya 6d5278901f More style fixes 13 years ago
Julio Montoya 3b189e9ad2 Replacing form_header to the legend tag 13 years ago
Julio Montoya 87f86bd06f Replacing some '22' strings with the new icon constant ICON_SIZE_SMALL 13 years ago
Hubert Borderiou 98b7199017 Add username as tooltip for blog (project) - ref #4226 13 years ago
Hubert Borderiou c83fed8e7b Add LoginName to avoit homonymous for Projects (blog) tool -ref #4030 13 years ago
Julio Montoya 41ad44b86c Fixing SQL queries adding c_id see #3910 13 years ago
Julio Montoya 1c9ddb4341 Fixing more queries due the new database changes (single database) see #3910 13 years ago
Julio Montoya 6e73b4ff67 Fixing - blog queries due the new changes in the DB (single database) #3910 13 years ago
Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 13 years ago
Julio Montoya 98692604ec Removing libs that are already loaded in global.inc.php 13 years ago
Yannick Warnier 5b4618fb9b Minor - Adapting code comments to phpdoc 14 years ago
Yannick Warnier 6c33498a64 Minor - Adapting code comments to phpdoc 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Juan Carlos Raña 617e8dd8e0 fix typo 14 years ago
Juan Carlos Raña d616572b0e fix fckeditor bars into blog 14 years ago
Julio Montoya b3f432813b Fixing bug when clickin in the "read more" link in the blog tool see #2131 14 years ago
Juan Carlos Raña f1724da932 Feature #2785 blogs 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 14 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Julio Montoya c2bfb16132 Minor - Cosmetic changes 15 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 15 years ago
Guillaume Viguier d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 15 years ago
Carlos Vargas 0474556880 change parameter $with_session to false in function get_student_list_from_course_code CT#602 15 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 15 years ago
Patrick Cool a7003c23de Change read more limit in a platform setting 15 years ago
Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 15 years ago
Ivan Tcholakov 85ba33f5b1 Feature #347 - System libraries, second pass: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Ivan Tcholakov 481d3b8d12 Feature #272 - In the transaction 26d27fa61127 some "silent" sentences die() were created. Here the previous behaviour die(Database::error()) has been restored. 15 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 15 years ago
Ricardo Rodriguez b95a59e6c9 Modified the test of the blog's test file to eliminated the exceptions, Modified the load_global adding user admin by default. 15 years ago
Julio Montoya dd05b24cb2 Adding Security::remove_XSS function 15 years ago
Julio Montoya bf4b94e610 UI changes see CT#493 15 years ago
Juan Carlos Raña bc51c92f8c fix semantic of several lang vars and icons 15 years ago
Ricardo Rodriguez 6de0938e43 Modified die() for return false in function blog.lib.php in function display form users unsubscribe , Fixed test functions and Edited the all.test.php 15 years ago
cvargas e969a4161a merge 15 years ago
Arthur Portugal e607de20d7 Removed void from special features DT#4318 15 years ago
Ivan Tcholakov f10a1a6e3d Feature #5397 - Replacing mysql_query() with Database::query(). 15 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 15 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(). 15 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
Ivan Tcholakov aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
Ivan Tcholakov e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 15 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 15 years ago
Ivan Tcholakov bda4e3c0a0 Bug #3646 and Issue #306 - Common Dokeos libraries: Fixing person name order to be dependable on the internationalization settings. Other minor corrections related to Bug #3384 and Bug #4318. 15 years ago