Log of /contributions/modules/signup_status/signup_status.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 21 03:44:30 2009 UTC
(2 months ago)
by
dww
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0-ALPHA2,
HEAD
Changes since
1.6: +154 -6 lines
Diff to
previous 1.6
#581826 by dww: Fixed the status settings UI so that if an admin
changes the "Modify signup count" for any status values, or if the
status they reassign signups to when deleting a status has a different
value, we now use Batch API to update all the signups, recompute the
effective totals and check the signup limits on all affected nodes.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 20 01:29:06 2009 UTC
(2 months ago)
by
dww
Branch:
MAIN
Changes since
1.4: +164 -23 lines
Diff to
previous 1.4
#582250 by dww: Fixed bug where signups were left with bogus data
after deleting a signup status. If you delete a status that has some
signups using that status, the confirm form now asks you what status
you'd like to reassign the signups to, and there's a batching function
to update all the signups and invoke the signup status change hooks.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Sep 20 00:27:59 2009 UTC
(2 months ago)
by
dww
Branch:
MAIN
Changes since
1.3: +19 -15 lines
Diff to
previous 1.3
#581846 by dww: Follow-up bug fix: remove PHP warnings in the settings
UI when there are not yet any status codes defined on the site.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 19 21:23:19 2009 UTC
(2 months ago)
by
dww
Branch:
MAIN
Changes since
1.2: +2 -2 lines
Diff to
previous 1.2
#581846 by dww: Follow-up bug fix: we need to use array_diff_assoc(),
not just array_diff(), to see if any settings changed for a given status.
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.