0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
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... 29 days ago
Issue #1071330 by caspervoogt, Jon Pugh, vengador, bellesmanieres: Remember me wipes out user data (file field) after login More... 30 days 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... 30 days ago
Issue #2842550 by klidifia, mike.davis: Coding standards More... almost 7 years ago
session.cookie_lifetime is being overwritten either way More... about 7 years ago
Issue #2390715 by m.abdulqader: Using save_user on user login cause problem with other modules More... about 7 years ago
Issue #[1462066] by [peterx]: Add 6 and 12 months. More... about 12 years ago
Backport of changes as per version 7.x More... about 12 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... about 12 years ago
One whole extra document replaced by 15 lines of code, now that is what I'm talking about. More... about 12 years ago
Port of the newly refactored tabindex and enhanced checkbox placement algorythm More... about 12 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... about 12 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... about 12 years ago
Refactored and simplified the admin inc More... about 12 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... about 12 years ago
ported the unique category solution from d6 module to prevent stepping over other modules when saving More... about 12 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... about 12 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... about 12 years ago
Removed redundant isset check on form variable check More... about 12 years ago
Issue #1421774 Prevent Undefined index warnings. More... about 12 years ago
Changed tabindex to be 99991 through 99994 to prevent other elements possibly overwriting the values More... about 12 years ago
Changed tabindex to be 99991 through 99994 to prevent other elements overwriting indx values. More... about 12 years ago
Use variable_initialize instead of global $conf to retrieve list of current variables. More... about 12 years ago
Use variable init instead of global te retireve list of variables More... about 12 years ago
Code clean up More... about 12 years ago
Code clean up. More... about 12 years ago
Code clean up. More... about 12 years ago
Code clean up More... about 12 years ago
Code clean up More... about 12 years ago
Complete footprint clean up of user stored data on disable and variables on uninstall. More... about 12 years ago