brisk.git
13 years agostrlen to mb_strlen with ASCII charset to avoid binary string wrong length calculation 3.5.2
Matteo Nastasi [Sat, 2 Apr 2011 12:23:30 +0000 (14:23 +0200)]
strlen to mb_strlen with ASCII charset to avoid binary string wrong length calculation

13 years agoTODO.txt updated 3.5.1
Matteo Nastasi (mop) [Sat, 2 Apr 2011 09:55:47 +0000 (11:55 +0200)]
TODO.txt updated

13 years agoversion updated
Matteo Nastasi (mop) [Sat, 2 Apr 2011 09:55:25 +0000 (11:55 +0200)]
version updated

13 years agoAdd a check for coerency between cached and user step value.
Matteo Nastasi (mop) [Wed, 30 Mar 2011 16:51:00 +0000 (18:51 +0200)]
Add a check for coerency between cached and user step value.

13 years agoproxy step paradigm changed from set and get to load and save sincronously with load...
Matteo Nastasi (mop) [Wed, 30 Mar 2011 16:49:40 +0000 (18:49 +0200)]
proxy step paradigm changed from set and get to load and save sincronously with load and save user data

13 years agoproxy step paradigm changed from set and get to load and save sincronously with load...
Matteo Nastasi (mop) [Wed, 30 Mar 2011 16:45:47 +0000 (18:45 +0200)]
proxy step paradigm changed from set and get to load and save sincronously with load and save user data

13 years agoproxy step paradigm changed from set and get to load and save sincronously with load...
Matteo Nastasi (mop) [Wed, 30 Mar 2011 16:44:17 +0000 (18:44 +0200)]
proxy step paradigm changed from set and get to load and save sincronously with load and save user data

13 years agoremoved all development error_log calls, removed many by reference operator and some...
Matteo Nastasi (mop) [Wed, 30 Mar 2011 16:42:06 +0000 (18:42 +0200)]
removed all development error_log calls, removed many by reference operator and some optional logs

13 years agoversion info updated 3.5.0
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:35:34 +0000 (17:35 +0200)]
version info updated

13 years agoerror_log removed
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:34:15 +0000 (17:34 +0200)]
error_log removed

13 years agoarray for statistics added to index_rd.php
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:29:42 +0000 (17:29 +0200)]
array for statistics added to index_rd.php

13 years agochange title in header of briskin5/index_rd.php
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:29:08 +0000 (17:29 +0200)]
change title in header of briskin5/index_rd.php

13 years agogarbage expire data externalized from original data structures
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:28:38 +0000 (17:28 +0200)]
garbage expire data externalized from original data structures

13 years agoshared data modularized and splitted, room, users, tables, users at tables
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:27:46 +0000 (17:27 +0200)]
shared data modularized and splitted, room, users, tables, users at tables

13 years agopartial remove of 'by reference' operator on class objects passed to function or...
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:22:12 +0000 (17:22 +0200)]
partial remove of 'by reference' operator on class objects passed to function or copied to other vars

13 years agonew idx_orig field in User class
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:11:48 +0000 (17:11 +0200)]
new idx_orig field in User class

13 years agoBRISKIN5_ to BIN5_ constants prefix and Briskin5 to Bin5 class rename
Matteo Nastasi (mop) [Sun, 27 Mar 2011 15:04:54 +0000 (17:04 +0200)]
BRISKIN5_ to BIN5_ constants prefix and Briskin5 to Bin5 class rename

13 years agomax_players dynamically calculated
Matteo Nastasi (mop) [Sun, 27 Mar 2011 14:58:10 +0000 (16:58 +0200)]
max_players dynamically calculated

13 years agominor fix in web/index_rd.php
Matteo Nastasi (mop) [Fri, 25 Mar 2011 07:19:09 +0000 (08:19 +0100)]
minor fix in web/index_rd.php

