From: Henry S. <kel...@ph...> - 2009-08-04 15:37:26
|
Author: Kellanved Date: Tue Aug 4 16:36:39 2009 New Revision: 9922 Log: use new flag to place captcha errors in the error log (if debug is set) Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html (original) --- branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html Tue Aug 4 16:36:39 2009 *************** *** 262,267 **** --- 262,269 ---- <li>[Feature] Ability to control the display of custom profile fields on viewtopic (Bug #48985).</li> <li>[Feature] Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)</li> <li>[Feature] Separate PM Reply and PM Reply to all in prosilver.</li> + <li>[Feature] Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.</li> + </ul> <a name="v304"></a><h3>1.ii. Changes since 3.0.4</h3> |