コミット履歴

作者 SHA1 メッセージ 日付
  Julio Montoya 61ca6c16bf Fixing fatal error, wrong close bracket 13 年 前
  Yannick Warnier 19a342efb0 Fixed web services for use through proxies 13 年 前
  Julio Montoya bcd4619f28 Partial using $params instead variable per variable when creating a new course see #4068 13 年 前
  Yannick Warnier 096b8663dc Attempt at renaming to ['password_encryption'] for more clarity 13 年 前
  Yannick Warnier bda042ec5e Added EditUserCredentials to web services to update only the username and password - Patch from Carmelitas 13 年 前
  Julio Montoya 039fd65657 Removing libs already added in global.inc.php 13 年 前
  Julio Montoya 6e0a7ea72b Fixing SQL queries in course catalog, replacing the $user_count = count(CourseManager:: get_user_list_from_course_code()) with an specific function called CourseManager::get_users_count_in_course() 13 年 前
  ywarnier 912ea1ff6b Fixed undefined variable in web service call 14 年 前
  Julio Montoya f705c5c962 Adding 2 new webservices SubscribeUserToCourseSimple and GetUser this webservices are required in order to use with the Prestashop - chamilo plugin see BT#2325 14 年 前
  Christian Fasanando f316adf655 fixed type of variable wsdl webservice 14 年 前
  Christian Fasanando 9790d83c10 added updateUserApiKey function webservice 14 年 前
  ywarnier 848374cf9e Updated comments and started development of reporting WS 14 年 前
  ywarnier 72538af932 Fixed a few warnings 14 年 前
  Diego Escalante Urrelo 3224b85781 Fixed name consistency in registration.soap web services - fixes CT#1905 14 年 前
  Ivan Tcholakov 2559adbb4b Feature #539 - Shallow cleaning other files. The leading tabs have been converted to spaces. 14 年 前
  Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 14 年 前
  Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 14 年 前
  Guillaume Viguier 87ffa7dac0 WSListCourses and various improvements - BT#1111 14 年 前
  Guillaume Viguier 8bceb65d0f Delete disable and enable web services - BT#1113 14 年 前
  Guillaume Viguier 29275b2c29 Renaming all web services from DokeosWS* to WS* - BT#1113 14 年 前
  Guillaume Viguier bef3cf6c04 Add service WSDisableUsers and WSEnableUsers - BT#1113 14 年 前
  Guillaume Viguier a167ed3a13 Adding WSListCourses as a SOAP service - BT#1111 14 年 前
  Guillaume Viguier c99abf0e21 Added visibility to the DokeosWSCreateCourse function - BT#1109 14 年 前
  cfasanando e7599354f6 merge 15 年 前
  Noel Dieschburg a5222167c0 Dummy changes 15 年 前
  Cristian Fasanando 0bbbe01823 Added condition relation type with drh inside sessions sql querys - partial CT#540 15 年 前
  Ivan Tcholakov c2c757eed0 Feature #347 - The old tracking tool, Users, Web-services, Wiki, Assignments, and some files on the root level: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 年 前
  Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 15 年 前
  Julio Montoya 93ed2e9a05 Replacing md5() function to api_get_encrypted_password() 15 年 前
  Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 15 年 前