Commit Graph

270 Commits (5b798d6882169adfc6dd8705380b028dcf874eaa)

Author SHA1 Message Date
Julio Montoya 780de03602 Delting session info is cidreset is added 15 years ago
Julio Montoya 89da8436be Moving delete session id code when cidreset is on 15 years ago
Julio Montoya 601650744c Adding session_id when updating the TABLE_STATISTIC_TRACK_E_COURSE_ACCESS table 15 years ago
Julio Montoya ed2bc7df6e Session id reset if cidreset is set see #2143 15 years ago
Ivan Tcholakov b81b576864 More minor corrections, not important. 15 years ago
Yannick Warnier 2bab332d56 Minor - Avoiding notice-level reporting (see CT#1442) 15 years ago
Ivan Tcholakov c7b44cc1e9 Feature #1744 - Cleaning logical conditions (3). 15 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 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 15 years ago
Julio Montoya a8502848fa Cosmetic changes, D***** replaced to Chamilo 15 years ago
Julio Montoya fdc4a36c37 All admins can login to all portals when multiple access url is enabled see CT#1308 15 years ago
Julio Montoya 2f7128026d Cosmetic changes 15 years ago
Julio Montoya 55ba1336de Saving well the session id 15 years ago
Julio Montoya 46de3c488f Time tracking control bugfixing (changeset 9253 80db44ddea7d, changeset 9249 91ad8a066ba8, changeset 9248 46b5f24dab7e from D okeos) 15 years ago
Ivan Tcholakov 8aae1a67e3 Feature #272 - Revision and cleaning of all the include files. 15 years ago
Julio Montoya 660184497c Minor - deleting \" === \" chars 15 years ago
Cristian Fasanando 5a9642a033 added filter by session id for reporting about courses, sessions and users - partial BT#570 15 years ago
Noel Dieschburg 74fcb74206 Corrects the time tracking 15 years ago
jkbockstael 79c8a9fee9 Trying to get rid of platform and course time tracking issues. 15 years ago
Guillaume Viguier 8d951e192f Subscribed students can not access their training (see CT#543) 15 years ago
cfasanando 9fca61be94 merge 15 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 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 15 years ago
Cristian Fasanando 85038274c1 Fixed exceeds time for access course of a student - partial CT#493 15 years ago
cvargas e969a4161a merge 16 years ago
Julio Montoya 3e1f9099a4 Adding the \"id_session\" parameter to the api_get_cidreq() function see BT#245 16 years ago
Julio Montoya 2244b6836a First attempt to solve the session_id problem when loading different tabs or instances in a browser see BT#245 16 years ago
Julio Montoya 2092248273 Adding intval function to querys see DT#4389 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 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
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 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 16 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 16 years ago
Isaac Flores 9f2406719c [svn r22567] logic changes - improvements in terms and conditions - (partial FS#4320) 16 years ago
Isaac Flores f5d27acf0a [svn r22368] logic changes-improvements in new features of "terms and conditions" - (partial FS#4320) 16 years ago
Cristian Fasanando c87dfa80b2 [svn r22201] Added library event.lib.inc.php in global.inc and remove require_once to this one from other files - partial FS#842 16 years ago
Yannick Warnier a9323448a5 [svn r21409] Fix sso_authent bug (only bug when enabling drupal-dokeos module) 16 years ago
Jan Derriks 1d75c6d126 [svn r21262] Forum http://www.dokeos.com/forum/viewtopic.php?t=12521 16 years ago
Noël Dieschburg 19d31d1b72 [svn r20406] Adds an option to make drh have same rights than trainer. To activate this option : 16 years ago
Yannick Warnier 201d434a3e [svn r19856] Added Single Sign On method to combine with Drupal (this method might be moved to main/auth/ later on) 16 years ago
Julio Montoya 9286d1c6ea [svn r18942] Implementing sha1 as a possibility to encrypt user passwords see SVN#3798 16 years ago
Yannick Warnier 54645f03f2 [svn r18110] Changed NOW() to time() to avoid application vs DB time generation problems (see new code conventions) 16 years ago
Yannick Warnier 5be8fefa11 [svn r18109] Minor - Code presentation improvements (using PEAR conventions) 16 years ago
Yannick Warnier 57896f38e8 [svn r18103] Minor - Removed MySQL-specific backticks 16 years ago
Julio Montoya 3ec809a9af [svn r18085] Users are now filtered by access_url FS#3462 16 years ago
Yannick Warnier 637d9d199c [svn r17793] Added CourseManager::get_course_id_from_path() and added a check on $_GET['cDir'] as it is set by courses/.htaccess for download.php 16 years ago