Commit Graph

2231 Commits (7bd767033663cbf888464d0279cb8da63e028d06)

Author SHA1 Message Date
Isaac Flores 11657a482b Integration the glossary tool in extra tools 16 years ago
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
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 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
Juan Carlos Raña b25545046b change default values for copy and paste to On 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 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
Ivan Tcholakov 8abe118526 Feature #306 - Internationalization database, name order conventions, file dokeos/main/inc/lib/internationalization_database/name_order_conventions.php : Adding commented experimental settings for Spanish language, so Juan to try them. 16 years ago
Ivan Tcholakov a8962d7cd1 Feature #306 - Upgrading the function api_get_person_name(), now it can turn to upercase selected parts or all name parts. 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