Introducing a very barebones admin UI for managing buckets. I would
authorMatthew Horsfall (alh) <wolfsage@gmail.com>
Tue, 26 Jul 2011 20:24:25 +0000 (16:24 -0400)
committerMatthew Horsfall (alh) <wolfsage@gmail.com>
Tue, 26 Jul 2011 20:24:25 +0000 (16:24 -0400)
commit26b4958ec93a29fb6918934f2b4fab0541bad2fd
treed09ecd9d078880429c2299cc4ef0d57883ab2ad5
parent8ee9b216399777fbcb5e307b28c8dcfcd3716dd3
Introducing a very barebones admin UI for managing buckets. I would
avoid using the delete action on active buckets for now as it does not
clean up videos/announcements or files on disk
13 files changed:
lib/App/IdiotBox.pm
lib/App/IdiotBox/Store/SQLite.pm
share/html/admin.html [new file with mode: 0644]
share/html/delete.html [new file with mode: 0644]
share/html/deleted.html [new file with mode: 0644]
share/html/edit.html [new file with mode: 0644]
share/html/edited.html [new file with mode: 0644]
share/skin/presentingperl/html/admin.html [new file with mode: 0644]
share/skin/presentingperl/html/delete.html [new file with mode: 0644]
share/skin/presentingperl/html/deleted.html [new file with mode: 0644]
share/skin/presentingperl/html/edit.html [new file with mode: 0644]
share/skin/presentingperl/html/edited.html [new file with mode: 0644]
share/skin/presentingperl/static/style/layout.css