| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14046] Jabber message incorrect | Scott Dutton | 2015-12-16 | 2 | -10/+9 |
| | | | | | | | | | When making a Jabber message, the page says the message has been sent when loading the page for the first time, This message should only be shown after the message has actually been sent PHPBB3-14046 | ||||
| * | [prep-release-3.1.5] Add migration for 3.1.5 | Joas Schilling | 2015-06-14 | 1 | -0/+31 |
| | | |||||
| * | [prep-release-3.1.5] Update version for final 3.1.5 release | Joas Schilling | 2015-06-14 | 4 | -4/+6 |
| | | |||||
| * | Merge branch 'ticket/13938' into prep-release-3.1.5 | Joas Schilling | 2015-06-14 | 4 | -18/+32 |
| |\ | |||||
| | * | [ticket/13938] Fix inconsistencies between <link> tags | cyberalien | 2015-06-14 | 1 | -9/+9 |
| | | | | | | | | | PHPBB3-13938 | ||||
| | * | [ticket/13938] Remove type and / from <link> elements | cyberalien | 2015-06-14 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-13938 | ||||
| | * | [ticket/13938] Change web font code in simple_header | cyberalien | 2015-06-14 | 1 | -1/+16 |
| | | | | | | | | | | | | | Apply ticket 13876 to simple_header.html PHPBB3-13938 | ||||
| | * | [ticket/13938] Remove link to print.css in simple_header.html | cyberalien | 2015-06-14 | 1 | -7/+6 |
| |/ | | | | | | | Remaining fixes for ticket 13873: remove link to print.css and remove type and media from other links. PHPBB3-13938 | ||||
| * | Merge pull request #3706 from marc1706/ticket/13942 | Joas Schilling | 2015-06-14 | 1 | -1/+1 |
| |\ | | | | | | | [ticket/13942] Check if path to language file contains language path | ||||
| | * | [ticket/13942] Check if path to language file contains language path | Marc Alexander | 2015-06-13 | 1 | -1/+1 |
| |/ | | | | PHPBB3-13942 | ||||
| * | Merge branch 'ticket/13939' into prep-release-3.1.5 | Joas Schilling | 2015-06-13 | 1 | -1/+1 |
| |\ | |||||
| | * | [ticket/13939] Check if loadingIndicator exists before accessing it | cyberalien | 2015-06-13 | 1 | -1/+1 |
| |/ | | | | PHPBB3-13939 | ||||
| * | Merge pull request #3699 from nickvergessen/ticket/13823 | Joas Schilling | 2015-06-10 | 1 | -5/+5 |
| |\ | | | | | | | [ticket/13823] Move the part of the query, so the update will get it … | ||||
| | * | [ticket/13823] Move the part of the query, so the update will get it correctly | Joas Schilling | 2015-06-09 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-13823 | ||||
| * | | Merge branch '3.0.x' into prep-release-3.1.5 | Joas Schilling | 2015-06-10 | 2 | -7/+7 |
| |\ \ | |/ |/| | |||||
| | * | Merge pull request #3700 from Nicofuma/ticket/13823 | Joas Schilling | 2015-06-10 | 2 | -7/+7 |
| | |\ | | | | | | | | | | [ticket/13823] Change diff options while packaging to not ignore all whitespaces | ||||
| | | * | [ticket/13823] Change diff options while packaging to not ignore all whitespaces | Tristan Darricau | 2015-06-10 | 2 | -7/+7 |
| | |/ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | [prep-release-3.1.5] Add changelog for 3.1.5-RC1 | Joas Schilling | 2015-06-09 | 1 | -0/+83 |
| | | | |||||
| * | | [prep-release-3.1.5] Add migration for 3.1.5-RC1 | Joas Schilling | 2015-06-09 | 1 | -0/+31 |
| | | | |||||
| * | | [prep-release-3.1.5] Update version to 3.1.5-RC1 | Joas Schilling | 2015-06-09 | 6 | -8/+8 |
| | | | |||||
| * | | Merge pull request #3551 from rxu/ticket/13779 | Joas Schilling | 2015-06-09 | 3 | -4/+214 |
| |\ \ | | | | | | | | | | [ticket/13779] Set new auth options to the role only if matching the role type | ||||
| | * | | [ticket/13779] Add permission set tests | rxu | 2015-06-06 | 2 | -0/+196 |
| | | | | | | | | | | | | | PHPBB3-13779 | ||||
| | * | | [ticket/13779] Set new auth options to the role only if matching the role type | rxu | 2015-04-26 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Merge pull request #3486 from brunoais/ticket/13693 | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13693] Allow modifying the MySQL author search query | ||||
| | * | | | [ticket/13693] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-13693 | ||||
| | * | | | [ticket/13693] Allow modifying the MySQL author search query | brunoais | 2015-03-12 | 1 | -0/+49 |
| | | | | | | | | | | | | | | | | | PHPBB3-13693 | ||||
| * | | | | Merge pull request #3485 from brunoais/ticket/13694 | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13694] Allow modifying the Postgres native author search query for results | ||||
| | * | | | | [ticket/13694] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13694 | ||||
| | * | | | | [ticket/13694] Allow modifying the Postgres native author search query | brunoais | 2015-03-12 | 1 | -0/+49 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-13694 | ||||
| * | | | | Merge pull request #3484 from brunoais/ticket/13691 | Marc Alexander | 2015-06-09 | 1 | -0/+43 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13691] Allow modifying the fulltext native search query for total results for author | ||||
| | * | | | | [ticket/13691] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13691 | ||||
| | * | | | | [ticket/13691] Allow changing query to search for posts by author in native | brunoais | 2015-03-12 | 1 | -0/+43 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-13691 | ||||
| * | | | | Merge pull request #3483 from brunoais/ticket/13686 | Marc Alexander | 2015-06-09 | 1 | -0/+62 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13686] Allow modify query used for counting in fulltext_native | ||||
| | * | | | | [ticket/13686] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13686 | ||||
| | * | | | | [ticket/13686] Allow modify query used for counting in fulltext_native | brunoais | 2015-03-12 | 1 | -0/+62 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-13686 | ||||
| * | | | | Merge pull request #3481 from brunoais/ticket/13689 | Marc Alexander | 2015-06-09 | 1 | -0/+49 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 | ||||
| | * | | | | [ticket/13689] BUMP version to 3.1.5-dev | brunoais | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13689 | ||||
| | * | | | | [ticket/13689] Allow modifying the query for postgres native fulltext search | brunoais | 2015-03-12 | 1 | -0/+49 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-13689 | ||||
| | * | | | [ticket/13685] Fix tests for fulltext search | brunoais | 2015-03-12 | 3 | -3/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-03-12 | 14 | -18/+50 |
| | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| * | | | | Merge pull request #3479 from brunoais/ticket/13685 | Marc Alexander | 2015-06-09 | 17 | -21/+105 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search | ||||
| | * | | | | [ticket/13685] phpBB, not PhpBB | brunoais | 2015-06-09 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | | [ticket/13685] This should take care of the rest | brunoais | 2015-06-08 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | | [ticket/13685] BUMP version to 3.1.5-dev | brunoais | 2015-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search | brunoais | 2015-06-07 | 1 | -0/+49 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | | [ticket/13685] Fix tests for fulltext search | brunoais | 2015-06-07 | 3 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| | * | | | | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-06-07 | 14 | -18/+50 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685 | ||||
| * | | | | | Merge branch '3.0.x' into 3.1.x | Marc Alexander | 2015-06-08 | 0 | -0/+0 |
| |\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| | * | | | | Merge pull request #3697 from Elsensee/ticket/13833-30x | Marc Alexander | 2015-06-08 | 2 | -2/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13833] Prevent flooding if type=submit doesn't exist | ||||
| * | \ \ \ \ | Merge pull request #3663 from Elsensee/ticket/13833 | Marc Alexander | 2015-06-08 | 2 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13833] Prevent flooding if type="submit" doesn't exist | ||||
