| 1 |
$Id: CHANGELOG.txt,v 1.2.2.14 2008/05/16 19:21:13 dww Exp $ |
$Id: CHANGELOG.txt,v 1.2.2.15 2008/05/23 10:18:37 dww Exp $ |
| 2 |
|
|
| 3 |
----------- |
----------- |
| 4 |
5.x-1.x-dev |
5.x-1.x-dev |
| 16 |
(for example, the UI now uses 'Current signups' and 'Cancel signups'). |
(for example, the UI now uses 'Current signups' and 'Cancel signups'). |
| 17 |
= #107136: Added $uid parameter to _signup_cancel hook (so it can be |
= #107136: Added $uid parameter to _signup_cancel hook (so it can be |
| 18 |
useful for something) and converted to use module_invoke_all(). |
useful for something) and converted to use module_invoke_all(). |
| 19 |
|
= #249155 by joshk: Added the $user object as another argument when |
| 20 |
|
invoking hook_signup_sign_up(). |
| 21 |
= #202913 by westwesterson: Fixed ambiguous SQL query on the |
= #202913 by westwesterson: Fixed ambiguous SQL query on the |
| 22 |
admin/content/signup page when using certain node access modules. |
admin/content/signup page when using certain node access modules. |
| 23 |
= Fixed signup_install() not to force tables on MySQL to be MyISAM. |
= Fixed signup_install() not to force tables on MySQL to be MyISAM. |
| 24 |
= #259301 by dww: Fixed bug where the code assumes you want additional |
= #259301 by dww: Fixed bug where the code assumes you want additional |
| 25 |
fields in your signup form. Signup now handles an empty return value |
fields in your signup form. Signup now handles an empty return value |
| 26 |
from theme_signup_user_form(). |
from theme_signup_user_form(). |
| 27 |
= #249155 by joshk: Added the $user object as another argument when |
= #233512 by dww and tcocca: Added code to cancel all signups of users |
| 28 |
invoking hook_signup_sign_up(). |
that are deleted from the site. |
| 29 |
= #145749 by schittli: Added German (de) translation. |
= #145749 by schittli: Added German (de) translation. |
| 30 |
|
|
| 31 |
|
|