Bugzilla – Attachment 101973 Details for
Bug 21190
Add logging of successful/unsuccessful login attempts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21190: Add interfaces parameter to POD in C4::Logs
Bug-21190-Add-interfaces-parameter-to-POD-in-C4Log.patch (text/plain), 993 bytes, created by
Marcel de Rooy
on 2020-03-27 09:13:17 UTC
(
hide
)
Description:
Bug 21190: Add interfaces parameter to POD in C4::Logs
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-03-27 09:13:17 UTC
Size:
993 bytes
patch
obsolete
>From 66f2d2cf43f25403b898537f83c6f380eb4e4683 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 25 Oct 2019 08:10:18 +0000 >Subject: [PATCH] Bug 21190: Add interfaces parameter to POD in C4::Logs >Content-Type: text/plain; charset=utf-8 > >Just fixing documentation along the way. >No test plan, just read the patch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Jon Knight <J.P.Knight@lboro.ac.uk> > >Signed-off-by: Michal Denar <black23@gmail.com> >--- > C4/Log.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Log.pm b/C4/Log.pm >index 7d193e3773..bad023d15d 100644 >--- a/C4/Log.pm >+++ b/C4/Log.pm >@@ -122,7 +122,7 @@ sub cronlogaction { > > =item GetLogs > >-$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info); >+$logs = GetLogs($datefrom,$dateto,$user,\@modules,$action,$object,$info,$interfaces); > > Return: > C<$logs> is a ref to a hash which contains all columns from action_logs >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 21190
:
94713
|
94714
|
94715
|
94717
|
94732
|
94733
|
94734
|
94735
|
94736
|
94805
|
98067
|
98068
|
98069
|
98070
|
98071
|
98072
|
98073
|
98074
|
98110
|
98111
|
98112
|
98113
|
98114
|
98115
|
98116
|
98117
|
98125
|
98133
|
98134
|
98135
|
98136
|
98137
|
98138
|
98139
|
98140
|
98141
|
101971
|
101972
|
101973
|
101974
|
101975
|
101976
|
101977
|
101978
|
101979
|
102493
|
102494
|
102496
|
102497
|
102498
|
102499
|
102500
|
102501
|
102502
|
123540