Commit Graph

40 Commits (e4af9f411a5d42236e49550523d0ab8be541c3f1)

Author SHA1 Message Date
Julio Montoya d32ddbd2e8 Fixes #3732 + updating license text in headers (Reservation feature) 14 years ago
Yannick Warnier 9c8585ce25 Minor - Fixed language variables 14 years ago
ywarnier 3e9a51ce15 Minor - Updated langvar to follow coding conventions 14 years ago
Ivan Tcholakov dfcfaf5d8d Feature #1744 - Cleaning logical conditions (4). 15 years ago
christian1827 9620389815 merge 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
Noel Dieschburg a5222167c0 Dummy changes 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 15 years ago
Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). 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
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. 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 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. 15 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 15 years ago
Ivan Tcholakov b1872644bf Feature #306 - Trimming totally trailing whitespace in php-source files, part 2, 140 files. 15 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. 15 years ago
Ivan Tcholakov a6a6cea3a6 Bug #3646 and Issue #306 - The agenda tool: Fixing person name order to be dependable on the internationalization settings. Setting the date-picker to work with the system's encoding. Common changes: Replacing repetitive code for building localized arrays with week days and months with API-function calls. Some other minor changes. 15 years ago
Ivan Tcholakov 70f9882931 Issue #306 - Searching and fixing some insafe calls of htmlentities(). 15 years ago
Julio Montoya 8c476621ab [svn r22357] Adding intval and escape_string function see FS#4389 16 years ago
Cristian Fasanando 258320e7ba [svn r21114] Fixed vulnerable get parameter: cat - partial FS#4261 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
Ivan Tcholakov 2b68b8876e [svn r20716] FS#306 - Replacing some natural language unsafe occurrences of the function htmlentities() and other similar fixes. 16 years ago
Ivan Tcholakov 5a41aa413d [svn r20709] FS#306 - Replacing some natural language unsafe occurrences of the function ucfirst(). 16 years ago
Carlos Vargas 62691ea612 [svn r19608] partial, buttons styles and others see FS#3991 16 years ago
Cristian Fasanando 563962a5c1 [svn r18582] Minor - Fixed default month from date field for new booking period - see FS#3666 16 years ago
Julio Montoya a35db32208 [svn r18032] Minor - Replace mysql to Database dokeo's class FS#821 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 640d218d17 [svn r17778] Minor - some fixes 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