Stránka 1 z 2

phpBB 3.0.2 - první Release Candidate

Napsal: sob 14. čer 2008 18:52:39
od ameeck
Dnes bylo oznámeno vydání další verze phpBB3, tentokrát s pořadovým číslem 3.0.2.

Přináší poměrně hodně změň a oprav. Za zmínku stojí nový manuální způsob aktualizace, možnost banování přímo přes profil uživatele, odhlašování pouze z administrace nebo zlepšené ověřování při nahrávání souborů.

Celý balík lze stáhnout zde:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1.zip

Změněné soubory pak zde:
http://www.phpbb.com/files/qa/phpBB-3.0.2-RC1-files.zip

Český překlad je aktualizovaný a v tuto chvíli je jediná možnost ho stáhnout přes SVN z důvodu, že tohle není stabilní verze. Repository se nachází na této URL: https://phpbb3-czech.svn.sourceforge.ne ... pbb3-czech

Re: phpBB 3.0.2 - první Release Candidate

Napsal: sob 14. čer 2008 19:44:47
od Tom@S
odkial vies?Nieco mi uniklo?

Re: phpBB 3.0.2 - první Release Candidate

Napsal: sob 14. čer 2008 21:32:16
od Culprit
Tom@S píše:odkial vies?Nieco mi uniklo?
Třeba tady http://www.liveinternet.ru/users/fladex/post77924774/

Toto je 600. příspěvek

Re: phpBB 3.0.2 - první Release Candidate

Napsal: sob 14. čer 2008 21:49:02
od Ďuri
Preco nie je nic na phpbb.com? :shock:

Re: phpBB 3.0.2 - první Release Candidate

Napsal: sob 14. čer 2008 21:55:30
od Culprit

Re: phpBB 3.0.2 - první Release Candidate

Napsal: ned 15. čer 2008 0:34:35
od ameeck
Jsme prostě nejrychlejší :-) Vážně ale: stačí třeba sledovat SVN, nebo speciální mailing-listy pro testování nových verzí.

Re: phpBB 3.0.2 - první Release Candidate

Napsal: pon 23. čer 2008 19:20:03
od Nerdy
Až na to odhlášení v ACP jsem si jiných změn nevšiml... :)

Re: phpBB 3.0.2 - první Release Candidate

Napsal: pon 23. čer 2008 21:30:41
od gmvasek
Z ACP se snad šlo odhlásit už předtím ne? :-)

Re: phpBB 3.0.2 - první Release Candidate

Napsal: pon 23. čer 2008 21:34:08
od ameeck
Odhlásilo tě to ale i z fóra, takhle si jde utnout pouze administrátorskou session.

Re: phpBB 3.0.2 - první Release Candidate

Napsal: úte 24. čer 2008 12:36:16
od Ďuri
Nerdy píše:Až na to odhlášení v ACP jsem si jiných změn nevšiml... :)
V docs/ je subor so zmenami...napriklad mozes davat bany rovno z uzivatelskeho profilu a pod.

Re: phpBB 3.0.2 - první Release Candidate

Napsal: úte 24. čer 2008 13:39:15
od Nerdy
ajo... tak to je další věc :-D

Re: phpBB 3.0.2 - první Release Candidate

Napsal: úte 24. čer 2008 18:25:41
od Ďuri
Ono toho je celkom dost :))
* [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
* [Fix] Fixed blank style on setups having no username defined within config.php (Bug #25065)
* [Fix] Made the compress_tar class tolerate archives that do not properly have their archived contents listed (Bug #14429 / thanks to JRSweets for his patch)
* [Fix] Moved topics should not count towards the number of topics in a forum (Bug #14648 / thanks to Schumi for his patch)
* [Fix] Properly check for invalid characters in MySQL DB prefixes during install (Bug #18775)
* [Change] Generalize load check (Bug #21255 / thanks to Xipher)
* [Change] Make utf8_htmlspecialchars not pass its argument by reference (Bug #21885)
* [Fix] Bring the PostgreSQL backup system back to working order (Bug #22385)
* [Change] Sort the tables at the database table backup screen
* [Fix] Update correct theme for cached styles in style.php (Bug #25805)
* [Fix] Also add PHPBB_INSTALLED check to download/file.php for inline avatar delivery
* [Fix] Unable to login to some jabber server, reverted previous change (Bug #25095)
* [Fix] Do not return BMP as valid image type for GD image manipulation (Bug #25925)
* [Change] For determining the maximum number of private messages in one box, use the biggest value from all groups the user is a member of (Bug #24665)
* [Fix] Correctly determine safe mode for temp file creation in functions_upload.php (Bug #23525)
* [Fix] Correctly sort by rank in memberlist (Bug #24435)
* [Fix] Purge cache after database restore (Bug #24245)
* [Fix] Correctly display subforum read/unread icons from RTL in FF3, Konqueror and Safari3+. (thanks arod-1 for the fix, related to Bug #14830)
* [Feature] Added optional referer validation of POST requests as additional CSRF protection.
* [Fix] Added missing form token in acp (thanks NBBN).
* [Feature] Added optional stricter upload validation to avoid mime sniffing in addition to the safeguards provided by file.php. (thanks to Nicolas Grekas for compiling the list).
* [Fix] Do not remove whitespace in front of url containing the boards url and no relative path appended (Bug #27355)
* [Change] Show email ban reason on registration. Additionally allow custom errors properly returned if using validate_data(). (Bug #26885)
* [Feature] Streamlined banning via the MCP by adding a ban link to the user profile. Also pre-fills ban fields as far as possible.
* [Feature] Added ACP logout to reset an admin session.
* [Fix] reset forum notifications in viewtopic (Bug #28025)
* [Fix] corrected link for searching post author's other posts (Bug #26455)
* [Fix] HTTP Authentication supports UTF-8 usernames now (Bug #21135)
* [Fix] Topic searches by author no longer return invalid results (Bug #11777)
* [Change] Don't allow redirects to different domains. (thanks nookieman)
* [Fix] Delete drafts and bookmarks when deleting an user. (#27585, thanks Schumi for the fix)
* [Fix] Set last_post_subject for new topics. (#23945)
* [Fix] Allow moving posts to invisible forums. (#27325)
* [Fix] Don't allow promoting unapproved group members (#16124)
* [Fix] Correctly fetch server name if using non-standard port (#27395)
* [Fix] Regular expression for email matching in posts will no longer die on long words.
* [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)

Re: phpBB 3.0.2 - první Release Candidate

Napsal: stř 25. čer 2008 5:59:31
od Nerdy
wow, to teda ano :-D

Re: phpBB 3.0.2 - první Release Candidate

Napsal: pon 30. čer 2008 16:14:48
od Lolaaa
Určitě mi napíšete odkaz, ale jak aktualizuji z verze 3.0.1 na 2?? Stratí se mi nějaké jiné modifikace? :D

Re: phpBB 3.0.2 - první Release Candidate

Napsal: pon 30. čer 2008 23:45:55
od Ďuri
Este neaktualizuj, toto je len RC1, pockaj si. Potom urcite najdes na phpbb.com Upgrade package.