Log of /contributions/modules/login_security/login_security.test
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 17 17:52:38 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
DRUPAL-6--1
Changes since
1.1.2.3: +4 -3 lines
Diff to
previous 1.1.2.3
, to
branch point 1.1
#492600 - Last login didn't display. Found a solution that passes tests by forcing another validation function before Drupal core's valiation that otherwise would upate the last login timestamp to the current time
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 17 17:50:11 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
MAIN
Changes since
1.4: +4 -3 lines
Diff to
previous 1.4
#492600 - Last login didn't display. Found a solution that passes tests by forcing another validation function before Drupal core's valiation that otherwise would upate the last login timestamp to the current time
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 21:31:44 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
MAIN
Changes since
1.1: +124 -0 lines
Diff to
previous 1.1
#326887 - login handler still shows login tracking fixed by checking for valid login during login_security validation, which meant that the hackery that removed messages from sessions could be removed
Move functions around in .install to match webchick's new order of schema functions in D7
comment spelling fix on validatdor
update url() function for %edit_uri to D6
fix outgoing mail so it actually has a subject and body
remove t() functions from variable_get() lines since t() only works on static strings and replace with strtr
update validation function arguments to D6
change user blocking watchdog message to go under user instead of login_security
add automated tests
Revision
1.1.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 15 21:27:21 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
DRUPAL-6--1
Changes since
1.1: +124 -0 lines
Diff to
previous 1.1
#326887 - login handler still shows login tracking fixed by checking for valid login during login_security validation, which meant that the hackery that removed messages from sessions could be removed
Move functions around in .install to match webchick's new order of schema functions in D7
comment spelling fix on validatdor
update url() function for %edit_uri to D6
fix outgoing mail so it actually has a subject and body
remove t() functions from variable_get() lines since t() only works on static strings and replace with strtr
update validation function arguments to D6
change user blocking watchdog message to go under user instead of login_security
add automated tests
Revision
1.1
Mon Jun 15 21:27:21 2009 UTC
(5 months, 1 week ago)
by
deekayen
Branch:
MAIN
Branch point for:
DRUPAL-6--1
FILE REMOVED
file login_security.test was initially added on branch DRUPAL-6--1.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.