In the middle of adding custom theme supports. Skin_pictures table added to store...
author<jlsharps@mit.edu> <>
Wed, 28 May 2008 17:24:40 +0000 (13:24 -0400)
committer<jlsharps@mit.edu> <>
Wed, 28 May 2008 17:24:40 +0000 (13:24 -0400)
commit947bdc28cd01bc025ffde2af3472b38e5d30f9d1
tree9ad25ac32501f0a8c12f5b5b972758a230dcbaee
parent6ab290219a55a24ff6047d02cf6c9a03dc096195
In the middle of adding custom theme supports. Skin_pictures table added to store metadata but final method of upload not yet complete.
.bzrignore
app/controllers/election_controller.rb
app/models/skin_picture.rb [new file with mode: 0644]
app/views/election/_themeupload.rhtml [new file with mode: 0644]
app/views/election/edit_general_information.rhtml
db/migrate/003_add_custom_widget_support.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/skin_pictures.yml [new file with mode: 0644]
test/unit/skin_picture_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?