/[drupal]/contributions/modules/customerror/README.txt
ViewVC logotype

Log of /contributions/modules/customerror/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.7.2.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 1 18:55:12 2009 UTC (7 weeks, 4 days ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.7.2.3: +18 -13 lines
Diff to previous 1.7.2.3 , to branch point 1.7 , to next main 1.8
#593410 by marcp, better documentation in README.txt

Revision 1.7.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 18:10:36 2008 UTC (11 months, 1 week ago) by kbahey
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.7.2.2: +1 -3 lines
Diff to previous 1.7.2.2 , to branch point 1.7
#348285 remove references to now obsolete INSTALL.txt

Revision 1.7.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 15:10:37 2008 UTC (12 months ago) by kbahey
Branch: DRUPAL-6--1
Changes since 1.7.2.1: +22 -1 lines
Diff to previous 1.7.2.1 , to branch point 1.7
Recipe for redirecting on 403.

Revision 1.6.2.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 15:09:54 2008 UTC (12 months ago) by kbahey
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.6.2.2: +21 -1 lines
Diff to previous 1.6.2.2 , to branch point 1.6 , to next main 1.8
Added recipe for 403 redirect.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Nov 21 15:09:38 2008 UTC (12 months ago) by kbahey
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +22 -1 lines
Diff to previous 1.7
Added recipe for redirect on 403.

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.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 15:00:50 2006 UTC (2 years, 11 months ago) by kbahey
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4
Adding themeability in README.txt

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 15 02:08:15 2005 UTC (4 years ago) by kbahey
Branch: MAIN
Branch point for: DRUPAL-4-6, DRUPAL-4-7
Changes since 1.3: +5 -1 lines
Diff to previous 1.3
#35687 access denied page appears after user logs in
Now redirects user to page they were trying to access before they log in

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Jun 4 01:38:08 2005 UTC (4 years, 5 months ago) by kbahey
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
Added Id header.
Added copyright and URL for author

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu May 26 04:09:34 2005 UTC (4 years, 6 months ago) by kbahey
Branch: MAIN
CVS Tags: DRUPAL-4-5
Changes since 1.1: +5 -2 lines
Diff to previous 1.1
Corrected spelling. Adding possibility of customization for pay.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Mar 19 01:07:06 2005 UTC (4 years, 8 months ago) by kbahey
Branch: MAIN
Initial commit for customerror module.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2