Commit Graph

150 Commits (02c308043b636f9cbfc49dc70e482dd3fb0ca3ea)

Author SHA1 Message Date
Julio Montoya 082978f6d9 Adding usergroup feature see BT#1910 15 years ago
Julio Montoya 01c273e183 Fixing jqgrid queries 15 years ago
Julio Montoya 63536f13b9 Adding Career and Promotions CRUD see BT#1619 15 years ago
Julio Montoya 5405279c86 Now we can import questions using the Question tool from other courses (there's a filter for sessions) see BT#1917 15 years ago
Julio Montoya cce4c6132f More fixes for the new database classes 15 years ago
Julio Montoya f102a6380f Minor change 15 years ago
Julio Montoya 33a248744d Adding more useful database functions 15 years ago
Julio Montoya 3a8cbcb15e Adding admin configuration for the watermark, supporting multiple urls, adding delete watermark functions and links see BT#1617 15 years ago
Julio Montoya 5d8b1a15df Making more secure the update_query function still experimental 15 years ago
Julio Montoya 5931306959 Adding db changes for the new feature: lp auto lunch see BT#1909 15 years ago
Ivan Tcholakov 4892af4746 Feature #2099 - A new constant has been added to database.lib.php. 15 years ago
Ivan Tcholakov 6faba06921 Feature #2099 - Preparing some files for changes. The leading tabs in the files have been converted to 4 spaces according to the coding conventions. 15 years ago
Yannick Warnier b4d93e5cfc Minor - removed unused SVN header 16 years ago
Yannick Warnier ec971fa2f5 Added conditions in database function to return more explicit results in case of problem 16 years ago
Ivan Tcholakov 05d5b3b2d8 A very minor change in the Database class, which seems to be exploited in the Survey tool. 16 years ago
Ivan Tcholakov fceac1e873 Database::num_rows() method - Adding a validation check for the input parameter. Some corrections in the comments. 16 years ago
Cristian Fasanando e329442edb added new tables for thematic - partial BT#578 16 years ago
Julio Montoya 57658eaa37 Certificates added to Chamilo see CT#751 (partial) 16 years ago
Julio Montoya f725c3c074 Cleaning code 16 years ago
Julio Montoya 67c3626ef0 Deleting ==== from heades adding license text 16 years ago
Julio Montoya ea73c4b402 Minor - cosmetic changes 16 years ago
Ivan Tcholakov 3217da82b5 Feature #347 - A duplicate and obviously wrong definition of the constant TABLE_MAIN_GROUP has been removed from the file database.lib.php. Reported by krikrizzz, see http://www.chamilo.org/en/node/190 16 years ago
Ivan Tcholakov 0dc20d6ef9 Feature #347 - Extending information reported on error by the method Database::query(). The function (or method of a class) that owns the caller statement also is to be displayed. 16 years ago
Cristian Fasanando b22d7a10d8 minor - fixed possible keyword \"Default\" in query sql make an error warning when you create a course like administrator - CT#601 16 years ago
Ivan Tcholakov 45bc777651 Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Cristian Fasanando d3464efa24 added table block for dashboard blocks, new tab dashboard and new row inside extra_user_field table - partial CT#567 16 years ago
Ivan Tcholakov 6be32ffb80 Feature #272 - Extending functionality of the method Database::get_fields(). 16 years ago
Ivan Tcholakov 6777c3e43c Feature #347 - Database::query() method: Elimination need for providing the parameters __FILE__ and __LINE__. How to test: Switch your system into "Test server" mode. Write somewhere in the code Database::query("SHOW NICE SYNTAX ERROR"); and see the error message on the page. The the file and the line shown there should be correct. 16 years ago
Ivan Tcholakov 212aae362d Feature #272 - Adding a new method Database::get_fields(). 16 years ago
Ivan Tcholakov 0e279ad780 Feature #272 - Adding the method Database::get_tables(). 16 years ago
Ivan Tcholakov 580bf7759b Feature #272 - Adding a new method Database::get_databases(). 16 years ago
Ivan Tcholakov a37dc7eec3 Feature #272 - The installation scripts: An easy rework about the database connection testing button. 16 years ago
Ivan Tcholakov 64afee94dd Feature #272 - Two common purpose methods have been added to Database class. 16 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. 16 years ago
Cristian Fasanando a369d05e19 added new tables for attendance tool - partial CT#581 16 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 16 years ago
Ivan Tcholakov 31a3605eea Feature #272 - Mode encoding related corrections within the database class. 16 years ago
Ivan Tcholakov 0c8e94a4d6 Feature #272 - An encoding related logucal correction within the database class. 16 years ago
Julio Montoya ae87bbb3ca Renaming the table user_friend to user_rel_user 16 years ago
Ivan Tcholakov f99dcb5a0e Feature #272 - More code in the Database class for improved internationalization in the future. 16 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. 16 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 16 years ago
cvargas e969a4161a merge 16 years ago
Cristian Fasanando d0619c9ef3 minor - added constant for message attachment table - partial DT#5508 16 years ago
Julio Montoya dcf6c5f4a3 Social network improvements see #5508 16 years ago
Arthur Portugal faf4e249c7 Debugging announcements DT#818 16 years ago
Julio Montoya 1942167c0f First attempt to implement the user tags (interests) see DT#5508 (partial) 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 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