Commit Graph

116 Commits (ff1421c44472b3e3c3b6428bdd656b2fad48e67f)

Author SHA1 Message Date
cfasanando 9fca61be94 merge 16 years ago
Cristian Fasanando ff168d7713 minor - added constant for relation type with human resources manager for sessions, courses - partial CT#540 16 years ago
Ivan Tcholakov 65a77f5091 Feature #347 - In some previously missed places: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Cristian Fasanando 0b65a07b39 added interfaces for assigning sessions, users and courses to human resources manager - partial CT#563 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Carlos Vargas a591ee81e5 minor change condition CT#600 16 years ago
Carlos Vargas 6eb52091d8 In a special course, upon entering, the students must subscribe to the course CT#600 16 years ago
Julio Montoya 7fe3141425 CourseManager::suscribe_courses_to_user() function updated 16 years ago
Julio Montoya f1dac4ea8c Minor - Adding Database::escape_string 16 years ago
Julio Montoya aaefc2374a Adding the suscribe_courses_to_user() function needed to deal with the dashboard see BT#540 16 years ago
Julio Montoya 526b6a684b Cleaning parameters from Course::unsubscribe_user function 16 years ago
Julio Montoya 93c39159bd Student publications are deleted when an user is unsubscribed of a course by André Boivin 16 years ago
Julio Montoya 67d0b4e6aa changeset 9232 ec62c58c7ad7 from Dokeos (partial) 16 years ago
Cristian Fasanando d8c3027a59 fixed - user and course information from course list - partial CT#462 16 years ago
Cristian Fasanando 95abb88f51 fixed - registration by course in session from user tool - partial CT#462 16 years ago
Cristian Fasanando b14965b5c4 Fixed - subscribe users to a course from a session with users tool - partial CT#462 16 years ago
Yannick Warnier b7b013b0ed dummy change 16 years ago
Carlos Vargas 67f70a3c3f changes to auto-register mechanism for courses #5376 16 years ago
cvargas f01534de2d merge 16 years ago
Carlos Vargas 6a551bd30a minor, error in the query mysql #5496 16 years ago
Cristian Fasanando d669a3ba32 Implemented - option to export the trainings list to CSV file in Administration>Trainings - DT#4256 16 years ago
Cristian Fasanando 4559839c28 Added coachs from a course into footer page - partial DT#5496 16 years ago
Cristian Fasanando dcaa2dbc2b Fixed missing id_coach field into session_rel_course table - partial DT#5496 16 years ago
Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 16 years ago
Arthur Portugal 93871072da Fixed the fill users into a group DT#5496 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 b8bf17f28c Feature #5397 and Feature #5377 - I did analysis between the current and the reverted optimized version of course.lib.php . For the Feature #5377 the optimized version is compatible, only the new method get_session_category_id_by_session_id() has to be added, which I am doing right now. Commiting again the optimized library file course.lib.php. 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
Ivan Tcholakov 43ba22f7c9 Feature #5397 - Reworks and optimizations for CourseManager class. 16 years ago
Ivan Tcholakov c1cc5c603f Feature #5397 - Cleaning code in main/auth directory. 16 years ago
Ivan Tcholakov 5b8d582b9a Feature #306 - Trimming trailing whitespace from php, html, js, xml, txt files. 16 years ago
Carlos Vargas cce9045334 All changues in Advance365 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 9c9fd8c4aa Feature #306 - Course manager: Cleaning code, pass 3. 16 years ago
Ivan Tcholakov 20c6a205ca Feature #306 - Course manager: Cleaning code, pass 2. 16 years ago
Ivan Tcholakov f85d473144 Feature #306 - Course manager: Cleaning code, pass 1. 16 years ago
Ivan Tcholakov 60d8aaf9e1 Feature #306 - Course manager: Trimming whitespace in source code. 16 years ago
Ivan Tcholakov bda4e3c0a0 Bug #3646 and Issue #306 - Common Dokeos libraries: Fixing person name order to be dependable on the internationalization settings. Other minor corrections related to Bug #3384 and Bug #4318. 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 9fcf30dba8 [svn r22569] logic changes-improvements in social tool - (partial FS#4447) 16 years ago
Yannick Warnier 4f045004fe [svn r22398] Added courses from sessions to courses list while hovering blackboard icon in users list (partially fixes private FS#4436) 17 years ago
Cristian Fasanando 258acfea64 [svn r22205] Added tracking/logging of admin activity see FS#842 17 years ago
Isaac Flores 974d52be33 [svn r22115] minor-added keyword "static" - (partial FS#4400) 17 years ago
Julio Montoya 0c5dc6965e [svn r22082] Minor - avoiding php warnings 17 years ago
Julio Montoya 9740dbc002 [svn r21079] Security improvements (2) FS#4261 17 years ago
Yannick Warnier 5404db3a90 [svn r20524] Switched GARBAGE_PATH to SYS_ARCHIVE_PATH (see FS#4191) 17 years ago
Ivan Tcholakov 4276737686 [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago
Julio Montoya 2df6f0f68d [svn r20343] Security improvements see FS#4120 17 years ago