diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-01-17 16:32:10 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2010-01-17 16:32:10 +0000 |
commit | 1f59edf140b7910ccb1ea62510a9d93b774f123e (patch) | |
tree | 63d7dfcb13321d2036fbc50567a0a313950308f2 /phpBB/docs/CHANGELOG.html | |
parent | f8178778f83bf388af3426f952b5d7ed336b0e81 (diff) | |
download | forums-1f59edf140b7910ccb1ea62510a9d93b774f123e.tar forums-1f59edf140b7910ccb1ea62510a9d93b774f123e.tar.gz forums-1f59edf140b7910ccb1ea62510a9d93b774f123e.tar.bz2 forums-1f59edf140b7910ccb1ea62510a9d93b774f123e.tar.xz forums-1f59edf140b7910ccb1ea62510a9d93b774f123e.zip |
Don't submit when pressing enter on preview button. Regression from r10069 #54395
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10409 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/CHANGELOG.html')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 6f6dff5abc..5226f6fb39 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -132,6 +132,7 @@ <li>[Fix] List hidden groups on viewprofile where the viewing user is also a member. (Bug #31845)</li> <li>[Fix] Sort viewprofile group list by group name.</li> <li>[Fix] Do not unsubscribe users from topics replying with quickreply. (Bug #56235)</li> + <li>[Fix] Don't submit when pressing enter on preview button. (Bug #54395)</li> <li>[Change] Move redirect into a hidden field to avoid issues with mod_security. (Bug #54145)</li> <li>[Change] Log activation through inactive users ACP. (Bug #30145)</li> <li>[Change] Send time of last item instead of current time in ATOM Feeds. (Bug #53305)</li> |