phpbb 3.0.3 [обсуждаем]

Проблемы с установкой или работой phpBB 3.0.x? Получите помощь здесь!
Правила форума
Если на ваш вопрос есть ответы по ниже следующим ссылкам, ваш пост удаляется без объяснения причин!!!
А вы рискуете получить предупреждение или бан (в зависимости от настроения модератора).


Местная Конституция | Шаблон запроса | Документация (phpBB3) | FAQ-2 (phpbb2) | FAQ-3 (phpbb3) | Как задавать вопросы | Как устанавливать моды

phpbb 3.0.3 [обсуждаем]

Сообщение FladeX 13.11.2008 0:03

Состоялся релиз phpBB версии 3.0.3

Важные изменения по сравнению с 3.0.2:
Код: Выделить всё
    * [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
    * [Fix] Added VST - Venezuela Standard Time (Bug #30545).
    * [Fix] Close DB connections in file.php.
    * [Fix] Correctly return results for nested cached queries (Bug #31445 - Patch by faw).
    * [Fix] Allow export of PM pages greater one. (#33155)
    * [Fix] Display coloured username of last poster in list of subscribed forums (prosilver).
    * [Fix] Do not jump back to page 1 when hiding member search in memberlist. (Bug #32515)
    * [Fix] Correctly limit input of the users location to 100 characters in the UCP and ACP. (Bug #32655)
    * [Fix] Sync reports when using the move all users posts tool in the ACP. (Bug #31165)
    * [Fix] Remove reported flag from shadow topics when closing reports. (Bug #19765)
    * [Fix] Do not show non indexed forums on the search page if they contain no subforums. (Bug #33125)
    * [Fix] Stop search bots incrementing topic views. (Bug #32675 - Patch by eviL<3)
    * [Fix] Use correct link for post author search. (Bug #32595)
    * [Fix] Do not decrease topics counter when deleting shadow topics. (Bug #26495)
    * [Fix] Send localised disapproval reasons in the recipients local language. (Bug #31645)
    * [Fix] Do not display reported topic icon for shadow topics. (Bug #13970)
    * [Fix] Expand shown ban reason in unban screen to fully show long entries. (Bug #16234)
    * [Fix] Preserve alpha transparency for created thumbnails. (Bug #16575)
    * [Fix] Use correct port delimiter for MSSQL connections in windows. (Bug #16615)
    * [Fix] Do not allow setting forums parent to the forum itself. (Bug #18855)
    * [Fix] Display assigned rank/avatar for guests. (Bug #19155)
    * [Fix] Set secure cookie for style switcher if required. (Bug #19625)
    * [Fix] Fix native full text search on postgresql while using excluding keyword matches. (Bug #19195)
    * [Fix] Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)
    * [Fix] Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. (Bug #14589)
    * [Fix] Stop users from deleting posts after the edit time has passed or they have been locked. (Bug #19115)
    * [Fix] Split posts target forum requires 'f_post' now instead of 'm_split'. (Bug #31015)
    * [Fix] Use a distinct log message for shadow topic deletions to differentiate between normal topic deletions. (Bug #34635)
    * [Fix] Fix problems with styles using an underscore within the filename. (Bug #34315)
    * [Fix] Better return links when deleting topics through the MCP. (Bug #34655)
    * [Fix] Add quoting support to PM history when composing a reply. (Bug #34285)
    * [Fix] Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our usage of var_export(). (Thanks to Techie-Micheal and HoL for pointing out possible problems)
    * [Fix] Check users pm preferences for pm's sent to groups. (Bug #33245)
    * [Fix] Do not allow password reminders if u_passchg permission is not given. (Bug #14806)
    * [Fix] Implemented strict check for cached user permissions and existing ACL options. This fix makes sure cached permissions are valid, even if they got already cached.
    * [Fix] Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)
    * [Fix] Do not display last post link and sort display options for search engines. (Bug #15088)
    * [Fix] Make sure users still get notifications if they set to only be notified by Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul)
    * [Fix] Don't show forum subscription link on categories. (Bug #34895)
    * [Fix] Display a message if no topics or forums are selected when unsubscribing. (Bug #34855)
    * [Fix] Mark/unmark all links in UCP now select/unselect both subscribed topics and forums.
    * [Fix] Increase board topic counter when splitting topics. (Bug #32125)
    * [Fix] Display profile icons when viewing a topic, or PM when only the jabber icon is to be visible. (Bug #34755)
    * [Fix] Do not send PMs with warnings if the user cannot read PMs or they are disabled. (Bug #30815)
    * [Fix] Correctly convert Niels' Birthday MOD to the date format used in phpBB3. (Bug #32895)
    * [Fix] Parse BBCode lists of type square, circle and disc. (Bug #35295)
    * [Fix] Round the displayed percentages in polls. (Bug #32375)
    * [Fix] Disable mass e-mail when e-mail is disabled. (Bug #27385)
    * [Fix] Display coloured poster username of queued posts displayed on the front of the MCP.
    * [Fix] Moderators can only see reports/queue/logs from forums they can actually read. (Bug #31085)
    * [Fix] Correctly display topic when start parameter is equal to the number of posts.
    * [Fix] Correctly display topic in MCP when start parameter is equal to or greater than the number of posts. (Bug #30525)
    * [Change] No longer allow the direct use of MULTI_INSERT in sql_build_array. sql_multi_insert() must be used.
    * [Change] Display warning in ACP if config.php file is left writable.
    * [Change] More restrictive chmod to new files being created. (phpbb_chmod() function mostly by faw)
    * [Change] Set headers to allow browsers to better cache attachments (Mylek pointed this out)
    * [Change] Hide parameters if they equal the default in viewforum/viewtopic (Bug #31185)
    * [Change] Various improvements to group listings (Bugs #32155, #32145, #32085, #26675, #26265)
    * [Change] Set headers for IE 8 in file.php
    * [Change] Do not count queued posts to user_posts.
    * [Change] Allow setting birth year to current year.
    * [Change] Do not use the topics posted table when performing an egosearch.
    * [Change] Log the forum name that topics are moved into.
    * [Change] Automatically add users/groups to the PM recipient list, if entered or selected.
    * [Change] Reply to PM now includes all previous recipients and not only the original sender.
    * [Change] Make topic selection for merge less confusing by removing unneeded controls. (Bug #21925)
    * [Change] MCP topic view checkboxes now default to unchecked.
    * [Change] Adjust language key "SPLIT_AFTER" to make the action clearer.
    * [Change] Add links to the post and forum when viewing a report from the MCP. (Bugs #33795, #33805)
    * [Change] Remove NUL-Bytes directly in request_var() for strings and within the custom DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw)
    * [Feature] Allow limited inheritance for template sets.
    * [Feature] Allow hard disabling of the template editor.
    * [Feature] Allow setting custom language path through $user->set_custom_lang_path(). $user->lang_path now also do not include the user language, but only the path.
    * [Feature] Ability to define nullar/singular/plural language entries
    * [Feature] Ability to mimic sprintf() calls with $user->lang() with the ability to correctly assign nullar/singular/plural language entries.
    * [Feature] Added the possibility to force user posts put in queue if post count is lower than an admin defined value. Guest posting is not affected by this setting.
    * [Feature] Added 'max_recipients' setting for private messages. This setting allows admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting.
    * [Feature] Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups.
    * [Feature] Allow specific connection to different server for jabber functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989)
    * [Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Techie-Micheal et al for pointing out possible issues in derived code)


Обсуждаем новую версию.
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
Интеграция phpBB 3.0.0 и Slaed 2.5 lite | Сверстал стилей для phpBB: 8 | [ phpBB Adept ]
Аватара пользователя
FladeX
Support Team
Support Team
 
Сообщения: 1234
Зарегистрирован: 02.06.2007 22:44
Откуда: Саранск


Re: phpbb 3.0.3 [обсуждаем]

Сообщение Stern 13.11.2008 10:25

Наконец-то... Может ошибка с utf поправится... ;)
Stern
phpBB 2.0.7
 
Сообщения: 276
Зарегистрирован: 22.04.2005 6:24

Re: phpbb 3.0.3 [обсуждаем]

Сообщение DeathMan 13.11.2008 12:39

Stern писал(а):Наконец-то... Может ошибка с utf поправится... ;)

в списке пофиксиных ошибок, нет не одного упоминания о UFT-8 фиксе !

Rus Lang файл от 3.0.2 подойдёт ли?
phpbb3 - сила!
Аватара пользователя
DeathMan
phpBB 1.4.4
 
Сообщения: 96
Зарегистрирован: 11.05.2007 23:38
Откуда: Курская обл.
Предупреждения: 2

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Поручик 13.11.2008 13:23

Не подойдёт. Добавлены языковые переменные в соответствии с новым функционалом.
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB2 | FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/
Аватара пользователя
Поручик
Его Благородие
Его Благородие
 
Сообщения: 3747
Зарегистрирован: 12.05.2005 16:25
Откуда: Оренбург (Южный Урал)

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Жека1990 13.11.2008 13:52

После обновления в админике на открывается вкладка "Обслуживание"((
При нажатии на неё пишет:
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
Жека1990
phpBB 1.0.0
 
Сообщения: 3
Зарегистрирован: 13.11.2008 12:35

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Amberon 13.11.2008 14:34

Урра!!! Только английский я не знаю :lol: :lol:
Когда ждать перевода пакета?
Amberon
phpBB 1.0.0
 
Сообщения: 8
Зарегистрирован: 16.10.2008 13:02

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Поручик 13.11.2008 15:16

Да как рак на нашей горе Сулак свистнет, вот как только, так сразу.
Профессионал - тот же дилетант, только знающий, где ошибётся.
Генератор db_update.php для phpBB2 с некоторыми удобствами. Многие моды я беру или ищу здесь, здесь, тут
Все консультации только на форуме, приваты и стук в аську по таким вопросам игнорируются!
FAQ-phpBB2 | FAQ-phpBB3 | Ошибки новичков, или как не поссориться с модератором | Правила конференции

наш форум http://forum.aeroion.ru/
Аватара пользователя
Поручик
Его Благородие
Его Благородие
 
Сообщения: 3747
Зарегистрирован: 12.05.2005 16:25
Откуда: Оренбург (Южный Урал)

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Stern 13.11.2008 15:28

Обновился...
Слетел "Быстрый ответ" и "WHO_WAS_HERE"
Придется ставить заново. :(

Добавлено спустя 2 минуты 27 секунд:
Причем БО в админке и в профиле присутствует, а на форуме нет... :cry:
Stern
phpBB 2.0.7
 
Сообщения: 276
Зарегистрирован: 22.04.2005 6:24

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Rayden 13.11.2008 15:49

Поручик писал(а):Да как рак на нашей горе Сулак свистнет

там говорят колония расположена?
Stern писал(а):Слетел "Быстрый ответ" и "WHO_WAS_HERE"

естессно, а ты ожидал другого?

Я глянул одним глазком изменения в стилях. Есть подозрение, что будут проблемы с совместимостью старых стилей.
phpBB2 FAQ
phpBB3 FAQ
Аватара пользователя
Rayden
Модератор
Модератор
 
Сообщения: 2833
Зарегистрирован: 27.06.2005 0:07

Re: phpbb 3.0.3 [обсуждаем]

Сообщение FladeX 13.11.2008 17:08

Rayden, а "старые" - это заканчивая какой версией?
//
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
Интеграция phpBB 3.0.0 и Slaed 2.5 lite | Сверстал стилей для phpBB: 8 | [ phpBB Adept ]
Аватара пользователя
FladeX
Support Team
Support Team
 
Сообщения: 1234
Зарегистрирован: 02.06.2007 22:44
Откуда: Саранск

Re: phpbb 3.0.3 [обсуждаем]

Сообщение crash 13.11.2008 17:09

3.0.2
Как правильно задавать вопросы
Для особо одаренных: поиск - это есть круто.
FAQ v.2 | FAQ v.3 | Шаблон запроса
Аватара пользователя
crash
Support Team Leader
Support Team Leader
 
Сообщения: 6514
Зарегистрирован: 07.07.2004 16:12
Откуда: Мирный

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Gisher 13.11.2008 17:20

стили наверное лучше править из инструкций code changes
было бы здорово, если инструкция вся была в виде мода, не доверяю я этой автоматике...(
утром было выложено для загрузки, щас убрали, оставили только языковые изменения и изменения для стилей
в админке во вкладке СИСТЕМА получаю
Код: Выделить всё
php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
видимо что-то со сервером phpbb
Аватара пользователя
Gisher
phpBB 2.0.13
 
Сообщения: 638
Зарегистрирован: 04.10.2006 6:50

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Rayden 13.11.2008 17:28

Gisher писал(а):если инструкция вся была в виде мода

есть такая
phpBB2 FAQ
phpBB3 FAQ
Аватара пользователя
Rayden
Модератор
Модератор
 
Сообщения: 2833
Зарегистрирован: 27.06.2005 0:07

Re: phpbb 3.0.3 [обсуждаем]

Сообщение Gisher 13.11.2008 17:43

[Code Changes ]

The code changes contains language changes and changes to the styles. PHP code changes are not included.

If you translate phpBB or style your phpBB or provide your custom style you can use this package.


Плохо смотрю?
Аватара пользователя
Gisher
phpBB 2.0.13
 
Сообщения: 638
Зарегистрирован: 04.10.2006 6:50

Re: phpbb 3.0.3 [обсуждаем]

Сообщение crash 13.11.2008 18:02

Gisher писал(а):Плохо смотрю?

скачайте и посмотрите. сегодня пол дня код обновляю, запарился))))
Как правильно задавать вопросы
Для особо одаренных: поиск - это есть круто.
FAQ v.2 | FAQ v.3 | Шаблон запроса
Аватара пользователя
crash
Support Team Leader
Support Team Leader
 
Сообщения: 6514
Зарегистрирован: 07.07.2004 16:12
Откуда: Мирный

След.


Вернуться в Поддержка phpBB 3.0.х

Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 0