Предложения и пожелания, отлов багов

Объявление и обсуждение нововведений, связанных с проектом.
Правила форума
Оскорбления, мат, оффтопик, флуд и прочие нарушения порядка в комментариях к новостям запрещены.

Сообщение Inf0 » 08 апр 2013, 19:01

Код: Выделить всё
. Changelog
1.i. Changes since 3.0.10
Bug

    [PHPBB3-7432] - Unclear language for Inactive Users on ACP main page
    [PHPBB3-8652] - Duplicate Emails Sent When Subscribed to Forum and Topic
    [PHPBB3-9079] - Display backtrace on all E_USER_ERROR errors, not only SQL errors (when DEBUG_EXTRA is enabled)
    [PHPBB3-9084] - Unable to display 'option equal to non entered value' if dropdown CPF is not required
    [PHPBB3-9089] - PM message title box not accessible via Tab key
    [PHPBB3-9220] - Blue border width when table in a div
    [PHPBB3-9681] - Password length not in security settings
    [PHPBB3-9813] - fulltext_native.php on innodb loading deadly slow for big indexes
    [PHPBB3-9831] - Cannot change default of Boolean checkbox custom profile field
    [PHPBB3-10094] - Clear cache before phpBB installation
    [PHPBB3-10129] - Missing apostrophes in ACP user management -> permissions
    [PHPBB3-10349] - Unit tests do not remove comments from schemas
    [PHPBB3-10399] - Special characters aren't parsed in style component variables
    [PHPBB3-10401] - auth_ldap has an incorrect return value in login_ldap()
    [PHPBB3-10407] - Incorrect check for empty image file paths during conversion
    [PHPBB3-10428] - optionget/optionset functions in session.php and acp_users.php incorrectly check whether $data is at its default value
    [PHPBB3-10456] - Subsilver2 does not define $CAPTCHA_TAB_INDEX
    [PHPBB3-10508] - Marking forums as read displays misleading language
    [PHPBB3-10511] - Grammar defect in permissions language
    [PHPBB3-10512] - Test failure when no default timezone is set in php
    [PHPBB3-10532] - Out of range $start causes a page with no search results but with pagination
    [PHPBB3-10538] - Special character are not correctly parsed for SMTP protocol
    [PHPBB3-10542] - Incorrect class="postlink" in styles/subsilver2/template/faq_body.html
    [PHPBB3-10546] - Argument missing for adm_back_link() in acp_captcha.php
    [PHPBB3-10561] - All users can choose deactivated styles.
    [PHPBB3-10569] - template/ucp_main_front.html does not correctly handle active topic with the name "0"
    [PHPBB3-10580] - Default tz in registration dropdown not the same as the board default tz
    [PHPBB3-10589] - user_birthday does not use table alias in $leap_year_birthdays variable definition
    [PHPBB3-10605] - Orpahned privmsgs are left in the prvmsgs table, with no ties in privmsgs_to table
    [PHPBB3-10606] - $s_hidden_fields -> incorrect array name (3 files affected)
    [PHPBB3-10611] - Add a check for selected tables existence for ACP database backup tool
    [PHPBB3-10615] - Static calls in utf normalizer yield E_STRICT spam on php 5.4
    [PHPBB3-10630] - Prune Users produced unnecessarily long query; Got a packet bigger than 'max_allowed_packet' bytes
    [PHPBB3-10633] - Users are able to get the real filename of attachment
    [PHPBB3-10639] - negative value of ranks message
    [PHPBB3-10658] - Rank-item is not shown on team-list
    [PHPBB3-10675] - Use more descriptive message when disk is out of space
    [PHPBB3-10684] - Function user_notification() prevents notifications for users with stale bans
    [PHPBB3-10689] - Bug in the popup " Find a member" when select by letter.
    [PHPBB3-10691] - Search index creation CLI script incorrectly calculates indexing speed
    [PHPBB3-10699] - Long h2 title breaks div.minitabs in MCP
    [PHPBB3-10708] - After a conversion, passwords with UTF8 characters do not work when user_pass_convert is set.
    [PHPBB3-10717] - memberlist_view.html: including admin defined profile fields doesnt work
    [PHPBB3-10723] - Do not use SQLite on PHP 5.4 in Tests on Travis
    [PHPBB3-10731] - JS function addquote() works incorrectly in Opera
    [PHPBB3-10751] - MS SQL Error when searching Admin Log
    [PHPBB3-10760] - In pre-commit git hook, syntax error is thrown, but is not specifically described
    [PHPBB3-10767] - Git hooks do not work properly with git GUIs
    [PHPBB3-10774] - db_tools::create_unique_index does not use specified index names on MySQL
    [PHPBB3-10790] - Strict comparison on user_id for sending pms
    [PHPBB3-10797] - Template var for user rank not filled
    [PHPBB3-10835] - Misleading message in UCP when no permission to change password
    [PHPBB3-10846] - Missing alias for MAX(post_id) in SQL query in acp_main.php
    [PHPBB3-10849] - Missing BBCode Help Text in subsilver2
    [PHPBB3-10858] - $db->sql_fetchfield returns false with mssqlnative
    [PHPBB3-10860] - Side-by-side diff styling javascript bug
    [PHPBB3-10881] - Some files use 0xA9 as the copyright symbol which is neither ASCII nor the UTF8 copyright symbol.
    [PHPBB3-10887] - Auto increment tests depend on varbinary handling
    [PHPBB3-10889] - Default value for c_char_size in database unit tests is an empty string instead of a char(4)
    [PHPBB3-10890] - test_sql_fetchrow_returns_false_when_empty() fails on MSSQL and Oracle
    [PHPBB3-10908] - No remote avatar size limit results in files limited only by PHP memory limit
    [PHPBB3-10913] - Admin is logged out when accessing any url under adm/ without session id

