aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11850Nathan Guse2013-09-30258-1321/+1895
|\
| * [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/11700] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-172-7/+8
| * | [ticket/11700] Correctly convert old acm type to namespaced class nameNils Adermann2013-09-161-1/+1
| * | [ticket/11700] Use underscores in avatar driver template file namesNils Adermann2013-09-161-1/+1
| * | [ticket/11700] namespacify phpbb_permissions classNils Adermann2013-09-161-13/+15
| * | [ticket/11700] Load avatar explanations correctly from namespacesNils Adermann2013-09-161-1/+1
| * | [ticket/11700] Correctly generate lang key from avatar driver classNils Adermann2013-09-161-1/+1
| * | [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-1613-18/+18
| * | [ticket/11700] And some last comments with backslashesNils Adermann2013-09-1611-30/+30
| * | [ticket/11700] Fix a few more commentsNils Adermann2013-09-1614-20/+20
| * | [ticket/11700] The word "them" in a comment is not a classNils Adermann2013-09-161-1/+1
| * | [ticket/11700] Actually "one" in comments is not a classNils Adermann2013-09-163-5/+5
| * | [ticket/11700] Fix authentication acp after develop mergeNils Adermann2013-09-165-23/+31
| * | [ticket/11700] Fix installation after develop mergeNils Adermann2013-09-165-9/+17
| * | [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-1612-52/+68
| * | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-1689-1625/+3508
| |\ \
| * | | [ticket/11700] Get the installer to run with namespacesNils Adermann2013-09-162-4/+11
| * | | [ticket/11700] Avoid \t in double quoted strings for template codeNils Adermann2013-09-161-1/+1
| * | | [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-161-13/+13
| * | | [ticket/11700] Fix number class names in 3.0.x migrationsNils Adermann2013-09-1637-109/+109
| * | | [ticket/11700] Namespaces and class names should not start with digitsNils Adermann2013-09-1656-40/+40
| * | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-16243-1047/+1533
| * | | [ticket/11700] Use a new style constructor for the error collectorNils Adermann2013-07-141-1/+1
| * | | [ticket/11700] include and define are not valid class namesNils Adermann2013-07-145-8/+8
| * | | [ticket/11700] Implement namespace loading in the class loaderNils Adermann2013-07-141-31/+18
| * | | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-1430-113/+113
| * | | [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-1411-14/+14
* | | | [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
| |_|/ |/| |
* | | [ticket/11832] get_url() from phpbb_template_asset should return web pathNathan Guse2013-09-152-4/+9