13 years agoby reference operator removed, add unset function on room class after it's usage
Matteo Nastasi (mop) [Mon, 21 Mar 2011 07:24:51 +0000 (08:24 +0100)]
by reference operator removed, add unset function on room class after it's usage

13 years agoTODO.txt updated 3.4.4
Matteo Nastasi (mop) [Sun, 20 Mar 2011 18:02:38 +0000 (19:02 +0100)]
TODO.txt updated

13 years agosubstitute error_log with log_crit for data access statistics log
Matteo Nastasi (mop) [Sun, 20 Mar 2011 18:02:16 +0000 (19:02 +0100)]
substitute error_log with log_crit for data access statistics log

13 years agodifferential data management and statistics on data access
Matteo Nastasi (mop) [Sun, 20 Mar 2011 18:00:32 +0000 (19:00 +0100)]
differential data management and statistics on data access

13 years agolog refactoring with inline backtrace
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:59:54 +0000 (18:59 +0100)]
log refactoring with inline backtrace

13 years agoG_btrace_pref_sup var added with prefix to remove in backtrace log functions
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:56:34 +0000 (18:56 +0100)]
G_btrace_pref_sup var added with prefix to remove in backtrace log functions

13 years agoadd static prefix for lock and unlock _data methods in class room
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:53:02 +0000 (18:53 +0100)]
add static prefix for lock and unlock _data methods in class room

13 years agoUser::load_data sess parameter added
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:47:09 +0000 (18:47 +0100)]
User::load_data sess parameter added

13 years agoexternalized to file garbage timeout management
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:46:35 +0000 (18:46 +0100)]
externalized to file garbage timeout management

13 years agoadd log in User::save_data() method
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:37:05 +0000 (18:37 +0100)]
add log in User::save_data() method

13 years agoreference operator removed because class are passed by reference as default in php5
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:36:20 +0000 (18:36 +0100)]
reference operator removed because class are passed by reference as default in php5

13 years agoadd check on new argument sess where if it isn't equal to FALSE is compared with...
Matteo Nastasi (mop) [Sun, 20 Mar 2011 17:33:35 +0000 (18:33 +0100)]
add check on new argument sess where if it isn't equal to FALSE is compared with User session field and return FALSE if differ

13 years agoadd log to User::load_data function
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:40:17 +0000 (17:40 +0100)]
add log to User::load_data function

13 years agoadd sess parameter to User::load_data function
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:39:38 +0000 (17:39 +0100)]
add sess parameter to User::load_data function

13 years agostep_set and step_inc modified to modularize step var to 0x7fffffff
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:38:17 +0000 (17:38 +0100)]
step_set and step_inc modified to modularize step var to 0x7fffffff

13 years agostep_get moved into User class (as static function)
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:35:09 +0000 (17:35 +0100)]
step_get moved into User class (as static function)

13 years agoadd log to getchallenge in web/index_wr.php
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:20:02 +0000 (17:20 +0100)]
add log to getchallenge in web/index_wr.php

13 years agodoc/ARCHITECTURE.txt added where explained internals of Brisk.
Matteo Nastasi (mop) [Sun, 20 Mar 2011 16:17:09 +0000 (17:17 +0100)]
doc/ARCHITECTURE.txt added where explained internals of Brisk.

13 years agoversion updated 3.4.3
Matteo Nastasi (mop) [Tue, 15 Mar 2011 07:57:37 +0000 (08:57 +0100)]
version updated

13 years agoticker management refactored
Matteo Nastasi (mop) [Tue, 15 Mar 2011 07:55:14 +0000 (08:55 +0100)]
ticker management refactored

13 years agobrisk.phh: current variable renamed from e to i because this part of code is function...
Matteo Nastasi (mop) [Tue, 15 Mar 2011 07:50:55 +0000 (08:50 +0100)]
brisk.phh: current variable renamed from e to i because this part of code is functionalized

