audi4ever phpBB3 Forenupdate auf RC4

  • Hallo und willkommen


    Das Forum wurde soeben zur neuen phpBB3 Version upgedatet.
    Wir stehen nun bei RC4 und werden in kürze den Final Status erreichen.


    viel Spaß bei uns,


    Günther


    Changlog RC3 to RC4


    [spoiler:67b2d][Fix] Fixing some subsilver2 and prosilver style issues
    [Fix] Parse error in MCP ban (Bug #13109)
    [Fix] Correctly hide online status in the profile (Bug #13059)
    [Feature] Let the user choose how to update modified files (merging, using new file or using old file) within automatic updater
    [Fix] An extra in an Oracle SQL regex was corrected (Bug #13151)
    [Fix] Added a missing global to get_file() (Bug #13149)
    [Fix] Hide autologin box when autologin is disabled (Bug #13093)
    [Fix] Account for the forum id not being part of the request uri in prosilver (Bug #13121)
    [Fix] Properly alter PostgreSQL tables
    [Fix] Properly cache template files that were stored in the database (Bug #12675)
    [Fix] Do not count the deletion of an unapproved topic as a decrease in normally viewable posts (Bug #13167)
    [Fix] Allow column_exists() to return true if the column exists but no data is in the table
    [Fix] Allow setting the smiley order via the select. Also allow to add smileys at the top. (Bug #13199)
    [Fix] Fix php notice on sending jabber messages (Bug #13201)
    [Fix] Make the window showing file differences a little wider (Bug #13157)
    [Fix] Preserve preview style on search form (Bug #13205)
    [Fix] Place attachment filename in new line in posting editor (Bug #9726)
    [Fix] Don't allow caching to occur in the update sequence (Bug #13207)
    [Fix] Enforce the max password length for automatically generated password created by the password sender (Bug #13181)
    [Fix] Handle phpinfo() when expose_php is false (Bug #12777)
    [Fix] Allow managing of forum roles without global users (Bug #13249)
    [Change] Do not run cron script if board is disabled
    [Fix] Correctly destroy sql cache for some query combinations (Bug #13237)
    [Fix] Allow link forums being password protected (Bug #12967)
    [Fix] Allow wrapping topic/post icons in posting editor (Bug #12843)
    [Fix] Display L_RANK only once in template if rank title and image defined (Bug #13231)
    [Fix] Make sure selected transfer method exists before calling (Bug #13265)
    [Fix] Correctly escape language keys in language editor (Bug #13279)
    [Fix] Correctly hide post/reply buttons if permissions are not given (related to Bug #12809)
    [Fix] Remove orphan/wrong permission entries for non-existent forums - self-repairing permissions if conversions went "crazy"
    [Feature] Allow "older" updates applied with the automatic updater. This allows people using it for updating, say, from 3.0.0 to 3.0.1 (with the correct package of course) and then from 3.0.1 to 3.0.2 if the latest version at this time is 3.0.2. These changes take effect beginning with RC4 or people replacing install/install_update.php manually prior doing the updates.
    [Fix] Present correct error message if user tries to edit already read private message (Bug #13271)
    [Fix] Also display board disabled notice for admins/mods if board got disabled due to exceeding the load limit (Bug #13267)
    [Fix] Correctly deliver avatar if readfile function has been disabled (Bug #13309)
    [Fix] Display php information page with the correct direction (Bug #12557)
    [Fix] Increased the number of style objects (styles, templates, themes and imagesets) possible from 127 to 65535 for MySQL (Bug #13179)
    [Fix] Although theoretically impossible in our code, removed the chance of trying to open a file that does not exist (Bug #13327)
    [Fix] Although theoretically impossible in our code, changed the handling of non-existent language files (Bug #13329, #13331)
    [Fix] Removed extra ampersand from ACP link (Bug #13315)
    [Fix] used cleaned up version of given field identification for pre-filling a new custom profile field (Bug #13319)
    [Fix] Correctly convert 2.0 website profile fields. (Bug #13379)
    [Fix] Fixed the "Alphanumeric" and "Alphanumeric and spacers" username selection limitations (Bug #13391)
    [Fix] Make sure filelist() is only returning array types (Bug #13385)
    [Fix] Correctly mark forums read if using cookie based topic tracking (Bug #13245)
    [Change] Put custom profile fields into top box and signature into separate box in members profile view (Bug #13357)
    [Fix] Only show moderator log entries for forums the user is having moderation rights in (Bug #12481)
    [Feature] Show resulting permission alone in trace window (Bug #10952) - thanks to dark/rain for the proposal
    [Fix] Fixed bug in realpath replacement letting it actually work again
    [Change] Try to be a bit more specific regarding global/local permission trace (Bug #11032)
    [Fix] Fixed some strangeness in password validation due to mb_ereg()
    [Fix] Subforums of a forum would overwrite the latest post information even if they did not contain the latest post (Bug #11931)
    [Fix] Use global username display function on several places (Bug #11080, #11098) - patch by HoL
    [Fix] Several viewonline fixes and feature changes. Also displaying the users browser in viewonline list to let the admin easier spot additional search bots, connected to a_user permission (Bug #11088) - patch and suggestions provided by HoL
    [Change] u_viewprofile permission also affecting viewonline list now
    [Fix] Do not display return to search link in prosilver if search is not allowed (Bug #11393)
    [Fix] Use global url validation for img bbcode tag (Bug #11935)
    [Fix] Added proper unicode support to style names (Bug #12165)
    [Fix] Search result extract should not end in the middle of a multibyte character (Bug #11863)
    [Fix] Missing localisation for an imageset no longer triggers a lot of "imageset refreshed" log messages (Bug #12027)
    [Fix] Explain that themes which need parsing cannot be stored on the filesystem (Bug #11134)
    [Fix] Normalize usernames
    [Change] Improved utf8_clean_string with a more complete list of homographs and NFKC normalization
    [Fix] Fixed error messages that ACP Database can give (Bug #13463)
    [Fix] Fixed potential issues with databases that use tables names is uppercase
    [Fix] Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)
    [Fix] Prevent changing postable forum having subforums to link forum without moving subforums out first
    [Fix] Do not display version in admin template (Bug #13495)
    [Fix] Allow manual specification of remote avatar dimensions if getimagesize is disabled (Bug #13531)
    [Fix] Make viewonline use the session page's added forum parameter (Bug #13597)
    [Fix] Correcting BBCode FAQ (Bug #11180)
    [Fix] Make to/bcc line in view private message display consistent with other username displays in prosilver (Bug #11989)
    [Fix] Send out activation email if admin activation is enabled and user activated through inactive users panel upon registration (Bug #12065)
    [Change] Re-implemented All Yes/No/Never links in permission panels for easier changing all categories at once
    [Change] Advanced permission link now "marked" if no role is assigned and custom permissions set. With this an admin can instantly see if the object is not set at all or having custom permissions, something you only saw if advanced permissions were viewed before.
    [Fix] Change misleading custom BBCodes explanation, regarding tokens and useable template variables (Bug #12403, #5660)
    [Feature] Ability to disable birthdays completely with new board features setting
    [Fix] Fix disallowed username check (Bug #13511)
    [Fix] Allow for unicode usernames to be pruned (Bug #13643)
    [Fix] Do not copy forum permissions from self (Bug #13663)
    [Fix] Allow for polls to work during preview (Bug #13657) - thanks to Thatbitextra
    [Fix] Finer error conditions for sending IM messages (Bugs #13681, #13683)
    [Fix] Add a confirmation for log deletion in the MCP (Bug #13693)
    [Fix] Do not erase ranks and avatars when changing default groups (Bugs #13701, #13697)
    [Fix] Limit author searches to firstpost, if selected (Bug #13579)
    [Fix] Properly resync user post counts for users that have no posts (Bug #13581)
    [Fix] Do not require space after , in smiley pak files (Bug #13647)
    [Fix] Properly display the subscribe link in topic and forum display for Oracle (Bug #13583)
    [Change] Add version number to ACP index (Bug #13703)
    [Fix] Several fixes for custom profile fields on multi-lingual boards (Bugs #13763, #13527, #13525, #11515)
    [Fix] Return to the mode previously selected after disaproving a post (Bug #13796)
    [Fix] Cron now uses a locking variable to make sure it does not spawn too many webserver processes (Bug #12741)
    [Fix] Cached stylesheet now supporting gzip compression
    [Fix] Added link to inbox for deleted PMs (Bug #13813)
    [Fix] Re-syncing the board stats also refreshes the newest user (Bug #13831)
    [Feature] Ability to externally set $phpbb_root_path if wrapping phpBB3 by defining constant PHPBB_ROOT_PATH
    [Fix] Implemented correct left/right floating within ACP in regard to RTL languages (Bug #13777)
    [Fix] Fixing session problems when using MySQL strict mode in conjunction with very long browser agent string (Bug #13827)
    [Fix] Disallow post/pm subjects entirely made up from non-printable chars and whitespaces (Bug #13800)
    [Fix] Allow moving private messages from the sentbox (Bug #13791)
    [Fix] Properly export localized imagesets
    [Feature] Show the size of Firebird databases
    [Fix] Show error when moving topic into a category via quickmod (Bug #11611)
    [Fix] Allow Oracle to install on a database without specify the database name[/spoiler:67b2d]

    Forenweisheiten:



    # Der Klügere gibt nach - Eine traurige Wahrheit: sie begründet die Weltherrschaft der Dummen.

    # Die Menschen werden durch Gesinnungen geeinigt und durch Meinungen getrennt.

    # Wer mit dem Finger auf andere zeigt, sollte nicht vergessen, dass dabei immer drei Finger seiner Hand auf ihn selbst gerichtet sind.