aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | [ticket/11306] Add docblocks to all container related functionsIgor Wiedler2013-01-021-0/+41
* | | | | | [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-024-36/+19
* | | | | | Merge remote-tracking branch 'p/ticket/11037' into developAndreas Fischer2012-12-312-42/+71
|\ \ \ \ \ \
| * | | | | | [ticket/11037] Update services.yml.Oleg Pudeyev2012-12-261-0/+4
| * | | | | | [ticket/11037] Add/update docblocks.Oleg Pudeyev2012-12-261-0/+33
| * | | | | | [ticket/11037] Eliminate globals from cache service.Oleg Pudeyev2012-12-241-42/+34
* | | | | | | Merge remote-tracking branch 'p/ticket/11188' into developAndreas Fischer2012-12-311-5/+48
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11188] Reduce waste.Oleg Pudeyev2012-12-301-6/+8
| * | | | | | | [ticket/11188] add result count query for author searchDhruv2012-12-301-1/+33
| * | | | | | | [ticket/11188] add count query to postgres searchDhruv2012-12-301-1/+10
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2012-12-311-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | [ticket/11293] Add a note that mysqli should be in front of mysql.Oleg Pudeyev2012-12-251-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge PR #1130 branch 'EXreaction/ticket/11259' into developOleg Pudeyev2012-12-2919-49/+63
|\ \ \ \ \ \
| * | | | | | [ticket/11259] htmlspecialchars($phpbb_admin_path)Nathan Guse2012-12-105-22/+22
| * | | | | | [ticket/11259] adm_relative_path -> phpbb_adm_relative_pathNathan Guse2012-12-096-16/+16
| * | | | | | [ticket/11259] Also make adm_relative_path available in the containerNathan Guse2012-12-091-0/+1
| * | | | | | [ticket/11259] Make phpbb_admin_path available everywhereNathan Guse2012-12-0916-32/+45
* | | | | | | Merge remote-tracking branch 'p/ticket/10758' into developAndreas Fischer2012-12-258-48/+102
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/10758] Add return to the other compat function.Oleg Pudeyev2012-12-241-1/+1
| * | | | | | [ticket/10758] Add periods.Oleg Pudeyev2012-12-221-2/+2
| * | | | | | [ticket/10758] Yes, only one empty line.Oleg Pudeyev2012-12-221-1/+0
| * | | | | | [ticket/10758] Add deprecated tags.Oleg Pudeyev2012-12-201-0/+2
| * | | | | | [ticket/10758] Add compat functions.Oleg Pudeyev2012-12-201-0/+27
| * | | | | | [ticket/10758] Extract obtain_user_data for the benefit of tests.Oleg Pudeyev2012-12-192-6/+21
| * | | | | | [ticket/10758] Spelling fix.Oleg Pudeyev2012-12-151-1/+1
| * | | | | | [ticket/10758] Dependency inject parameters into update_foes.Oleg Pudeyev2012-12-153-8/+12
| * | | | | | [ticket/10758] Dependency inject parameters into cache_moderators.Oleg Pudeyev2012-12-157-33/+40
* | | | | | | Merge PR #1152 branch 'develop-olympus' into developOleg Pudeyev2012-12-221-17/+30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge PR #1152 branch 'nickvergessen/ticket/11278' into develop-olympusOleg Pudeyev2012-12-221-17/+30
| |\ \ \ \ \ \
| | * | | | | | [ticket/11278] Comment out the code for dropping the Q&A tablesJoas Schilling2012-12-211-6/+20
| | * | | | | | [ticket/11278] Fix not running queries from db tools in database updateJoas Schilling2012-12-191-13/+12
* | | | | | | | Merge remote-tracking branch 'p/ticket/11248' into developAndreas Fischer2012-12-222-1742/+1772
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11248] Convert line endings to LF - develop edition.Oleg Pudeyev2012-12-072-1742/+1772
* | | | | | | | | Merge remote-tracking branch 'p/ticket/11037' into developAndreas Fischer2012-12-2213-20/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/11037] Eliminate global $db usage in cache drivers.Oleg Pudeyev2012-12-2013-20/+17
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/11277' into developAndreas Fischer2012-12-211-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/11277] Correctly remove user_dst column on database updateJoas Schilling2012-12-211-1/+5
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | [ticket/11287] Add template event naming to docs/coding-guidelines.htmlDavid King2012-12-201-0/+52
* | | | | | | | | Merge PR #1148 branch 'imkingdavid/feature/events' into developOleg Pudeyev2012-12-2025-10/+183
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [feature/events] Fix improperly named event in documentationDavid King2012-12-201-2/+4
| * | | | | | | | | [feature/events] Fix alphabetization of eventsDavid King2012-12-201-4/+4
| * | | | | | | | | [feature/events] Put events in alphabetical orderDavid King2012-12-201-23/+23
| * | | | | | | | | [feature/events] Make EVENTS.md lowercaseDavid King2012-12-201-0/+0
| * | | | | | | | | [feature/events] Use ` to escape HTML tags in markdownDavid King2012-12-171-7/+7
| * | | | | | | | | [feature/events] Remove HTML tags from markdown so they don't get parsedDavid King2012-12-171-7/+7
| * | | | | | | | | [feature/events] Remove extraneous spaceDavid King2012-12-171-1/+1
| * | | | | | | | | [feature/events] Add markdown template event documentation fileDavid King2012-12-171-0/+130
| * | | | | | | | | [feature/events] forumlist_body_last_post_title_after -> _prepend (subsilver2)David King2012-12-171-1/+1
| * | | | | | | | | [feature/events] Fix overall_footer_end -> overall_footer_after (subsilver2)David King2012-12-171-1/+1
| * | | | | | | | | [feature/events] Fix typo in event nameDavid King2012-12-171-1/+1