커밋 기록

작성자 SHA1 메시지 날짜
  Isaac Flores 12b7d038bb Merge with 0dfebdad731e0228f0f8444284e4dc871f9cac5d 15 년 전
  Isaac Flores 3698b490cd allow hide tools 15 년 전
  Julio Montoya 60371b1d3c Fixing the confirmation message when hiding a tool see #4403 15 년 전
  Ivan Tcholakov 87a9f65fb1 Task #2867 - The online editor, asciimath plugin: Fixing a javascript error on IE8. 15 년 전
  Juan Carlos Raña e9e8fdc104 merge 15 년 전
  Juan Carlos Raña f49ecfeb76 fix buttons (second turn) lock add newpages and visibility pages 15 년 전
  Cristian Fasanando aacfd51d50 Fixed copy course session to another session for documents tool - partial BT #5377 15 년 전
  Ivan Tcholakov 1aedc44cd6 Feature #306 - Fixing name ordering for two places in admin/user_information.php 15 년 전
  Ivan Tcholakov 74fca853c4 Merge with d2cf725a5deb54a16d0071996be458f123b67c49 15 년 전
  Ivan Tcholakov 18349fb249 Feature #306 - Fixing name ordering for a place in admin/resume_session.php 15 년 전
  Julio Montoya 0ed0d9ee1a Merge 15 년 전
  Julio Montoya 140b17cb11 Deleting forgotten echo 15 년 전
  Ivan Tcholakov cbadc3fc5c Bug #5418 - Suppressing all PHP 5.3 deprecation messages for "Test Server" system mode. 15 년 전
  Ivan Tcholakov fe918166cc Bug #5418 - Fixing some PHP4 style code in PEAR/QuickForm, so deprecation messages be shown on PHP 5.3. 15 년 전
  Ivan Tcholakov c77dda3838 Merge with 0b9a306b0afa8221f8841041919466dc859c845b 15 년 전
  Ivan Tcholakov f10a1a6e3d Feature #5397 - Replacing mysql_query() with Database::query(). 15 년 전
  Juan Carlos Raña a9c51fff01 merge 15 년 전
  Juan Carlos Raña a029b5c740 fix buttons: notify recent changes, notify a change page, notify a change discuss 15 년 전
  Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 15 년 전
  Ivan Tcholakov 66d5d81ec3 Feature #5397 - Replacing mysql_result() with Database::result(). 15 년 전
  Ivan Tcholakov dab3646394 Feature #5397 - Reverting two wrongly done changes in Database class. 15 년 전
  Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 15 년 전
  Juan Carlos Raña 91d22bf2d7 merge 15 년 전
  Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 15 년 전
  Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 15 년 전
  Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 15 년 전
  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(). 15 년 전
  Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 15 년 전
  Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 15 년 전
  Ivan Tcholakov a6779b91f9 Feature #5397 - Replacing api_store_result() with Database::store_result(). 15 년 전