summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-08-10 02:08:07 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-08-10 02:08:07 +0000
commit119f41fb31c5644c403bb58e79e3b6720a8c657c (patch)
treec952d239c02df60c5218eef24f0ab48bdb32515f /CHANGELOG.txt
parent00d7b517ebe59c34bf4516d51d1c1ea902d17654 (diff)
downloadbrdo-119f41fb31c5644c403bb58e79e3b6720a8c657c.tar.gz
brdo-119f41fb31c5644c403bb58e79e3b6720a8c657c.tar.bz2
Added a note about the use of drupal_goto()/redirects.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c0171eef0..24c3badf0 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -34,6 +34,8 @@ Drupal x.x.x, xxxx-xx-xx
- accessibility:
* improved the accessibility of the archive module's calendar.
* improved form handling and error reporting.
+ * added HTTP redirects to prevent submitting twice when refreshing right
+ after a form submission
- refactored 403 (forbidden) handling and added support for custom 403 pages.
- documentation:
* added PHPDoc/Doxygen comments.