Downloads

Download tar.gz 11.01 KB
MD5: b530fbd12cd2dba8aad583ca3424297d
SHA-1: 292e34a9e92a94e792c71c5b784562c27c39fea2
SHA-256: 16e79ed1ca8cf880f447c2a94562f2197f0ca44d9aceea80638f7c15aa1c1c36
Download zip 13.92 KB
MD5: 8cde57fb8bba734ae0ef0e4a36a1eb87
SHA-1: 93620f3814ec35c6251ed4abe6d3a191ef2e0517
SHA-256: 91be210d6260a2d6953858f7f021062e675ad1e80735d4885d4d7f2adf036889

Release notes

Changes since DRUPAL-5--1-1:

  • #114644 Fixing minor errors, by geodaniel
  • #127100 admin/module#description is not needed, by forngren
  • #129585 Eliminate the need to patch code.
  • Now there is REALLY no need to patch code in order for this module to work.
    If you get a 403, then you login, you will be redirected to the page you
    were trying to access.
  • Removing unneeded patch files.
    Corrected the INSTALL documentation.
  • #152819: Module .info files should not define 'version' in CVS
  • - 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 @.
  • - 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 @.
  • #204246 by geodaniel, adding simpletest for page not found.
  • #274526 Correctly document the settings in INSTALL.txt
  • #304598 by scafmac, modified by kbahey, cleanup of admin page.
  • #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.
  • #317398 by deviantintegral, allow search form to work with 403/404 errors.
  • Added recipe for 403 redirect.
  • #405822 Was not sending 403/404 HTTP code in the headers
Created by: kbahey
Created on: 22 Mar 2009 at 20:33 UTC
Last updated: 22 Mar 2009 at 20:35 UTC
Unsupported

Other releases