Commit Graph

287 Commits (b3dca7446b971199d8fb807a8cc3b7bd0e8b1cd0)

Author SHA1 Message Date
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
Julio Montoya e48bf37631 Minor - Documentation update 16 years ago
Julio Montoya a695168649 Fixing api_get_software_name 16 years ago
Julio Montoya 16b36d4488 Adding config value software_name 16 years ago
Arthur Portugal d556413d19 Added optional parameter to api_set_settings_category to allow filter on field types CT#492 16 years ago
Cristian Fasanando 8ee82607d0 Fixed - defined access limits for the coach (days before and days after) - partial CT#462 16 years ago
Julio Montoya 63c0989ce8 Fixing error message, login form when timed out happens 16 years ago
Julio Montoya 7b434571d3 (no commit message) 16 years ago
Julio Montoya c67d8b16b8 Refactoring of the course home, also added the new ajax reponses files see CT#431 16 years ago
cvargas e969a4161a merge 16 years ago
Julio Montoya 48270abd43 Replacing include_once by require_once 16 years ago
Juan Carlos Raña 1bf74069c7 fix bug 5596 16 years ago
Yannick Warnier 81264757c7 Removed test logging 16 years ago
Yannick Warnier ec83fff578 Removed unnecessary mock object lib loading 16 years ago
Julio Montoya dcf6c5f4a3 Social network improvements see #5508 16 years ago
Cristian Fasanando 3c7d415d1f Fixed - bug in the emerging icons - DT#5455 16 years ago
Arthur Portugal 75b662cec9 The reports are not visible when the admin user is checking by each students into the session list and added Section_Tracking for tabs DT#5496 16 years ago
Cristian Fasanando db4571c5bc changed interface of course in session for a coach when is also a teacher - partial DT#5377 16 years ago
Julio Montoya 5b89b3d771 session_id variable change it to id_session see #245 16 years ago
Julio Montoya 3e1f9099a4 Adding the \"id_session\" parameter to the api_get_cidreq() function see BT#245 16 years ago
Ivan Tcholakov 1e4c271941 Feature #306 - Upgrading the function api_check_password(). Comments are added. 16 years ago
Cristian Fasanando aacfd51d50 Fixed copy course session to another session for documents tool - partial BT #5377 16 years ago
Ivan Tcholakov f10a1a6e3d Feature #5397 - Replacing mysql_query() with Database::query(). 16 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 16 years ago
Ivan Tcholakov a6779b91f9 Feature #5397 - Replacing api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Ivan Tcholakov fa8383b414 Feature #306 - Upgrading the function api_send_mail(), see http://www.dokeos.com/forum/viewtopic.php?t=15557 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 9b58c8aada Feature #306 - Moving the function api_get_language_isocode() in the internationalization library. 16 years ago