Improvement

    [PHPBB3-8599] - Add "Select All" to "Add multiple smilies" screen
    [PHPBB3-8636] - Add resync option to topic_view moderation page
    [PHPBB3-9876] - Names and descriptions for roles "Newly registered User" in "User roles" and "Forum roles" must be different
    [PHPBB3-9914] - Add backup warning to Automatic DB Updater
    [PHPBB3-9916] - License in header not linking to version 2 of GNU GPL
    [PHPBB3-10093] - Make commit-msg hook always not fatal
    [PHPBB3-10162] - Allow TLDs over 6 characters in email addresses
    [PHPBB3-10280] - Change the ACP user activation display
    [PHPBB3-10308] - Disable Retain/Delete Posts selection if the user has no posts.
    [PHPBB3-10453] - PM viewmessage page is misplacing the online icon
    [PHPBB3-10492] - Port functional tests to develop-olympus
    [PHPBB3-10507] - Sort installed styles list in admin control panel - styles
    [PHPBB3-10550] - Sort not installed styles list in admin control panel - styles
    [PHPBB3-10563] - ACP usability improvement: show deactivated styles below active styles in styles list
    [PHPBB3-10565] - Performance: Unneeded GROUP BY in update_forum_tracking_info
    [PHPBB3-10607] - phpBB Credit Line Hardcoded
    [PHPBB3-10653] - Add ability to count table rows to database abstraction layer
    [PHPBB3-10730] - Add label tags around "select" text in post splitting UI in MCP
    [PHPBB3-10764] - FAQ mentions SourceForge
    [PHPBB3-10812] - Installer should not display register globals UI for php 5.4+
    [PHPBB3-10815] - Enable Feeds by default
    [PHPBB3-10819] - Improve side-by-side diff styling
    [PHPBB3-10834] - Backport general development language changes in readme files
    [PHPBB3-10836] - Enable Avatars by default
    [PHPBB3-10891] - Allow specifying test config file name via environment variable
    [PHPBB3-10892] - Cosmetic improvements to RUNNING_TESTS.txt
    [PHPBB3-10898] - Do not write ?> into config.php to avoid whitespace output

New Feature

    [PHPBB3-10616] - Add template inheritance by default

Sub-task

    [PHPBB3-10907] - Mark (var)binary tests as incomplete on non-MySQL DBMSes

