Ivan Tcholakov
|
45bc777651
Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
|
14 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
|
14 years ago |
Ivan Tcholakov
|
6be32ffb80
Feature #272 - Extending functionality of the method Database::get_fields().
|
14 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.
|
14 years ago |
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 |