summaryrefslogtreecommitdiffstats
path: root/tinydns-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Small bugfix and version bump on Makefilev0.2.1Mika Havela2008-05-011-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1054 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-301-3/+1
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-3/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can delete config-files that you no longer want.Mika Havela2008-04-281-1/+46
| | | | | | Validation is done so you can't remove wrong files (but you can remove any file within /etc/tinydns/) git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1050 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-04-261-2/+54
| | | | | | | | Create new configfile starts working. Delete configfile (work in progress - still not working). Added information on filesize/modifydate on each configfile. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1048 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-241-12/+1
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up code. Added start/stop/restart buttons.Mika Havela2008-04-091-489/+61
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@979 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code.v0.1.1Mika Havela2008-04-081-7/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@954 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can view/edit all files in /etc/tinydns/.Mika Havela2008-04-041-3/+16
| | | | | | You shouldn't be able to view/edit other files than in /etc/tinydns (and it's subfolders). git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@948 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Creating a expert tab so you can edit the config-files.Mika Havela2008-04-041-0/+73
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@945 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Deactivating still-not-working-config-tab and only showing status-information.Mika Havela2008-04-021-2/+2
| | | | | | This is to be able to create a initial release of acf-tinydns. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@886 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added select-boxes for those fields that defines location.Mika Havela2008-03-081-0/+36
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@831 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-03-081-42/+127
| | | | | | | Hide [New] objects because they don't work for the moment. When selecting a record and edit it, you get to see the whole record (still not editable). git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@830 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today. Filtering is starting to take shape.Mika Havela2008-03-031-28/+70
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@797 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added functionallity for the config-tab. (Now showing current configs).Mika Havela2008-02-261-54/+379
| | | | | | Editing config is still not possible. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@768 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Output can now be filtered in levels (can only be done by modifying in the ↵Mika Havela2008-02-231-21/+80
| | | | | | | | controller for now). A problem has appeared - We cant sort the output when the tables are constructed as they are. Next commit will/should have changed the table-layout. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@767 ab2d0c66-481e-0410-8bed-d214d4d58bed
* The status-tab is starting to take shape. We need to figure out howto ↵Mika Havela2008-02-221-2/+76
| | | | | | | | | section the data and howto sort it. I have some ide of filtering data based on hostname... but thats not working for now. Hidden config-tab for now because its not working. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@766 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Temporary save. Things are far from workingMika Havela2008-02-221-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@764 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Starting to read config-files.Mika Havela2008-02-151-0/+10
| | | | | | There is some debug output where you can se some default parameters and a list of all objects in the config-files. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@725 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Initial commit on tinydnsMika Havela2008-02-131-0/+29
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@716 ab2d0c66-481e-0410-8bed-d214d4d58bed