
noreply at mythtv
Sep 16, 2012, 11:09 PM
Post #1 of 1
(48 views)
Permalink
|
|
mythtv branch master updated by wagnerrp. v0.26-rc2-18-g657b888
|
|
The branch, master has been updated on the mythtv repository by gitolite user wagnerrp. via 657b888caf65675c8f1c72ce0369393be0cde910 (commit) from 0a56d7fe859df287437573f5035ca54cc1be19e8 (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 657b888caf65675c8f1c72ce0369393be0cde910 Author: Raymond Wagner <rwagner [at] mythtv> at Mon, 17 Sep 2012 02:03:59 -0400 Committer: Raymond Wagner <rwagner [at] mythtv> at Mon, 17 Sep 2012 02:03:59 -0400 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=657b888caf65675c8f1c72ce0369393be0cde910 Force proper typing on user input to datetime attributes. This adds a catch in the DictData and DBData classes and derivatives to process user input into the modified datetime class, and ensure proper time zone handling. Previously, naive information from the user would be passed through directly to the database. ----------------------------------------------------------------------- Summary of changes: mythtv/bindings/python/MythTV/altdict.py | 4 ++++ mythtv/bindings/python/MythTV/database.py | 8 ++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|