Oliver Schramm
0cc41b94b1
[ticket/14403] Don't expect user_id and user_ip in phpbb\log
...
PHPBB3-14403
2016-01-10 17:43:10 +01:00
Marc Alexander
9203bf3141
[ticket/13930] Add missing spaces to code
...
PHPBB3-13930
2015-06-07 22:53:41 +02:00
brunoais
684a050916
[ticket/13661] BUMP version to 3.1.5-dev
...
PHPBB3-13661
2015-05-06 22:53:43 +01:00
brunoais
134a5e0391
[ticket/13661] Brackets in their own line
...
I didn't even notice that I used my own coding guidelines there...
Thanks to MGaetan89 for pointing it out.
PHPBB3-13661
2015-03-02 12:06:24 +00:00
brunoais
c7cc8a098e
[ticket/13661] Re-Fixed $log_type -> $log_time
...
Thanks to goof for pointing it out...
PHPBB3-13661
2015-03-01 21:17:06 +00:00
brunoais
d53b584c9a
[ticket/13661] Wrong event @since version
...
PHPBB3-13661
2015-03-01 20:44:30 +00:00
brunoais
772bbdfeae
[ticket/13661] Removed superfluous whitespace
...
PHPBB3-13661
2015-03-01 19:58:57 +00:00
brunoais
d0a1650a04
[ticket/13661] bugfix: The conditional is the log_time, not log_type
...
I mistakenly made the log_type the conditional instead of log_time.
Thankfully, the automated tests helped finding this mistake.
PHPBB3-13661
2015-03-01 18:41:20 +00:00
brunoais
c887eedaa5
[ticket/13661] Fixed the "FROM" in the built query.
...
I was doing it wrong by giving a string to the FROM clause in the built query.
PHPBB3-13661
2015-03-01 14:07:32 +00:00
brunoais
d66a53a531
[ticket/13661] Add event to allow editing the queries used to get the logs
...
PHPBB3-13661
2015-03-01 11:56:38 +00:00
brunoais
dbc09bf0d4
[ticket/13661] Transform queries to get logs and log count into built queries
...
PHPBB3-13661
2015-02-28 20:34:25 +00:00
brunoais
92d7c16782
[ticket/13148] Wrong version num; copy & paste fail
...
PHPBB3-13148
2014-12-29 08:23:31 +00:00
brunoais
0104188074
[ticket/13148] Fixed my error
...
PHPBB3-13148
2014-12-28 20:35:16 +00:00
brunoais
d455dd68f6
[ticket/13148] Fixed syntax error
...
PHPBB3-13148
2014-12-28 20:25:36 +00:00
brunoais
cf036ea0e8
[ticket/13148] Added more variables as requested
...
Added more variables as requested and some extra that may be of use.
PHPBB3-13148
2014-12-28 19:52:58 +00:00
brunoais
b7f83b2cfc
[ticket/13148] Creating a final way to modify edit logs output
...
PHPBB3-13148
2014-12-03 16:04:32 +00:00
Tabitha Backoff
d5db09e888
[ticket/12912] Undefined index when adding logs from extensions
...
Add isset() to forum_id and topic_id.
PHPBB3-12912
2014-08-03 13:28:14 -04:00
Joas Schilling
29a07404d3
Merge pull request #2672 from Nicofuma/ticket/12782
...
[ticket/12782] Use an interface for the phpbb event_dispatcher
* Nicofuma/ticket/12782:
[ticket/12782] Add doc block
[ticket/12782] Use an interface for the phpbb event_dispatcher
2014-07-07 20:23:10 +02:00
Tristan Darricau
eb13b4ae28
[ticket/12782] Use an interface for the phpbb event_dispatcher
...
PHPBB3-12782
2014-06-28 13:19:55 +02:00
Tristan Darricau
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
Tristan Darricau
d357dd9e47
[ticket/12715] Cleanup comments in \phpbb\log\*
...
PHPBB3-12715
2014-06-15 19:14:49 +02:00
Tristan Darricau
fb46e42ab3
[ticket/12639] Add a space in the code generated by generate_sql_keyword()
...
PHPBB3-12639
2014-06-04 20:22:22 +02:00
Tristan Darricau
f980fed5d2
[ticket/12639] Handle $conditions['keywords'] outside of the loop
...
PHPBB3-12639
2014-06-02 23:35:35 +02:00
Tristan Darricau
9c497a7b46
[ticket/12639] Add a test case with an empty keywords list
...
PHPBB3-12639
2014-05-31 13:34:04 +02:00
Tristan Darricau
36071ded9d
[ticket/12639] Delete entry in admin-log leads to mysql-error
...
PHPBB3-12639
2014-05-31 12:56:44 +02:00
Joas Schilling
40218ba5e6
Merge pull request #2433 from Nicofuma/ticket/10899
...
[ticket/10899] Using Delete All in log viewer with keyword search
* Nicofuma/ticket/10899:
[ticket/10899] Update doc block
[ticket/10899] Use isset($field_value['IN'])
[ticket/10899] Add event core.delete_log
[ticket/10899] Remove trailing ;
[ticket/10899] Fix typo in the class name
[ticket/10899] Add unit tests
[ticket/10899] Get $phpbb_log from the container
[ticket/10899] Remove extra ';'
[ticket/10899] Typo
[ticket/10899] Refactoring in \phpbb\log\log_interface
[ticket/10899] Using Delete All in log viewer with keyword search
2014-05-30 23:13:00 +02:00
Tristan Darricau
4b3bba6693
[ticket/10899] Update doc block
...
PHPBB3-10899
2014-05-29 02:30:15 +02:00
Tristan Darricau
ff5fd3442d
[ticket/10899] Use isset($field_value['IN'])
...
PHPBB3-10899
2014-05-28 23:30:47 +02:00
Tristan Darricau
59f39273d4
[ticket/10899] Add event core.delete_log
...
PHPBB3-10899
2014-05-28 23:20:50 +02:00
Tristan Darricau
d3f4dbedde
[ticket/10899] Remove trailing ;
...
PHPBB3-10899
2014-05-28 11:50:13 +02:00
Tristan Darricau
05e76e55e1
[ticket/10899] Add unit tests
...
PHPBB3-10899
2014-05-28 00:54:22 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Tristan Darricau
164f52c3f3
[ticket/10899] Remove extra ';'
...
PHPBB3-10899
2014-05-10 19:04:37 +02:00
Tristan Darricau
56aaba696f
[ticket/10899] Typo
...
PHPBB3-10899
2014-05-10 18:25:24 +02:00
Tristan Darricau
c6d7875b9b
[ticket/10899] Refactoring in \phpbb\log\log_interface
...
PHPBB3-10899
2014-05-10 18:24:07 +02:00
Tristan Darricau
c5a4ad3d31
[ticket/10899] Using Delete All in log viewer with keyword search
...
https://tracker.phpbb.com/browse/PHPBB3-10899
PHPBB3-10899
2014-05-10 17:03:09 +02:00
Nils Adermann
7c2239e75c
Merge remote-tracking branch 'github-nickvergessen/ticket/12273' into develop-ascraeus
...
* github-nickvergessen/ticket/12273: (55 commits)
[ticket/12273] Move $extension to constructor so the path is always set
[ticket/12273] Find events.md relative from the path not the phpbb root
[ticket/12273] Do not look in extensions docs/ and tests/ directory
[ticket/12273] Also check file for adm "Location:" events
[ticket/12273] Do not allow template events in non-html files
[ticket/12273] Fix return description
[ticket/12273] Update exporter to allow specifying an extension
[ticket/12273] Allow to filter events for extensions
[ticket/12273] Remove old parameter from function call
[ticket/12273] Fix table header for adm events
[ticket/12273] Add root path to recursive_event_filter_iterator
[ticket/12273] Fix missing classes in export_events_for_wiki.php
[ticket/12273] Use RecursiveDirectoryIterator with filter in php_exporter
[ticket/12273] Use RecursiveDirectoryIterator in md_exporter
[ticket/12273] Fix doc blocks
[ticket/12273] Do not allow 3.1-A1 for template events
[ticket/12273] Sort arguments alphabetically before exporting
[ticket/12273] Do not allow 3.1-A1 version
[ticket/12273] Update since version to 3.1.0-a* style
[ticket/12273] Update existing events
...
2014-05-02 12:22:05 +02:00
Nicofuma
2991918bac
[ticket/12444] The logs message aren't filled correctly
...
https://tracker.phpbb.com/browse/PHPBB3-12444
PHPBB3-12444
2014-04-25 23:31:31 +02:00
Joas Schilling
b32895308d
[ticket/12273] Update since version to 3.1.0-a* style
...
PHPBB3-12273
2014-04-25 12:15:44 +02:00
Joas Schilling
87899b0e14
[ticket/12273] Update existing events
...
PHPBB3-12273
2014-04-25 11:46:44 +02:00
Joas Schilling
c2dace762e
[ticket/12273] Fix long $vars lines for existing events
...
PHPBB3-12273
2014-04-24 17:26:27 +02:00
Oliver Schramm
1905a2a7b2
[ticket/12422] Fix debug warning in log search
...
PHPBB3-12422
2014-04-20 18:36:39 +02:00
Joas Schilling
d3f378d1d6
[ticket/12388] Fix translation of log entries without additional log data
...
PHPBB3-12388
2014-04-11 09:08:46 +02:00
Nils Adermann
497d81af68
Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop-ascraeus
...
* github-nickvergessen/ticket/12113:
[ticket/12113] Fix view_log() tests
[ticket/12113] Correctly use plurals when deleting user warnings
[ticket/12113] Allow log entries to use plurals
2014-04-10 14:22:36 -07:00
Joas Schilling
668f248c4d
[ticket/12113] Allow log entries to use plurals
...
PHPBB3-12113
2014-04-01 22:43:07 +02:00
Joas Schilling
11a9104b8a
[ticket/12282] Use interface for type hinting
...
PHPBB3-12282
2014-04-01 19:17:41 +02:00
Forumhulp.com
4051ab689f
[ticket/12293] Add missing compact() call to phpBB/phpbb/log/log.php events.
...
PHPBB3-12293
2014-03-22 02:07:39 +01:00
Andreas Fischer
83ec308eff
[ticket/12107] Use log table property instead of log table constant.
...
PHPBB3-12107
2014-01-12 21:36:50 +01:00
Andreas Fischer
7aa8f6461f
[task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.
...
PHPBB3-11980
2013-10-30 13:05:28 +01:00
Nils Adermann
2472271bc0
[ticket/11700] Fix tests after merging new develop code
...
PHPBB3-11700
2013-09-16 02:41:03 +02:00