| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11323
|
| |
|
|
|
|
|
|
| |
Previously, any template variables that were used when defining a variable
were treated as strings. This is a regression to phpBB 3.0. With this
patch the template variables will be properly parsed.
PHPBB3-11323
|
| |\
| |
| |
| |
| | |
* develop-olympus:
[ticket/11220] Improvement to the info pop-up from "list="
|
| | |\
| | |
| | |
| | |
| | | |
* Crizz0/ticket/11220:
[ticket/11220] Improvement to the info pop-up from "list="
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
A improvement to the info popup which is displayed when the cursor
is over the bbcode-button [list=] in the posting-editor
PHPBB3-11220
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/11233] prohibit selecting anonymous user as a PM recipient
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* dhruvgoel92/ticket/11233:
[ticket/11233] prohibit selecting anonymous user as a PM recipient
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While composing pm, it should not be allowed to add
anonymous user as a PM recipient
PHPBB3-11233
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Senky
# Via Nathaniel Guse (1) and Senky (1)
* develop-olympus:
[ticket/10050] removing prosilver edits
[ticket/10050] adding .topicrow to template condition
Conflicts:
phpBB/styles/subsilver2/template/viewforum_body.html
|
| | |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Senky
# Via Senky
* remotes/Senky/ticket/10050:
[ticket/10050] removing prosilver edits
[ticket/10050] adding .topicrow to template condition
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10050
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10050
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Andreas Fischer
# Via Andreas Fischer (1) and Oleg Pudeyev (1)
* develop-olympus:
[ticket/11343] Remove spare parentheses.
[ticket/11343] Remove spare space.
[ticket/11343] Use === when checking stored user_actkey against user input.
|
| | |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11343:
[ticket/11343] Remove spare parentheses.
[ticket/11343] Remove spare space.
[ticket/11343] Use === when checking stored user_actkey against user input.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11343
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11343
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Use strict comparison when checking whether stored user_actkey is equal to user
input.
PHPBB3-11343
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11295:
[ticket/11295] Correct cases: replace postgres with phpbb_db_driver_postgres.
|
| |/ / /
| | |
| | |
| | | |
PHPBB3-11295
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11337] Abort setup-webserver.sh script when an error occurs.
[ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise.
[ticket/11337] Silence nginx config file writing.
[ticket/11337] php-fpm.conf is no longer owned by root.
[ticket/11337] Run functional tests on travis using nginx and php-fpm.
Conflicts:
.travis.yml
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11337:
[ticket/11337] Abort setup-webserver.sh script when an error occurs.
[ticket/11337] Only run functional tests on 5.3.19 or higher. No FPM otherwise.
[ticket/11337] Silence nginx config file writing.
[ticket/11337] php-fpm.conf is no longer owned by root.
[ticket/11337] Run functional tests on travis using nginx and php-fpm.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11337
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There is no php-fpm for PHP 5.3.3. Make sure PHP version is at least 5.3.19,
which is what 5.3 is currently aliased to.
PHPBB3-11337
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11337
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-11337
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-11337
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/11295] Drop tables rather than database for postgres in test suite.
Conflicts:
tests/test_framework/phpbb_database_test_connection_manager.php
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/11295:
[ticket/11295] Drop tables rather than database for postgres in test suite.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Doing so allows:
1. User running the tests no longer needs create database privilege.
2. Test database may be located in a non-default tablespace and generally
have site-specific options applied to it.
PHPBB3-11295
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11338:
[ticket/11338] Travis CI: Install PHP extension for redis key-value store.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11338
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
# By Andreas Fischer
# Via Andreas Fischer
* bantu/ticket/11338:
[ticket/11338] Travis: Define Redis hostname so unit tests for Redis run.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11338
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/11323] Backport include_define test to olympus.
Conflicts:
tests/template/template_test.php
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/11323-olympus:
[ticket/11323] Backport include_define test to olympus.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11323
|
| |\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | | |
* develop-olympus:
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
# By Sajaki
# Via Sajaki
* remotes/Sajaki/ticket/10854:
[ticket/10854] sql server drop default constraint when dropping column
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11329:
[ticket/11329] Moving colors to colours.css
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Moving color values from buttons.css to colours.css
PHPBB3-11329
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11328:
[ticket/11328] Replace long buttons text with short text
[ticket/11328] Add language variables for buttons
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replace long buttons text with short text, like it was on images
PHPBB3-11328
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
New language variables for buttons
PHPBB3-11328
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
# By Joas Schilling
# Via Joas Schilling
* remotes/nickv/ticket/9492:
[ticket/9492] Fix missing phpbb_container in unit tests
[ticket/9492] Fix typo in SQL query
[ticket/9492] Ensure to delete the avatar/rank data when we change it
[ticket/9492] Ensure to update all avatar values when the avatar is changed
[ticket/9492] Fix undefined user_avatar_* values when updating the group avatar
[ticket/9492] Add unit tests for custom ranks and avatars
[ticket/9492] Retain custom ranks and avatars when setting users default group
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-9492
|