Task

    [PHPBB3-9896] - Update links in docs/readme.html
    [PHPBB3-10434] - Add a script that allows creating a search index from CLI
    [PHPBB3-10455] - Remove NOTE from header files
    [PHPBB3-10694] - Update notification in ACP (Olympus) for increase of minimum PHP version to 5.3.2
    [PHPBB3-10718] - Add Travis CI
    [PHPBB3-10788] - Update docs/AUTHORS for 3.0.11-RC1
    [PHPBB3-10909] - Update Travis Test Configuration: Travis no longer supports PHP 5.3.2
Be sure your sin will find you out.

make.believe
Аватара пользователя
Inf0
Протеиновый король
Протеиновый король
 
Сообщения: 9793
Зарегистрирован:
14 фев 2005, 22:20
Откуда: The Twilight Zone
Has thanked: 174 times
Have thanks: 447 times

Сообщение Xellion » 08 апр 2013, 19:04

Да, я тоже юзал гугл.
Изображение
Аватара пользователя
Xellion
Alkar Games
Alkar Games
 
Сообщения: 10374
Зарегистрирован:
23 дек 2007, 04:23
Откуда: столько Че Гевар?
Has thanked: 86 times
Have thanks: 433 times
Играю в: Diablo 3

Сообщение MagnificoRenzi » 08 апр 2013, 20:12

Обновлять версию борды - значит потерять все плагины и шаблоны, и всё равно без гарантии успешного обновления. Надо как минимум сделать здесь всё по-максимуму и обзавестись бэкапом, потом можно будет думать об обновлении.
Недоукраїнець-малорос, хай йому грець!
Аватара пользователя
MagnificoRenzi
Alkar Games
Alkar Games
 
Автор темы
Сообщения: 7670
Зарегистрирован:
13 ноя 2001, 02:00
Откуда: Киев, Украина
Has thanked: 1378 times
Have thanks: 323 times
Skype: NoN.Crying

Сообщение dp_ua » 08 апр 2013, 20:58

Xellion писал(а):Не совсем корректное сравнение. Йогурт может испортится со временем, а форум - нет.

о рили?
Я обернулся просветлеть, не дзен постигла ли она, чтоб созерцать, не часть вселенной ли я.
Аватара пользователя
dp_ua
CS Telepat Admin
CS Telepat Admin
 
Сообщения: 29976
Зарегистрирован:
18 май 2003, 22:51
Откуда: Днепр
Has thanked: 1189 times
Have thanks: 1025 times
Играю в: 23 см

Сообщение MagnificoRenzi » 08 апр 2013, 22:01

Не спорьте с Пашей. Он проголосовал за то, чтобы я был админом, и я стал. Паша никогда не ошибается. :umnik:
Недоукраїнець-малорос, хай йому грець!
Аватара пользователя
MagnificoRenzi
Alkar Games
Alkar Games
 
Автор темы
Сообщения: 7670
Зарегистрирован:
13 ноя 2001, 02:00
Откуда: Киев, Украина
Has thanked: 1378 times
Have thanks: 323 times
Skype: NoN.Crying

Сообщение Dr.SWAT » 08 апр 2013, 23:01

Так что если кого-то что-то не устраивает - виноват Паша. :beer:
Изображение
Let's go together to the place,
Where don't exist the time and space.
Let the beat guide you!
Аватара пользователя
Dr.SWAT

 
 
Сообщения: 51997
Зарегистрирован:
05 янв 2007, 20:12
Has thanked: 1436 times
Have thanks: 840 times

Сообщение dp_ua » 09 апр 2013, 11:50

Виноват, не виноват - попробуй предъяви да обоснуй... :)
Я обернулся просветлеть, не дзен постигла ли она, чтоб созерцать, не часть вселенной ли я.
Аватара пользователя
dp_ua
CS Telepat Admin
CS Telepat Admin
 
Сообщения: 29976
Зарегистрирован:
18 май 2003, 22:51
Откуда: Днепр
Has thanked: 1189 times
Have thanks: 1025 times
Играю в: 23 см

Сообщение Dr.SWAT » 09 апр 2013, 15:16

