Commit Graph

120 Commits (52dc1b51e7edf496783eb5491c99ddbccaf87afa)

Author SHA1 Message Date
Julio Montoya 0a9c787fe5 Removing $_configuration['tracking_enabled'] because its always true see #2808 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
Ivan Tcholakov bba270a707 Bug #1802 - A comment has been added. 15 years ago
Ivan Tcholakov 0548c274d5 Bug #1802, Chinese & UTF-8 - A proposal for a patch about a specific database encoding problem. 15 years ago
Yannick Warnier ebe033b36e Added debug.lib.php library 15 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
Ivan Tcholakov 126bc0b053 Feature #272 - Various improvements and unification about dealing with the system encoding, the text direction, the interface language. 16 years ago
Arthur Portugal 0b6a1e6cf8 Revert commit about require_once and include_once, just was sent by testing CT#191 16 years ago
Arthur Portugal d231636e5e Changed the path type require / include to require_once / include_once CT#191 16 years ago
Ivan Tcholakov 17ed5a246e Feature #272 - System fresh installation: Making database encoding to be UTF-8. Also platform character set will be UTF-8 by default. The upgrade script will be fixed later. Before testing, reinstall your system, please. If you wish, you may set your system to be ISO-8859-15, for that it is enough you to change the setting "Platform character set". 16 years ago
Ivan Tcholakov 81f91d0d7f Feature #272 - Updating some comments. 16 years ago
Arthur Portugal ac1fe6e7bb Fixed the validation when there are not visible language CT#493 16 years ago
cvargas e969a4161a merge 16 years ago
Yannick Warnier 164267b169 Added loading condition for _configuration array 16 years ago
Juan Carlos Raña d3c107e863 fix bug#5416 can not search or add words to a sub-language 16 years ago
Ivan Tcholakov cbadc3fc5c Bug #5418 - Suppressing all PHP 5.3 deprecation messages for "Test Server" system mode. 16 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 16 years ago
Ivan Tcholakov 33a1eafdd8 Feature #306 - Cleaning the global initialization script, part 2, moving the global error messages into a separate file. 16 years ago
Ivan Tcholakov 28dac5774b Feature #306 - Cleanin the global initialization script, part 1. 16 years ago
Ivan Tcholakov c6b8d1ff63 Feature #306 - Removing the obsolete library file media.lib.php. 16 years ago
Ivan Tcholakov c40ccb5ec2 Feature #306 - Starting to exploit the powered function api_get_path(), for the online editor. The class Media (media.lib.php) becomes obsolete, it will be removed. 16 years ago
Ivan Tcholakov ad3a75527b Feature #306 - The internationalization library: Giving some functions better names - api_initialize_string_library() --> api_initialize_internationalization(), api_set_string_library_default_encoding --> api_set_internationalization_default_encoding(). 16 years ago
Ivan Tcholakov 7206eaf490 Feature #306 - Trimming whitespace in some source files. 16 years ago
Yannick Warnier e6072f64fd Updated stylesheet in installation process 16 years ago
Julio Montoya 49e5c7f8ac Minor - fixing icons in Subscribe to training 16 years ago
Julio Montoya ef514cd7d4 include_once changed to include see when loading lang variables DT#5130 16 years ago
Julio Montoya 74f33560d8 Improvements in search terms of language see DT#5130 requires testing! 16 years ago
Ivan Tcholakov bb7feb13b7 Issue #306 - The extension mbstring ibecame optional. This is why a correction has been made in the installation script, also blocking checks have been removed. 16 years ago
Ivan Tcholakov 3659ea7fd4 Issue #306 - Elimination of the function api_set_string_library_default_language(). Various logic improvements. 16 years ago
Ivan Tcholakov c3c4275f33 Issue #306: Reworks about the initialization of the multibyte string library. 16 years ago
Ivan Tcholakov f42ed072f3 Task #2867 - The online editor: Adding a new plugin asciimath for entering mathematical formulas, based on the ASCIIMathML.js library. 16 years ago