Commit Graph

17 Commits

Author SHA1 Message Date
1d73deda1c sqlite related stuff as part of making sqlite the canonical backend
* Module.py __init__ sets up sqlite db connection by default
* Module.py __init__ calls init_db() which is empty, expects subclasses to implement as necessary
* Module.py doesn't close sqlite connection by default

Changes call for a couple updates in Karma.py, namely implementing db_init
and excepting sqlite3.Error rather than closing the connection
2010-10-27 17:59:01 -05:00
70b49ecbcc whitespace nitpicking 2010-10-25 21:14:35 -05:00
3d65a6a158 Merge branch 'bloy-sqlite'
Resolved conflicts:
	modules/Karma.py - re-added support for (long items)
2010-10-25 21:11:40 -05:00
8cfeef2efd Revert "Merge branch 'bloy-sqlite'" because i want to merge this the right way
This reverts commit 5a76a9866a.
2010-10-25 21:06:01 -05:00
c1c29648d7 Revert "whitespace nitpicking" because I want to merge this the right way
This reverts commit b9c2be8c54.
2010-10-25 21:05:33 -05:00
b9c2be8c54 whitespace nitpicking 2010-10-25 20:50:59 -05:00
5a76a9866a Merge branch 'bloy-sqlite' 2010-10-25 20:49:12 -05:00
5f6ced3066 add ' to karma matcher regex 2010-10-25 19:21:39 -05:00
9a1086e855 added support for karma for things with spaces, by wrapping it in ()
e.g.: (this is one really long thing that i like)++
2010-10-25 19:11:17 -05:00
2973d904f4 pythonic header 2010-10-25 18:44:28 -05:00
a4839fd35f whitespace nitpickery 2010-10-25 18:37:30 -05:00
Mike Bloy
84ba3107f0 include rank in karma output 2010-10-24 15:13:01 -05:00
Mike Bloy
98f07105bc karma data store moved to sqlite 2010-10-24 15:13:00 -05:00
Mike Bloy
40ab270324 fixed rank trigger for karma 2010-10-24 14:57:23 -05:00
Mike Bloy
e557137f82 fix karma formatting 2010-10-24 09:37:43 -05:00
Mike Bloy
e453778791 clean up karma module 2010-10-24 09:36:15 -05:00
Mike Bloy
a64c83ce59 working karma module 2010-10-23 22:52:15 -05:00