aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12987] Cleanup the services.yml fileTristan Darricau2014-10-0315-284/+313
* Merge pull request #3000 from rxu/ticket/13110Joas Schilling2014-10-021-0/+12
|\
| * [ticket/13110] Add core event to the page_footer() functionrxu2014-09-281-0/+12
* | Merge pull request #2947 from rxu/ticket/13059Joas Schilling2014-10-024-8/+56
|\ \
| * | [ticket/13059] Add core event to generate_page_link()rxu2014-10-014-8/+56
* | | Merge pull request #2999 from rxu/ticket/13108Joas Schilling2014-10-021-1/+29
|\ \ \
| * | | [ticket/13108] Add core event to the parse_attachments() functionrxu2014-10-011-1/+29
| | |/ | |/|
* | | Merge pull request #3004 from Senky/ticket/13116Joas Schilling2014-10-021-2/+2
|\ \ \
| * | | [ticket/13116] Interchange post and topic approval notificationJakub Senko2014-09-291-2/+2
* | | | Merge pull request #3012 from nickvergessen/ticket/13123Tristan Darricau2014-10-011-0/+106
|\ \ \ \
| * | | | [ticket/13123] Add events to allow modifying post dataJoas Schilling2014-10-011-0/+106
| |/ / /
* | | | Merge pull request #3015 from nickvergessen/ticket/13119Marc Alexander2014-10-011-0/+16
|\ \ \ \
| * | | | [ticket/13119] Add another event which is triggered independent from actionsJoas Schilling2014-10-011-0/+16
|/ / / /
* | | | [ticket/11224] Revert "Merge pull request #2460 from Nicofuma/ticket/11224"Joas Schilling2014-10-014-286/+2
* | | | Merge pull request #3013 from VSEphpbb/ticket/13121Joas Schilling2014-10-013-23/+51
|\ \ \ \
| * | | | [ticket/13121] Fix migration fileMatt Friedman2014-10-011-3/+3
| * | | | [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-013-23/+51
* | | | | Merge pull request #2460 from Nicofuma/ticket/11224Joas Schilling2014-10-014-2/+286
|\ \ \ \ \
| * | | | | [ticket/11224] Adds a test caseTristan Darricau2014-09-241-0/+16
| * | | | | [ticket/11224] Remove new line in acm_memory.phpTristan Darricau2014-05-151-1/+1
| * | | | | [ticket/11224] Use assertNotEquals(false) instead of assertNotFalse()Tristan Darricau2014-05-151-1/+1
| * | | | | [ticket/11224] Fix coding styleTristan Darricau2014-05-151-2/+2
| * | | | | [ticket/11224] Add unit testTristan Darricau2014-05-153-0/+256
| * | | | | [ticket/11224] Fix the blank line after ?>Tristan Darricau2014-05-141-1/+1
| * | | | | [ticket/11224] Fix returned dataTristan Darricau2014-05-141-2/+2
| * | | | | [ticket/11224] SQL cache destroy does not destroy queries to tables joinedTristan Darricau2014-05-141-3/+15
* | | | | | Merge pull request #2545 from ptitlazy/ticket/12657Joas Schilling2014-10-012-2/+97
|\ \ \ \ \ \
| * | | | | | [ticket/12657] Fix unit testsTristan Darricau2014-09-241-1/+2
| * | | | | | [ticket/12657] Fix the order of the parameters for the constructorTristan Darricau2014-09-191-1/+1
| * | | | | | [ticket/12657] The test does not need to depend on the databaseTristan Darricau2014-09-192-17/+2
| * | | | | | [ticket/12657] Remove unused global variablesLEZY Thomas2014-09-191-2/+0
| * | | | | | [ticket/12657] Fix name temporary directory used by test fileLEZY Thomas2014-09-191-1/+1
| * | | | | | [ticket/12657] Add a test file for base caseLEZY Thomas2014-09-193-2/+113
* | | | | | | Merge pull request #2888 from Nicofuma/ticket/12993Joas Schilling2014-10-017-42/+105
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12993] Update doc blockTristan Darricau2014-09-241-1/+1
| * | | | | | | [ticket/12993] Return an array instead of reference passingTristan Darricau2014-08-197-36/+60
| * | | | | | | [ticket/12993] Fix includes of functions_displayTristan Darricau2014-08-194-4/+10
| * | | | | | | [ticket/12993] Rename to phpbb_get_user_rankTristan Darricau2014-08-187-12/+29
| * | | | | | | [ticket/12993] Fix user_loader and memberlistTristan Darricau2014-08-182-2/+2
| * | | | | | | [ticket/12993] Improve get_user_ranksForumhulp.com2014-08-185-15/+31
* | | | | | | | Merge branch 'ticket/12985' into develop-ascraeusJoas Schilling2014-10-011-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/12985] Add core.login_box_redirectdavid632014-10-011-1/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2978 from blitze/ticket/13071Joas Schilling2014-10-011-48/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13071] Only use total_match_count after event dispatcherblitze2014-09-211-48/+48
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #2979 from blitze/ticket/13072Joas Schilling2014-10-011-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13072] Added '@changed 3.1.0-RC5 Added total_match_count'blitze2014-09-241-0/+1
| * | | | | | | | [ticket/13072] Add total_match_count to core.search_get_topic_data eventblitze2014-09-211-1/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #2998 from rxu/ticket/13107Joas Schilling2014-10-013-0/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13107] Add template events to forum row in forumlist_body.htmlrxu2014-09-273-0/+40
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/13119' into develop-ascraeusCesar G2014-10-012-38/+155
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |