Commit Graph

19 Commits (34406df130030b95bbac991cc9f0cc4c309d1591)

Author SHA1 Message Date
Dustin 34406df130 Add license information 2015-02-21 11:12:10 -06:00
Dustin f3fed340ca Add PostgreSQL schema script 2015-02-21 11:09:38 -06:00
Dustin ff0087b1c3 Fix leak of request objects through render 2015-02-19 23:25:43 -06:00
Dustin d6a52a7471 Add copyright notice in footer 2015-02-19 07:52:55 -06:00
Dustin e0a3a37894 Order Zone records by host name 2015-02-15 23:57:30 -06:00
Dustin f8cbf8b29c Fix redirect locations
When the application is not mounted at the root of the (virtual) host,
the Location header of HTTP redirect responses need to take this into
account. I thought that the `HTTPSeeOther` exception handled this, but
it does not, so the path needs to be explicitly constructed with
`milla.Request.create_href`.
2015-02-15 23:51:50 -06:00
Dustin 2db6a22376 Add templates to package_data 2015-02-15 22:57:55 -06:00
Dustin 30d8dd1633 Add SQLAlchemy to requirements list 2015-02-15 22:52:37 -06:00
Dustin 4b5567c35c Fix links in README 2015-02-15 22:36:46 -06:00
Dustin 59e29b85ec Add README 2015-02-15 22:16:04 -06:00
Dustin 14581195a4 Edit zone form 2015-02-15 22:00:02 -06:00
Dustin a2cb50c674 Add delete button to zone page 2015-02-15 22:00:02 -06:00
Dustin b32cac5a0b New/edit record form 2015-02-15 22:00:02 -06:00
Dustin 913989f31c Zone/record list view 2015-02-15 22:00:02 -06:00
Dustin ad70b77db5 Zone list page and new zone form
Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
2015-02-15 21:59:55 -06:00
Dustin 4f5aa00041 Start work on HTML UI 2015-02-15 21:59:27 -06:00
Dustin 0c5237c1a9 Convert controllers to classes 2015-02-15 21:59:27 -06:00
Dustin 4cb2ece33b Add redirect from root to zones list 2015-02-15 21:59:27 -06:00
Dustin 0c238bdb65 Initial commit 2015-02-15 21:59:27 -06:00