summaryrefslogtreecommitdiffstats
path: root/tinydns-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Modified tinydns to implement access control.Ted Trask2008-07-231-25/+45
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1316 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed tinydns view to combine all record types, except for locations, and ↵Ted Trask2008-07-171-27/+14
| | | | | | display together. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1313 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified tinydns to use controllerfunctions, modelfunctions, common lsp ↵Ted Trask2008-07-081-79/+21
| | | | | | files, and new view without action functionality. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1290 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated tinydns as follows: Renames status to view and basicstatus to ↵Ted Trask2008-06-241-34/+39
| | | | | | | | status. Added ability to view individual config file / domain. Added link from view to edit actual line. Modified view. Updated jQuery to latest 1.2.6 git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1253 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dns edit page to use javascriptTed Trask2008-06-191-3/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1220 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrite of tinydns to simplify code and use new cfe model.Ted Trask2008-06-181-521/+147
| | | | | | Added js to filter records. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1219 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix - Modifying path to images.v0.2.3Mika Havela2008-05-221-15/+0
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-4/+3
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Now you can delete config-files that you no longer want.Mika Havela2008-04-281-0/+14
| | | | | | 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-0/+22
| | | | | | | | 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
* Cleaned up code. Added start/stop/restart buttons.Mika Havela2008-04-091-0/+9
| | | | 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-218/+105
| | | | 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-2/+32
| | | | | | 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/+88
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@945 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding information of autostart sequence.Mika Havela2008-03-281-0/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@860 ab2d0c66-481e-0410-8bed-d214d4d58bed
* suggestions to record namesNatanael Copa2008-03-221-8/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@837 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added select-boxes for those fields that defines location.Mika Havela2008-03-081-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@831 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-03-081-16/+44
| | | | | | | 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
* Took away the filter and hide the sampleconfig.Mika Havela2008-03-081-3/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@829 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today. Filtering is starting to take shape.Mika Havela2008-03-031-41/+22
| | | | 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-21/+93
| | | | | | 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-46/+32
| | | | | | | | 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-175/+270
| | | | | | | | | 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
* Made some progressMika Havela2008-02-221-4/+54
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@765 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Temporary save. Things are far from workingMika Havela2008-02-221-11/+196
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@764 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added a sampleconfig that shows some output. Still a long way to goMika Havela2008-02-161-4/+84
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@728 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Starting to read config-files.Mika Havela2008-02-151-1/+149
| | | | | | 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
* Bugfix on when the program is not installedMika Havela2008-02-151-3/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@724 ab2d0c66-481e-0410-8bed-d214d4d58bed
* First view shows some basic informationMika Havela2008-02-131-17/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@717 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Initial commit on tinydnsMika Havela2008-02-131-0/+50
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@716 ab2d0c66-481e-0410-8bed-d214d4d58bed