Commit Graph

319 Commits (46de3c488fac1efbcf63cc5bfbeab6605dff8dca)

Author SHA1 Message Date
Julio Montoya 46de3c488f Time tracking control bugfixing (changeset 9253 80db44ddea7d, changeset 9249 91ad8a066ba8, changeset 9248 46b5f24dab7e from D okeos) 16 years ago
Ivan Tcholakov 4a82afec0a Bug #700 - Reworks for the function replace_dangerous_char(): 1. The list of dangerous characters has been increased; 2. Possible html-entities are converted into normal characters before the replacements; 3. When long file name is cut to the limited size, the file extension is not lost. 16 years ago
Julio Montoya e681588953 Removing GARBAGE_PATH 16 years ago
Arthur Portugal 00d6bdcc0c Minor - changed the variable it was confused with other term 601 16 years ago
Ivan Tcholakov 3aa3213d6b Feature 272 - A workaround: Creation of a new function for formatting long dates, it should work on PHP 5.2.x and PHP 5.3+. 16 years ago
Ivan Tcholakov 78bacd5602 Feature 272 - Applying the function replace_dangerous_char() for file names of downloaded files. Cosmetic changes in the main API. 16 years ago
Julio Montoya 90b4c548aa Minor - adding comment lines 16 years ago
Julio Montoya 270f5f7f56 Fixing \"multiples URL\" feature, api_get_path() function changed, requires testing 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
Cristian Fasanando 9994242aaa added _api_get_timezone function for returning timezone based on user or admin prefereces 16 years ago
Ivan Tcholakov 918927a953 Feature #272 - Fixing the function api_get_local_time() for non-UTF-8 systems on PHP 5.3 The "intl" extension works with UTF-8 encoding only (good), but the Chamilo system could use ISO-8859-1, WINDOWS-1251, ... 16 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 16 years ago
Cristian Fasanando a090d9d828 minor - fixed query sql for condition session - partial CT#603 16 years ago
Cristian Fasanando a0b1e45ff8 added resources from course outside a session inside the course in a session - partial BT#570 16 years ago
Guillaume Viguier 4ad866a499 Localized date formats, added localized date formats (only available with php 5.3) and fixed a few deprecated functions in php 5.3. Potential risk of problems with php 4 versions. - Chamilo - CT#290 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
Cristian Fasanando f0ce74b752 fixed - save session id inside item property table 16 years ago
Ivan Tcholakov a0ca40ba0a Feature #553 - Re-implementing an old customization about PclZip in a new way, by defining the constant PCLZIP_TEMPORARY_DIR in the main API. 16 years ago
Guillaume Viguier bc12e7f20c Inconsistent results returned by api_get_user_info (see CT#572) 16 years ago
Guillaume Viguier 4f7b47a028 Last commits of Dokeos (https://sources.dokeos.com/public/dokeos) added to Chamilo 16 years ago
Guillaume Viguier e57c92323a Timezone management (see CT#599) 16 years ago
Yannick Warnier feb68ecf6d fix to language var 16 years ago
Guillaume Viguier 49a852d326 Added api_get_utc_datetime function (see CT#599) 16 years ago
Guillaume Viguier fcc5a3766f Timezone management (see CT#599) 16 years ago
Arthur Portugal 0c37a62a48 Added new path for the tests CT#191 16 years ago
Julio Montoya c2ef4aae6c Adding validation to the \"api_get_status_of_user_in_course\" function 16 years ago
Guillaume Viguier 0b044e0b3d Management of timezones at user level (see CT#599) 16 years ago
Guillaume Viguier 0af043d319 Management of timezones at user level (see CT#599) 16 years ago
Guillaume Viguier e529f97ae9 Implemented api_get_local_time in many chamilo tools - First pass (see CT#599) 16 years ago
cfasanando 9fca61be94 merge 16 years ago
Ivan Tcholakov f44a6e3321 Feature #272 - Providing a better way for the function api_get_path() for detecting when installation runs, by using the constant SYSTEM_INSTALLATION. 16 years ago
Ivan Tcholakov fb1432145a Feature #272 - Installation scripts: Replacement of all ereg*() function calls with preg*() equivalents. 16 years ago
Cristian Fasanando 81ec406ca9 added information for blocks in dashboards 16 years ago
Ivan Tcholakov 0b86484fb3 Feature #347 - The strange, unused and undocumented constant REL_SYS_PATH inside the function api_get_path() has been removed. This is a partial fix for a problem reported by krikrizzz, see http://www.chamilo.org/en/node/190 16 years ago
Ivan Tcholakov a14751f441 Feature #272 - Corrections for the function api_display_language_form(). 16 years ago
Cristian Fasanando 809a960190 added informations for tematic advance and parse_info_file function for parsing .info - partial CT#570 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 d55c3a85b4 Feature #272 - The function replace_dangerous_char() has been updated, the file name encoding detection inside it has been implemented through using a special function from the internationalization library. 16 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 16 years ago
Ivan Tcholakov 4c248ee180 Feature #347 - The main API: Some lines of code have been "re-branded". 16 years ago
Ivan Tcholakov 1405a36150 Feature #576 - Two functions has been added in the main API - api_get_permissions_for_new_directories() and api_get_permissions_for_new_files(). Other cosmetic changes have been done. 16 years ago
Arthur Portugal c7de9cc7b0 Minor - Validated functions for the tests CT#191 16 years ago
Cristian Fasanando 120af264c7 added track_e_item_property table for using it like history, id for item_property and course tables - partial CT#613 16 years ago
Ivan Tcholakov f3011085a0 Feature #272 - Various encoding-related corrections. 16 years ago
Ivan Tcholakov e402ddf9cf Feature #272 - Mailing: The function api_send_mail() has been declared as deprecated. 16 years ago
Ivan Tcholakov fbe7f4b680 Feature #272 - Corrections in the function api_send_mail() (which is in the main API). 16 years ago
Julio Montoya d72377bfb5 Adding intval to api_get_user_id 16 years ago
Julio Montoya 33f13b6d0d changeset 9234 b0249cc3ecb1 from Dokeos 16 years ago
Yannick Warnier a1e6602ab0 Fixed critical typo preventing the unselection of options in admin section - see CT#529 16 years ago