SPASAY.RU - специальный ресурс, предназначенный для поиска информации и быстрого решения задач. Подробнее...

На этом сайте можно заказать решение задачи, поиск информации, написать реферат, придумать имя сайту и вообще поставить любую задачу, которую вы не знаете как сделать или решение которой отнимает много времени. ЗАКАЗАТЬ

Наименование: phpBB 2.0.21 и 2.0.22 (Стоимость: $$ 0.1)
Категория: Книги, учебники, мануалы, справочники, правила, каталоги, биографии, библиотеки, Поиск информации в Интернете и не только, Программирование, дизайн, сайты, Статьи, тексты, описания, законы, договоры, должностные инструкции 
Заказчик: lizzzzzza
Статус: Задача выполнена (25.07.2007 21:53)
Критерий решения: Скорость
Может пригодиться:
Описание: Что нового появилось в 22 версии?
Есть ли более свежая версия?
Количество исполнителей: 2
Решение
Пользователь Дата создания Описание Комментарий Файл
koost 25.07.2007 04:15 phpBB Group сообщает о выпуске phpBB 2.0.22. Данный релиз направлен на исправление некоторых ошибок, а также решение некоторых вопросов, связанных с безопасностью

Какие изменения произошли в данном релизе?
[Исправлено] Проверка на существование пользователя перед отображением формы отправки сообщения на e-mail
[Исправлено] Вновь добавленные члены группы модераторов теперь всегда получают статус модераторов (#382)
[Исправлено] Верное сообщение при ответе в несуществующую тему (#459)
[Исправлено] Изменен тип поля search_array для хранения большего количества данных (#4058)
[Исправлено] Возврат выпадающего списка выбора размера шрифта на пункт по умолчанию после выбора (#4612)
[Исправлено] Опечатка в скрипте обновления БД (#6186)
[По части безопасности] Улучшена проверка директории для закачки аватар
[По части безопасности] Изменен критерий подозрительности для URL, на которые производится перенаправление - kellanved
[По части безопасности] Плавающая ошибка XSS в системе личных сообщений
[По части безопасности] Возможность задания отрицательного значения для параметра start - SpiderZ.
[По части безопасности] В различные формы добавлена проверки данных сессии - kellanved

phpBB Group с удовольствием сообщает о выпуске phpBB3 Release Candidate 3 (RC3). Это третий кандидат на выпуск и он может стать "Золотым релизом" в случае, если не будут обнаружены ошибки или не возникнет иных проблем.

По кандидатам на релиз предоставляется полноценная поддержка, доступны языковые пакеты. Поддержка будет оказываться только по чистым инсталляциям, либо обновлениям с RC1, предыдущие конвертации или обновления поддерживаться не будут. Разработчики надеются, что устанавлить phpBB3 RC3 будут только те пользователи, которые желают ознакомиться с его возможностями, остальным настоятельно рекомендуется дождаться окончательного релиза.

Changes since 3.0.RC3

[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)  
спасибо   Нет  

Комментарии

Пользователь Сообщение
Нет

Тема
Реш
$
1 Работа на WMMAIL!!! 0 $ 0.0
2 хочешь заработать? 0 $ 0.0
3 для любителей покера 0 $ 0.0
4 ХОСТИНГ СЕРВЕРОВ 0 $ 0.0
5 ОТВЕЧАЙТЕ НА ВОПРОСЫ ... 0 $ 0.0
6 Начинаем зарабатывать 0 $ 0.01
7 Прочитать письма! 0 $ 0.01
8 SOS 1 $ 0.0
Рейтинг заказчиковРейтинг исполнителей
Логин
Рейтинг
1. lizzzzzza 46
2. kotenok 30
3. hoho 29
4. juliy 27
5. Konek 20
6. Nancy 19
7. corollla 18
8. Aikado 18
9. kluver 16
10. Veto4ka 15
Рейтинг исполнителей Рейтинг заказчиков
Логин
Рейтинг
1. Kaimi 42
2. mag 35
3. alexnn 30
4. Lileo 28
5. olga_pope 27
6. simpsons23 17
7. tatulchenkov 15
8. Gn0me 13
9. mostnn 13
10. alexey_k_v 12
НОВОСТИ
07.11.2009
Количество решений + наличие моих решений >>>
07.11.2009
Формулы и форматирование задач >>>
28.10.2009
Рейтинг >>>
15.06.2009
запомнить >>>
27.05.2009
На форуме сделана шапка сайта >>>