Commit Graph

252 Commits (12b33db32eb577afb9e653d04eaa7988b7733f07)

Author SHA1 Message Date
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 16 years ago
Cristian Fasanando 054e8142aa minor - changed some correct langs variables for attendance and dashboard tools 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Ivan Tcholakov 481d3b8d12 Feature #272 - In the transaction 26d27fa61127 some "silent" sentences die() were created. Here the previous behaviour die(Database::error()) has been restored. 16 years ago
Ivan Tcholakov 0ab1c275e1 Feature #272 - Elimination of mysql_*() function calls. 16 years ago
Ivan Tcholakov 3879f51377 Feature #272 - Code update according to the recent changes within the Database class - direct use elimination in some places of MySQL-specific functions. 16 years ago
Ivan Tcholakov 46952d872f Feature #576 - Applying the new function api_get_permissions_for_new_files(). 16 years ago
Ivan Tcholakov d37ef44978 Feature #576 - The function mkpath() has been declared as deprecated. Elimination of this function form the actual code. 16 years ago
Ivan Tcholakov 14108b1593 Feature #576 - Applying the function api_get_permissions_for_new_directories() on its relevant places. Using the function umask() has been avoided because this function is not thread-safe. Other minot corrections. 16 years ago
Cristian Fasanando a369d05e19 added new tables for attendance tool - partial CT#581 16 years ago
Cristian Fasanando 1874f098de minor - fixed error typo in sql query 16 years ago
Cristian Fasanando 23b2a97adf added thematic advance inside course description tool, making mvc model - partial CT#577 16 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 16 years ago
Ivan Tcholakov 17ed5a246e Feature #272 - System fresh installation: Making database encoding to be UTF-8. Also platform character set will be UTF-8 by default. The upgrade script will be fixed later. Before testing, reinstall your system, please. If you wish, you may set your system to be ISO-8859-15, for that it is enough you to change the setting "Platform character set". 16 years ago
Ivan Tcholakov 48c3869600 Feature #272 - Training creation: Some hard-coded (through SQL) table properties has been removed. 16 years ago
Carlos Vargas d9cb0c1783 New Tool attendence (first commit) Part#1 see BT#582 16 years ago
Julio Montoya bed07b4e0b Fixing the chat_connected table session_id and to_group_id added .... see CT#512 16 years ago
Juan Carlos Raña 6125e4e96d shuffle answers (first commit) 16 years ago
Arthur Portugal 42cfb8a71f FIxed file calendar.lib.test.php without exceptions CT#191 16 years ago
cvargas e969a4161a merge 16 years ago
Yannick Warnier cd76ba5f32 Improved new-course mail format and added todo 16 years ago
Arthur Portugal faf4e249c7 Debugging announcements DT#818 16 years ago
Carlos Vargas f76541c1a5 minor DT#3489 16 years ago
Cristian Fasanando 13cd4a66b8 Fixed show connected users in chat tool into several browser - partial DT#5558 16 years ago
Carlos Vargas 4ea5020518 changes DT#3489 16 years ago
Carlos Vargas 36e5eeabb8 minor change DT#3489 16 years ago
Carlos Vargas 3a0cc75ad0 send a email to a portal administrator upon course creation see DT#3489 16 years ago
Cristian Fasanando e3152401c4 implemented - The Chat tool is now private when are in sessions or groups - DT#5558 16 years ago
Cristian Fasanando 64cc78fc89 implemented display shared files from dropbox tool into current training session - partial DT#5496 16 years ago
Cristian Fasanando 7a56e3674f Implemented content in course description from a session is only visible in that session - DT#5496 16 years ago
iflores 2689900048 Improvements in work tool - allow modify the weight of the work into gradebook 16 years ago
Arthur Portugal 4e287877ee Added to the database the new field chat_state to the table group_info and group_category DT#3318 16 years ago
Isaac Flores 0194530143 Added time control for exercice tool 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 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
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov e1f30c1001 Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files. 16 years ago
Ivan Tcholakov 96acaa4bd4 Feature #306 - Trimming whitespace from some system library files at the top level, from include-files and from some configuration files. 16 years ago
Julio Montoya 49e5c7f8ac Minor - fixing icons in Subscribe to training 16 years ago
Ivan Tcholakov a29e18b691 Issue #306 - Fixing some my mistakes about using the function api_transliterate(). 16 years ago
Ivan Tcholakov c6ef2946aa Task #306 - Elimination of occurences of the deprecated function api_add_pcre_unicode_modifier(). Correction for the function generate_course_code(). 16 years ago
Juan Carlos Raña dc01bd28b5 [svn r22472] one field more for task on line 16 years ago
Isaac Flores f00fea5d30 [svn r22252] added "target" in link tool - (partial FS#4412) 16 years ago
Cristian Fasanando 258acfea64 [svn r22205] Added tracking/logging of admin activity see FS#842 16 years ago
Juan Carlos Raña 86dc003bf5 [svn r22119] to prepare the connection of wiki and wiki_conf 16 years ago
Juan Carlos Raña 8aa20d03cb [svn r21792] improve wiki speed and first step for implement handling of conflicts due to concurrent wiki edits 16 years ago
Arthur Portugal 7dbe707ccd [svn r21353] Minor - Added documentation in some functions 17 years ago
Cristian Fasanando e858bbfc12 [svn r21167] remove doble quotes when generate course code - partial FS#4269 17 years ago
Ivan Tcholakov 4276737686 [svn r20457] FS#306 - The common libraries: Improvements for better encoding support, part 2. 17 years ago