aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | [ticket/12858] Remove hardcoded language entries from timezone selectsMarc Alexander2014-09-174-44/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | | | [ticket/12858] Use UTC for time info in footer and hide offset if it's 0Marc Alexander2014-09-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | | | [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-177-19/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
* | | | | | | | | | | | | | | Merge pull request #2954 from rxu/ticket/13055Joas Schilling2014-09-244-2/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13055] Fix string profile fields validation to support unicode
| * | | | | | | | | | | | | | | [ticket/13055] Add string profile fields validation options to support unicoderxu2014-09-184-2/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13055
* | | | | | | | | | | | | | | | Merge pull request #2983 from Senky/ticket/13094Joas Schilling2014-09-241-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13094] Remove the search box if there are no new posts to search for
| * | | | | | | | | | | | | | | [ticket/13094] Condition search properlyJakub Senko2014-09-221-4/+4
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13094
* | | | | | | | | | | | | | | Merge pull request #2988 from prototech/ticket/13011Andreas Fischer2014-09-231-4/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars. * prototech/ticket/13011: [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars.
| * | | | | | | | | | | | | | | [ticket/13011] Do not apply bbcode to whole text when selecting first 2 chars.Cesar G2014-09-231-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13011
* | | | | | | | | | | | | | | | Merge pull request #2985 from nickvergessen/ticket/13048Andreas Fischer2014-09-231-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13048] Only do not update the session page for ajax requests * nickvergessen/ticket/13048: [ticket/13048] Only do not update the session page for ajax requests
| * | | | | | | | | | | | | | | | [ticket/13048] Only do not update the session page for ajax requestsJoas Schilling2014-09-231-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The session time still needs to be updated, so e.g. long upload times with PLupload stop the session from timing out. PHPBB3-13048
* | | | | | | | | | | | | | | | | Merge pull request #2982 from marc1706/ticket/13070Andreas Fischer2014-09-231-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13070] Use old 'template' class for template class hook * marc1706/ticket/13070: [ticket/13070] Use old 'template' class for template class hook
| * | | | | | | | | | | | | | | | [ticket/13070] Use old 'template' class for template class hookMarc Alexander2014-09-221-3/+3
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13070
* | | | | | | | | | | | | | | | Merge remote-tracking branch 'hanakin/ticket/12889' into develop-ascraeusCesar G2014-09-231-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hanakin/ticket/12889: [ticket/12889] Fix multiple select lists
| * | | | | | | | | | | | | | | | [ticket/12889] Fix multiple select listshanakin2014-09-231-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12889
* | | | | | | | | | | | | | | | Merge remote-tracking branch 'Senky/ticket/13082' into develop-ascraeusCesar G2014-09-232-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Senky/ticket/13082: [ticket/13082] Repair fix [ticket/13082] Join classes [ticket/13082] move style to css file [ticket/13082] Replace float by text-align
| * | | | | | | | | | | | | | | | [ticket/13082] Repair fixJakub Senko2014-09-212-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13082
| * | | | | | | | | | | | | | | | [ticket/13082] Join classesJakub Senko2014-09-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13082
| * | | | | | | | | | | | | | | | [ticket/13082] move style to css fileJakub Senko2014-09-202-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13082
| * | | | | | | | | | | | | | | | [ticket/13082] Replace float by text-alignJakub Senko2014-09-201-1/+1
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13082
* | | | | | | | | | | | | | | | [ticket/13097] Add missing unit typehanakin2014-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13097
* | | | | | | | | | | | | | | | Merge pull request #2937 from Senky/ticket/13027Joas Schilling2014-09-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13027] PM folder full percentage could be a bit more accurate
| * | | | | | | | | | | | | | | [ticket/13027] round to floorJakub Senko2014-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13027
* | | | | | | | | | | | | | | | Merge pull request #2974 from hanakin/ticket/13080Joas Schilling2014-09-231-14/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Ticket/13080] Fix text overflow issue in mobile
| * | | | | | | | | | | | | | | | [ticket/13080] Fix mediaqueries formatinghanakin2014-09-201-14/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | open { are should not to be on new lines for media queries per spec, causes code highlight issues in reputible code editors PHPBB3-13080
| * | | | | | | | | | | | | | | | [ticket/13080] Remove nowrap from dd in responsivehanakin2014-09-201-0/+4
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13080
* | | | | | | | | | | | | | | | Merge pull request #2984 from nickvergessen/ticket/10729-ascMarc Alexander2014-09-231-9/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [3.1][ticket/10729] Update editor information when user being deleted
| * | | | | | | | | | | | | | | Merge branch 'ticket/10729' into ticket/10729-ascJoas Schilling2014-09-231-4/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php
| | * | | | | | | | | | | | | | [ticket/10729] Fix doc block for user_deleteJoas Schilling2014-09-221-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729
| * | | | | | | | | | | | | | | [ticket/10729] Update *_delete_user when user being deletedOliver Schramm2014-07-181-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729
| * | | | | | | | | | | | | | | Merge branch 'ticket/10729' into ticket/10729-2Oliver Schramm2014-07-181-5/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/includes/functions_user.php
| | * | | | | | | | | | | | | | [ticket/10729] Update message_edit_user when user being deletedOliver Schramm2014-07-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729
| | * | | | | | | | | | | | | | [ticket/10729] Update post_edit_user when user being deletedOliver Schramm2014-07-171-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10729
* | | | | | | | | | | | | | | | Merge pull request #2963 from Senky/ticket/13045Dhruv Goel2014-09-219-13/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13045] Remove Pragma headers
| * | | | | | | | | | | | | | | | [ticket/13045] Remove Pragma headersJakub Senko2014-09-179-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13045
* | | | | | | | | | | | | | | | | [ticket/13085] Fix typo in oauth.phpn-aleha2014-09-211-1/+1
| |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13085
* | | | | | | | | | | | | | | | [prep-release-3.1.0-RC4] Update phpBB Version for RC4 developmentJoas Schilling2014-09-202-2/+2
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [prep-release-3.1.0-RC4] Add changelog for 3.1.0-RC4Joas Schilling2014-09-191-1/+89
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [prep-release-3.1.0-RC4] Prepare ChangelogJoas Schilling2014-09-191-31/+34
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [prep-release-3.1.0-RC4] Add migration for 3.1.0-RC4Joas Schilling2014-09-191-0/+32
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [prep-release-3.1.0-RC4] Update version to 3.1.0-RC4Joas Schilling2014-09-195-7/+7
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #2969 from marc1706/ticket/13073Joas Schilling2014-09-192-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13073] Correctly generate routes from subfolders like /adm * marc1706/ticket/13073: [ticket/13073] Remove _test suffix from common test class [ticket/13073] Switch $input with $expected and add paths with letters [ticket/13073] Use abstract class for controller helper route tests [ticket/13073] Add path regex to get_preg_expression() and add unit tests [ticket/13073] Use just one regex in helper route() [ticket/13073] Properly place comments in helper [ticket/13073] Use correct class names in test files [ticket/13073] Rework route tests and add tests for more directory types [ticket/13073] Test that routes from subfolders like /adm work [ticket/13073] Add tests for routes from adm pages [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routes
| * | | | | | | | | | | | | | | [ticket/13073] Add path regex to get_preg_expression() and add unit testsMarc Alexander2014-09-192-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We're now calling get_preg_expression() instead of hardcoding the regex into the helper route method. PHPBB3-13073
| * | | | | | | | | | | | | | | [ticket/13073] Use just one regex in helper route()Marc Alexander2014-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13073
| * | | | | | | | | | | | | | | [ticket/13073] Properly place comments in helperMarc Alexander2014-09-191-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13073
| * | | | | | | | | | | | | | | [ticket/13073] Add phpbb root path with mod rewrite enabled for proper routesMarc Alexander2014-09-181-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13073
* | | | | | | | | | | | | | | | [ticket/13062] Fix name of "ORDER_BY" key in SQL arrayJoas Schilling2014-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13062
* | | | | | | | | | | | | | | | Merge pull request #2952 from rxu/ticket/13066Joas Schilling2014-09-191-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13066] Add search results core event to modify search title * rxu/ticket/13066: [ticket/13066] Add search results core event to modify search title
| * | | | | | | | | | | | | | | | [ticket/13066] Add search results core event to modify search titlerxu2014-09-141-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13066
* | | | | | | | | | | | | | | | | [ticket/12598] Fix sir typohanakin2014-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12598