commit: whups help.php index.php t_create.php t_details.php
t_search.php auth.inc backend-sql.inc backend.inc common.inc
createforms.inc form.inc logout.php searchforms.inc vars.inc
version.inc whups/config conf.php.dist whups/docs db_defs.sql ...
bjn@horde.org
bjn@horde.org
22 Mar 2001 05:07:55 -0000
bjn 2001/03/21 21:07:55 PST
Modified files:
. help.php index.php t_create.php
t_details.php t_search.php
config conf.php.dist
docs db_defs.sql
templates comment.inc formrenderer.inc
headerbar.inc page.inc searchresults.inc
useractions.inc
Added files:
lib Backend-sql.php Backend.php Create.php
Forms.php Search.php Whups.php
WhupsVars.php base.php version.php
templates/index notconfigured.inc
Removed files:
. auth.inc backend-sql.inc backend.inc
common.inc createforms.inc form.inc
logout.php searchforms.inc vars.inc
version.inc
Log:
Code reorganization, to bring Whups more in line with the modern Horde
framework layout. Please feel free to change the names of files in
lib/, where functions are defined, how they're grouped into files,
etc. as you see fit!
I did not alter any functionality at all with these changes... however,
one result is that error_reporting() is now at E_ALL, and this has
revealed a lot of issues that need to be dealt with (Undefined index
and property all over). However, the code is functional as it was before.
Revision Changes Path
1.2 +9 -8 whups/help.php
1.2 +36 -2 whups/index.php
1.2 +39 -39 whups/t_create.php
1.2 +79 -79 whups/t_details.php
1.2 +51 -51 whups/t_search.php
1.2 +34 -5 whups/config/conf.php.dist
1.2 +8 -8 whups/docs/db_defs.sql
1.2 +7 -7 whups/templates/comment.inc
1.2 +9 -9 whups/templates/formrenderer.inc
1.2 +3 -3 whups/templates/headerbar.inc
1.2 +3 -3 whups/templates/page.inc
1.2 +18 -18 whups/templates/searchresults.inc
1.2 +10 -10 whups/templates/useractions.inc