refactorization to manage old rules with a separated class
[brisk.git] / web / Obj / dbase_pgsql.phh
2017-02-20 Matteo Nastasi ... refactorization to manage old rules with a separated...
2017-02-15 Matteo Nastasi ... add tournment points visualization added
2016-01-06 Matteo Nastasi ... fix login lowercase management
2015-12-21 Matteo Nastasi ... add webside implementation for party show
2015-12-14 Matteo Nastasi ... add usersnet delete when friendship set to 'unknown'
2015-12-13 Matteo Nastasi ... reenabled all info items, and show calculated skills
2015-12-10 Matteo Nastasi ... Fieldify: add multiple ancestor object to allow multi...
2015-12-10 Matteo Nastasi ... from numerical to associative array for friends reputation
2015-12-10 Matteo Nastasi ... add widefriend and narrowfriend exposition to client...
2015-11-23 Matteo Nastasi ... check for info parameters
2015-11-23 Matteo Nastasi ... avoid inconsistency during db blackout
2015-11-21 Matteo Nastasi ... info save added
2015-11-20 Matteo Nastasi ... fix recovery of postgres connection
2015-11-12 Matteo Nastasi ... escaping PG SQL correctly
2015-11-12 Matteo Nastasi ... move lowercase transformation outside SQL
2015-11-06 Matteo Nastasi ... enable 'usersnet' table with indexes and reading info...
2015-11-05 Matteo Nastasi ... load data from usernet table or create a default instance
2015-10-30 Matteo Nastasi ... enabled match and hands counters
2015-10-25 Matteo Nastasi ... match and game counter temporarly disabled (waiting...
2015-10-16 Matteo Nastasi ... increment game and match counter at the end of a game
2015-10-15 Matteo Nastasi ... apprentice workflow completed
2015-09-16 Matteo Nastasi ... add ip2int and int2ip functions to be able to store...
2014-05-28 Matteo Nastasi ... removed check about user disabled
2014-05-25 Matteo Nastasi ... old guaranties management and date management of new...
2014-05-22 Matteo Nastasi ... trailing spaces removed
2014-05-22 Matteo Nastasi ... function to check and delete email table on db added
2014-05-22 Matteo Nastasi ... function to manage user type and password on db added
2014-04-10 Matteo Nastasi ... accept guaranty, send email and store it with data...
2014-03-27 Matteo Nastasi ... usermgmt improved (not yet finished)
2014-03-26 Matteo Nastasi ... new users management (incomplete)
2014-02-26 Matteo Nastasi ... Merge branch 'master' into auto-maintenance
2014-02-26 Matteo Nastasi ... uniform games order with tstamp instead of code (useful...
2014-02-25 Matteo Nastasi ... new placement points management done
2014-02-25 Matteo Nastasi ... cont command: missing update of ttok and table id fixed
2013-12-12 Matteo Nastasi ... getrecord_bycode and getitme_bycode methods added to...
2013-12-12 Matteo Nastasi ... typo fixed in TOS management and some debugging log...
2013-12-04 Matteo Nastasi ... lexical adjustment, all licence occurrencies are replac...
2013-12-03 Matteo Nastasi ... manage refuse answer to licence manager
2013-11-28 Matteo Nastasi ... add methods to store users::lice_vers and renamed store...
2013-11-05 Matteo Nastasi ... retrieve win and friend login name when id isn't -1...
2013-11-03 Matteo Nastasi ... Merge branch 'tournaments' v4.10.0
2013-11-03 Matteo Nastasi ... stat-day.php bug fixed and some log added tournaments
2013-10-31 Matteo Nastasi ... users_get, match_continue, match_order_get functions...
2013-10-10 Matteo Nastasi ... match id visualization added
2013-09-24 Matteo Nastasi ... schema updated and stat-day.php fixed
2013-09-12 Matteo Nastasi ... computation and store of points and match state fixed
2013-09-11 Matteo Nastasi ... fix errors (wrong params, tables names and so on)
2013-09-09 Matteo Nastasi ... new points history management (1' part)
2013-09-04 Matteo Nastasi ... partial commit of new saving points schema
2013-03-01 Matteo Nastasi ... supp_comp partial support (db/prefs management, usage...
2013-02-26 Matteo Nastasi ... POST management working, preferences managed (room...
2013-01-14 Matteo Nastasi ... update login time field when login has success v4.5.5
2012-10-29 Matteo Nastasipg_query wrapper to recovery if it fails
2012-10-25 Matteo Nastasi ... Copyright date updated
2011-12-01 Matteo Nastasi ... all log_mop call substituted with other log functions
2011-05-20 Matteo Nastasi ... is_exclusive argument added to all lock_data() function...
2011-03-30 Matteo Nastasi ... removed all development error_log calls, removed many...
2011-03-10 Matteo Nastasi ... pull conflicts solved
2011-03-10 Matteo Nastasi ... G_false reference and all explicit pass by references... 3.4.1
2011-03-10 Matteo Nastasi ... first shmem split
2011-03-07 Matteo Nastasi ... create static method in BriskDB function to allow const... 3.4.0
2011-02-24 Matteo Nastasi ... BriskDB and DBConn classes now have a static constructo...
2011-02-11 Matteo Nastasi ... manage login in lowcase mode added
2011-02-11 Matteo Nastasi ... wrong flow fixed
2011-02-11 Matteo Nastasi ... typo fixed
2011-02-11 Matteo Nastasi ... DISABLE status for user managed
2011-02-11 Matteo Nastasi ... bin5_points_save function added
2011-02-10 Matteo Nastasi ... LoginDB renamed to more general BriskDB and separate...
2011-02-10 Matteo Nastasi ... G_base var added to fix relative path problem in includ...
2011-02-02 Matteo Nastasi ... users importer from file to database
2011-01-27 Matteo Nastasi ... the dbase part is moved to another file to be able...