0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Oct 12, 2024 — Oct 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue #1560970 by Ashley George, yang_yi_cn, Rafal Lukawiecki, arnt: Cannot disable module More... over 1 year ago
Issue #1071330 by caspervoogt, Jon Pugh, vengador, bellesmanieres: Remember me wipes out user data (file field) after login More... over 1 year ago
Issue #2954876 by lazzyvn, sjerdo, paulsheldrake: Deprecated function : The each() function is deprecated. This message will be suppressed on further calls dans remember_me_form_alter() More... over 1 year ago
Issue #2842550 by klidifia, mike.davis: Coding standards More... over 8 years ago
session.cookie_lifetime is being overwritten either way More... over 8 years ago
Issue #2390715 by m.abdulqader: Using save_user on user login cause problem with other modules More... over 8 years ago
Issue #[1462066] by [peterx]: Add 6 and 12 months. More... over 13 years ago
Backport of changes as per version 7.x More... over 13 years ago
Missed some debug code by mistake, my bad. Best would be to uninstall the module, delete it completely from your modules folder before extracting it a new. More... over 13 years ago
One whole extra document replaced by 15 lines of code, now that is what I'm talking about. More... over 13 years ago
Port of the newly refactored tabindex and enhanced checkbox placement algorythm More... over 13 years ago
Refactored the theme function that was kindly done by the community in my absence, making use of less code is always a bonus. More... over 13 years ago
By using the token for old time sake it is possible to increase performance and give other modules a way to side step the process. More... over 13 years ago
Refactored and simplified the admin inc More... over 13 years ago
Issue 288223 refactored to delete this file. Re-engineered the routine to do the placement of the checkbox and change the tabindex to all 1 More... over 13 years ago
ported the unique category solution from d6 module to prevent stepping over other modules when saving More... over 13 years ago
Issue #1420350 by quebec:Conflict with flickr module mhich implements hook_user and our call to user_save sent through the default category 'account'. NULL is also very common and might still result in conflicts so opted to send a category called 'remember-me'. More... over 13 years ago
Find a way to avoid implicating other modules due to a call to user_save(). Currently passing NULL as to not be 'account' but what are the constraints on ? Can it be 'remember_me'? More... over 13 years ago
Removed redundant isset check on form variable check More... over 13 years ago
Issue #1421774 Prevent Undefined index warnings. More... over 13 years ago
Changed tabindex to be 99991 through 99994 to prevent other elements possibly overwriting the values More... over 13 years ago
Changed tabindex to be 99991 through 99994 to prevent other elements overwriting indx values. More... over 13 years ago
Use variable_initialize instead of global $conf to retrieve list of current variables. More... over 13 years ago
Use variable init instead of global te retireve list of variables More... over 13 years ago
Code clean up More... over 13 years ago
Code clean up. More... over 13 years ago
Code clean up. More... over 13 years ago
Code clean up More... over 13 years ago
Code clean up More... over 13 years ago
Complete footprint clean up of user stored data on disable and variables on uninstall. More... over 13 years ago