13 years agoto verify the equality of users use users idx instead of users reference
Matteo Nastasi (mop) [Mon, 14 Mar 2011 20:25:17 +0000 (21:25 +0100)]
to verify the equality of users use users idx instead of users reference

13 years agoisset added to verify if class User comm array element is set or not
Matteo Nastasi (mop) [Mon, 14 Mar 2011 20:21:52 +0000 (21:21 +0100)]
isset added to verify if class User comm array element is set or not

13 years agoremove all reference operator because with php5 pass by reference is the default...
Matteo Nastasi (mop) [Mon, 14 Mar 2011 20:20:53 +0000 (21:20 +0100)]
remove all reference operator because with php5 pass by reference is the default for classes

13 years agowag_own table field behavior changed from User pointer to User index into room array
Matteo Nastasi (mop) [Mon, 14 Mar 2011 20:08:21 +0000 (21:08 +0100)]
wag_own table field behavior changed from User pointer to User index into room array

13 years agosetPlayer getPlayer renamed in player_set, player_get methods in Table class (brisk...
Matteo Nastasi (mop) [Mon, 14 Mar 2011 19:43:59 +0000 (20:43 +0100)]
setPlayer getPlayer renamed in player_set, player_get methods in Table class (brisk.phh)

13 years agoVersion updated. 3.4.2
Matteo Nastasi (mop) [Sat, 12 Mar 2011 14:12:40 +0000 (15:12 +0100)]
Version updated.

13 years agopull conflicts solved
Matteo Nastasi (mop) [Thu, 10 Mar 2011 22:34:31 +0000 (23:34 +0100)]
pull conflicts solved

13 years agoG_false reference and all explicit pass by references removed 3.4.1
Matteo Nastasi (mop) [Thu, 10 Mar 2011 22:24:21 +0000 (23:24 +0100)]
G_false reference and all explicit pass by references removed

13 years agofirst shmem split
Matteo Nastasi (mop) [Thu, 10 Mar 2011 18:00:29 +0000 (19:00 +0100)]
first shmem split

13 years agocreate static method in BriskDB function to allow constructor fail and manage of... 3.4.0
Matteo Nastasi (mop) [Mon, 7 Mar 2011 07:31:22 +0000 (08:31 +0100)]
create static method in BriskDB function to allow constructor fail and manage of the failure in the code

13 years agopiped target added for multiple select
Matteo Nastasi [Tue, 1 Mar 2011 04:48:34 +0000 (05:48 +0100)]
piped target added for multiple select

13 years agoz-index bug fixed
Matteo Nastasi [Sat, 26 Feb 2011 13:29:34 +0000 (14:29 +0100)]
z-index bug fixed

13 years agoBriskDB and DBConn classes now have a static constructor method that can be failed
Matteo Nastasi (mop) [Thu, 24 Feb 2011 07:59:19 +0000 (08:59 +0100)]
BriskDB and DBConn classes now have a static constructor method that can be failed

13 years agoTODO.txt updated
Matteo Nastasi (mop) [Thu, 24 Feb 2011 07:57:12 +0000 (08:57 +0100)]
TODO.txt updated

13 years agoadd points archiver, manages the upper limit of time in placing to produce exactly...
Matteo Nastasi (mop) [Mon, 21 Feb 2011 07:35:33 +0000 (08:35 +0100)]
add points archiver, manages the upper limit of time in placing to produce exactly midnight hour statistics

13 years agoINSTALL.sh: exit code value for check fixed and run check before all other operations
Matteo Nastasi (mop) [Mon, 21 Feb 2011 07:31:45 +0000 (08:31 +0100)]
INSTALL.sh: exit code value for check fixed and run check before all other operations

13 years agopkg target and renamed the old --ck in chk in INSTALL.sh management script 3.2.2
Matteo Nastasi (mop) [Mon, 14 Feb 2011 07:46:38 +0000 (08:46 +0100)]
pkg target and renamed the old --ck in chk in INSTALL.sh management script

13 years agodot configurations file management fixed 3.2.1
Matteo Nastasi (mop) [Mon, 14 Feb 2011 07:28:25 +0000 (08:28 +0100)]
dot configurations file management fixed

13 years agotypo fixed
Matteo Nastasi (mop) [Mon, 14 Feb 2011 07:27:41 +0000 (08:27 +0100)]
typo fixed

13 years agomanagement of placements via postgresql 3.2.0
Matteo Nastasi (mop) [Sun, 13 Feb 2011 16:32:55 +0000 (17:32 +0100)]
management of placements via postgresql

13 years agocopyright date updated in web/admin.php file
Matteo Nastasi (mop) [Sun, 13 Feb 2011 16:27:36 +0000 (17:27 +0100)]
copyright date updated in web/admin.php file

13 years agoone_or_all function added to be able to rebuild single .sql file and not all the...
Matteo Nastasi (mop) [Sun, 13 Feb 2011 16:26:59 +0000 (17:26 +0100)]
one_or_all function added to be able to rebuild single .sql file and not all the archive

13 years agodata for places and to archive match points
Matteo Nastasi (mop) [Sun, 13 Feb 2011 16:26:06 +0000 (17:26 +0100)]
data for places and to archive match points

13 years agoTODO updated 3.1.0
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:35:34 +0000 (08:35 +0100)]
TODO updated

