summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bumpv0.2.4Mika Havela2008-06-241-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1252 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Improved responsiveness of tinydns status javascript.Ted Trask2008-06-211-4/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1222 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up tinydns javascript and made it work on Firefox.Ted Trask2008-06-202-56/+56
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1221 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified dns edit page to use javascriptTed Trask2008-06-192-17/+127
| | | | 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-1813-1146/+516
| | | | | | 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-223-18/+3
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.2.2Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes due to change in ice.cssMika Havela2008-05-212-5/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1137 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-4/+4
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1120 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
* Small bugfix and version bump on Makefilev0.2.1Mika Havela2008-05-012-2/+2
| | | | 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-302-5/+3
| | | | | | | | | | | | 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-283-5/+70
| | | | | | 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-266-10/+116
| | | | | | | | 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
* Updating the .roles fileMika Havela2008-04-251-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1044 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
* Added individual roles filesTed Trask2008-04-231-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1035 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating Makefilev0.2.0Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1022 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaned up code. Added start/stop/restart buttons.Mika Havela2008-04-093-489/+85
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@979 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphical bugfix.Mika Havela2008-04-092-1/+9
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@971 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the code.v0.1.1Mika Havela2008-04-087-430/+142
| | | | 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-044-6/+50
| | | | | | 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-045-43/+281
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@945 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing sampleconfig from the Makefilev0.1.0Mika Havela2008-04-021-1/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@887 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Deactivating still-not-working-config-tab and only showing status-information.Mika Havela2008-04-023-4/+4
| | | | | | 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
* Adding information of autostart sequence.Mika Havela2008-03-283-2/+23
| | | | 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-082-2/+38
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@831 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Saving work for today.Mika Havela2008-03-084-69/+291
| | | | | | | 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-032-69/+92
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@797 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor updates on the view-fileMika Havela2008-03-031-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@796 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some examples into the example fileMika Havela2008-03-031-0/+39
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@795 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added functionallity for the config-tab. (Now showing current configs).Mika Havela2008-02-265-119/+537
| | | | | | 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-233-69/+120
| | | | | | | | 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-225-271/+372
| | | | | | | | | 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-222-9/+68
| | | | 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-224-39/+300
| | | | 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-165-4/+226
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@728 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefile and created READMEMika Havela2008-02-152-42/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@727 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Forgot the view-file.Mika Havela2008-02-151-0/+70
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@726 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Starting to read config-files.Mika Havela2008-02-154-25/+172
| | | | | | 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-132-20/+37
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@717 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Initial commit on tinydnsMika Havela2008-02-135-0/+147
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@716 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Created tinydns svn-treev0.1Mika Havela2008-02-133-0/+56
git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@710 ab2d0c66-481e-0410-8bed-d214d4d58bed