Commit Graph

2457 Commits (25f53b5d23af87abd7bb7e1fa955edcc05e1a13c)

Author SHA1 Message Date
Arthur Portugal 0d9dbbd562 Reverted change because the first group always was hidden 16 years ago
Arthur Portugal dec2ac7f2c Fixed Warning into group DT#5496 16 years ago
Arthur Portugal 34deedcf08 Changed old button arrow into survey DT#5496 16 years ago
Julio Montoya 1942167c0f First attempt to implement the user tags (interests) see DT#5508 (partial) 16 years ago
Juan Carlos Raña 94f08b1a6b add two images for ajaxfilemanager 16 years ago
Juan Carlos Raña 853c3308e9 improve ajaxfilemanager first round 16 years ago
Juan Carlos Raña 3e292dc184 fix bug #5443 16 years ago
Juan Carlos Raña 1f4e464b4c change default view from detial to thumbnail 16 years ago
Patrick Cool 82f856bf34 bugfix: sorting as defined in course management is not respected 16 years ago
Patrick Cool f7e6e3d866 adding a little bit of code information 16 years ago
Patrick Cool 7d290f9626 bugfix: https://support.dokeos.com/issues/5452 16 years ago
Cristian Fasanando 304ee367c0 Fixed users number of a course in session - partial DT #5377 16 years ago
Arthur Portugal 6f5a6ddfc7 Fixed warning if not exists 16 years ago
Julio Montoya 8999b49e33 Adding intval function to querys see DT#4389 16 years ago
Julio Montoya c2e4f5c677 Minor - adding documenation to Display::display_sortable_table function 16 years ago
Julio Montoya 2092248273 Adding intval function to querys see DT#4389 16 years ago
Julio Montoya 7217790b59 Improving whoisonline feature changing a table view to a grid view see DT#5490 16 years ago
Yannick Warnier 1a74c0bb95 Minor - cleaning file name 16 years ago
Juan Carlos Raña a58bcb89fe clean check save button for wiki editor 16 years ago
Juan Carlos Raña 85300eb9ae fix save button in forums 16 years ago
Arthur Portugal c2e8f4f44b Added Extra Tab into admin portal DT#5376 16 years ago
Juan Carlos Raña b25545046b change default values for copy and paste to On 16 years ago
Juan Carlos Raña d3c107e863 fix bug#5416 can not search or add words to a sub-language 16 years ago
Juan Carlos Raña 8bdf95bafd add languge variables to several raw text 16 years ago
Ivan Tcholakov 06d001a5ec Task #2867 - The online editor: Fixing again the asciimath plugin. 16 years ago
Ivan Tcholakov 1e4c271941 Feature #306 - Upgrading the function api_check_password(). Comments are added. 16 years ago
Ivan Tcholakov 942f562e44 Feature #306 - Internationalization API: Implementation of two new functions api_chr() and api_ord(). 16 years ago
Ivan Tcholakov c81137da87 Feature #306 - Removing the function replace_accents(). This function is not needed anymore. 16 years ago
Juan Carlos Raña 531d137937 default sort list of names users in Spanish 16 years ago
Ivan Tcholakov 0a0c342768 Feature #306 - Deprecation of the functions replace_accents() and remove_accents(). 16 years ago
Julio Montoya 4c12818d5e Adding some intval and escape_string functions see DT#4389 16 years ago
Ivan Tcholakov 87a9f65fb1 Task #2867 - The online editor, asciimath plugin: Fixing a javascript error on IE8. 16 years ago
Cristian Fasanando aacfd51d50 Fixed copy course session to another session for documents tool - partial BT #5377 16 years ago
Julio Montoya 140b17cb11 Deleting forgotten echo 16 years ago
Ivan Tcholakov cbadc3fc5c Bug #5418 - Suppressing all PHP 5.3 deprecation messages for "Test Server" system mode. 16 years ago
Ivan Tcholakov fe918166cc Bug #5418 - Fixing some PHP4 style code in PEAR/QuickForm, so deprecation messages be shown on PHP 5.3. 16 years ago
Ivan Tcholakov f10a1a6e3d Feature #5397 - Replacing mysql_query() with Database::query(). 16 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 16 years ago
Ivan Tcholakov 66d5d81ec3 Feature #5397 - Replacing mysql_result() with Database::result(). 16 years ago
Ivan Tcholakov dab3646394 Feature #5397 - Reverting two wrongly done changes in Database class. 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 16 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 16 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 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 ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
Ivan Tcholakov a6779b91f9 Feature #5397 - Replacing api_store_result() with Database::store_result(). 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