13 years agopoint import function added to admin page
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:35:15 +0000 (08:35 +0100)]
point import function added to admin page

13 years agomanage login in lowcase mode added
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:31:16 +0000 (08:31 +0100)]
manage login in lowcase mode added

13 years agowrong flow fixed
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:30:16 +0000 (08:30 +0100)]
wrong flow fixed

13 years agotypo fixed
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:28:30 +0000 (08:28 +0100)]
typo fixed

13 years agoDISABLE status for user managed
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:26:10 +0000 (08:26 +0100)]
DISABLE status for user managed

13 years agobin5_points_save function added
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:25:12 +0000 (08:25 +0100)]
bin5_points_save function added

13 years agolog_points moved to briskin5 subtree
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:23:11 +0000 (08:23 +0100)]
log_points moved to briskin5 subtree

13 years agorename methods splitting with _ attribute from method name
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:21:23 +0000 (08:21 +0100)]
rename methods splitting with _ attribute from method name

13 years agodbase code users management
Matteo Nastasi (mop) [Fri, 11 Feb 2011 07:19:01 +0000 (08:19 +0100)]
dbase code users management

13 years agoadd esclfhtml to show print_r correctly on html
Matteo Nastasi (mop) [Thu, 10 Feb 2011 18:32:56 +0000 (19:32 +0100)]
add esclfhtml to show print_r correctly on html

13 years agoLoginDB renamed to more general BriskDB and separate the creation of the class with...
Matteo Nastasi (mop) [Thu, 10 Feb 2011 18:24:25 +0000 (19:24 +0100)]
LoginDB renamed to more general BriskDB and separate the creation of the class with the loading of users data

13 years agoG_base var added to fix relative path problem in include of includes
Matteo Nastasi (mop) [Thu, 10 Feb 2011 18:17:43 +0000 (19:17 +0100)]
G_base var added to fix relative path problem in include of includes

13 years agoUSER_FLAG_ description extended
Matteo Nastasi (mop) [Thu, 10 Feb 2011 17:56:54 +0000 (18:56 +0100)]
USER_FLAG_ description extended

13 years agotsusp and mtime field added to users table (disable timeout and last access), rename...
Matteo Nastasi (mop) [Thu, 10 Feb 2011 17:56:01 +0000 (18:56 +0100)]
tsusp and mtime field added to users table (disable timeout and last access), rename field gname in name in groups table

13 years agoUSER_FLAG_TY_SUSPEND and _DISABLE added
Matteo Nastasi (mop) [Wed, 2 Feb 2011 07:24:07 +0000 (08:24 +0100)]
USER_FLAG_TY_SUSPEND and _DISABLE added

