[SCM] watchdog branch, master, updated. 4325f605092d558d23918d9fcea6a81e05a9ca7a

1 view
Skip to first unread message

devi

unread,
Apr 14, 2009, 6:37:39 AM4/14/09
to watchdo...@googlegroups.com
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "watchdog".

The branch, master has been updated
via 4325f605092d558d23918d9fcea6a81e05a9ca7a (commit)
from 0033f2cc6556bb4b378af3ce0c10e7a1b949eaa6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4325f605092d558d23918d9fcea6a81e05a9ca7a
Author: Devi <asl...@gmail.com>
Date: Tue Apr 14 16:02:42 2009 +0530

sunlight suggestions which're missed in earlier commits

-----------------------------------------------------------------------

Summary of changes:
templates/politician.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/templates/politician.html b/templates/politician.html
index 8fb82a9..c22c307 100644
--- a/templates/politician.html
+++ b/templates/politician.html
@@ -250,7 +250,7 @@ $if pol.contributors:
<td colspan="2">
<h2 class="rep">Top Contributors</h2>
<table class="charted structure contributors" style="width: 100%"><tbody>
- <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">Contributors are individuals or groups who have donated to a lawmaker's political campaign.</td></tr>
+ <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">Individuals reporting the same zip code who have donated to a lawmaker's political campaign. Use with caution: based on raw FEC data.</td></tr>
$for c in pol.contributors:
$ names = c.name.lower().replace(',', '').split(' ')
$ name = '_'.join(names[1:])+'_'+names[0]
@@ -274,6 +274,7 @@ $if pol.contributor_employers:
<td colspan="2" class="rule">
<h2 class="rep">Top Contributor Employers</h2>
<table class="charted structure contributors" style="width: 100%"><tbody>
+ <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">Campaigns disclose the employers of their contributors; this list aggregates them. Use with caution: this list is based on raw FEC data</td></tr>
$for c in pol.contributor_employers:
<tr class="$loop.parity">
<th>$loop.index <a href="/empl/$:niceurl(c.employer_stem)">$c.employer_stem.title()</a></th>
@@ -289,6 +290,7 @@ $if pol.lob_contribs:
<tr><td colspan="2" class="rule">
<h2 class="rep">Top Lobby Contributors</h2>
<table class="charted structure contributors" style="width: 100%"><tbody>
+ <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">New rules require lobbyists to disclose their giving, and giving by the PACs they control. Use with caution: This data compiled from raw filings</td></tr>
$for c in pol.lob_contribs:
$def whom():
${(c.contact_name if c.contact_name else ((c.prefix or '') + ' ' + (c.firstname or '') + ' ' + (c.middlename or '') + ' ' + (c.lastname or '') + ' ' + (c.suffix or ''))).title()}


hooks/post-receive
--
watchdog

Reply all
Reply to author
Forward
0 new messages