Commit Graph

25 Commits (29d6a7128430bbbe72db60b643a2a18b77dd946d)

Author SHA1 Message Date
Julio Montoya d32ddbd2e8 Fixes #3732 + updating license text in headers (Reservation feature) 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
Ivan Tcholakov 6472e4e9e9 Feature #347 - The old online conferention tool, Permissions, Reservations, Searching, Social network, and Surveys: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Cristian Fasanando d64cfead29 Added trim for improving advanced search - partial CT#384 15 years ago
cvargas e969a4161a merge 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 de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 1fa21303bd Feature #306 - Replacing the function api_sql_query() with Database::query(), starting from "link" folder and ending with "work" folder. 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 16 years ago
Ivan Tcholakov 9dce81ad53 Bug #3646 and Issue #306 - Learning paths, the old Conference tool, Booking tool, Social network tool, Surveys: Fixing person name order and sorting to be dependable on the internationalization settings. 16 years ago
Julio Montoya 8c476621ab [svn r22357] Adding intval and escape_string function see FS#4389 16 years ago
Julio Montoya 7f61137ff1 [svn r21096] Security improvements FS#4261 16 years ago
Julio Montoya 0886a2e7f8 [svn r21095] Security improvements FS#4261 16 years ago
Julio Montoya 4912bf99c2 [svn r21094] Security improvements FS#4261 16 years ago
Julio Montoya c8da657b03 [svn r17974] Minor - Lang variables changed, added Database:: functions, UI improvements... FS#821 16 years ago
Julio Montoya 0589a0ac18 [svn r17967] Minor - mysql to Database:: calls, some cleaning 16 years ago
Julio Montoya 9bddccb11b [svn r17874] Minor - UI improvements & lang variables changed FS#821 16 years ago
Julio Montoya 70df90e884 [svn r17844] Minor - lang variables changed FS#821 16 years ago
Julio Montoya 20df9f8385 [svn r17725] Minor - mysql date querys fixes, some visibility options changed #821 16 years ago
Julio Montoya 261f196285 [svn r17722] Several fixes in : Add booking period, language files reservation into booking, mysql fixes #821 16 years ago
Julio Montoya 577bed4471 [svn r17714] Several fixes in the Booking System - FS#821 16 years ago
Julio Montoya 0820b22adf [svn r17684] Adding the Booking System (a.k.a Reservation 2 extension) FS#821 16 years ago