Commit Graph

344 Commits (e200761127e9496d01ce02abd5eebf4e3f700e98)

Author SHA1 Message Date
Julio Montoya 396fe3a282 Fixing SQL query 16 years ago
Julio Montoya ae25f89187 Fixing SQL query 16 years ago
Julio Montoya 6b71fa94e2 Fixing SQL query 16 years ago
Julio Montoya ec4a19c4ca Adding the notion of Global admins. Functions added to main_api: api_is_global_platform_admin() api_protect_global_admin_script(); Blocking the access to the NO global admin users in the multiple URLs configuration See CT#1308 16 years ago
Julio Montoya 44cb9081c7 Adding api_get_group_id() (Not social network group) 16 years ago
Julio Montoya db356b9846 Cleaning code 16 years ago
Julio Montoya a09046679b Adding the api_get_course_info_by_id function 16 years ago
Julio Montoya 2d09555f46 Adding the \"real_id\" item in the api_get_course_info function 16 years ago
Julio Montoya 861d91c9d7 Minor fixing message output 16 years ago
Yannick Warnier 35fe67e117 Minor - removed backticks from SQL query 16 years ago
Julio Montoya 03b6bbfdcb Minor documentation change 16 years ago
Ivan Tcholakov 81aa5e178e Bug #904 - Adding a constant in the main API to indicate whether data/time extension (http://www.php.net/datetime) is installed or not. This is important for PHP <= 5.2. 16 years ago
christian1827 dd55c914e1 fixed - Learner or teacher view now works inside a session - partial CT#828 16 years ago
Ivan Tcholakov dd70b4c9a5 Feature #272 - Some cosmetic changes in the main API. 16 years ago
Cristian Fasanando a215d192e1 added course progress tool - partial BT#578 16 years ago
Ivan Tcholakov 961e060a08 Task #761 - Adding support for json_encode() function for PHP version < 5.2. 16 years ago
Cristian Fasanando 1074583f0c added new features for thematic advance - partial BT#578 16 years ago
Ivan Tcholakov e005172870 Feature #272 - The main API: Revisiting some of old TODOs of mine + cleaning. 16 years ago
Guillaume Viguier 3aa8a5b8f4 Date and time management - Chamilo - CT#696 16 years ago
Guillaume Viguier cc12302f47 Date and time - Chamilo - CT#696 16 years ago
Julio Montoya 616b00fe74 Minor - documentation updated 16 years ago
Julio Montoya eb7358ddeb Fixes BT#834 - Hides the user list from students. Course setting added: allow_user_view_user_list 16 years ago
Cristian Fasanando 14370b0ee0 added dashboard interface for session administrator - partial CT#566 16 years ago
Guillaume Viguier 7afd8c72d2 Dates refactoring - Chamilo - CT#696 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 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
Noel Dieschburg e6b140282e Adds a field starttime in the session. It permits to detect if the session has expired 16 years ago
Guillaume Viguier bc12e7f20c Inconsistent results returned by api_get_user_info (see CT#572) 16 years ago
jkbockstael 79c8a9fee9 Trying to get rid of platform and course time tracking issues. 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