Log of /contributions/modules/customerror/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 13 02:51:55 2008 UTC
(14 months, 1 week ago)
by
kbahey
Branch:
DRUPAL-5
Changes since
1.6.2.1: +30 -1 lines
Diff to
previous 1.6.2.1
, to
branch point 1.6
#307288 Fix for php notice.
Refactored some sections of the code, making it simpler.
Rolled INSTALL.txt into README.txt.
Adding warning when Error reporting is not set to customerror codes.
Revision
1.7.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 13 02:36:40 2008 UTC
(14 months, 1 week ago)
by
kbahey
Branch:
DRUPAL-6--1
Changes since
1.7: +30 -1 lines
Diff to
previous 1.7
#307288 Fix for php notice.
Refactored some sections of the code, making it simpler.
Rolled INSTALL.txt into README.txt.
Adding warning when Error reporting is not set to customerror codes.
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 20:25:27 2007 UTC
(2 years, 5 months ago)
by
kbahey
Branch:
MAIN
Branch point for:
DRUPAL-6--1
Changes since
1.6: +12 -1 lines
Diff to
previous 1.6
- 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.6.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jun 25 20:24:36 2007 UTC
(2 years, 5 months ago)
by
kbahey
Branch:
DRUPAL-5
Changes since
1.6: +12 -1 lines
Diff to
previous 1.6
- 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.4.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jan 8 15:11:11 2007 UTC
(2 years, 10 months ago)
by
kbahey
Branch:
DRUPAL-4-7
Changes since
1.4: +7 -1 lines
Diff to
previous 1.4
, to
next main 1.8
- #104435 Allow for PHP in error messages, by geodaniel
- Tidy up some code to use t() arguments, instead of concatenation.
- Collapse the two theme functions into one with the error code as an argument.
- Document the PHP and theme functions in the README.txt file.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Dec 25 23:44:48 2006 UTC
(2 years, 10 months ago)
by
kbahey
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-1
Branch point for:
DRUPAL-5
Changes since
1.5: +7 -3 lines
Diff to
previous 1.5
- #104435 Allow for PHP in error messages, by geodaniel
- Tidy up some code to use t() arguments, instead of concatenation.
- Collapse the two theme functions into one with the error code as an argument.
- Document the PHP and theme functions in the README.txt file.
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.