statsStatistiques: 30,097 versions de 1,967 programmes

Choisissez un titre de logiciel... pour revenir à la version que vous aimez!

phpBB 3.0.6

4,350 Téléchargements

phpBB 3.0.6 0 out of 5 based on 0 ratings.

phpBB 3.0.6  Change Log

A list of major new features implemented in phpBB 3.0.6

  • Better captcha options and backported 3.2 captcha plugins:
    • Classic and GD CAPTCHA
    • reCaptcha (based on API from recaptcha.net by Mike Crawford and Ben Maurer)
    • Q&A CAPTCHA
    • 3D Wave (by Robert "Xore" Hetzler)
  • Introduced new ACM (Cache) plugins. (Please consult our support forums for help if you need to use one of the new ACM plugins)
    • null (to disable caching completely)
    • memcache
    • APC
    • XCache
    • eAccelerator
  • ATOM Feeds
  • Bare-bones Quick Reply editor in viewtopic
  • Users can report PMs to moderators which are then visible in a new MCP module
  • Ability to copy permissions from one forum to several other forums.
  • Send anonymous statistical information to phpBB on installation and update (optional)


A non-comprehensive list of minor feature additions to phpBB 3.0.6

  • Add language selection to the registration terms page. (Patch by leviatan21)
  • New groups option to excempt group leaders from group permissions (allows leading groups having NEVER permissions).
  • New "Newly Registered Users" group for assigning permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts.
  • Ability to define if the "Newly Registered Users" group will be assigned as the default group to newly registered users.
  • Add new option to disable avatars board-wide. (Patch by cYbercOsmOnauT and nickvergessen)
  • Add unapproved topic icon for moderators on forum list.
  • Ability to define minimum number of characters for posts/pms.
  • Detect if a post has been altered by someone else while editing.
  • Add unread posts quick search option.
  • Add option to disable avatar uploads from remote locations.
  • Ability to delete warnings and keep warnings permanently.
  • Ability to empty a user's outbox from the user ACP quick tools.
  • Ability to search ACP/MCP logs.
  • Parse email text files with the template engine.
  • Added new functionality to inactive users module:
    • Ability to set users per page.
    • Ability to sort by posts/number of reminders/last reminded date.
    • Show number of posts and ability to search posts.
    • Show number of reminders sent to user.
    • Show date of last reminder sent to user.
  • Display version check on ACP main page.
  • Ability to control the display of custom profile fields on viewtopic.
  • Fallback options for missing language files. (Patch by EXreaction)
  • Separate PM Reply and PM Reply to all in prosilver.
  • Place debug notices during captcha rendering in the error log - useful for debugging output already started errors.
  • Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for images/avatars/ranks/imageset (useful for bridges and applications using phpBB).
  • Style authors are now able to define the default submit button used for form submission on ENTER keypress on forms using more than one submit button. Prosilver uses this for the posting page(s) and registration screen.
  • Ability to specify amount of time user is able to delete his last post in topic.


A non-comprehensive list of smaller changes implemented in phpBB 3.0.6

  • Change the data format of the default file ACM to be more secure from tampering and have better performance.
  • Template engine now permits variable includes to a limited extent.
  • Quote BBCode no longer requires the f_reply permission.
  • Banning/unbanning users now generates an entry in their user notes.
  • Smilies no longer require the f_bbcode permission.
  • Hide avatar when avatar-type is not allowed.
  • INCLUDEPHP paths are now relative to $phpbb_root_path.
  • "Post details" links with image in MCP.
  • PM history now only shows PMs of users you currently reply to.
  • Show quote button for own PMs in PM history.
  • Add pagination for icons and smilies in the ACP and smilies in the smiley popup.
  • Changed minimum requirement for Firebird DBMS from 2.0+ to 2.1+.
  • Unapproved topics can no longer be replied to.
  • Allow three-digit hex notation in Color BBcode.
  • Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page.
  • Resize oversized topic icons.
  • Banned IPs are now sorted.
  • phpBB updater now skips sole whitespace/tab changes while computing differences. This reduces the chance of conflicts tremendously.
  • phpBB updater now solves common conflicts on its own. This further reduces the chance of conflicts.
  • Database updater now supports checking for existing/missing indexes.


A list of important bugfixes since phpBB 3.0.5

  • Show error in the ACP when template folder is not readable.
  • Correctly apply the can change vote permission again. Regression introduced in r9470.
  • Remove data from friend/foe table when deleting user.
  • Fix dynamic config update routine error if firebird is used
  • Fix saving custom profile fields in ACP if Oracle is used.
  • Make view_log() more resilient to corrupt serialized data.
  • Fix Oracle database backup and restore.
  • Update attachments table when deleting user and retaining his posts.
  • Correctly detect files in subfolders when viewing cached template files.
  • Do not throw an error when PDO is a shared module and not loaded preventing SQLite from being loaded.
  • Fix censoring of unicode words.
  • Do not remove recipients when loading private message draft.
  • Fix database updater and db tools to support multiple column changes/additions/removals with SQLite.
  • Posting smilies in view more smilies screen now works again in IE. (Patch by leviatan21)
  • Add ability to prune users who never logged in.
  • Fail gracefully if store folder is not writable during update.
  • Fix error with disapproval of topics having several queued posts only.
  • Preserve newlines in template files.
  • Be less strict with FTP daemons when getting directory filelists.
  • Fix set_custom_template for database-stored styles.
  • Do not send private message back to sender if sender is in the same group the private message was sent to.
  • Min/max characters per posts no longer affects poll options.
  • Do not try to create thumbnails for images we cannot open properly.
  • Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Patch by ocean=Yohsuke)
  • Adjust build_url() to not prepend $phpbb_root_path if path returned from redirect() is an URL. This fixes redirect issues with some installations and bridges.
  • Fix general error in registration, caused by an undefined $config variable in validate_referer(). (Patch by wjvriend)
  • Correctly extract column default value when exporting PostgreSQL tables..
  • Allow updater to work correctly with PHP filename extensions other than ".php".
  • Update search index if only post subject changed.
  • Prevent style switcher from blocking the tab key.
  • Fix email problems on servers with PHP installations not accepting RFC-compliant subject string passed to the mail()-function.
  • Only embed cron.php if there is no cron lock present to reduce overhead. (Patch by TerryE)
  • Send activation email when activating user from user settings.
  • Correctly display underlined links placed in last line in viewtopic. (Patch by primehalo)
  • Only check whether forum image exists if forum image is specified.
  • Fixed database updater for changes to columns having default value in MSSQL (adding/dropping constraints).


A short explanation of how to do a conversion, installation or update is included within the provided INSTALL.html file, please be sure to read it.

phpBB 3 Construit

phpBB Commentaires

blog comments powered by Disqus
10263