aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/extension
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
* [ticket/12311] Use valid composer schema - license - for extensionsMatt Friedman2014-03-271-2/+2
* Merge remote-tracking branch 'nickvergessen/ticket/12268' into develop-ascraeusDhruv2014-03-231-5/+10
|\
| * [ticket/12268] Move class out of extension namespace and rename itJoas Schilling2014-03-142-28/+1
| * [ticket/12268] Do not search in folders starting with a dotJoas Schilling2014-03-141-7/+2
| * [ticket/12268] Use FilesystemIterator::SKIP_DOTSJoas Schilling2014-03-141-6/+10
| * [ticket/12268] Extension finder should not crawl through .git/ of extensionsJoas Schilling2014-03-132-1/+34
* | [ticket/11429] Increment asset version on Ext enableMatt Friedman2014-03-131-0/+5
|/
* [ticket/12180] Add "Each file MUST end with exactly one newline character" ruleAndreas Fischer2014-02-101-1/+1
* [ticket/12009] Prevent user from enabling invalid extension through direct URLCesar G2013-12-121-2/+12
* [ticket/12009] Do not allow incorrectly structured extensions to be installed.Cesar G2013-12-111-0/+15
* [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-301-31/+31
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-307-56/+0
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-282-1/+7
* [ticket/11840] Fix regexNathan Guse2013-09-301-1/+1
* [task/composer-compatibility] Minor changes that will break extension BCMichaelC2013-10-011-7/+7
* [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] Correctly load extensions with nonprefixed namespacesNils Adermann2013-09-172-7/+8
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-1/+1
* [ticket/11700] Get the installer to run with namespacesNils Adermann2013-09-161-3/+10
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-167-63/+77
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-143-6/+6
* [ticket/11700] With namespaces interface will no longer be a valid classnameNils Adermann2013-07-141-1/+1
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-147-0/+1712