From: Meik S. <acy...@ph...> - 2009-10-24 14:29:05
|
Author: acydburn Date: Sat Oct 24 15:28:41 2009 New Revision: 10230 Log: two obvious mistakes (thanks Jon :)) 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 Sat Oct 24 15:28:41 2009 *************** *** 235,241 **** <li>[Change] Cache version check.</li> <li>[Change] When creating a new forum without copying permissions, ask again.</li> <li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li> ! <li>[Change] Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li> <li>[Change] Unapproved topics can no longer be replied to. (Bug #44005, #47675, #23605)</li> <li>[Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests. (Bug #49525)</li> <li>[Change] Allow three-digit hex notation in color BBcode. (Bug #39965 - Patch by m0rpha)</li> --- 235,241 ---- <li>[Change] Cache version check.</li> <li>[Change] When creating a new forum without copying permissions, ask again.</li> <li>[Change] Introduce new parameter to page_header() for forum specific who is online listings.</li> ! <li>[Change] Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.</li> <li>[Change] Unapproved topics can no longer be replied to. (Bug #44005, #47675, #23605)</li> <li>[Change] Require user to be registered and logged in to search for unread posts if topic read tracking is disabled for guests. (Bug #49525)</li> <li>[Change] Allow three-digit hex notation in color BBcode. (Bug #39965 - Patch by m0rpha)</li> *************** *** 244,250 **** <li>[Change] Resize oversized topic icons. (Bug #44415)</li> <li>[Change] Banned IPs are now sorted. (Bug #43045 - Patch by DavidIQ)</li> <li>[Change] phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.</li> ! <li>[Change] phpBB updater now solves common conflicts on it's own. This further reduces the chance of conflicts.</li> <li>[Feature] Add language selection to the registration terms page. (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins: <ul> --- 244,250 ---- <li>[Change] Resize oversized topic icons. (Bug #44415)</li> <li>[Change] Banned IPs are now sorted. (Bug #43045 - Patch by DavidIQ)</li> <li>[Change] phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.</li> ! <li>[Change] phpBB updater now solves common conflicts on its own. This further reduces the chance of conflicts.</li> <li>[Feature] Add language selection to the registration terms page. (Bug #15085 - Patch by leviatan21)</li> <li>[Feature] Backported 3.2 captcha plugins: <ul> |