Laurent David
e5f200616e
MDL-81327 report_loglive: Apply the same fixes to loglive
...
* Additional fix: take into account selected group (filter)
2024-04-09 11:00:30 +02:00
Laurent David
4e9c9df95a
MDL-80565 report_loglive: Do not show logs from other groups
...
* Prevent users from seeing logs from other groups if
groupmode is in SEPARATEGROUP
2024-03-11 14:30:55 +01:00
Laurent David
0f235f56c1
MDL-80565 report: Revert MDL-41465 changes
...
* Partial revert of changes made in MDL-41465,
while keeping the API changes made in enrol/lib.
2024-03-11 14:30:54 +01:00
Stephan Robotta
fbecc7132d
MDL-41465 reports: In separate group mode, limit to same
2023-12-06 13:52:58 +07:00
Stephan Robotta
95f5e32f99
MDL-63759 iplookup: use OSM if Google is not used, use accuracy radius
2023-05-24 08:40:34 +02:00
Mathew May
33ebbddde2
MDL-52805 core: Remove legacy log plugin and more calls
2023-03-07 13:08:46 +08:00
Mikhail Golenkov
e7f8064679
MDL-73948 report_loglive: Fix missing records
2022-03-31 18:34:53 +11:00
Tim Hunt
b4bbbf15a3
MDL-71927 reports: show time to the second in logs report
...
And in the question history in quiz reviews.
Without this, it can be difficult to investigate some problems.
2021-06-14 21:41:16 +01:00
Luca Bösch
b8a0cc9f00
MDL-70786 report_loglive: respect fullname setting.
2021-05-05 10:27:44 +02:00
sam marshall
5e72715e4f
MDL-71099 Lib: Move new user_fields class from core to core_user
...
This class would belong more appropriately within the 'user' API
(core_user) instead of within the 'core' API, since it is
directly related to user data.
Since the class has only just been added to Moodle, now is a good
time to move it.
2021-03-25 13:47:23 +00:00
sam marshall
558cc1b85e
MDL-45242 Lib: Replace calls to deprecated functions
...
In all cases changes have been kept to a minimum while not making
the code completely horrible. For example, there are many instances
where it would probably be better to rewrite a query entirely, but
I have not done that (in order to reduce the risk of changes).
2021-03-10 10:57:10 +00:00
Bas Brands
40ea67534c
MDL-66999 theme_boost: @extend remove extends for tables
2019-12-12 11:27:56 +01:00
Adrian Greeve
375db4ebc5
MDL-61322 reports: Reformated the display date to include the year.
2018-02-01 08:26:27 +08:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
Eloy Lafuente (stronk7)
6b139edaf9
MDL-45171 log reports: fix sql for cross support
...
Rules for cross-db support are:
- Always use the 'AS' keyword for columns.
- Never use the 'AS' keyword for tables/views.
2014-04-18 17:34:06 +02:00
Ankit Agarwal
521d9d74e5
MDL-45074 report_loglive Fix parameter typo
2014-04-14 16:31:54 +08:00
Ankit Agarwal
1722da6a7b
MDL-43682 Some imporvements to loglive report
2014-04-07 16:58:45 +08:00
Ankit Agarwal
5991eb80cd
MDL-43682 loglive: Rewrite loglive to use new logging stores
...
AMOS BEGIN
CPY [eventcomponent,report_log],[eventcomponent,report_loglive]
CPY [eventcontext,report_log],[eventcontext,report_loglive]
CPY [eventloggedas,report_log],[eventloggedas,report_loglive]
CPY [eventorigin,report_log],[eventorigin,report_loglive]
CPY [eventrelatedfullnameuser,report_log],[eventrelatedfullnameuser,report_loglive]
CPY [nologreaderenabled,report_log],[nologreaderenabled,report_loglive]
CPY [selectlogreader,report_log],[selectlogreader,report_loglive]
AMOS END
2014-04-07 16:58:44 +08:00