commit: imp compose.php filters.php folders.php index.php
intro.php login.php mailbox.php menu.php message.php poppasswd.php
prefs.php redirect.php search.php view.php imp/docs CHANGES
imp/lib IMP.php Message.php base.php mimetypes.php ...
chuck@horde.org
chuck@horde.org
19 Jan 2001 22:26:27 -0000
chuck 2001/01/19 14:26:27 PST
Modified files:
. compose.php filters.php folders.php
index.php intro.php login.php mailbox.php
menu.php message.php poppasswd.php
prefs.php redirect.php search.php
view.php
docs CHANGES
lib IMP.php Message.php base.php
mimetypes.php
templates/folders head.inc
templates/login login.inc
templates/mailbox message_headers.inc navbar.inc
templates/menu menu.inc
lib Help.php Horde.php Registry.php
Log:
Define an IMP_BASE constant used wherever including files to make sure that
files are included relative to where IMP is in the filesystem. This allows
IMP scripts to be included from other scripts in completely different
hierarchies and still work.
Using this, and tweaking my conf files a bit, I got IMP running through a
single file in the web tree (plus the graphics). Pretty nifty.
Revision Changes Path
2.256 +22 -24 imp/compose.php
2.12 +4 -6 imp/filters.php
2.102 +12 -14 imp/folders.php
2.47 +14 -13 imp/index.php
1.22 +3 -2 imp/intro.php
2.90 +4 -4 imp/login.php
2.242 +22 -23 imp/mailbox.php
2.70 +3 -3 imp/menu.php
2.194 +14 -16 imp/message.php
1.35 +4 -3 imp/poppasswd.php
2.115 +9 -11 imp/prefs.php
1.3 +7 -6 imp/redirect.php
2.63 +5 -7 imp/search.php
2.88 +10 -9 imp/view.php
1.260 +4 -0 imp/docs/CHANGES
1.125 +86 -96 imp/lib/IMP.php
1.24 +4 -4 imp/lib/Message.php
1.8 +17 -11 imp/lib/base.php
1.46 +2 -2 imp/lib/mimetypes.php
1.3 +1 -1 imp/templates/folders/head.inc
2.70 +2 -2 imp/templates/login/login.inc
2.35 +2 -2 imp/templates/mailbox/message_headers.inc
2.28 +3 -3 imp/templates/mailbox/navbar.inc
2.97 +7 -7 imp/templates/menu/menu.inc
1.14 +5 -5 horde/lib/Help.php
1.81 +36 -4 horde/lib/Horde.php
1.16 +3 -3 horde/lib/Registry.php