aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/log
Commit message (Expand)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-6/+6
* Merge pull request #4985 from senky/ticket/13150Marc Alexander2017-10-311-0/+14
|\
| * [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_afterJakub Senko2017-10-091-0/+14
* | [ticket/15327] Add post anchor to the log postlinkrxu2017-08-171-1/+1
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-3/+23
|\ \ | |/
| * [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_beforeJakub Senko2016-11-201-3/+23
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-1/+1
|\ \ | |/
| * [ticket/14796] Use log_table class member instead of table constantForumhulp.com2016-09-241-1/+1
* | Merge branch '3.1.x'Marc Alexander2016-01-151-2/+2
|\ \ | |/
| * [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-101-2/+2
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/9485] Add a "View post" link in the moderation logsZoddo2015-08-301-1/+6
* | Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-1/+1
|\ \ | |/
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
* | Merge branch '3.1.x'Joas Schilling2015-05-281-15/+70
|\ \ | |/
| * [ticket/13661] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| * [ticket/13661] Brackets in their own linebrunoais2015-03-021-1/+2
| * [ticket/13661] Re-Fixed $log_type -> $log_timebrunoais2015-03-011-1/+1
| * [ticket/13661] Wrong event @since versionbrunoais2015-03-011-1/+1
| * [ticket/13661] Removed superfluous whitespacebrunoais2015-03-011-1/+1
| * [ticket/13661] bugfix: The conditional is the log_time, not log_typebrunoais2015-03-011-3/+3
| * [ticket/13661] Fixed the "FROM" in the built query.brunoais2015-03-011-1/+4
| * [ticket/13661] Add event to allow editing the queries used to get the logsbrunoais2015-03-011-2/+45
| * [ticket/13661] Transform queries to get logs and log count into built queriesbrunoais2015-02-281-15/+23
* | [ticket/13782] Rename null log to dummy for PHP7 compatibilityMarc Alexander2015-05-041-2/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-272-12/+12
|/
* [ticket/13148] Wrong version num; copy & paste failbrunoais2014-12-291-1/+1
* [ticket/13148] Fixed my errorbrunoais2014-12-281-1/+0
* [ticket/13148] Fixed syntax errorbrunoais2014-12-281-1/+1
* [ticket/13148] Added more variables as requestedbrunoais2014-12-281-2/+33
* [ticket/13148] Creating a final way to modify edit logs outputbrunoais2014-12-031-0/+14
* [ticket/12912] Undefined index when adding logs from extensionsTabitha Backoff2014-08-031-2/+2
* Merge pull request #2672 from Nicofuma/ticket/12782Joas Schilling2014-07-071-2/+2
|\
| * [ticket/12782] Use an interface for the phpbb event_dispatcherTristan Darricau2014-06-281-2/+2
* | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-1/+1
|/
* [ticket/12715] Cleanup comments in \phpbb\log\*Tristan Darricau2014-06-151-22/+1
* [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