commit: horde help.php index.php login.php menu.php problem.php
chora annotate.php co.php cvs.php diff.php history.php
chora/config conf.php.dist chora/docs CHANGES chora/lib base.php
chora/templates common-header.inc horde/config horde.php.dist ...
Anil Madhavapeddy
anil@recoil.org
17 Jul 2001 10:13:50 -0000
avsm 2001/07/17 03:13:49 PDT
Modified files:
. help.php index.php login.php menu.php
problem.php
. annotate.php co.php cvs.php diff.php
history.php
config conf.php.dist
docs CHANGES
lib base.php
templates common-header.inc
config horde.php.dist registry.php.dist
docs CHANGES
. forwards.php login.php manager.php
menu.php password.php prefs.php
status.php vacation.php
config conf.php.dist motd.php.dist
docs CHANGES
lib/Password poppassd.php
templates common-header.inc
templates/manager file_summaries.inc
templates/menu menu.inc
. compose.php filters.php folders.php
identities.php intro.php login.php
mailbox.php menu.php message.php
prefs.php search.php status.php
config conf.php.dist
docs CHANGES
templates common-header.inc
templates/folders actions.inc
templates/menu menu.inc
. backend.php channels.php
config conf.php.dist
docs CHANGES
lib htmlgen.php
templates/backend menu.inc
. addevent.php day.php editevent.php
menu.php mini_month.php month.php
prefs.php status.php week.php
workweek.php
config conf.php.dist
docs CHANGES
lib base.php
templates common-header.inc
templates/menu menu.inc
lib Help.php Horde.php Registry.php
Secret.php
. list.php menu.php prefs.php search.php
status.php task.php view.php
config conf.php.dist
docs CHANGES
lib base.php
templates common-header.inc
templates/menu menu.inc
templates common-header.inc
templates/help index.inc menu.inc
templates/javascript open_help_win.js
. article.php cancel.php catchup.php
index.php newsgroups.php
threadoverview.php
config conf.php.dist
docs CHANGES
lib base.php
templates common-header.inc
. addobject.php advanced.php
displayobject.php editobject.php
index.php menu.php search.php status.php
config conf.php.dist
lib Driver.php base.php
templates common-header.inc
templates/menu menu.inc
. help.php t_create.php t_details.php
t_search.php
config conf.php.dist
docs CHANGES
lib base.php
templates common-header.inc page.inc
Log:
Cleanup: change all the $conf['paths'] variables to query this information
from the registry using the new API functions:
getTemplatePath(), getWebRoot(), getFileRoot(), getGraphicsPath()
Update your config files!
Revision Changes Path
2.39 +8 -8 horde/help.php
2.40 +9 -7 horde/index.php
2.53 +5 -5 horde/login.php
2.12 +4 -4 horde/menu.php
2.60 +6 -6 horde/problem.php
1.14 +6 -6 chora/annotate.php
1.4 +5 -5 chora/co.php
1.104 +13 -13 chora/cvs.php
1.38 +11 -11 chora/diff.php
1.14 +12 -12 chora/history.php
1.29 +1 -5 chora/config/conf.php.dist
1.30 +1 -0 chora/docs/CHANGES
1.51 +3 -3 chora/lib/base.php
1.10 +1 -1 chora/templates/common-header.inc
1.40 +1 -42 horde/config/horde.php.dist
1.43 +5 -2 horde/config/registry.php.dist
1.174 +2 -0 horde/docs/CHANGES
1.7 +6 -6 gollem/forwards.php
1.19 +4 -4 gollem/login.php
1.17 +12 -12 gollem/manager.php
1.9 +2 -2 gollem/menu.php
1.7 +3 -3 gollem/password.php
1.11 +8 -8 gollem/prefs.php
1.5 +5 -5 gollem/status.php
1.7 +3 -3 gollem/vacation.php
1.22 +1 -26 gollem/config/conf.php.dist
1.2 +0 -2 gollem/config/motd.php.dist
1.26 +1 -0 gollem/docs/CHANGES
1.3 +15 -15 gollem/lib/Password/poppassd.php
1.6 +1 -1 gollem/templates/common-header.inc
1.11 +1 -1 gollem/templates/manager/file_summaries.inc
1.12 +5 -5 gollem/templates/menu/menu.inc
2.323 +7 -7 imp/compose.php
2.24 +6 -6 imp/filters.php
2.122 +13 -13 imp/folders.php
2.7 +5 -5 imp/identities.php
1.24 +4 -4 imp/intro.php
2.120 +4 -4 imp/login.php
2.277 +19 -19 imp/mailbox.php
2.78 +2 -2 imp/menu.php
2.238 +11 -11 imp/message.php
2.140 +8 -8 imp/prefs.php
2.69 +4 -4 imp/search.php
2.5 +5 -5 imp/status.php
1.144 +8 -34 imp/config/conf.php.dist
1.354 +1 -0 imp/docs/CHANGES
2.38 +1 -1 imp/templates/common-header.inc
1.13 +1 -1 imp/templates/folders/actions.inc
2.122 +4 -4 imp/templates/menu/menu.inc
1.16 +1 -1 jonah/backend.php
1.2 +2 -2 jonah/channels.php
1.8 +1 -5 jonah/config/conf.php.dist
1.8 +1 -0 jonah/docs/CHANGES
1.5 +1 -1 jonah/lib/htmlgen.php
1.4 +1 -1 jonah/templates/backend/menu.inc
1.27 +5 -5 kronolith/addevent.php
1.30 +4 -4 kronolith/day.php
1.25 +5 -5 kronolith/editevent.php
1.10 +2 -2 kronolith/menu.php
1.8 +2 -2 kronolith/mini_month.php
1.51 +4 -4 kronolith/month.php
1.3 +8 -8 kronolith/prefs.php
1.8 +5 -5 kronolith/status.php
1.5 +4 -4 kronolith/week.php
1.4 +4 -4 kronolith/workweek.php
1.24 +1 -27 kronolith/config/conf.php.dist
1.39 +1 -0 kronolith/docs/CHANGES
1.22 +2 -2 kronolith/lib/base.php
1.8 +1 -1 kronolith/templates/common-header.inc
1.14 +3 -3 kronolith/templates/menu/menu.inc
1.19 +6 -7 horde/lib/Help.php
1.104 +15 -21 horde/lib/Horde.php
1.41 +71 -4 horde/lib/Registry.php
1.10 +3 -2 horde/lib/Secret.php
1.18 +12 -12 nag/list.php
1.5 +2 -2 nag/menu.php
1.5 +8 -8 nag/prefs.php
1.4 +6 -6 nag/search.php
1.2 +5 -5 nag/status.php
1.15 +6 -6 nag/task.php
1.11 +7 -7 nag/view.php
1.13 +1 -27 nag/config/conf.php.dist
1.32 +1 -0 nag/docs/CHANGES
1.22 +2 -2 nag/lib/base.php
1.2 +1 -1 nag/templates/common-header.inc
1.10 +4 -4 nag/templates/menu/menu.inc
2.5 +1 -1 horde/templates/common-header.inc
1.7 +2 -2 horde/templates/help/index.inc
1.9 +1 -1 horde/templates/help/menu.inc
1.3 +2 -2 horde/templates/javascript/open_help_win.js
1.7 +2 -2 troll/article.php
1.3 +1 -1 troll/cancel.php
1.3 +1 -1 troll/catchup.php
1.8 +9 -2 troll/index.php
1.19 +11 -11 troll/newsgroups.php
1.7 +2 -2 troll/threadoverview.php
1.9 +1 -28 troll/config/conf.php.dist
1.10 +1 -0 troll/docs/CHANGES
1.16 +2 -2 troll/lib/base.php
1.4 +1 -1 troll/templates/common-header.inc
1.5 +7 -7 turba/addobject.php
1.13 +10 -10 turba/advanced.php
1.8 +5 -5 turba/displayobject.php
1.10 +5 -5 turba/editobject.php
1.14 +10 -4 turba/index.php
1.7 +2 -2 turba/menu.php
1.43 +10 -9 turba/search.php
1.4 +5 -5 turba/status.php
1.18 +1 -28 turba/config/conf.php.dist
1.19 +3 -3 turba/lib/Driver.php
1.17 +2 -2 turba/lib/base.php
1.6 +3 -1 turba/templates/common-header.inc
1.11 +2 -2 turba/templates/menu/menu.inc
1.4 +6 -6 whups/help.php
1.4 +4 -4 whups/t_create.php
1.4 +6 -6 whups/t_details.php
1.4 +6 -6 whups/t_search.php
1.4 +1 -27 whups/config/conf.php.dist
1.2 +1 -0 whups/docs/CHANGES
1.6 +9 -6 whups/lib/base.php
1.2 +1 -1 whups/templates/common-header.inc
1.4 +3 -3 whups/templates/page.inc