Commit Graph

146 Commits (bd38dccabd89d95440785d969233514844198ce3)

Author SHA1 Message Date
Christian Fasanando 5b408460c3 Some fixes for webservices functions about report 14 years ago
Christian Fasanando f316adf655 fixed type of variable wsdl webservice 14 years ago
Christian Fasanando 9790d83c10 added updateUserApiKey function webservice 14 years ago
Yannick Warnier 04610e3a01 Improvements to report webservices - still not functional, apparently 14 years ago
Yannick Warnier a2e52081e0 Improvements to report webservices - still not functional, apparently 14 years ago
Yannick Warnier bb052e442b Removed course id field param - unused 14 years ago
Yannick Warnier cbfaf17e41 Added visibility filter to ListCourses service 14 years ago
Yannick Warnier 8003eb0297 Make testip.php easily parseable 14 years ago
Yannick Warnier b2e1441632 Added reports webservices to soap.php 14 years ago
Yannick Warnier 9acd2a0814 ../inc/lib/nusoap/ 14 years ago
Yannick Warnier c8ba5a01c7 Slightly improved service tester 14 years ago
Yannick Warnier ee16466108 added test screen for web services - incomplete 14 years ago
ywarnier 1026b316e9 Incomplete report webservice 14 years ago
Yannick Warnier 82273f89ad improvements to reports web service - unfinished, untested 14 years ago
ywarnier 848374cf9e Updated comments and started development of reporting WS 14 years ago
ywarnier 72538af932 Fixed a few warnings 14 years ago
Diego Escalante Urrelo 3224b85781 Fixed name consistency in registration.soap web services - fixes CT#1905 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 14 years ago
Ivan Tcholakov 2559adbb4b Feature #539 - Shallow cleaning other files. The leading tabs have been converted to spaces. 14 years ago
rrodriguez a672b6feac merge 15 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 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
Yannick Warnier f2e5693787 Minor - added descriptions to tests classes 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Guillaume Viguier e9b7e48776 Web services cleanup - Bug fixing 15 years ago
Guillaume Viguier 57ece0a285 Web services cleanup and bug fixes 15 years ago
Guillaume Viguier d91270cfd2 Web services cleanup 15 years ago
Guillaume Viguier 140980435a Web services cleanup 15 years ago
Guillaume Viguier c939e4d14d Web services cleanup 15 years ago
Guillaume Viguier c6efaed5ab Web services cleanup 15 years ago
Guillaume Viguier 87ffa7dac0 WSListCourses and various improvements - BT#1111 15 years ago
Guillaume Viguier 8bceb65d0f Delete disable and enable web services - BT#1113 15 years ago
Guillaume Viguier 29275b2c29 Renaming all web services from DokeosWS* to WS* - BT#1113 15 years ago
Guillaume Viguier bef3cf6c04 Add service WSDisableUsers and WSEnableUsers - BT#1113 15 years ago
Guillaume Viguier a167ed3a13 Adding WSListCourses as a SOAP service - BT#1111 15 years ago
Guillaume Viguier c99abf0e21 Added visibility to the DokeosWSCreateCourse function - BT#1109 15 years ago
Yannick Warnier eb09afddf6 Added info file for web services, showing the IP address of the computer connecting. It can be used (taking only the first line) to set the correct address in the calling scripts 15 years ago
christian1827 9620389815 merge 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Cristian Fasanando 0bbbe01823 Added condition relation type with drh inside sessions sql querys - partial CT#540 15 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. 15 years ago
Arthur Portugal 95ff741cde Added a validation for the array users CT#191 15 years ago
cvargas e969a4161a merge 15 years ago
Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 15 years ago
Julio Montoya 93ed2e9a05 Replacing md5() function to api_get_encrypted_password() 15 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(). 15 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 15 years ago
Ivan Tcholakov 965f0ad605 Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files. 15 years ago