aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/13041] Final grammar and language changes to help_faqMatt Friedman2014-10-211-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Added multiple changesMario Skouat2014-10-181-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Improper english in some sentences. - Improper use of singular/plural in some sentences - Replace "the board administrator" by "a board administrator" - Update the category "Posting Issues" and "Subscriptions and Bookmarks" PHPBB3-13041
| * | | | | [ticket/13041] Added multiple changesMario Skouat2014-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added the changes reported by VSE. PHPBB3-13041
| * | | | | [ticket/13041] Added multiple changesMario Skouat2014-10-081-21/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - "phpBB3" replaced by "phpBB" - Added the changes suggested by VSE. - "Subscriptions and Bookmarks" reviewed - Added trailing comma on modified lines PHPBB3-13041
| * | | | | [ticket/13041] Updating "Topic Subscriptions and Bookmarks"Mario Skouat2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Updating "phpBB3 Issues"Mario Skouat2014-10-021-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Updating "Searching the Forums"Mario Skouat2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Updating "Posting Issues"Mario Skouat2014-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Updating "Login and Registration Issues"Mario Skouat2014-10-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Updating "User Preferences and settings"Mario Skouat2014-10-011-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
| * | | | | [ticket/13041] Reordering "Login and Registration Issues"Mario Skouat2014-09-211-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13041
* | | | | | Merge pull request #3049 from marc1706/ticket/13189Nils Adermann2014-10-212-26/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/13189] Do not use confirm box for marking all notifications read
| * | | | | | [ticket/13189] Do not use confirm box for marking all notifications readMarc Alexander2014-10-202-26/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already use a token for preventing CSRF when marking notifications read. Making a user confirm the marking read action serves no real purpose. No information will be lost by just marking the notifications read but it will prevent users from always having to confirm this action. PHPBB3-13189
* | | | | | | Merge pull request #3050 from prototech/ticket/13070Marc Alexander2014-10-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/13070] Adjust template hook name to match that provided in the class.
| * | | | | | [ticket/13070] Adjust template hook name to match that provided in the class.Cesar G2014-10-201-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13070
* | | | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-10-201-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * develop-olympus: [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
| * | | | | Merge pull request #3047 from Elsensee/ticket/13168Andreas Fischer2014-10-201-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility * Elsensee/ticket/13168: [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
| | * | | | | [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibilityOliver Schramm2014-10-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13168
* | | | | | | Merge pull request #3040 from nickvergessen/ticket/13138-ascJoas Schilling2014-10-203-15/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3.1] Ticket/13138 Only use cookie data when we do not force a user_id Conflicts: phpBB/phpbb/session.php
| * | | | | | | [ticket/13138] Type hint the variables for IDE usageJoas Schilling2014-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13138
| * | | | | | | [ticket/13138] Fix the session key testsJoas Schilling2014-10-171-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13138
| * | | | | | | Merge branch 'ticket/13138-2' into ticket/13138-ascJoas Schilling2014-10-161-26/+29
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/session.php
* | \ \ \ \ \ \ \ Merge pull request #3048 from naderman/ticket/13188Nils Adermann2014-10-201-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/13188] Add missing where clause to post_id query in sphinx index
| * | | | | | | | | [ticket/13188] Correctly format string concatenationNils Adermann2014-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13188
| * | | | | | | | | [ticket/13188] Add missing where clause to post_id query in sphinx indexNils Adermann2014-10-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13188
* | | | | | | | | | Merge branch 'develop-olympus' into develop-ascraeusNils Adermann2014-10-201-26/+29
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13138] Do not use cookie data and autologin while forcing a user_id Conflicts: phpBB/phpbb/session.php
| * | | | | | | | | Merge pull request #3039 from nickvergessen/ticket/13138Nils Adermann2014-10-201-28/+31
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | | [ticket/13138] Only use cookie data when we do not force a user_id
| | * | | | | | | [ticket/13138] Do not use cookie data and autologin while forcing a user_idJoas Schilling2014-10-161-28/+31
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13138
* | | | | | | | Merge pull request #3046 from Elsensee/ticket/13187Joas Schilling2014-10-201-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13187] Fix HTML validity of INSTALL.html
| * | | | | | | | [ticket/13187] Fix HTML validity of INSTALL.htmlOliver Schramm2014-10-201-1/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13187
* | | | | | | | Merge pull request #2960 from prototech/ticket/12568Joas Schilling2014-10-204-46/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12568] Update user docs
| * | | | | | | | [ticket/12568] Fix awkward use of "phpBB Limited."Cesar G2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] The "Purge cache" option in the Customise tab no longer exists.Cesar G2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Update GitHub link.Cesar G2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Fix typo - "directorie" -> "directories"Cesar G2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Remove various unnecessary references to phpBB3.Cesar G2014-10-164-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Update style installation instructions.Cesar G2014-10-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Update path to language pack installation page.Cesar G2014-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
| * | | | | | | | [ticket/12568] Replace modifications explanation with extensions.Cesar G2014-10-161-6/+6
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12568
* | | | | | | | Merge pull request #3045 from Elsensee/ticket/13186Joas Schilling2014-10-201-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13186] Don't show link on post count when search disabled
| * | | | | | | | [ticket/13186] Don't show link on post count when search disabledOliver Schramm2014-10-201-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13186
* | | | | | | | Merge pull request #3030 from Senky/ticket/13164Marc Alexander2014-10-181-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13164] data sent to core.submit_post_end event does not include fresh post_visibility
| * | | | | | | | [ticket/13164] Fix syntax errorJakub Senko2014-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13164
| * | | | | | | | [ticket/13164] Add post_visibility to core.submit_post_end eventJakub Senko2014-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13164
| * | | | | | | | [ticket/13164] Update post_visibility before event is triggeredJakub Senko2014-10-101-0/+2
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13164
* | | | | | | | Merge pull request #3041 from nickvergessen/ticket/13171Marc Alexander2014-10-181-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13171] Check the correct (soft)delete permission when deleting in MCP
| * | | | | | | | [ticket/13171] Check the correct (soft)delete permission when deleting in MCPJoas Schilling2014-10-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13171
* | | | | | | | | Merge pull request #3042 from naderman/ticket/13181Dhruv Goel2014-10-192-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | [ticket/13181] Replace database credentials with placeholders in sphinx conf
| * | | | | | | | [ticket/13181] Replace database credentials with placeholders in sphinx confNils Adermann2014-10-182-3/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13181
* | | | | | | | Merge remote-tracking branch 'PayBas/ticket/12796' into develop-ascraeusCesar G2014-10-165-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12796: [ticket/12796] Use dedicated lang vars [ticket/12796] Use & in path [ticket/12796] Add view own profile to UCP (and vice versa)