From: Andreas F. <ba...@ph...> - 2009-08-12 12:34:59
|
Author: bantu Date: Wed Aug 12 13:34:12 2009 New Revision: 9964 Log: Typo in r9963. 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 Wed Aug 12 13:34:12 2009 *************** *** 193,199 **** <li>[Fix] Allow updater to work correctly with PHP filename extensions other than ".php". (Bugs #15809, #49215)</li> <li>[Fix] Update search index if only post subject changed. (Bug #49435)</li> <li>[Fix] Fix who is online displaying incorrect data. (Bug #49485, thanks Brainy)</li> - <li>[Change] Introduce new parametwer to page_header for forum specific who is online listings. </li> <li>[Change] submit_post() now accepts force_approved_state key passed to $data to indicate new posts being approved (true) or unapproved (false).</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> --- 193,198 ---- *************** *** 219,224 **** --- 218,224 ---- <li>[Change] Cache version check.</li> <li>[Change] When creating a new forum without copying permissions, ask again.</li> <li>[Change] Parse multiline url title for [url] BBCode tag. (Bug #1309)</li> + <li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li> <li>[Feature] Add language selection on the registration terms page (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins. <ul> |