• Sponsor

PhpBB3

Suggerimenti, critiche, domande generali
Regole del forum
Questo è il luogo giusto dove interagire con l'amministratore.
Sempre per operare fattivamente, nell'ottica di un miglior utilizzo di Brain.

Re: PhpBB3

Messaggiodi Silver Surfer il sab 11 apr 2009, 8:09

Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Piccolo Spazio Pubblicità

Sponsor

Re: PhpBB3

Messaggiodi Silver Surfer il lun 1 giu 2009, 7:12

phpBB 3.0.5 released

by Acyd Burn » Sun May 31, 2009 4:58 pm
Hello,

We are very pleased to announce the availability of the phpBB "quite furry" 3.0.5 package. This release fixes numerous bugs since the 3.0.4 release, corrects style issues, fixing one very minor security bug as well as increasing performance and scalability again. We also decided to add a few new minor features.

New features and important changes are:
Added and refined CAPTCHA options to better protect against new version of CAPTCHA crackers.
Added an option to the registration screen to allow users to refresh the displayed CAPTCHA.
Performance improvements for native fulltext search.
Added a new search option. The admin can define the maximum number of words allowed to search for. This option gives control about the maximum search load.
Search indexing should no longer stall for some installations.
Conflicting files are able to be downloaded now within the automatic updater for manual inspection.
The database updater now checks for an incompatible database schema in case the database version got updated. The admin will be notified about possible solutions and repair scripts.
We now set the connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters.
Language pack authors now see errors/notices within their language pack if they enabled DEBUG_EXTRA.
Flash files now display again after update to flash player 10.

Please note that we urge you to update. phpBB 3.0.5 has seen a lot of bug fixes, some being quite important for a smooth operation of your forums. With this release our support team will only give support for phpBB 3.0.5, updates to phpBB 3.0.5 and conversions to phpBB 3.0.5. Submissions to our trackers for older versions will not be accepted, please make sure you update/upgrade before you submit a bug report.

If you use a different language pack than the one provided with the download head to our language packs download section. You may find already updated language packs for your language.

Changes since 3.0.4:

[Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
[Fix] Posts incremented for multiple approval of the same topic (Bug #40495 - Patch by TerraFrost)
[Fix] Missing end " in quote bb tag deletes text (Bug #40565 - Patch by TerraFrost)
[Fix] Friend/foe system displays posts made by foes while composing (Bug #40325 - Patch by TerraFrost and Highway of Life)
[Fix] Check forum_image whether it exists (Bug #39005 - Patch by TerraFrost)
[Fix] The sql query in acp_users.php lacks a condition (Bug #40275 - Patch by grimskies)
[Fix] Added missing read permission information for some phpbb_chmod() calls
[Fix] Correctly display future dates (Bug #38755)
[Fix] Fix guest/bot session problems with apache authentication plugin (Bug #41085)
[Fix] Whois now works reliably for RIRs other than APNIC and RIPE. (Bug #40085)
[Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
[Fix] Changed the success message when requesting a new password to be more accurate. (Bug #41405)
[Fix] Add missing anti-abuse email headers to acp_inactive.php and ucp_resend.php.
[Fix] Only remind users in the correct inactive states depending on the board account activation level.
[Fix] Various XHTML mistakes in prosilver, subsilver2 and the ACP. (Bugs #41745, #42265 - Patch by nickvergessen, #38465, #43015)
[Fix] Log password changes via password reset function. (Bug #41365)
[Fix] Poll, negative durations generate error (Bug #41295 - Patch by TerraFrost)
[Fix] Visibility of custom field on registration is incorrectly controlled by setting "display" (Bug #41385 - Patch by Eelke and fade2gray)
[Fix] Smilies in username are misparsed on
(Bug #41955 - Patch by TerraFrost)
[Fix] Deleting all posts in a topic - bad redirect (Bug #41705 - Patch by TerraFrost)
[Fix] Deleted users still appear logged in (Bug #41985 - Patch by TerraFrost)
[Fix] Removed redundant code and unnecessary queries in forum management. (Bug #42265 - Patch by nickvergessen)
[Fix] Correct mbstring regular expression for the allowable username characters, only affects USERNAME_LETTER_NUM_SPACERS. (Bug #42325)
[Fix] Fix infinite loop in message handler if cache directory is not writable. (Bug #38675)
[Fix] While post is awaiting approval it can still be edited even though it can not be seen (Bug #41435 - Patch by TerraFrost)
[Fix] Fix imageset editing for retaining and correctly setting dimensions for images, as well as displaying correct settings for first page load.
[Fix] Use OS-specific line endings for mail headers. (related to Bug #42755)
[Fix] Hide font size options which are bigger than the allowed size in the editor. (Bug #42615 - Patch by nickvergessen)
[Fix] Better thumbnail quality with imagemagick. (Bug #42565)
[Fix] Fix download count increments for image attachments without corresponding thumbnails. (Bug #42505)
[Fix] Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)
[Fix] Fix javascript errors in simple header (prosilver) by adding forum_fn.js and the corresponding variables. (Bug #42135)
[Fix] Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some conversion issues with special characters. (Bug #41805)
[Fix] Deleting private message attachments could delete post attachments. (Bug #42815)
[Fix] Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enabled. (Bug #41485)
[Fix] Flash files do not display anymore after update to flash player 10 (Bug #41315)
[Fix] Use FQDN for SMTP EHLO/HELO command. (Bug #41025)
[Fix] Mass Email works again for users with empty jabber address but notification set to 'both'. (Bug #39755)
[Fix] Fix race condition for updating post/topic/etc. counter. (Reported by BartVB)
[Fix] Fix duplicate creation of acl options in acl_add_options() under certain conditions. (Bug #38385, #40225)
[Fix] Cancel when replying to global announcement redirects to first forum - not to the current forum (Bug #41225 - Patch by TerraFrost)
[Fix] Cursor Jumps on New Topic in IE (Bug #42455 - Patch by TerraFrost)
[Fix] Add indicator to be used in code if session was created (user visits the site for the first time).
[Fix] Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
[Fix] Fix bug in postgresql db layer for LIMIT ALL clauses (Reported by JRSweets)
[Fix] Sort backups by date, newest first (Bug #14818)
[Fix] Prevent incomplete backups stored if option "store and download" is selected and admin cancel download by removing the option. (Bug #20325)
[Fix] Enforce correct case for template variables
[Fix] Set topic_last_view_time on post/reply/edit to circumvent race conditions in auto prune and false removal of topics for manual forum prune (Bug #18055, #43515)
[Fix] Correctly split long subject lines according to the used RFC. This fixes extra spaces within long subjects. (Bug #43715)
[Fix] Fix skipping messages if using next/prev PM in history links. (Bug #22205)
[Fix] Messenger now also able to use a custom language path. (Bug #36545)
[Fix] PM Export uses ISO 8601 date now. (Bug #32645)
[Fix] Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
[Fix] Do not create thumbnail if thumbnail would've the same size as the original image. (Bug #30725)
[Fix] Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
[Fix] Search for 'topic title only' and 'first post' should work again for non-mysql dbms. (Bug #40605)
[Fix] Make sure additional information for accessibility is always exposed to screen readers (Bug #44335 - Patch by MarcoZ)
[Fix] Approving a topic when some of the posts within that topic have already been approved (Bug #42585 - Patch by TerraFrost)
[Fix] Online status shown when post hidden (Bug #35505 - Patch by Raimon)
[Fix] memberlist.php display formating can be distorted by posting long URL for website (Bug #36675 - Patch by TerraFrost)
[Fix] Display the online status of hidden users to users with the u_viewonline permission when viewing PMs.
[Fix] "Select all" selects much too much in Opera (Bug #42885 - Patch by TerraFrost and ToonArmy)
[Fix] Correct calculation of source/target forum statistics if mass moving topics with global announcements (Bug #44545)
[Fix] Fix column handling in db updater, custom profile fields and db tools for firebird DBMS (Bug #44555)
[Fix] IE8 textarea issues (Bug #43305)
[Fix] Prevent accounts from being activated by users when admin activation is turned on and the correct activation key is known.
[Fix] Allow the installer to operate under PHP 5.3. (Bug #45255)
[Change] Default difference view is now 'inline' instead of 'side by side'
[Change] Added new option for merging differences to conflicting files in automatic updater
[Change] Add link to user profile in the MCP for user notes and warn user.
[Change] Add IN_PHPBB check to generated cache files. (Reported by bantu)
[Change] Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - Patch by Raimon)
[Change] Add unique key to ACL options table to prevent duplicate permission options. (Bug #41835)
[Change] Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
[Change] Performance improvements for native fulltext search (Patch by Paul)
[Change] Changed jumpto() JS function to be more fail-safe. (But #27635 - Patch by peterkclee)
[Feature] Added new options for visual confirmation.
[Feature] Allow download of conflicting file for later reference in automatic updater
[Feature] Allow translation of custom BBCode help messages. (Patch by bantu)
[Feature] db_tools now support create table and drop table.
[Feature] Database updater checks for incompatible db schema (MySQL 3.x/4.x against MySQL 4.1.x/5.x/6.x)
[Feature] New search option: Maximum number of words allowed to search for.
[Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Darkman il lun 1 giu 2009, 20:39

Appena avremo notizie di stabilità...sono ansioso di procedere $$ha
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Silver Surfer il lun 1 giu 2009, 22:26

Qui su Brain siamo già con la 3.0.5.
Immagine
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Silver Surfer il mer 14 ott 2009, 7:33

phpBB 3.0.6 RC3

Immagine


phpBB is a high powered, fully scalable, and highly customizable Open Source bulletin board package. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community solution for all web sites. Licence: Open source.

 Download Here...
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Darkman il mer 14 ott 2009, 17:13

......e tre! dovremmo esserci alla filnal
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Silver Surfer il mer 14 ott 2009, 17:26

probabilmente a Novembre, voglio sbilanciarmi. ^^^^2
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Silver Surfer il mer 21 ott 2009, 8:04

Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Silver Surfer il lun 2 nov 2009, 8:37

phpBB 3.0.6 Release Candidate 4 released
Full Package:
phpBB 3.0.6-RC4 (zip)
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Darkman il lun 2 nov 2009, 18:47

Silver Surfer ha scritto:phpBB 3.0.6 Release Candidate 4 released
Full Package:
phpBB 3.0.6-RC4 (zip)


Sembra un parto :mrgreen:
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Darkman il sab 7 nov 2009, 19:20

Ho visto che in fondoalla pagina sono indicate le Query, ma devo essere sincero...

Xome deve interpretare un normale utente queste informazioni?
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Silver Surfer il sab 7 nov 2009, 19:29

In effetti servono più all'admin, specialmente se hostato su server con database a query limitate, ad esempio su Altervista.
La velocità può servire come termine di paragone, ad esempio se installi mod che potrebbero rallentare la board.
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Darkman il sab 7 nov 2009, 19:42

Un campanellod'allarme allora.

Per fare un esmpio pratico, quale è la soglia minima ottimale e quale quella di allarme?

E il Gzip?
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Silver Surfer il sab 7 nov 2009, 20:29

Darkman ha scritto:Un campanellod'allarme allora.

Per fare un esmpio pratico, quale è la soglia minima ottimale e quale quella di allarme?

E il Gzip?

la soglia minima non esiste, parlando di velocità, quella dipende essenzialmente dall'host che ti ospita: ad esempio voi con SOS PC avete dei refresh molto veloci già di base, ma se ad esempio la index la apri con 0,65s e la stessa index con TagBoard la apri in 1,215s, puoi valutare la perdita di velocità che la TagBoard ti ha comportato.

Il Gzip è la possibilità nativa che ti offre phpbb3 di comprimere i contenuti del forum al fine di rendere meno esose le richieste server;
attenzione però che molti host hanno già in dotazione una cosa simile ( ad esempio altervista già comprime i contenuti per conto suo) quindi potresti in certi casi addirittura provocare dei rallentamenmti involontari attivandola.
Io la tengo disattivata, come puoi constatare.
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Darkman il dom 8 nov 2009, 9:00

L'avevo notato il valore nullo.
Quindi untermometro del forum comparativa in assoluto e relativamente nel tempo e con altri hosting.
Adesso mi è chiaro lo scopo, per l'attuazione ci vuole pratica e competenza, prima o poi ci arriverò, spero.
Darkman - The One
Avatar utente
Darkman
Visconte
Visconte
 
Messaggi: 434
Iscritto il: ven 26 dic 2008, 9:05

Re: PhpBB3

Messaggiodi Silver Surfer il dom 8 nov 2009, 17:00

per attuarlo questo controllo (o debug) richiede solo l'eliminazione di due slash dalla riga di commento presente nel config.php
Roba da un secondo netto.
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Re: PhpBB3

Messaggiodi Silver Surfer il mar 17 nov 2009, 18:03

phpBB 3.0.6 released

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).
Ama il prossimo! Non questo.... il prossimo.
Immagine
Avatar utente
Silver Surfer
Araldo Galattico
Araldo Galattico
 
Messaggi: 1014864
Iscritto il: gio 20 set 2007, 21:13

Precedente

Torna a Area di Supporto

Chi c’è in linea

Visitano il forum: Nessuno e 1 ospite