diff options
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b404925af9..cfa163a9a6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -191,13 +191,13 @@ p a { <ul class="menu"> <li>[Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)</li> <li>[Fix] Allow MS SQL to properly connect when using the mssql driver and PHP is less than either 4.4.1 or 5.1 (Bug #13874)</li> - <li>[Fix] Ignore files containging HTML special chars in the filenames as gallery avatars (Bug #13906)</li> + <li>[Fix] Ignore files containing HTML special chars in the filenames as gallery avatars (Bug #13906)</li> <li>[Fix] Multiple PM recipients not separated (Bug #13876)</li> <li>[Change] Split the select list for the smilie order to clarify which are feasible and which are not (Bug #13911)</li> <li>[Fix] Convert empty homepage fields (Bug #13917)</li> <li>[Fix] Use board default DST setting on creating new profiles (Bug #11563)</li> <li>[Feature] New constant PHPBB_EMBEDDED can be used to let phpBB not call exit; if wrapped/embedded (We may re-check this constant on other code locations later too)</li> - <li>[Feature] append_sid() having a check for the function append_sid_phpbb_hook(). This function is called in favor of append_sid() with the exact same parameters if present.</li> + <li>[Feature] append_sid() having a check for the function append_sid_phpbb_hook(). This function is called in favour of append_sid() with the exact same parameters if present.</li> <li>[Fix] Only list enabled modes within the dropdown at user administration (Bug #13883) - patch provided by damnian</li> <li>[Fix] Properly display ban reason if selecting banned entries within the ACP (Bug #13896)</li> <li>[Fix] Properly parse SQL expressions for Oracle (Bug #13916)</li> @@ -214,7 +214,13 @@ p a { <li>[Change] Do not force login on visiting topic/forum from notification emails (Bug #13818)</li> <li>[Fix] Fixed cron_lock value for cron execution. This bug led to users having problems with the email queue and other cron related issues.</li> <li>[Fix] Prevent white pages on php notices with gzip compression enabled (Bug #14096)</li> - <li>[Fix] Propagate the cleaned idendtifier for CFPs (Bug #14072)</li> + <li>[Fix] Propagate the cleaned identifier for CFPs (Bug #14072)</li> + <li>[Fix] Do not display NO_TOPICS message if viewing non-postable category (Bug #13489)</li> + <li>[Fix] Let the theme immediately expire if changed from ACP for at least 30 minutes after change</li> + <li>[Fix] Do not append hilit= in search if highlighting term is empty (Bug #13910)</li> + <li>[Fix] Return to last page after voting in viewtopic instead of first page in topic (Bug #13976)</li> + <li>[Fix] If sending PM's to groups only include activated member (Bug #14040)</li> + <li>[Fix] Correctly wrap words in emails containing utf8 characters (Bug #14109)</li> </ul> </div> @@ -286,7 +292,7 @@ p a { <li>[Fix] Use global url validation for img bbcode tag (Bug #11935)</li> <li>[Fix] Added proper unicode support to style names (Bug #12165)</li> <li>[Fix] Search result extract should not end in the middle of a multibyte character (Bug #11863)</li> - <li>[Fix] Missing localisation for an imageset no longer triggers a lot of "imageset refreshed" log messages (Bug #12027)</li> + <li>[Fix] Missing localisation for an imageset no longer triggers a lot of "imageset refreshed" log messages (Bug #12027)</li> <li>[Fix] Explain that themes which need parsing cannot be stored on the filesystem (Bug #11134)</li> <li>[Fix] Normalize usernames</li> <li>[Change] Improved utf8_clean_string with a more complete list of homographs and NFKC normalization</li> |