2850d9c7b3Update from Bootstrap 2 to Bootstrap 3
Daniel Roschka
2015-03-31 22:57:03 +0200
1af0f6cd43Add Travis CI support
Daniel Roschka
2015-03-29 21:05:23 +0200
a6747b4f25Removed the checking for the exception message when trying to produce an IntegrityError, because that message differs based on the environment.
Daniel Roschka
2015-03-29 19:47:58 +0200
95b86434ffFixes outstanding failing tests
Daniel Roschka
2015-03-29 19:03:53 +0200
6a769e4cbbFixes the behavior for not existing BIND servers
Daniel Roschka
2015-03-29 14:04:43 +0200
30d812f838Removed the initial migrations for binders models again as they are now part of another pull request. The only migration left is the one for the newly added field.
Daniel Roschka
2015-03-28 18:48:25 +0100
a3d97f97d2Added initial migrations for binders models.
Daniel Roschka
2015-03-28 18:46:55 +0100
24e6b7e399Improved record deletion performance
Daniel Roschka
2015-03-25 22:48:47 +0100
270bb80921Commit 448d18f8f9 introduced some problems, which are fixed in this commit: * Cancel links were converted to buttons, by simply wrapping them into a <button>-element, causing them to act as submit buttons, as submit is the default action for buttons, instead of cancel buttons. Instead the proper bootstrap code for showing links as buttons is used now. * add_cname_record_form.htm hasn't been adjusted to show a button instead of a link for cancelling. I converted that to a button now as well.
Daniel Roschka
2015-03-25 18:48:13 +0100
2059f3277cRemoved beautifulsoup as dependency for binder, because it's a dependency of pybindxml and will be properly installed when installing pybindxml.
Daniel Roschka
2015-03-21 23:21:31 +0100
f0f897fad6fix models test reason for test where no statistics port is specified
Jeffrey Forman
2014-12-24 17:15:06 -0500
da4bbed5d7update tests for django >1.6, disable integration tests until I can figure out a good local solution
Jeffrey Forman
2014-12-24 17:14:33 -0500
e732cf3613add TEST_RUNNER specification to be django >1.6 friendly
Jeffrey Forman
2014-12-21 19:24:35 -0500
1ff21cb4abadd wsgi.py to binder project for use with apache
Jeffrey Forman
2014-10-08 09:44:29 -0400
06c1b268b4make template_dirs in settings a tuple to play nice with django 1.7
Jeffrey Forman
2014-10-06 21:58:09 -0400
f9f9309fe9beautifulsoup is not a required module for binder itself, remove from models
Jeffrey Forman
2014-10-06 13:02:30 -0400
9e9190bf84convert to setup.py packaging, which can be used with fpm.
Jeffrey Forman
2014-03-02 10:05:42 -0500
e78b215327add script to tag release and build deb
Jeffrey Forman
2014-01-20 21:01:09 -0500
e48f4ad5b0make server zone list table sortable by column
Jeffrey Forman
2014-01-05 17:53:13 -0500
d8900c4075convert to using pybindxml for scraping zone/server information from bind in server zone list
Jeffrey Forman
2014-01-05 17:50:13 -0500
c2daf46358update url template references to be django 1.5 friendly
Jeffrey Forman
2013-12-01 18:05:01 -0500
5ec7fc02c9Add sorttable.js to static, ability to sort zone list table
Jeffrey Forman
2013-03-21 21:18:03 -0400
dfcac75a76update binder script to build tarball instead of rpm
Jeffrey Forman
2013-03-21 20:31:50 -0400
1dc627fd82Merge branch 'master' of github.com:jforman/binder
Jeffrey Forman
2013-01-07 22:17:20 -0500
061447aa04Add buld script to create debian package for binder, trunk branch with date
Jeffrey Forman
2013-01-07 22:12:50 -0500
323375ead7clean up section headers for bind, and add explanation for ancillary config files
Jeffrey Forman
2013-01-07 21:22:58 -0500
fea960a52aMajor documentation update on readme. Provide examples and workflow for getting binder running.
Jeffrey Forman
2013-01-07 21:03:43 -0500
9e95181936Add ability to directly create reverse PTR records. Not the best, but it works.
Jeffrey Forman
2012-12-25 19:57:00 -0500
b803923331print error if encountered in deleting records form
Jeffrey Forman
2012-12-16 11:21:44 -0500
26acc4f51cConvert unit tests to use reverse() instead of specifying URL's hard coded
Jeffrey Forman
2012-12-15 21:59:51 -0500
a7bc198c4dConvert template URL href references to use 'url' template syntax for reverse URLs
Jeffrey Forman
2012-12-15 20:25:06 -0500
16a629f81ause a split method on the string, instead of a regex, to make getting the host and domain easier when deleting a record
Jeffrey Forman
2012-12-15 20:21:07 -0500
acd9ec596cAdd unit tests for add cname form and add record form testing
Jeffrey Forman
2012-12-13 01:40:12 -0500
3a9e9fe614dont show the 'add reverse record' checkbox if on form for adding reverse record
Jeffrey Forman
2012-12-12 21:12:58 -0500
308be6a025Add integration test for denied zone transfer
Jeffrey Forman
2012-12-09 21:22:47 -0500
0b048f46f8Saving the model is important if you want to change statistics_ports midway through.
Jeffrey Forman
2012-12-07 07:46:18 -0500
3b0b29664eclean up the keys, down to one key for testing
Jeffrey Forman
2012-12-07 07:44:29 -0500