Commit Graph

58 Commits (14076d544c5956dbc35ea9b3c05bcf55cbe16b89)

Author SHA1 Message Date
cvargas e969a4161a merge 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 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. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 965f0ad605 Feature #306 - Trimming totally trailing whitespace in php-source files, part 3 (final), 161 files. 16 years ago
Cristian Fasanando 51d5d80c7e Minor - fixed typo in param 16 years ago
Ivan Tcholakov 5d16ef68bc Issue #306 - Web-services: Updating logic (as far as it is possible) for names, usernames, lanuages, encodings. Final cleaning. 16 years ago
Ivan Tcholakov 746a58c8c1 Issue #306 - Web-services: Cleaning code, pass 2. 16 years ago
Ivan Tcholakov a08f0cd983 Issue #306 - Web-services: Cleaning code, pass 1. 16 years ago
Ivan Tcholakov b23d9bc628 Issue #306 - Web-services: Trimming whitespace in source 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
Yannick Warnier 6b9df079c6 [svn r22216] Fixed a little bug in the parameters declaration 16 years ago
Yannick Warnier 9038e983fb [svn r20754] Minor improvements to web services code 16 years ago
Yannick Warnier 93756c1021 [svn r20746] Fixed web service for user events list 16 years ago
Ivan Tcholakov 615e32d491 [svn r20723] FS#306 - Replacing some occurrences of the function mb_convert_encoding() with api_convert_encoding() which is able to support more encodings if the iconv php-extension has been activated. 16 years ago
Yannick Warnier 037a80bb7b [svn r19858] Updated to new authent system 16 years ago
Yannick Warnier c8d5cc4d5f [svn r19853] Updated doc for events list 16 years ago
Juan Carlos Raña fc202230f0 [svn r19539] prevent directory listing 16 years ago
Cristian Fasanando 9b4f5d759d [svn r19489] Now you can modify visibility to 0 in editCourse y modify another field then - see FS#3735 16 years ago
Cristian Fasanando fa4d145af1 [svn r19456] Added possibility create,edit or delete only a user with password not encrypted - see FS#3735 16 years ago
Cristian Fasanando 1653e8d6a1 [svn r19455] Added possibility create an edit only a user - see FS#3735 16 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 16 years ago
Cristian Fasanando 06a3d702a4 [svn r19388] Added possibility of modify categories from course description tool - see FS#3735 16 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 16 years ago
Cristian Fasanando 6d5a347a04 [svn r19370] Logic changes - Improved registration web service for dokeos - see FS#3735 16 years ago
Yannick Warnier e9f89f638a [svn r19194] Fixes to the SOAP return format 16 years ago
Yannick Warnier 59b19291b6 [svn r19193] Fixes to the SOAP return format 16 years ago
Yannick Warnier d1b7c33056 [svn r19192] Removing now useless directory (deprecated by user_info.soap.php) 16 years ago
Yannick Warnier d2b275199a [svn r19191] Fixed missing prefixes 16 years ago
Yannick Warnier dc66c08ec0 [svn r19190] Fixed bug: including usermanager library 16 years ago
Yannick Warnier 85cbc7fd02 [svn r19189] Changed input variable types 16 years ago
Yannick Warnier 94e2cf6921 [svn r19188] Changed visibility input parameter type to string 16 years ago
Yannick Warnier 80ebb75524 [svn r19187] Fixed global.inc.php inclusion 16 years ago
Yannick Warnier 4c5a59880e [svn r19186] Moved registration services to webservices/registration.rest.php 16 years ago
Yannick Warnier c50e1e1171 [svn r19185] Moved registration services to webservices/registration.soap.php 16 years ago
Yannick Warnier ec32c55525 [svn r19184] Moved CoursesListForUser to user_info.soap.php 16 years ago
Yannick Warnier 26a9b58eaa [svn r19183] Changes service name 16 years ago
Yannick Warnier 10a5584d03 [svn r19182] Added service initialisation 16 years ago
Yannick Warnier 961efe5ef8 [svn r19181] Add DokeosWSCourseListOfUser 16 years ago
Yannick Warnier 0a67f8ddcb [svn r19180] Added SOAP version of web service 16 years ago
Yannick Warnier dd97c6a220 [svn r19179] Renamed segurity to security 16 years ago
Yannick Warnier 05659bfb88 [svn r19175] Fix previous commit about changing security check function from negative to positive 16 years ago
Yannick Warnier f9d0ca58d5 [svn r19174] Added global api_is_valid_secret_key() function 16 years ago
Yannick Warnier a3d925b34f [svn r19173] Removed client-specific name 16 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 16 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 16 years ago
Yannick Warnier e830d2d465 [svn r18905] Changed data type to prevent errors in PowerBuilder 16 years ago