/[drupal]/contributions/modules/remember_me/remember_me.module
ViewVC logotype

Log of /contributions/modules/remember_me/remember_me.module

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.12.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 15:10:19 2009 UTC (6 months ago) by nickl
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-2
Changes since 1.12.2.2: +71 -34 lines
Diff to previous 1.12.2.2 , to branch point 1.12 , to next main 1.13
Redesign of settings form
Added Readme

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 25 15:09:03 2009 UTC (6 months ago) by nickl
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.13: +76 -97 lines
Diff to previous 1.13
Coding standards/naming convention sweep
Try and maintain 80 characters page width
Change title of admin/settings page to Remember me settings 314974
Remove redundant entries in info file
Change wording on settings page.
Manage dead sessions 369810
Lifetime dependency with Manage session checkbox
Default state of Remember me checkbox checked
Add form for  Who's online block settings
refactor include pages for menu callbacks
Fix wrong version number bug 354590
ctools dependency
Ajax modal form wrapper to Who's online block settings

Revision 1.12.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 20:41:13 2009 UTC (6 months, 1 week ago) by nickl
Branch: DRUPAL-5--2
Changes since 1.12.2.1: +2 -2 lines
Diff to previous 1.12.2.1 , to branch point 1.12
Typo

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 17 18:45:34 2009 UTC (6 months, 1 week ago) by nickl
Branch: DRUPAL-5--2
CVS Tags: DRUPAL-5--2-1
Changes since 1.12: +107 -73 lines
Diff to previous 1.12
Coding standards/naming convention sweep
Try and maintain 80 characters page width
Change title of admin/settings page to Remember me settings 314974
Remove redundant entries in info file
Change wording on settings page.
Manage dead sessions 369810
Lifetime dependency with Manage session checkbox
Default state of Remember me checkbox checked
Add form for  Who's online block settings
Refactor include page for less required functions
Change module description

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 26 11:01:42 2008 UTC (11 months, 4 weeks ago) by nickl
Branch: MAIN
CVS Tags: DRUPAL-6--2-0, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.12: +16 -20 lines
Diff to previous 1.12
6.x version update.
No other changes applied to this module.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 12 00:40:30 2008 UTC (15 months, 2 weeks ago) by nickl
Branch: MAIN
CVS Tags: DRUPAL-5--2-0-alpha1
Branch point for: DRUPAL-5--2
Changes since 1.11: +5 -1 lines
Diff to previous 1.11
tabindex attributes added for form elements

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 11 23:07:46 2008 UTC (15 months, 2 weeks ago) by nickl
Branch: MAIN
CVS Tags: DRUPAL-5--1-1-dev
Changes since 1.10: +72 -22 lines
Diff to previous 1.10
a install file with install and update hooks, in case the module was previously installed, setting the module weight to -99
a disable hook, in the install file, which will remove the remember_me property from users previously managed and clear the sessions when module is disabled
added admin setting - the suggestions by kbahey optional configurable session lifetime
configure the default state of the Remember me checkbox
protected the session_write_close to not store the session twice as sess_write will be called on shutdown
Removed php configuration settings in hook_user as they would've been set originally or on the next request, no use setting them outside hook_init
Modified Files:
	remember_me.info remember_me.module
Added Files:
	remember_me.install

Revision 1.8.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 09:48:49 2007 UTC (2 years, 9 months ago) by doq
Branch: DRUPAL-5
Changes since 1.8: +40 -4 lines
Diff to previous 1.8 , to next main 1.13
backport from HEAD

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 09:30:10 2007 UTC (2 years, 9 months ago) by doq
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
#117436 fixed incorrect "sess_destroy" specified as callback function in session_set_save_handler()

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 10:52:21 2007 UTC (2 years, 10 months ago) by doq
Branch: MAIN
Changes since 1.8: +39 -3 lines
Diff to previous 1.8
"Remember me" checkbox will be now right after "Username" & "Password" fields

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 1 21:19:04 2006 UTC (3 years ago) by doq
Branch: DRUPAL-4-7
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 , to next main 1.13
for 4.7

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 1 20:39:17 2006 UTC (3 years ago) by doq
Branch: MAIN
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.7: +6 -9 lines
Diff to previous 1.7
code & comment cleanup

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 28 14:23:51 2006 UTC (3 years, 2 months ago) by doq
Branch: MAIN
Changes since 1.6: +18 -5 lines
Diff to previous 1.6
don't rebuild user object after session restart

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 12:27:43 2006 UTC (3 years, 2 months ago) by doq
Branch: MAIN
Changes since 1.5: +2 -14 lines
Diff to previous 1.5
code cleanup

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 26 17:03:08 2006 UTC (3 years, 7 months ago) by doq
Branch: MAIN
Changes since 1.4: +36 -21 lines
Diff to previous 1.4
More comments added. Code and comments conventions fixed.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 21:24:53 2006 UTC (3 years, 7 months ago) by doq
Branch: MAIN
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
cvs $Id$ message added

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 18:05:09 2006 UTC (3 years, 7 months ago) by doq
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
now will be unix newlines

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 18:03:46 2006 UTC (3 years, 7 months ago) by doq
Branch: MAIN
Changes since 1.1: +0 -6 lines
Diff to previous 1.1
not needed comments removed.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 21 21:34:08 2006 UTC (3 years, 7 months ago) by doq
Branch: MAIN
First release. Works for Drupal 4.7 rc3. Not for 4.7 b4.

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