Log of /contributions/modules/remember_me/remember_me.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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
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.