[SCM] watchdog branch, master, updated. 2c77e1018253d6dd1dcdf2739a298dbc17f66506

2 views
Skip to first unread message

aaronsw

unread,
Aug 13, 2009, 5:09:57 PM8/13/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 2c77e1018253d6dd1dcdf2739a298dbc17f66506 (commit)
via e9e7de8a30b7f0f01b47217d883d4f597a4f4473 (commit)
via 9fa9ab84228e7d6a28d600dd8f756134a26ba1f3 (commit)
from a2cd8b138dfb7297a5a7d543c17d0ac7720aec0e (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 2c77e1018253d6dd1dcdf2739a298dbc17f66506
Author: Aaron Swartz <m...@aaronsw.com>
Date: Thu Aug 13 17:09:51 2009 -0400

fix bug

commit e9e7de8a30b7f0f01b47217d883d4f597a4f4473
Author: Aaron Swartz <m...@aaronsw.com>
Date: Thu Aug 13 17:09:15 2009 -0400

fix title bug

commit 9fa9ab84228e7d6a28d600dd8f756134a26ba1f3
Author: Aaron Swartz <m...@aaronsw.com>
Date: Thu Aug 13 17:09:04 2009 -0400

don't validate dates

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

Summary of changes:
import/parse/irs_eo.py | 6 +++---
templates/contributor.html | 2 +-
vendor/webpy/web/db.py | 1 -
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/import/parse/irs_eo.py b/import/parse/irs_eo.py
index 7744326..4cd2764 100644
--- a/import/parse/irs_eo.py
+++ b/import/parse/irs_eo.py
@@ -16,14 +16,14 @@ def_eo = [
('subsection_code', 189-187, string),
('affiliation', 1, enum),
('classification_code', 194-190, string),
- ('ruling_date', 200-194, date),
+ ('ruling_date', 200-194, string),
('deductibility_code', 1, string),
('foundation_code', 2, string),
('activity_code', 212-203, string),
('organization_code', 1, string),
('exempt_org_status_code', 2, string),
- ('advance_ruling_expiration', 221-215, date),
- ('tax_period', 227-221, string),
+ ('advance_ruling_expiration', 221-215, string),
+ ('tax_period', 227-221, string),
('asset_code', 1, string),
('income_code', 1, string),
('filing_requirement_code', 3, string),
diff --git a/templates/contributor.html b/templates/contributor.html
index 66176d4..d2b5f57 100644
--- a/templates/contributor.html
+++ b/templates/contributor.html
@@ -5,7 +5,7 @@ $var color: white

$ name = format_name(name)

-$var title: $name.title(), zip
+$var title: $name.title(), $zip

<h1>$name.title() from zip code $zip</h1>
<p class='subheading'>Political contributions disclosed by campaign committees to the Federal Election Commission, sorted by name, zip code and employer. The data, from the FEC, covers the years 1979 through 2008.</p>
diff --git a/vendor/webpy/web/db.py b/vendor/webpy/web/db.py
index d205f09..80e838e 100644
--- a/vendor/webpy/web/db.py
+++ b/vendor/webpy/web/db.py
@@ -746,7 +746,6 @@ class DB:
doit(rows)
rows = []
doit(rows)
- return out

def _multiple_insert(self, tablename, values, seqname=None, _test=False):
if not values:


hooks/post-receive
--
watchdog

Reply all
Reply to author
Forward
0 new messages