aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | [ticket/13113] Updates the base url only when the front-end isn't app.phpTristan Darricau2014-09-283-103/+148
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13113
* | | | | | | | | | | | Merge pull request #2996 from Senky/ticket/13104Joas Schilling2014-09-251-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13104] Responsive tabs display bug in IE11
| * | | | | | | | | | | | [ticket/13104] inline-block -> blockJakub Senko2014-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13104
* | | | | | | | | | | | | Merge pull request #2995 from nickvergessen/ticket/13105Andreas Fischer2014-09-252-20/+91
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13105] Future relative dates are always displayed as "Tomorrow" * nickvergessen/ticket/13105: [ticket/13105] Do not display future dates 2+ days ahead as "tomorrow" [ticket/13105] Add a test for relative dates
| * | | | | | | | | | | | | [ticket/13105] Do not display future dates 2+ days ahead as "tomorrow"Joas Schilling2014-09-251-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13105
| * | | | | | | | | | | | | [ticket/13105] Add a test for relative datesJoas Schilling2014-09-251-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13105
* | | | | | | | | | | | | | Merge pull request #2997 from Senky/ticket/13106Andreas Fischer2014-09-251-67/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13106] Remove the \phpbb\di\pass\kernel_pass class * Senky/ticket/13106: [ticket/13106] Remove \phpbb\di\pass\kernel_pass.php
| * | | | | | | | | | | | | [ticket/13106] Remove \phpbb\di\pass\kernel_pass.phpJakub Senko2014-09-251-67/+0
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13106
* | | | | | | | | | | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13086] String replaces 50 with 20 Conflicts: phpBB/language/en/acp/email.php
| * | | | | | | | | | | | Merge pull request #2994 from Skouat/ticket/13086-olympusAndreas Fischer2014-09-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13086] Update ACP_MASS_EMAIL_EXPLAIN language key * Skouat/ticket/13086-olympus: [ticket/13086] String replaces 50 with 20
| | * | | | | | | | | | | | [ticket/13086] String replaces 50 with 20Mario Skouat2014-09-241-1/+1
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13086
* | | | | | | | | | | | | Merge pull request #2993 from nickvergessen/ticket/13087Marc Alexander2014-09-241-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13087] Correctly link to user profile when contact field has no URL
| * | | | | | | | | | | | [ticket/13087] Correctly link to user profile when contact field has no URLJoas Schilling2014-09-241-1/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken by 975c5655f0e9b65b7de3f2b832f1ef660a473832 PHPBB3-13087
* | | | | | | | | | | | Merge pull request #2844 from marc1706/ticket/12858Joas Schilling2014-09-2411-72/+110
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC
| * | | | | | | | | | | | [ticket/12858] Properly format UTC offset in footerMarc Alexander2014-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | [ticket/12858] Directly return and use timezone selectsMarc Alexander2014-09-175-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | [ticket/12858] Rename tz_ prefixed block variables to timezone_ prefixMarc Alexander2014-09-174-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | [ticket/12858] Fix timezone select display in subsilver2Marc Alexander2014-09-171-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | [ticket/12858] Fix timezone display on acp users pageMarc Alexander2014-09-172-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | | | | | | | | | [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-245-2/+157
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13055] Fix string profile fields validation to support unicode
| * | | | | | | | | | | | | [ticket/13055] Add UTF-8 string tests for profile fields validation optionsrxu2014-09-191-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13055
| * | | | | | | | | | | | | [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 branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-09-230-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | / / / / / / / / / | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13096] Add phpbb_ prefix to ldap_escape() Conflicts: phpBB/includes/auth/auth_ldap.php
| * | | | | | | | | | | | | Merge pull request #2989 from Senky/ticket/13096Andreas Fischer2014-09-231-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13096] ldap_escape() added to PHP 5.6.0 * Senky/ticket/13096: [ticket/13096] Add phpbb_ prefix to ldap_escape()
| | * | | | | | | | | | | | | [ticket/13096] Add phpbb_ prefix to ldap_escape()Jakub Senko2014-09-231-2/+2
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13096
* | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | Merge remote-tracking branch 'hanakin/ticket/13097' into develop-ascraeusCesar G2014-09-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hanakin/ticket/13097: [ticket/13097] Add missing unit type
| * | | | | | | | | | | | | | [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