commit: horde horde.php index.php problem.php imp compose.php
filters.php folders.php mailbox.php message.php search.php
view.php imp/templates/compose bounce.inc compose.inc
javascript.inc imp/templates/filters list.inc manage.inc ...
chuck@horde.org
chuck@horde.org
10 Jan 2001 19:24:35 -0000
chuck 2001/01/10 11:24:35 PST
Modified files:
. horde.php index.php problem.php
. compose.php filters.php folders.php
mailbox.php message.php search.php
view.php
templates/compose bounce.inc compose.inc javascript.inc
templates/filters list.inc manage.inc
templates/folders actions.inc
templates/menu menu.inc
templates/search main.inc
lib Browser.php Horde.php
templates/index floating_index.inc
. advanced.php search.php
Log:
I've rewritten the Browser:: class to have a saner, cleaner API, and to no
longer require api changes to add new features/quirks. I've updated all the
code that I saw using it, but a few things might still be broken. Comments
on the new API would be most welcome.
I started on this because I added a new "quirk" to our list:
"break_disposition_header", which we do for IE 5.5 only to get attachment
downloads to work better. Attachment downloads _should_ be in good shape now
- tests are welcome.
Revision Changes Path
2.30 +2 -2 horde/horde.php
2.31 +3 -3 horde/index.php
2.53 +5 -17 horde/problem.php
2.249 +7 -7 imp/compose.php
2.9 +2 -2 imp/filters.php
2.96 +2 -2 imp/folders.php
2.234 +7 -7 imp/mailbox.php
2.188 +4 -4 imp/message.php
2.60 +2 -2 imp/search.php
2.84 +25 -9 imp/view.php
2.20 +1 -1 imp/templates/compose/bounce.inc
2.87 +13 -13 imp/templates/compose/compose.inc
2.29 +4 -4 imp/templates/compose/javascript.inc
1.7 +3 -3 imp/templates/filters/list.inc
1.12 +4 -4 imp/templates/filters/manage.inc
1.6 +1 -1 imp/templates/folders/actions.inc
2.95 +1 -1 imp/templates/menu/menu.inc
1.28 +1 -1 imp/templates/search/main.inc
1.11 +121 -198 horde/lib/Browser.php
1.78 +4 -10 horde/lib/Horde.php
1.6 +1 -1 horde/templates/index/floating_index.inc
1.4 +4 -4 turba/advanced.php
1.28 +5 -5 turba/search.php