commit: kronolith addevent.php addeventaction.php day.php
delevent.php editevent.php editeventaction.php month.php
kronolith/docs CHANGES kronolith/lib base.php Kronolith.php
kronolith/lib/Driver mcal.php kronolith/templates/edit edit.inc
chuck@horde.org
chuck@horde.org
2 Jan 2001 18:27:29 -0000
chuck 2001/01/02 10:27:29 PST
Modified files:
. addevent.php addeventaction.php day.php
delevent.php editevent.php
editeventaction.php month.php
docs CHANGES
lib Kronolith.php
lib/Driver mcal.php
templates/edit edit.inc
Added files:
lib base.php
Log:
move the event creation/edit code into the Kronolith_Driver/Kronolith_Event
classes, also modifying it to work with register_globals = Off. Also start
making Kronolith magic_quotes_gpc safe, and add some other register_globals
= Off fixes.
Revision Changes Path
1.20 +17 -11 kronolith/addevent.php
1.20 +15 -76 kronolith/addeventaction.php
1.23 +17 -13 kronolith/day.php
1.18 +22 -16 kronolith/delevent.php
1.19 +12 -8 kronolith/editevent.php
1.20 +15 -70 kronolith/editeventaction.php
1.37 +21 -19 kronolith/month.php
1.13 +4 -0 kronolith/docs/CHANGES
1.13 +2 -2 kronolith/lib/Kronolith.php
1.5 +122 -1 kronolith/lib/Driver/mcal.php
1.10 +10 -34 kronolith/templates/edit/edit.inc