Log of /contributions/modules/votingapi/votingapi_actions.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 27 03:20:18 2006 UTC
(3 years, 1 month ago)
by
eaton
Branch:
MAIN
Changes since
1.6: +14 -28 lines
Diff to
previous 1.6
First stab at a Drupal 5.0 conversion for VotingAPI. Important changes:
votingapi_actions is now a completely separate but bundled module. It's very rough and its admin screens are not yet working w/5.0, but actions module hasn't been converted yet either so there's a bit of time.
4.7-style Views integration has been removed. A new system is being worked on that's more reliable, pending a couple of important patches for Views module. Further updates as events warrant.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jun 10 04:38:00 2006 UTC
(3 years, 5 months ago)
by
eaton
Branch:
MAIN
Changes since
1.4: +9 -2 lines
Diff to
previous 1.4
Fixes for a silly error in the install file's update_9(), a minor fix in votingapi_actions.module, and the addition of votingapi_debug.module for developers. It offers a skeleton implementation of each VotingAPI hook, and when enabled, prints drupal_set_message() information each time a hook is called. It's spammy, but it can be helpful if you're new to VotingAPI and are trying to learn the module's internal workflow.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 5 04:54:39 2006 UTC
(3 years, 6 months ago)
by
eaton
Branch:
MAIN
Changes since
1.2: +155 -29 lines
Diff to
previous 1.2
Internal function changes and assorted updates. A minor schema fix, and a VERY basic support for editing action sets via copy/paste.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 3 03:03:35 2006 UTC
(3 years, 6 months ago)
by
eaton
Branch:
MAIN
Changes since
1.1: +148 -0 lines
Diff to
previous 1.1
Improved consistency of internal action set representation. Also, the first working checkin of votingapi_actions.module. It can list, enable/disable, and export action sets. Only really does anything if you're using the CVS version of SimpleVote right now.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 2 04:25:19 2006 UTC
(3 years, 6 months ago)
by
eaton
Branch:
MAIN
The action loading and caching infrastructure has been made much more robust, and CRUD functions are in place for reading and writing user-created actions.
voting_actions.module has now been added to facilitate direct user manipulation of action criteria, etc. It's the part that's still heavily under development. In many installations, it'll be unecessary.
The votingapi_delete_vote() function no longer automatically recalculates. Modules using it should call recalculate manually after explicitly removing a vote.
Those needing a consistent, stable VotingAPI should probably still stick with the 4.7 branch. This version will be branched as soon as the issues are ironed out.
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.