brisk.git
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

13 years agoallignment pre merge in master
Matteo Nastasi [Sat, 8 Jan 2011 14:49:33 +0000 (15:49 +0100)]
allignment pre merge in master

13 years agoremoved a test
Matteo Nastasi [Sun, 8 Aug 2010 10:55:43 +0000 (12:55 +0200)]
removed a test

13 years agofor test
Matteo Nastasi [Sun, 8 Aug 2010 10:54:21 +0000 (12:54 +0200)]
for test

14 years agochanged logo origin/trusty
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:42:19 +0000 (08:42 +0000)]
changed logo

14 years agonew points calculation method and multiplication increment
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:41:51 +0000 (08:41 +0000)]
new points calculation method and multiplication increment

14 years ago.start file to skip too much old lines
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:40:32 +0000 (08:40 +0000)]
.start file to skip too much old lines

14 years agofrom mult *= 2 to mult += 1
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:39:40 +0000 (08:39 +0000)]
from mult *= 2 to mult += 1

14 years agoupdated
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:38:43 +0000 (08:38 +0000)]
updated

14 years agocambiato bg
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:32:09 +0000 (08:32 +0000)]
cambiato bg

14 years agoremoved
Matteo Nastasi (mop) [Sat, 12 Dec 2009 08:04:54 +0000 (08:04 +0000)]
removed

14 years agopath added not work, removed
Matteo Nastasi (mop) [Sun, 30 Aug 2009 09:21:39 +0000 (09:21 +0000)]
path added not work, removed

14 years agobg extension fixed
Matteo Nastasi (mop) [Sun, 30 Aug 2009 07:19:07 +0000 (07:19 +0000)]
bg extension fixed

14 years agoNew smartcard type supported
Matteo Nastasi (mop) [Sat, 29 Aug 2009 16:28:31 +0000 (16:28 +0000)]
New smartcard type supported

14 years agofix mlang_room indexes
Matteo Nastasi (mop) [Sat, 29 Aug 2009 16:28:08 +0000 (16:28 +0000)]
fix mlang_room indexes

14 years agoupdated
Matteo Nastasi (mop) [Sat, 29 Aug 2009 16:17:59 +0000 (16:17 +0000)]
updated

14 years agocsplitter fixed multibytes bug
Matteo Nastasi (mop) [Sat, 29 Aug 2009 16:17:43 +0000 (16:17 +0000)]
csplitter fixed multibytes bug

14 years agosummer skin
Matteo Nastasi (mop) [Sat, 29 Aug 2009 16:17:18 +0000 (16:17 +0000)]
summer skin

14 years agosummer edition
Matteo Nastasi (mop) [Sat, 29 Aug 2009 15:47:28 +0000 (15:47 +0000)]
summer edition

14 years agoupdated news
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:44:51 +0000 (07:44 +0000)]
updated news

14 years agoupdated
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:40:51 +0000 (07:40 +0000)]
updated

14 years agosound to play end of auction
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:26:02 +0000 (07:26 +0000)]
sound to play end of auction

14 years agotitle change when asta is finish, privflags added to manage preference
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:25:17 +0000 (07:25 +0000)]
title change when asta is finish, privflags added to manage preference

14 years agopreferences management and sound when auction finish added
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:23:32 +0000 (07:23 +0000)]
preferences management and sound when auction finish added

14 years agopreferences and sound when auction finish added
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:20:09 +0000 (07:20 +0000)]
preferences and sound when auction finish added

14 years agoticker management for isolation mode
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:17:11 +0000 (07:17 +0000)]
ticker management for isolation mode

14 years agorabbit user mode added, room refresh after isolation mode leaved refactored
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:15:25 +0000 (07:15 +0000)]
rabbit user mode added, room refresh after isolation mode leaved refactored

14 years agoset and get checked value func. management added
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:08:04 +0000 (07:08 +0000)]
set and get checked value func. management added

14 years agorabbit user mode and radio buttons added
Matteo Nastasi (mop) [Fri, 21 Aug 2009 07:03:52 +0000 (07:03 +0000)]
rabbit user mode and radio buttons added

14 years agoisolation fix
Matteo Nastasi (mop) [Sun, 9 Aug 2009 13:56:56 +0000 (13:56 +0000)]
isolation fix

14 years agoisolation fix
Matteo Nastasi (mop) [Sun, 9 Aug 2009 13:54:43 +0000 (13:54 +0000)]
isolation fix

14 years agowrong index fixed
Matteo Nastasi (mop) [Sun, 9 Aug 2009 12:51:45 +0000 (12:51 +0000)]
wrong index fixed

14 years agodonometer added
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:07:10 +0000 (09:07 +0000)]
donometer added

14 years agotables_auth_n added, some vars renamed
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:06:37 +0000 (09:06 +0000)]
tables_auth_n added, some vars renamed

14 years agoupdated
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:05:26 +0000 (09:05 +0000)]
updated

14 years agoact_splash modified
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:05:10 +0000 (09:05 +0000)]
act_splash modified

14 years agosplash command added
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:04:48 +0000 (09:04 +0000)]
splash command added

14 years agophp5 compatibility mods
Matteo Nastasi (mop) [Sun, 9 Aug 2009 09:03:20 +0000 (09:03 +0000)]
php5 compatibility mods