aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/config
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12711] Cast values to string such that they are quoted in SQL queries.Andreas Fischer2014-06-151-2/+2
| | | | | | | | The value is stored in a text column and the key is stored in a varchar. Some DBMSes do not like it when we insert integers into text columns. Cast both to string to be on the safe side. PHPBB3-12711
* [ticket/10073] Fix invalid type hintJoas Schilling2014-05-291-1/+1
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-13/+21
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-012-6/+6
| | | | PHPBB3-12282
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-303-24/+0
| | | | PHPBB3-11980
* [ticket/11700] Fix leftover backslashes in commentsNils Adermann2013-09-161-1/+1
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-163-15/+21
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-3/+3
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-143-0/+540
PHPBB3-11698