Revisions for imp/cache.php

Location: [ Horde ] / imp / cache.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.11 (+2 -2 lines) 07/22/2008 12:13 PM Chuck Hagenbuch chuck

fix undefined constant

1.10 (+6 -4 lines) 07/22/2008 02:03 AM Michael M Slusarz slusarz

More cleanups to remove BC stuff.

1.3.2.7 FRAMEWORK_3 (+26 -14 lines) 05/06/2008 01:54 PM Michael M Slusarz slusarz

MFH: IMP.php - 1.679-1.682; rss.php - 1.15-1.16; Util.php - 1.426-1.428;
imp/docs/INSTALL - 1.94; dimp/docs/INSTALL - 1.18; dimple.php - 1.18-1.19;
imp.php - 1.213-1.214; cache.php - 1.9; conf.xml - 1.126

Tags: IMP_4_2, IMP_4_2_RC4

1.9 (+26 -14 lines) 05/06/2008 01:49 PM Michael M Slusarz slusarz

Sure enough - PATH_INFO works in terms of destroying the browser cache. No
need to do manual expiration of cache files. Yay.

1.3.2.6 FRAMEWORK_3 (+5 -2 lines) 05/05/2008 09:15 PM Michael M Slusarz slusarz

MFH: Add ability to cache JS/CSS files to static files to improve performance
and to fix problems when updating JS/CSS files.

1.8 (+5 -2 lines) 05/05/2008 09:07 PM Michael M Slusarz slusarz

More documentation on the limitations of dynamically caching JS/CSS files.
Since we have documentation in place, ramp up caching back to the default
PHP value (3 hours). Add automatic garbage collection if using the static
filesystem method.

1.3.2.5 FRAMEWORK_3 (+15 -18 lines) 05/05/2008 07:33 PM Michael M Slusarz slusarz

MFH 1.7

1.7 (+15 -18 lines) 05/05/2008 07:21 PM Michael M Slusarz slusarz

Never cache fckeditor information.
Only cache JS/CSS information for a limited time (1 hour). Unfortunately, it
seems that browsers have become smarter and no longer void a cache based on
changed URL parameters so changes made in JS/CSS won't appear until they expire
or the browser is given a hard refresh. My next commit will work around that
limitation to always cache when necessary and always update on any change.

1.3.2.4 FRAMEWORK_3 (+4 -3 lines) 03/29/2008 05:19 PM Michael M Slusarz slusarz

MFH 1.6

1.6 (+4 -3 lines) 03/29/2008 05:17 PM Michael M Slusarz slusarz

Add a far future expires header (instead of default 3 hours) to help ensure
user won't attempt to reload cached files the next time they login.

1.3.2.3 FRAMEWORK_3 (+18 -3 lines) 02/29/2008 08:19 AM Michael M Slusarz slusarz

MFH:
Some cleanups before 4.2 to better integrate IMP and DIMP.
Add fckeditor to list of jseditors in IMP to match DIMP.
Integrate DIMP/IMP jseditor init code so we it only appears once.
Add local getStylesheets() to preserve BC (Ticket 6344).
Refactor stylesheet/js caching to allow DIMP to use IMP's version to
prevent still more code duplication.

Tags: IMP_4_2_RC3

1.5 (+18 -3 lines) 02/29/2008 08:07 AM Michael M Slusarz slusarz

Bug: 6344
Some cleanups before 4.2 to better integrate IMP and DIMP.
Add fckeditor to list of jseditors in IMP to match DIMP.
Integrate DIMP/IMP jseditor init code so we it only appears once.
Add local getStylesheets() to preserve BC (Ticket 6344).
Refactor stylesheet/js caching to allow DIMP to use IMP's version to
prevent still more code duplication.

1.3.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_2_RC2

1.4 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.3.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.3 (+4 -1 lines) 10/03/2007 06:59 AM Michael M Slusarz slusarz

make sure type exists

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1

1.2 (+4 -1 lines) 09/12/2007 12:16 AM Michael M Slusarz slusarz

Don't need to authenticate for this script - and authentication breaks caching
when not yet logged in anyway.

1.1 09/11/2007 01:55 PM Michael M Slusarz slusarz

Port JS/CSS caching code from DIMP to get into IMP 4.2 as it drastically
increases page loading times/reduces webserver load.