Log of /contributions/modules/customerror/customerror.info
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 20:25:27 2007 UTC
(2 years, 5 months ago)
by
kbahey
Branch:
MAIN
Changes since
1.3: +2 -2 lines
Diff to
previous 1.3
- Added the ability to list redirects for 404s. There is a textarea in settings
that you specify a regexp and destination pairs, one per line, separated by
a space. customerror now checks these regexps to see if one matches the page
the user has been trying to reach, and then redirects to the destination setup
by the site admin. The advantage is that we do not have to fiddle with .htaccess
and change it every time we upgrade. The disadvantage is that this incurs some
overhead since it causes a Drupal bootstrap for each such request. In the end
the user experience is better. The code works, but may need a regexp guru
to optimize it.
- Fixed old style % in t() replacing them by @.
Revision
1.1.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 20:24:36 2007 UTC
(2 years, 5 months ago)
by
kbahey
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-2
Changes since
1.1.2.2: +2 -2 lines
Diff to
previous 1.1.2.2
, to
branch point 1.1
, to
next main 1.5
- Added the ability to list redirects for 404s. There is a textarea in settings
that you specify a regexp and destination pairs, one per line, separated by
a space. customerror now checks these regexps to see if one matches the page
the user has been trying to reach, and then redirects to the destination setup
by the site admin. The advantage is that we do not have to fiddle with .htaccess
and change it every time we upgrade. The disadvantage is that this incurs some
overhead since it causes a Drupal bootstrap for each such request. In the end
the user experience is better. The code works, but may need a regexp guru
to optimize it.
- Fixed old style % in t() replacing them by @.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.