/[drupal]/contributions/modules/login_security/login_security.install
ViewVC logotype

Log of /contributions/modules/login_security/login_security.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.6.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 10:16:33 2009 UTC (7 weeks, 4 days ago) by ilo
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0
Changes since 1.6.2.8: +6 -2 lines
Diff to previous 1.6.2.8 , to branch point 1.6 , to next main 1.14
by ilo: removing new site variables and checking that 'no suspicious activity' message is sent just once

Revision 1.6.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 3 10:00:24 2009 UTC (7 weeks, 4 days ago) by ilo
Branch: DRUPAL-6--1
Changes since 1.6.2.7: +7 -2 lines
Diff to previous 1.6.2.7 , to branch point 1.6
#593896 by catch and ilo: upgrade path from 5.x to 6.x didn't match schema and could not update.

Revision 1.6.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 08:46:41 2009 UTC (2 months ago) by ilo
Branch: DRUPAL-6--1
Changes since 1.6.2.6: +7 -7 lines
Diff to previous 1.6.2.6 , to branch point 1.6
#500740 by deekayen, ilo: consolidate similar strings, and remove variables from t()
#536954 by anarcat, ilo: provide more information about settings in the administration interface.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 24 10:45:03 2009 UTC (5 months ago) by ilo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -0 lines
Diff to previous 1.13
#500358 fixed the variable %name to populate into watchdog messages
#496448 new extended readme.txt file

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 19 14:25:06 2009 UTC (5 months, 1 week ago) by ilo
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
Applied:
[#495226]
[#493164]

Revision 1.6.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 14:00:27 2009 UTC (5 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-RC1
Changes since 1.6.2.5: +7 -2 lines
Diff to previous 1.6.2.5 , to branch point 1.6
#399390 update function wrapup of bugfixes to index modification

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 13:59:25 2009 UTC (5 months, 1 week ago) by deekayen
Branch: MAIN
Changes since 1.11: +7 -2 lines
Diff to previous 1.11
#399390 update function wrapup of bugfixes to index modification

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 00:31:12 2009 UTC (5 months, 1 week ago) by deekayen
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
#316736 followup to remove new var on uninstall

Revision 1.6.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 18 00:30:48 2009 UTC (5 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.4: +2 -1 lines
Diff to previous 1.6.2.4 , to branch point 1.6
#316736 followup to remove new var on uninstall

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 17 18:18:43 2009 UTC (5 months, 1 week ago) by deekayen
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
#492800 - temporary? fix for the order of index queries on update

Revision 1.6.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 17 18:17:42 2009 UTC (5 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.3: +3 -3 lines
Diff to previous 1.6.2.3 , to branch point 1.6
#492800 - temporary? fix for the order of index queries on update

Revision 1.9 - (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.8: +33 -49 lines
Diff to previous 1.8
#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.6.2.3 - (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.6.2.2: +32 -48 lines
Diff to previous 1.6.2.2 , to branch point 1.6
#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.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 13:31:56 2009 UTC (5 months, 1 week ago) by deekayen
Branch: MAIN
Changes since 1.7: +47 -9 lines
Diff to previous 1.7
#399390 - database schema cleanup by ilo

Revision 1.6.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 15 13:31:18 2009 UTC (5 months, 1 week ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6.2.1: +47 -9 lines
Diff to previous 1.6.2.1 , to branch point 1.6
#399390 - database schema cleanup by ilo

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 20:51:17 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: MAIN
Changes since 1.6: +9 -9 lines
Diff to previous 1.6
#359993 - postgresql improvements by doq

Revision 1.6.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 26 20:49:21 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.6: +9 -9 lines
Diff to previous 1.6
#359993 - postgresql improvements by doq

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 27 22:02:32 2008 UTC (12 months, 4 weeks ago) by deekayen
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.5: +62 -22 lines
Diff to previous 1.5
#269118, #316739 ported to 6.x

Revision 1.3.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 20 19:44:05 2008 UTC (13 months ago) by deekayen
Branch: DRUPAL-5
Changes since 1.3.2.2: +18 -2 lines
Diff to previous 1.3.2.2 , to branch point 1.3 , to next main 1.14
#316739 - login attempts message always the same (fix was to support IPv6 in the tracking table) by deekayen
fix tokens replaced with blank strings in the email notification to admin uid 1 by removing redundant $variables call that just unset the correct replacements
coder notices cleanup

Revision 1.3.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 11 13:54:23 2008 UTC (17 months, 2 weeks ago) by deekayen
Branch: DRUPAL-5
Changes since 1.3.2.1: +26 -24 lines
Diff to previous 1.3.2.1 , to branch point 1.3
coder module cleanup at the minor level and support to display the last login and page access on login

Revision 1.3.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 24 07:40:31 2008 UTC (22 months ago) by ilo
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fix for http://drupal.org/node/213598, checkbox not working.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 23:29:37 2008 UTC (22 months ago) by ilo
Branch: MAIN
Changes since 1.4: +52 -31 lines
Diff to previous 1.4
Drupal-6 branch, first -dev working version.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 19 23:21:05 2008 UTC (22 months ago) by ilo
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
fix: variable "notice attempts available" not being removed

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 15 21:05:58 2008 UTC (22 months, 1 week ago) by ilo
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Branch point for: DRUPAL-5
Changes since 1.2: +26 -2 lines
Diff to previous 1.2
Last update.. ready to get released.
All patchs applied and working.
Fixed pot file.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 17 20:46:37 2007 UTC (2 years, 1 month ago) by ilo
Branch: MAIN
Changes since 1.1: +10 -11 lines
Diff to previous 1.1
applied patches of code cleanup and strings corrections thanks to christefano.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 24 21:54:11 2007 UTC (2 years, 2 months ago) by ilo
Branch: MAIN
Initial commint of login_security module. This module will add a few options to the login form to improve it's security configuration

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2