From 12a9e001837da139a9ea07b8dd52019ee071d9bd Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 6 Jan 2008 17:00:09 +0000 Subject: [PATCH] - Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635) - Allow editing usernames within database_update on username cleanup (Bug #18415) - Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385) - Check entered imagemagick path for trailing slash (Bug #18205) - Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide - Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8310 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 9 +++++++-- phpBB/includes/acp/acp_attachments.php | 15 +++++++++++++-- phpBB/includes/acp/acp_users.php | 2 +- phpBB/includes/acp/auth.php | 4 ++++ phpBB/includes/functions_display.php | 3 ++- phpBB/includes/functions_posting.php | 5 +++++ phpBB/includes/session.php | 8 ++++++-- phpBB/install/database_update.php | 3 +++ .../styles/prosilver/template/forumlist_body.html | 2 +- .../styles/prosilver/template/overall_header.html | 2 +- .../styles/prosilver/template/simple_header.html | 2 +- .../styles/prosilver/template/viewforum_body.html | 2 +- .../styles/prosilver/template/viewtopic_body.html | 2 +- .../prosilver/template/viewtopic_print.html | 2 +- .../subsilver2/template/overall_header.html | 2 +- .../styles/subsilver2/template/simple_header.html | 2 +- phpBB/viewforum.php | 5 +++-- phpBB/viewtopic.php | 2 +- 18 files changed, 53 insertions(+), 19 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 660e5abb19..a93f5106a8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -94,9 +94,14 @@
  • [Change] Do not check usernames against word censor list. Disallowed usernames is already checked and word censor belong to posts. (Bug #17745)
  • [Fix] Additionally include non-postable forums for moderators forums shown within the teams list. (Bug #17265)
  • [Change] Sped up viewforum considerably (also goes towards mcp_forum)
  • - +
  • [Fix] Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)
  • +
  • [Fix] Allow editing usernames within database_update on username cleanup (Bug #18415)
  • +
  • [Fix] Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)
  • +
  • [Fix] Check entered imagemagick path for trailing slash (Bug #18205)
  • +
  • [Fix] Use proper title on index for new/unread posts (Bug #13101) - patch provided by Pyramide
  • +
  • [Fix] Allow calls to $user->set_cookie() define no cookie time for setting session cookies (Bug #18025)
  • - +

    1.i. Changes since 3.0.RC8