Та что тут предъявлять. Просто делаем тебе розовый ник в наказание и всё, мы ж люди не злые. :beer:
Изображение
Let's go together to the place,
Where don't exist the time and space.
Let the beat guide you!
Аватара пользователя
Dr.SWAT

 
 
Сообщения: 51997
Зарегистрирован:
05 янв 2007, 20:12
Has thanked: 1436 times
Have thanks: 840 times

Сообщение dp_ua » 09 апр 2013, 21:41

Панятна, аргументы кончились :)
Я обернулся просветлеть, не дзен постигла ли она, чтоб созерцать, не часть вселенной ли я.
Аватара пользователя
dp_ua
CS Telepat Admin
CS Telepat Admin
 
Сообщения: 29976
Зарегистрирован:
18 май 2003, 22:51
Откуда: Днепр
Has thanked: 1189 times
Have thanks: 1025 times
Играю в: 23 см

Сообщение Inf0 » 12 апр 2013, 00:23

Обновить форум?
Be sure your sin will find you out.

make.believe
Аватара пользователя
Inf0
Протеиновый король
Протеиновый король
 
Сообщения: 9793
Зарегистрирован:
14 фев 2005, 22:20
Откуда: The Twilight Zone
Has thanked: 174 times
Have thanks: 447 times

Сообщение MagnificoRenzi » 12 апр 2013, 00:34

Ну попробуй, чё.

:ps: И пишите в нужных темах, я задолбался мессаги переносить. :facepalm:
Недоукраїнець-малорос, хай йому грець!
Аватара пользователя
MagnificoRenzi
Alkar Games
Alkar Games
 
Автор темы
Сообщения: 7670
Зарегистрирован:
13 ноя 2001, 02:00
Откуда: Киев, Украина
Has thanked: 1378 times
Have thanks: 323 times
Skype: NoN.Crying

Сообщение x0341n » 12 апр 2013, 04:39

Сфигали приватка будет видна всем ?
может на общий запилишь еще, не ну а че, гулять так гулять.
интересно будет.
Последний раз редактировалось MagnificoRenzi 13 апр 2013, 17:13, всего редактировалось 1 раз.
Причина: Мат.
Аватара пользователя
x0341n
Старожил
Старожил
 
Сообщения: 2773
Зарегистрирован:
30 июн 2010, 14:34
Has thanked: 59 times
Have thanks: 31 times

Сообщение dp_ua » 12 апр 2013, 07:51

x0341n писал(а):Схуяли приватка будет видна всем ?
может на общий запилишь еще, не ну а че, гулять так гулять.
интересно будет.

речь идет о приватках закрытых форумов.
Я обернулся просветлеть, не дзен постигла ли она, чтоб созерцать, не часть вселенной ли я.
Аватара пользователя
dp_ua
CS Telepat Admin
CS Telepat Admin
 
Сообщения: 29976
Зарегистрирован:
18 май 2003, 22:51
Откуда: Днепр
Has thanked: 1189 times
Have thanks: 1025 times
Играю в: 23 см

Сообщение x0341n » 12 апр 2013, 13:27

dp_ua писал(а):
x0341n писал(а):Схуяли приватка будет видна всем ?
может на общий запилишь еще, не ну а че, гулять так гулять.
интересно будет.

речь идет о приватках закрытых форумов.

Ну ты как всегда.... :lol: :lol:
Аватара пользователя
x0341n
Старожил
Старожил
 
Сообщения: 2773
Зарегистрирован:
30 июн 2010, 14:34
Has thanked: 59 times
Have thanks: 31 times

Сообщение Bujuju » 14 апр 2013, 10:55

Господа, сделайте раздел Call of Duty 4. Всё востанавливать не нужно, ибо поциент скорее мертв чем жив, но хотя бы одну отдельную темку запилите.
Аватара пользователя
Bujuju
Местный
Местный
 
Сообщения: 1905
Зарегистрирован:
28 янв 2008, 19:49
Has thanked: 3 times
Have thanks: 11 times

Пред.След.

Вернуться в Новости проекта

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

Посетителей: 2, из них зарегистрированных: 0, скрытых: 0 и гостей: 2 (находятся на конференции)
Этот раздел просматривают: нет зарегистрированных пользователей и гости: 2

cron