| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[ticket/13823] Move the part of the query, so the update will get it …
|
| | |
| |
| |
| | |
PHPBB3-13823
|
| |\ \
| |/
|/| |
|
| | |\
| | |
| | |
| | | |
[ticket/13823] Change diff options while packaging to not ignore all whitespaces
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Removed:
-w, --ignore-all-space Ignore white space when comparing lines.
Added:
-Z, --ignore-trailing-space Ignore white space at line end.
-b, --ignore-space-change Ignore changes in the amount of white space.
PHPBB3-13823
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | | |
[ticket/13779] Set new auth options to the role only if matching the role type
|
| | | |
| | |
| | |
| | | |
PHPBB3-13779
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Migrations' permission tool allows setting permissions to the role which
doesn't match the role type, e.g. m_ permissions for u_ role types and so on.
As one of side effects, this may lead to granting users moderative/admin
permissions silently.
With this patch the only new permissions matching the role type will be set.
PHPBB3-13779
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/13693] Allow modifying the MySQL author search query
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13693
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13693
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13694] Allow modifying the Postgres native author search query for results
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13694
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13694
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13691] Allow modifying the fulltext native search query for total results for author
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13691
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13691
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13686] Allow modify query used for counting in fulltext_native
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13686
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13686
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/13689] Allow modifying the query for postgres native fulltext search
Conflicts:
phpBB/develop/search_fill.php
phpBB/includes/acp/acp_main.php
phpBB/includes/acp/acp_search.php
phpBB/includes/functions_admin.php
phpBB/includes/functions_posting.php
phpBB/includes/mcp/mcp_main.php
phpBB/includes/mcp/mcp_post.php
phpBB/install/install_convert.php
phpBB/install/install_install.php
phpBB/phpbb/search/fulltext_mysql.php
phpBB/phpbb/search/fulltext_native.php
phpBB/phpbb/search/fulltext_postgres.php
phpBB/phpbb/search/fulltext_sphinx.php
phpBB/search.php
tests/search/mysql_test.php
tests/search/native_test.php
tests/search/postgres_test.php
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13689
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-13689
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13685
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13685
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13685] Allow modifying the query for mysql native fulltext search
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13685
|
| |\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13833] Prevent flooding if type=submit doesn't exist
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13833] Prevent flooding if type="submit" doesn't exist
|
| | |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Conflicts:
phpBB/posting.php
PHPBB3-13833
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13833
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/13888] Fix sql_freeresult() error on author searches
* CHItA/ticket/13888:
[ticket/13888] Fix sql_freeresult() error on author searches
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13888
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/13823] Remove the unnecessary brackets
|
| |/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This changes the line with non-whitespace changes, so the packaging script
should correctly detect them as changed and put the file into the update.
PHPBB3-13823
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/sec-184] Fix tests
|
| |/ / / / /
| | | | |
| | | | |
| | | | | |
SECURITY-184
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/sec-184] Do not output passwords to HTML
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-184
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-184
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
SECURITY-184
|