Commit Graph

41 Commits (4e9cd5894dea62120e4f3d5260a64e585cbb2236)

Author SHA1 Message Date
ywarnier 912ea1ff6b Fixed undefined variable in web service call 15 years ago
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 15 years ago
Christian Fasanando f316adf655 fixed type of variable wsdl webservice 15 years ago
Christian Fasanando 9790d83c10 added updateUserApiKey function webservice 15 years ago
ywarnier 848374cf9e Updated comments and started development of reporting WS 15 years ago
ywarnier 72538af932 Fixed a few warnings 15 years ago
Diego Escalante Urrelo 3224b85781 Fixed name consistency in registration.soap web services - fixes CT#1905 15 years ago
Ivan Tcholakov 2559adbb4b Feature #539 - Shallow cleaning other files. The leading tabs have been converted to spaces. 15 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 16 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 16 years ago
Guillaume Viguier 87ffa7dac0 WSListCourses and various improvements - BT#1111 16 years ago
Guillaume Viguier 8bceb65d0f Delete disable and enable web services - BT#1113 16 years ago
Guillaume Viguier 29275b2c29 Renaming all web services from DokeosWS* to WS* - BT#1113 16 years ago
Guillaume Viguier bef3cf6c04 Add service WSDisableUsers and WSEnableUsers - BT#1113 16 years ago
Guillaume Viguier a167ed3a13 Adding WSListCourses as a SOAP service - BT#1111 16 years ago
Guillaume Viguier c99abf0e21 Added visibility to the DokeosWSCreateCourse function - BT#1109 16 years ago
christian1827 9620389815 merge 16 years ago
Noel Dieschburg a5222167c0 Dummy changes 16 years ago
Cristian Fasanando 0bbbe01823 Added condition relation type with drh inside sessions sql querys - partial CT#540 16 years ago
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. 16 years ago
Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 16 years ago
Julio Montoya 93ed2e9a05 Replacing md5() function to api_get_encrypted_password() 16 years ago
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(). 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 17 years ago
Ivan Tcholakov 965f0ad605 Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files. 17 years ago
Cristian Fasanando 51d5d80c7e Minor - fixed typo in param 17 years ago
Ivan Tcholakov 5d16ef68bc Issue #306 - Web-services: Updating logic (as far as it is possible) for names, usernames, lanuages, encodings. Final cleaning. 17 years ago
Ivan Tcholakov 746a58c8c1 Issue #306 - Web-services: Cleaning code, pass 2. 17 years ago
Ivan Tcholakov a08f0cd983 Issue #306 - Web-services: Cleaning code, pass 1. 17 years ago
Ivan Tcholakov b23d9bc628 Issue #306 - Web-services: Trimming whitespace in source files. 17 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. 17 years ago
Yannick Warnier 9038e983fb [svn r20754] Minor improvements to web services code 17 years ago
Cristian Fasanando 9b4f5d759d [svn r19489] Now you can modify visibility to 0 in editCourse y modify another field then - see FS#3735 17 years ago
Cristian Fasanando fa4d145af1 [svn r19456] Added possibility create,edit or delete only a user with password not encrypted - see FS#3735 17 years ago
Cristian Fasanando 1653e8d6a1 [svn r19455] Added possibility create an edit only a user - see FS#3735 17 years ago
Cristian Fasanando 6d42fe83ae [svn r19406] Added modify extra user field and extra course field when you enable a user or a course - see FS#3735 17 years ago
Cristian Fasanando 06a3d702a4 [svn r19388] Added possibility of modify categories from course description tool - see FS#3735 17 years ago
Cristian Fasanando 0c6fd3802d [svn r19381] Logic changes - Added possibility to remove extra fields about a course or a session when you remove it into user list - see FS#3735 17 years ago
Cristian Fasanando 6d5a347a04 [svn r19370] Logic changes - Improved registration web service for dokeos - see FS#3735 17 years ago
Yannick Warnier 80ebb75524 [svn r19187] Fixed global.inc.php inclusion 17 years ago
Yannick Warnier c50e1e1171 [svn r19185] Moved registration services to webservices/registration.soap.php 17 years ago
Yannick Warnier dd97c6a220 [svn r19179] Renamed segurity to security 17 years ago
Yannick Warnier 05659bfb88 [svn r19175] Fix previous commit about changing security check function from negative to positive 17 years ago
Yannick Warnier f9d0ca58d5 [svn r19174] Added global api_is_valid_secret_key() function 17 years ago
Yannick Warnier a3d925b34f [svn r19173] Removed client-specific name 17 years ago
Cristian Fasanando f013575948 [svn r19133] Added web service about create course by title, create course passing an encrypt password from the client, subscribe course into a session returning directory courses and session id for build url course+session - FS#3783 17 years ago
Cristian Fasanando c7666f7f24 [svn r19082] minor - changed coach_username parameter by user_id parameter and fixed little typo 'acess' variable name nb_days_acess_* - see FS#3735 17 years ago
Yannick Warnier e830d2d465 [svn r18905] Changed data type to prevent errors in PowerBuilder 17 years ago
Yannick Warnier 592ff4f03c [svn r18892] Updated web service to check IP+secret_key hash 17 years ago
Yannick Warnier 313de4e9d8 [svn r18888] Web services for users, courses and sessions registration 17 years ago