-
Stripping CVS keywords
-
Automember: February 25, 2011 2:06
Commit 13c2973 on 4.5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Fix error on line 949: improper arguments to automember_user()
-
Tweaking SQL such that rule sets are always processed in the order that they are listed in the admin UI. They are listed in order by their ID, which should indicate the order in which they were created. Yeah, I know this is a hack. :P
-
Bug #17896: Bad SQL statement. Also improved a nearby SQL statement, both of which relate to required roles for qualifing candidates. Changed check_query() to db_escape_string() in anticipation of Drupal 4.6.
-
Bug: _cron() ran too frequently Bug: hopefully this is the last warning email fix!
-
Cron hook now resets "warned" flag if user is no longer in jeopardy of losing their status. Users should receive another warning if their status is again in jeopardy. But users will not be deluged with emails; only 1 email per incident.
-
Fixed problem with foreach() when no candidates are found to be invited.
-
* Rewrote automember.module to support management of multiple roles. * Changed database schema along the way. * Updated some help texts, too. * Updated code in preparation for 4.6.0.
-
Bug #14582: Could not disable max_members due to incorrect logic construct. Thanks, grohk.