aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/log
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12639] Add a space in the code generated by generate_sql_keyword()Tristan Darricau2014-06-041-2/+2
* [ticket/12639] Handle $conditions['keywords'] outside of the loopTristan Darricau2014-06-021-16/+17
* [ticket/12639] Add a test case with an empty keywords listTristan Darricau2014-05-311-1/+1
* [ticket/12639] Delete entry in admin-log leads to mysql-errorTristan Darricau2014-05-311-2/+2
* Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-303-5/+118
|\
| * [ticket/10899] Update doc blockTristan Darricau2014-05-291-1/+1
| * [ticket/10899] Use isset($field_value['IN'])Tristan Darricau2014-05-281-1/+1
| * [ticket/10899] Add event core.delete_logTristan Darricau2014-05-282-5/+28
| * [ticket/10899] Remove trailing ;Tristan Darricau2014-05-281-1/+1
| * [ticket/10899] Add unit testsTristan Darricau2014-05-281-14/+35
| * [ticket/10899] Remove extra ';'Tristan Darricau2014-05-101-1/+1
| * [ticket/10899] TypoTristan Darricau2014-05-101-1/+1
| * [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-103-4/+72
| * [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-101-4/+5
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-15/+21
|/
* Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop...Nils Adermann2014-05-021-6/+28
|\
| * [ticket/12273] Update since version to 3.1.0-a* styleJoas Schilling2014-04-251-4/+4
| * [ticket/12273] Update existing eventsJoas Schilling2014-04-251-4/+24
| * [ticket/12273] Fix long $vars lines for existing eventsJoas Schilling2014-04-241-1/+3
* | [ticket/12444] The logs message aren't filled correctlyNicofuma2014-04-251-1/+1
* | [ticket/12422] Fix debug warning in log searchOliver Schramm2014-04-201-2/+16
|/
* [ticket/12388] Fix translation of log entries without additional log dataJoas Schilling2014-04-111-0/+4
* Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop...Nils Adermann2014-04-101-4/+18
|\
| * [ticket/12113] Allow log entries to use pluralsJoas Schilling2014-04-011-4/+18
* | [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
|/
* [ticket/12293] Add missing compact() call to phpBB/phpbb/log/log.php events.Forumhulp.com2014-03-221-4/+4
* [ticket/12107] Use log table property instead of log table constant.Andreas Fischer2014-01-121-2/+2
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-303-24/+0
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-1/+3
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-0/+78
|\
| * [ticket/11744] InheritdocNathan Guse2013-07-281-54/+7
| * [ticket/11744] Create null log class (primarily for unit test)Nathaniel Guse2013-07-261-0/+125
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-13/+17
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-1/+1
* | [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-142-0/+845