/[drupal]/contributions/modules/project_issue_voting/project_issue_voting.module
ViewVC logotype

Log of /contributions/modules/project_issue_voting/project_issue_voting.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 31 21:59:31 2008 UTC (12 months, 3 weeks ago) by dww
Branch: MAIN
CVS Tags: HEAD
Changes since 1.28: +56 -70 lines
Diff to previous 1.28
#328648 by sun, the coder_format script, and dww: Fixed some code
style problems and other minor code cleanup.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 22:06:33 2008 UTC (13 months, 2 weeks ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.27: +16 -1 lines
Diff to previous 1.27
#305759 by hunmonk: votes not recovered from deleted issues.  add delete op to hook_nodeapi.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 08:06:09 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
CVS Tags: DRUPAL-5--1-0
Changes since 1.26: +2 -9 lines
Diff to previous 1.26
#296158 by dww: Simplified project_issue_voting_user_can_add_votes().

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 08:04:19 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
Added the 'Content-type: text/javascript' header in the AJAX callback.
Among other things, this enables the AJAX voting to work with the
devel module enabled, since devel knows not to append the query log or
page timer if this header is properly defined.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 17 08:02:22 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.24: +9 -4 lines
Diff to previous 1.24
Fixed incorrect usage of format_plural() so that the interface can now
be fully translated, even in RTL languages.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 21:11:26 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.23: +59 -1 lines
Diff to previous 1.23
add code comments and doxygen where needed.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 20:54:57 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.22: +5 -4 lines
Diff to previous 1.22
clean up a check for issue voting query.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 18:32:53 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.21: +4 -5 lines
Diff to previous 1.21
Fixed minor code style and spacing issues.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 14:21:06 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
fix typo.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 14:16:13 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.19: +64 -12 lines
Diff to previous 1.19
doxygen for theme functions, remove unneccesary theme function.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:51:39 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
clarify code comment.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:49:54 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
fixing code style issues.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:41:06 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
more efficient INNER JOIN -- LEFT JOIN not necessary.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:36:09 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.15: +6 -5 lines
Diff to previous 1.15
pass user account directly from menu code for function project_issue_voting_user_votes().

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:20:26 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.14: +10 -6 lines
Diff to previous 1.14
more efficient loading of users on node/X/project-issue-votes.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 13:01:00 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.13: +19 -23 lines
Diff to previous 1.13
clean up function project_issue_voting_issue_votes() to take an arg from the menu code.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 12:52:41 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.12: +42 -19 lines
Diff to previous 1.12
make display code of widget/link more concise and readable.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 12:34:01 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.11: +0 -7 lines
Diff to previous 1.11
Backed out changes that I accidentally committed along with the README.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 12:32:01 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.10: +8 -1 lines
Diff to previous 1.10
Added real INSTALL and README files

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 12:17:37 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.9: +9 -7 lines
Diff to previous 1.9
admins can change content type names, so allow for this in the menu code.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 11:57:26 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
whitespace removal.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 11:53:32 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
Changes since 1.7: +7 -9 lines
Diff to previous 1.7
#296068 by hunmonk: 'Total votes' link doesn't appear with the first vote.  added the link even if there are zero votes on the issue, and fixed the link path.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 09:41:50 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.6: +20 -21 lines
Diff to previous 1.6
Fixed the menu code, made all the URLs consistent, and moved as much
as possible under /project/issues/votes.  Tabs off issues and users
now use project-issue-votes.  Ripped out the weird hard-coded list in
project_issue_voting_page() and fixed it to just print out all the
visible menu items under itself, so that as more menu items are added
via views and/or panels, they are displayed automatically.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 04:02:15 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Fixed bug in the menu callback for project-issue-voting/users-votes
that was confused about users_votes vs. users-votes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 01:45:02 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.4: +18 -1 lines
Diff to previous 1.4
Added project_issue_voting.panels.inc for initial Panels2 integration:
- Exposes the default view for issue votes as a panel pane.
- Provides a panel page for the site-wide voting dashboard.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 01:36:59 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
Added project_issue_voting.views.css to hold CSS for the default views.
Currently, this just keeps the exposed filters from being insanely wide.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 16 00:45:00 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.2: +12 -2 lines
Diff to previous 1.2
Added views support to expose a default view used in the site-wide
issue voting dashboard.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 23:49:50 2008 UTC (15 months, 1 week ago) by dww
Branch: MAIN
Changes since 1.1: +10 -4 lines
Diff to previous 1.1
Fixed and added some doxygen comments.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 15 23:06:02 2008 UTC (15 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
initial commit of the project_issue_voting module.  this module allows users to vote on project issues, via a js-degradable voting widget.  options existing to restrict voting by project type, category, and status. users can add or remove votes, total number of votes per user is configurable.  sponsored by Acquia.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2