13 years agoUNIQUE constraint added to login and email fields
Matteo Nastasi (mop) [Wed, 2 Feb 2011 07:23:35 +0000 (08:23 +0100)]
UNIQUE constraint added to login and email fields

13 years agousers importer from file to database
Matteo Nastasi (mop) [Wed, 2 Feb 2011 07:21:54 +0000 (08:21 +0100)]
users importer from file to database

13 years agosyntax typo fixed
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:49:01 +0000 (08:49 +0100)]
syntax typo fixed

13 years agopgsql or file configurability
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:47:46 +0000 (08:47 +0100)]
pgsql or file configurability

13 years agosql contents and structure files added
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:38:27 +0000 (08:38 +0100)]
sql contents and structure files added

13 years agothe dbase part is moved to another file to be able to use sql or file (new files)
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:35:47 +0000 (08:35 +0100)]
the dbase part is moved to another file to be able to use sql or file (new files)

13 years agoassegnation split to avoid php warning
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:34:52 +0000 (08:34 +0100)]
assegnation split to avoid php warning

13 years agoescinput andh eschtml utility functions added
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:33:08 +0000 (08:33 +0100)]
escinput andh eschtml utility functions added

13 years agothe dbase part is moved to another file to be able to use sql or file
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:32:26 +0000 (08:32 +0100)]
the dbase part is moved to another file to be able to use sql or file

13 years agoconsistent version of builder.sh
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:21:28 +0000 (08:21 +0100)]
consistent version of builder.sh

13 years agoupdated TODO list
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:20:14 +0000 (08:20 +0100)]
updated TODO list

13 years agolintian check added to INSTALL.sh
Matteo Nastasi (mop) [Thu, 27 Jan 2011 07:18:39 +0000 (08:18 +0100)]
lintian check added to INSTALL.sh

13 years agoutility script to manage sql
Matteo Nastasi (mop) [Tue, 18 Jan 2011 18:03:30 +0000 (19:03 +0100)]
utility script to manage sql

13 years agoFor super (supporter) users the timeout of the splash screen is set to 0 and the... 3.0.1
Matteo Nastasi (mop) [Tue, 18 Jan 2011 17:48:00 +0000 (18:48 +0100)]
For super (supporter) users the timeout of the splash screen is set to 0 and the button message change.

13 years agoWhen G_local is enabled only brisk shop banner will be displayed
Matteo Nastasi (mop) [Tue, 18 Jan 2011 17:46:42 +0000 (18:46 +0100)]
When G_local is enabled only brisk shop banner will be displayed

13 years agochanged log_main to verify the strange - Only variable references should be returned...
Matteo Nastasi (mop) [Tue, 18 Jan 2011 17:45:40 +0000 (18:45 +0100)]
changed log_main to verify the strange - Only variable references should be returned by reference in /home/nastasi/web/brisk/Obj/brisk.phh on line 2038 - message

13 years agoUSER_FLAG_TY_x added in the default auth array when the auth file not exists
Matteo Nastasi (mop) [Tue, 18 Jan 2011 17:43:47 +0000 (18:43 +0100)]
USER_FLAG_TY_x added in the default auth array when the auth file not exists

13 years agochangelog and version updated trusty 3.0.0
Matteo Nastasi [Sat, 8 Jan 2011 16:23:52 +0000 (17:23 +0100)]
changelog and version updated

13 years agochangelog and version updated
Matteo Nastasi [Sat, 8 Jan 2011 16:22:47 +0000 (17:22 +0100)]
changelog and version updated

13 years agobackground changed
Matteo Nastasi [Sat, 8 Jan 2011 15:56:40 +0000 (16:56 +0100)]
background changed

13 years agocopyright updated and mop user status added
Matteo Nastasi [Sat, 8 Jan 2011 15:54:35 +0000 (16:54 +0100)]
copyright updated and mop user status added