aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [ticket/11786] s/@return void/@return null in content_visibility.phprechosen2013-08-131-3/+3
| * | | | | | [ticket/11786] Fix typo and ugly English in the notification system PHPDocrechosen2013-08-132-2/+2
* | | | | | | Merge pull request #1746 from EXreaction/ticket/11882David King2013-10-032-1/+6
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11882] If dependency is incorrect/unfulfillable, throw an errorNathan2013-10-021-0/+5
| * | | | | | | [ticket/11882] Incorrect dependency in signature module auth migrationNathan2013-10-021-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1726 from EXreaction/ticket/11850David King2013-10-031-5/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11850Nathan Guse2013-09-30258-1321/+1895
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | [ticket/11850] page_name contains controller request rather than query stringNathan Guse2013-09-171-5/+6
| * | | | | | [ticket/11850] Fix $user->page on pages through the controllerNathan Guse2013-09-171-5/+14
| | |_|/ / / | |/| | | |
* | | | | | Merge remote-tracking branch 'nickvergessen/ticket/11691' into developDhruv2013-10-023-18/+62
|\ \ \ \ \ \
| * | | | | | [ticket/11691] Fix table names and arguments/docsJoas Schilling2013-09-261-8/+8
| * | | | | | [ticket/11691] Move purge code into new functionJoas Schilling2013-09-261-7/+7
| * | | | | | [ticket/11691] Fix typo in commentJoas Schilling2013-09-261-1/+1
| * | | | | | [ticket/11691] Add order by to the queryJoas Schilling2013-09-261-1/+2
| * | | | | | [ticket/11691] Fix some minor commentsJoas Schilling2013-09-261-4/+3
| * | | | | | [ticket/11691] Fix some more problems with softdelete updateJoas Schilling2013-09-261-4/+9
| * | | | | | [ticket/11691] Change detection of effectively_installed()Joas Schilling2013-09-261-1/+3
| * | | | | | [ticket/11691] Stagger user notification reconversion even moreJoas Schilling2013-09-261-7/+24
| * | | | | | [ticket/11691] Stagger the convertion of soft delete updatesJoas Schilling2013-09-261-3/+23
* | | | | | | [ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modulesNathan Guse2013-10-021-2/+2
| |_|/ / / / |/| | | | |
* | | | | | [ticket/11852] Add class fileJoas Schilling2013-09-271-0/+175
* | | | | | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-265-173/+28
| |_|_|/ / |/| | | |
* | | | | Merge remote-tracking branch 'EXreaction/ticket/11816-2' into developJoas Schilling2013-09-261-4/+4
|\ \ \ \ \
| * | | | | [ticket/11816] Fix multiple parenthesis as well before $VARs in templatesNathan Guse2013-09-191-4/+4
| | |/ / / | |/| | |
* | | | | [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| |/ / / |/| | |
* | | | [ticket/11700] Undo migrations migration, as not an issue for new installsNils Adermann2013-09-251-55/+0
* | | | [ticket/11700] Update migrations table for namespacesNils Adermann2013-09-251-0/+55
* | | | [ticket/11700] Only replace phpbb_search in strings that matchNils Adermann2013-09-251-1/+1
* | | | [ticket/11700] Use spaces, not tabsNils Adermann2013-09-251-2/+2
* | | | [ticket/11700] Return class names with leading backslash in finderNils Adermann2013-09-251-1/+1
* | | | [ticket/11700] Fix unresolvable condition in migrationJoas Schilling2013-09-251-1/+1
* | | | [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-196-13/+20
* | | | [ticket/11700] Change search backend db entry to namespacesNils Adermann2013-09-191-0/+30
* | | | [ticket/11700] Correctly load avatar templates for namespaced driversNils Adermann2013-09-192-2/+2
* | | | [ticket/11700] Correctly handle avatar drivers with namespacesNils Adermann2013-09-191-3/+3
* | | | [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-1914-15/+15
* | | | [ticket/11700] Replace some leftover phpbb_filesystem usesNils Adermann2013-09-171-2/+2
* | | | [ticket/11700] Get functional tests running after develop mergeNils Adermann2013-09-172-2/+2
* | | | [ticket/11700] Fix unit tests after develop mergeNils Adermann2013-09-173-14/+16
* | | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-176-15/+247
|\ \ \ \ | |/ / /
| * | | [ticket/11832] get_url() from phpbb_template_asset should return web pathNathan Guse2013-09-152-4/+9
| * | | [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-134-15/+78
| * | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-131-1/+1
| |\ \ \
| * | | | [ticket/11832] Create phpbb_symfony_request to handle initiating symfony_requestNathan Guse2013-09-132-12/+60
| * | | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-1311-28/+673
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'remotes/imkingdavid/ticket/11824' into ticket/1...Nathan Guse2013-09-122-12/+35
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11832Nathan Guse2013-09-1214-0/+1679
| |\ \ \ \ \ \
| * | | | | | | [ticket/11832] Changing comments to say app.php rather than index.phpNathan Guse2013-09-121-3/+3
| * | | | | | | [ticket/11832] Fix the web path correctionsNathan Guse2013-09-121-10/+34
| * | | | | | | [ticket/11832] More extensive testingNathan Guse2013-09-101-5/+7