aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13130] Updates dependencies to Symfony 2.5Tristan Darricau2014-10-042-124/+136
| | | | PHPBB3-13130
* Merge branch 'develop-ascraeus' into developAndreas Fischer2014-10-041-1/+1
|\ | | | | | | | | * develop-ascraeus: [ticket/13125] $user->browser to $browser
| * Merge pull request #3018 from Senky/ticket/13125Andreas Fischer2014-10-041-1/+1
| |\ | | | | | | | | | | | | | | | | | | [ticket/13125] Uploaded avatars are not displayed * Senky/ticket/13125: [ticket/13125] $user->browser to $browser
| | * [ticket/13125] $user->browser to $browserJakub Senko2014-10-021-1/+1
| | | | | | | | | | | | PHPBB3-13125
* | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-021-0/+12
|\ \ \ | |/ /
| * | Merge pull request #3000 from rxu/ticket/13110Joas Schilling2014-10-021-0/+12
| |\ \ | | | | | | | | | | | | [ticket/13110] Add core event to the page_footer() function
| | * | [ticket/13110] Add core event to the page_footer() functionrxu2014-09-281-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the page_footer() in includes/functions.php to allow extensions handling overall page output before its displaying. PHPBB3-13110
* | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-022-4/+43
|\ \ \ \ | |/ / /
| * | | Merge pull request #2947 from rxu/ticket/13059Joas Schilling2014-10-022-4/+43
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13059] Add core event to generate_page_link()
| | * | | [ticket/13059] Add core event to generate_page_link()rxu2014-10-012-4/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to generate_page_link() to allow overriding/modifying pagination URLs. Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905 PHPBB3-13059
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-021-1/+29
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #2999 from rxu/ticket/13108Joas Schilling2014-10-021-1/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13108] Add core event to the parse_attachments() function
| | * | | | [ticket/13108] Add core event to the parse_attachments() functionrxu2014-10-011-1/+29
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the parse_attachments() function in functions_content.php to allow modifying/adding attachment template data. PHPBB3-13108
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-021-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3004 from Senky/ticket/13116Joas Schilling2014-10-021-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | [ticket/13116] Topic and post approval notifications got interchanged
| | * | | [ticket/13116] Interchange post and topic approval notificationJakub Senko2014-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13116
* | | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-10-011-0/+106
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/13123] Add events to allow modifying post data
| * | | | Merge pull request #3012 from nickvergessen/ticket/13123Tristan Darricau2014-10-011-0/+106
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13123] Add events to allow modifying post data * nickvergessen/ticket/13123: [ticket/13123] Add events to allow modifying post data
| | * | | | [ticket/13123] Add events to allow modifying post dataJoas Schilling2014-10-011-0/+106
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-13123
* | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-10-011-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/13119] Add another event which is triggered independent from actionsJoas Schilling2014-10-011-0/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-13119
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-14/+2
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/11224] Revert "Merge pull request #2460 from Nicofuma/ticket/11224"Joas Schilling2014-10-011-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d26436944173d1fa28a1abd96bca861381246860, reversing changes made to 75fcfb1c1d68f1632e7beae3f59699ddff8e5292. PHPBB3-11224
* | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-013-23/+51
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3013 from VSEphpbb/ticket/13121Joas Schilling2014-10-013-23/+51
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13121] Remove cache mode from style management module
| | * | | | [ticket/13121] Fix migration fileMatt Friedman2014-10-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13121
| | * | | | [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-013-23/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121
* | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-2/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #2460 from Nicofuma/ticket/11224Joas Schilling2014-10-011-2/+14
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joined
| | * | | | | [ticket/11224] Remove new line in acm_memory.phpTristan Darricau2014-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11224
| | * | | | | [ticket/11224] Fix coding styleTristan Darricau2014-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11224
| | * | | | | [ticket/11224] Fix the blank line after ?>Tristan Darricau2014-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11224
| | * | | | | [ticket/11224] Fix returned dataTristan Darricau2014-05-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11224
| | * | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joinedTristan Darricau2014-05-141-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-11224 PHPBB3-11224
* | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #2545 from ptitlazy/ticket/12657Joas Schilling2014-10-011-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12657] Add a test file for base case of command cache:purge
| | * | | | | | [ticket/12657] Add a test file for base caseLEZY Thomas2014-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12657
* | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-017-42/+105
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-017-42/+105
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12993] Improve get_user_ranks
| | * | | | | | | [ticket/12993] Update doc blockTristan Darricau2014-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12993
| | * | | | | | | [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-197-36/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12993
| | * | | | | | | [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-194-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12993
| | * | | | | | | [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-187-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12993
| | * | | | | | | [ticket/12993] Fix user_loader and memberlistTristan Darricau2014-08-182-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12993
| | * | | | | | | [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-185-15/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051 PHPBB3-12993
* | | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-1/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'ticket/12985' into develop-ascraeusJoas Schilling2014-10-011-1/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [ticket/12985] Add core.login_box_redirectdavid632014-10-011-1/+13
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.login_box_redirect core event to allow extensions to redirect a user to a specific page when logging in. PHPBB3-12985
* | | | | | | | | Merge branch 'develop-ascraeus' into developJoas Schilling2014-10-011-48/+48
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #2978 from blitze/ticket/13071Joas Schilling2014-10-011-48/+48
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13071] Only use total_match_count after event dispatcher