Commit History

Author SHA1 Message Date
  Ivan Tcholakov 212aae362d Feature #272 - Adding a new method Database::get_fields(). 14 years ago
  Ivan Tcholakov 0e279ad780 Feature #272 - Adding the method Database::get_tables(). 14 years ago
  Ivan Tcholakov 580bf7759b Feature #272 - Adding a new method Database::get_databases(). 14 years ago
  Ivan Tcholakov a37dc7eec3 Feature #272 - The installation scripts: An easy rework about the database connection testing button. 14 years ago
  Ivan Tcholakov 64afee94dd Feature #272 - Two common purpose methods have been added to Database class. 14 years ago
  Ivan Tcholakov cf44c48589 Feature #272 - The Database class has been reworked and upgraded in order some of its common methods to deal with multiple database connections simultaneously. 14 years ago
  Cristian Fasanando a369d05e19 added new tables for attendance tool - partial CT#581 15 years ago
  Julio Montoya 0a1da3a132 Merge 15 years ago
  Cristian Fasanando 120af264c7 added track_e_item_property table for using it like history, id for item_property and course tables - partial CT#613 15 years ago
  Ivan Tcholakov 31a3605eea Feature #272 - Mode encoding related corrections within the database class. 15 years ago
  Ivan Tcholakov 0c8e94a4d6 Feature #272 - An encoding related logucal correction within the database class. 15 years ago
  Julio Montoya ae87bbb3ca Renaming the table user_friend to user_rel_user 15 years ago
  Ivan Tcholakov f99dcb5a0e Feature #272 - More code in the Database class for improved internationalization in the future. 15 years ago
  Ivan Tcholakov 0fe10e01b4 Feature #272 - Adding code in the Database class for improved internationalization. The new code is latent, it will be used after the first release of Chamilo. 15 years ago
  Cristian Fasanando 6e2ec5494d added pagination, edit a message who sent it, added fckeditor to message form, fixed token for message form - partial CT#190 15 years ago
  cvargas e969a4161a merge 15 years ago
  Cristian Fasanando d0619c9ef3 minor - added constant for message attachment table - partial DT#5508 15 years ago
  Julio Montoya Armas a07fd6c72b Merge 15 years ago
  Julio Montoya dcf6c5f4a3 Social network improvements see #5508 15 years ago
  Arthur Portugal faf4e249c7 Debugging announcements DT#818 15 years ago
  Julio Montoya 1942167c0f First attempt to implement the user tags (interests) see DT#5508 (partial) 15 years ago
  Juan Carlos Raña 91d22bf2d7 merge 15 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(). 15 years ago
  Juan Carlos Raña 164b7a0138 merge 15 years ago
  Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 15 years ago
  Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
  Ivan Tcholakov 223597d8be Feature #306 and Bug #5342 - Fixing a bug which I (Ivan) caused during refactoring the Database class. 15 years ago
  Ivan Tcholakov 11e58b71bc Feature #306 - Moving the function api_get_language_isocode() in the internationalization library. Deprecation of Database::get_language_isocode(). Making a formal test for api_get_language_isocode(). At the moment the test fails, some expexted values are not returned. This has to be fixed. 15 years ago
  Ivan Tcholakov 22084ecbdc Feature #306 - Deprecation of the function api_sql_query(), part 2. Moving the body of this function in Database class. Declaring the function as deprecated. Next, trivial changes will follow in large scale. 15 years ago
  Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 15 years ago