aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13107] Add template events to forum row in forumlist_body.htmlrxu2014-09-273-0/+40
| | | | PHPBB3-13107
* 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-251-18/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | [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/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
| * | [ticket/13086] String replaces 50 with 20Mario Skouat2014-09-241-1/+1
| | | | | | | | | | | | PHPBB3-13086
| * | [ticket/13096] Add phpbb_ prefix to ldap_escape()Jakub Senko2014-09-231-2/+2
| | | | | | | | | | | | PHPBB3-13096
| * | Merge pull request #2981 from nickvergessen/ticket/10729Marc Alexander2014-09-231-8/+20
| |\ \ | | | | | | | | | | | | Ticket/10729 Update editor information when user being deleted
| * \ \ Merge pull request #2350 from Nicofuma/ticket/11480Joas Schilling2014-08-011-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11480] PM : "Unknown folder" returned when inbox folder is full * Nicofuma/ticket/11480: [ticket/11480] Move the test into get_folder() [ticket/11480] Fix the double spaces in phpbb_functional_test_case [ticket/11480] Fix typos [ticket/11480] Add functionnal test [ticket/11480] PM : "Unknown folder" returned when inbox folder is full
* | | | | [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-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