Commit Graph

148 Commits (d834f36868d404aba82b901b5f7fc8b79f959729)

Author SHA1 Message Date
Julio Montoya c4c328bc71 Adding commented code in order to use gettext see #4467 14 years ago
Julio Montoya 2ff3b0c84a Minor style code 14 years ago
Julio Montoya ec649b767d Minor code style changes 14 years ago
Yannick Warnier 28de63c1a6 Cleanup - Removed straight calls to MySQL functions or to similarly named functions 14 years ago
Julio Montoya bca1577f68 Fixing help due the recent changes see #3861 14 years ago
Julio Montoya 4cae5300e0 moving SECTION_GLOBAL in main_api.lib.php 14 years ago
Julio Montoya fe9555d716 Fixing constant declaration SECTION_GLOBAL in rev 28913a9d849c 14 years ago
Yannick Warnier 1e70067a36 Added the section name as a class inside the body element. This will make it easier for CSS theming to adapt a style to the active section 14 years ago
Julio Montoya 5c481cb8a1 Removing weird condition that adds addslashes in POST and GET when server is in a test mode see #4005 14 years ago
Yannick Warnier 64caf5be04 Removed clarolineRepositorySys from config and global 14 years ago
Julio Montoya 449bcf0cbf Adding Smarty 3 support only for chamilo/index-smarty.php and chamilo/userportal-smarty.php for test purposes 15 years ago
Julio Montoya e6b6207e15 Moving the mail.conf.php because the charset was always ISO-8859-1 15 years ago
Julio Montoya 492ce80da6 Updating libraries include references. course.lib.php and sessionmanager.lib.php added to global due the constant use in the platform (bis) 15 years ago
Julio Montoya b3a9e4f2ab Removing libraries that are already included in global.inc.php 15 years ago
Julio Montoya 6ac88d589b Moving require_once to global.inc.php 15 years ago
Julio Montoya c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 15 years ago
Julio Montoya 7917d7ef9b Adding exercise overview ... (partial commit not finished yet) see BT#2804 15 years ago
Julio Montoya 2c2c3a4df9 Adding stripslashes to the $_REQUEST, $_GET, $_POST and $_COOKIE when magic_quotes_gpc is on see #2970 15 years ago
Noel Dieschburg 60a9fb153c Repair bad merge in global.inc.php 15 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya 684c323f08 Image class improved, adding Imagick support to Chamilo, by default the gd lib is available need to change a constant in IMAGE_PROCESSOR in the image.lib.php file see #2664 requires testing 15 years ago
Noel Dieschburg 5fa8f779db Settings for the priority of languages 15 years ago
Julio Montoya 490de2ffae Using function Database::get_statistic_table instead of $_configuration['statistics_database'] to avoid problems in queries see #3265 15 years ago
Julio Montoya 8d304477ec Fixing revision c38260b3adf9 that breaks the sublanguage feature 15 years ago
Julio Montoya 0a9c787fe5 Removing $_configuration['tracking_enabled'] because its always true see #2808 15 years ago
Arnaud Ligot c138cb6baa basic rights managment 15 years ago
Ivan Tcholakov 320896740e Task #1297 - Lazy loading has been implemented for HTMLPurifier. 15 years ago
Julio Montoya b8e0e2c46e Adding array.lib.php in the global.inc.php 15 years ago
ywarnier 9e5bde9f7f Added usermanager.lib.php as a pre-loaded library. There is much chances that this will in fact boost the whole process if some opcode caching is used. 15 years ago
ywarnier 228135ecbe Renamed global variable (and made more global for access by mysqli driver) 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Ivan Tcholakov bba270a707 Bug #1802 - A comment has been added. 16 years ago
Ivan Tcholakov 0548c274d5 Bug #1802, Chinese & UTF-8 - A proposal for a patch about a specific database encoding problem. 16 years ago
Yannick Warnier ebe033b36e Added debug.lib.php library 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Ivan Tcholakov e4847d9c63 Feature #272 - session_handler class: Corrections about the encoding of the database connection used for storing php-session data. 16 years ago
Yannick Warnier bb145fd3de Minor typo 16 years ago
Yannick Warnier d8000d79d2 Fixed the sub-language feature (which apparently never worked) 16 years ago
Ivan Tcholakov a3968311b2 Feature #272: The library fileUpload.lib.php: Revision, code conventions, cleaning, removing the deprecated functions replace_accents() and remove_accents(). 16 years ago
Julio Montoya 46de3c488f Time tracking control bugfixing (changeset 9253 80db44ddea7d, changeset 9249 91ad8a066ba8, changeset 9248 46b5f24dab7e from D okeos) 16 years ago
Ivan Tcholakov 8aae1a67e3 Feature #272 - Revision and cleaning of all the include files. 16 years ago
Julio Montoya bebaeeaa3e Changing position of the redirection to main/install to avoid warning message when configuration.php does not exist 16 years ago
Julio Montoya 3309a2107f Fixing \"multiples URL\" feature, api_get_path() function changed, database connection in global.inc.php order changed, requires testing 16 years ago
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 16 years ago
Ivan Tcholakov 78a2dc8148 Feature #272 - Changing a default value ISO-8859-15 ---> UTF-8 in the global initialization script. 16 years ago
jkbockstael 79c8a9fee9 Trying to get rid of platform and course time tracking issues. 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 521918e122 Feature #347 - Some quick tricks for better performance. 16 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 16 years ago
Ivan Tcholakov 3879f51377 Feature #272 - Code update according to the recent changes within the Database class - direct use elimination in some places of MySQL-specific functions. 16 years ago