Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14116] sql_affectedrows method has no arguments | Matt Friedman | 2015-08-19 | 1 | -2/+2 |
| | | | | PHPBB3-14116 | ||||
* | [ticket/13569] Add missing sql_freeresults and remove unneeded results | Marc Alexander | 2015-02-02 | 1 | -1/+1 |
| | | | | PHPBB3-13569 | ||||
* | [ticket/12711] Cast values to string such that they are quoted in SQL queries. | Andreas Fischer | 2014-06-15 | 1 | -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/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -3/+3 |
| | | | | PHPBB3-12282 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -5/+7 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+163 |
PHPBB3-11698 |