aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11700] Update finder tests for namespaced classnamesNils Adermann2013-09-161-14/+14
| | | | PHPBB3-11700
* [ticket/11700] Don't prefix dbms classnames with \Nils Adermann2013-09-162-38/+38
| | | | PHPBB3-11700
* [ticket/11700] Get the installer to run with namespacesNils Adermann2013-09-164-32/+39
| | | | PHPBB3-11700
* [ticket/11700] DI container test needs namespaces to work properlyNils Adermann2013-09-161-50/+56
| | | | PHPBB3-11700
* [ticket/11700] Avoid \t in double quoted strings for template codeNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Use underscores for generated search test wrappersNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Correclty use namespaces in notificationsNils Adermann2013-09-166-19/+21
| | | | PHPBB3-11700
* [ticket/11700] Fix expected class name output from dbms convertNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Fix config namespace mishap in cache testsNils Adermann2013-09-162-9/+9
| | | | PHPBB3-11700
* [ticket/11700] Fix class loader tests for namespacesNils Adermann2013-09-166-32/+28
| | | | PHPBB3-11700
* [ticket/11700] Fix dbal tests after config namespace mishapNils Adermann2013-09-168-33/+33
| | | | PHPBB3-11700
* [ticket/11700] Fix config db tests after namespace mishapNils Adermann2013-09-161-10/+10
| | | | PHPBB3-11700
* [ticket/11700] Fix avatar testsNils Adermann2013-09-163-5/+9
| | | | PHPBB3-11700
* [ticket/11700] Fix number class names in 3.0.x migrationsNils Adermann2013-09-1637-109/+109
| | | | PHPBB3-11700
* [ticket/11700] Namespaces and class names should not start with digitsNils Adermann2013-09-1656-40/+40
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-16420-1841/+2317
| | | | PHPBB3-11700
* [ticket/11700] Add develop scripts to use namespaces and rename interfacesNils Adermann2013-09-162-0/+210
| | | | PHPBB3-11700
* [ticket/11700] Load the dbms with namespacesNils Adermann2013-07-141-5/+5
| | | | PHPBB3-11700
* [ticket/11700] Use a new style constructor for the error collectorNils Adermann2013-07-141-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Load namespaced classes in testsNils Adermann2013-07-141-3/+3
| | | | PHPBB3-11700
* [ticket/11700] include and define are not valid class namesNils Adermann2013-07-145-8/+8
| | | | PHPBB3-11700
* [ticket/11700] Instantiate the class loader with namespace rather than prefixNils Adermann2013-07-143-3/+3
| | | | PHPBB3-11700
* [ticket/11700] Implement namespace loading in the class loaderNils Adermann2013-07-141-31/+18
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-1461-207/+207
| | | | PHPBB3-11700
* [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-1411-14/+14
| | | | PHPBB3-11700
* Merge remote-tracking branch 'nickvergessen/ticket/11702' into developAndreas Fischer2013-07-141-1/+1
|\ | | | | | | | | * nickvergessen/ticket/11702: [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.php
| * [ticket/11702] Fix forum_posts left over for link-click counts in viewforum.phpJoas Schilling2013-07-141-1/+1
|/ | | | PHPBB3-11702
* Merge pull request #1558 from nickvergessen/ticket/11696Nils Adermann2013-07-1414-40/+3
|\ | | | | [ticket/11696] Rename db_tools.php so it can be autoloaded
| * [ticket/11696] Move file to new directoryJoas Schilling2013-07-141-0/+0
| | | | | | | | PHPBB3-11696
| * [ticket/11696] Rename constructor to __construct()Joas Schilling2013-07-141-1/+1
| | | | | | | | PHPBB3-11696
| * [ticket/11696] Remove manual loading of db_tools in extension controller testJoas Schilling2013-07-141-2/+0
| | | | | | | | | | | | Remember to store the file, before commiting it... PHPBB3-11696
| * [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-1413-37/+2
|/ | | | PHPBB3-11696
* Merge pull request #1559 from naderman/ticket/11698Nathan Guse2013-07-13273-52/+37
|\ | | | | [WIP][ticket/11698] Moving all autoloadable files to phpbb/
| * [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-14273-52/+37
|/ | | | PHPBB3-11698
* Merge pull request #1555 from EXreaction/ticket/11692Nils Adermann2013-07-131-1/+4
|\ | | | | [ticket/11692] Don't update search_type in dev migration if already appended
| * [ticket/11692] Don't update search_type in dev migration if already appendedNathaniel Guse2013-07-131-1/+4
| | | | | | | | PHPBB3-11692
* | Merge remote-tracking branch 'cyberalien/ticket/11694' into developDavid King2013-07-131-1/+1
|\ \ | | | | | | | | | | | | * cyberalien/ticket/11694: [ticket/11694] Do not locate assets with root path
| * | [ticket/11694] Do not locate assets with root pathVjacheslav Trushkin2013-07-131-1/+1
|/ / | | | | | | | | | | Do not locate assets that start with ./ PHPBB3-11694
* | Merge pull request #1554 from EXreaction/ticket/11675Nils Adermann2013-07-131-1/+1
|\ \ | |/ |/| [ticket/11675] Fix template loop
| * [ticket/11675] Fix template loopNathaniel Guse2013-07-131-1/+1
|/ | | | PHPBB3-11675
* Merge pull request #1429 from cyberalien/ticket/11553Nathan Guse2013-07-136-29/+85
|\ | | | | Move bulletin points for linklist lists to pseudo classes
| * [ticket/11553] TypoVjacheslav Trushkin2013-07-111-1/+1
| | | | | | | | PHPBB3-11553
| * [ticket/11553] Replace bullet with unicodeVjacheslav Trushkin2013-07-111-2/+2
| | | | | | | | PHPBB3-11553
| * [ticket/11553] Move bulletin points to pseudo classVjacheslav Trushkin2013-07-116-29/+85
| | | | | | | | | | | | | | Move bulletin points for .linklist lists to pseudo class Group pseudo classes for .linklist.bulletin and .icon-notification PHPBB3-11553
* | Merge pull request #1553 from naderman/ticket/11690Nathan Guse2013-07-131-5/+12
|\ \ | | | | | | [ticket/11690] Old module class names may get autoloaded by class_exists
| * | [ticket/11690] Old module class names may get autoloaded by class_existsNils Adermann2013-07-131-5/+12
| | | | | | | | | | | | PHPBB3-11690
* | | Merge branch 'develop-olympus' into developNils Adermann2013-07-131-0/+1
|\ \ \ | |/ / |/| | | | | | | | * develop-olympus: [ticket/11686] Not checking for phpBB Debug errors on functional tests
| * | Merge remote-tracking branch 'github-exreaction/ticket/11686' into ↵Nils Adermann2013-07-131-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-olympus * github-exreaction/ticket/11686: [ticket/11686] Not checking for phpBB Debug errors on functional tests
| | * | [ticket/11686] Not checking for phpBB Debug errors on functional testsNathaniel Guse2013-07-131-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11686
* | | | Merge pull request #1473 from marc1706/ticket/11600Nathan Guse2013-07-131-22/+108
|\ \ \ \ | | | | | | | | | | [ticket/11600] Increase code test coverage of avatar manager