summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change inheritance from worker->self->parent to self->worker->parent as ↵Ted Trask2008-05-144-235/+307
| | | | | | | | | | found in wiki. Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-133-16/+47
| | | | | | Also made sure not to write to conf file unless all variables pass validation. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1116 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added support for components to acf_www-controller.Ted Trask2008-05-092-23/+76
| | | | | | Now views can load sub-views (components) using a function in the view library (which is now passed to each view). Based on Ruby on Rails components. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1115 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.setoptsinfile function and fixed bugs in getopts.getoptsfromfileTed Trask2008-05-081-41/+126
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1114 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote getopts.getoptsfromfile function to handle more complicated config ↵Ted Trask2008-05-071-68/+66
| | | | | | files and removed getopts.getoptsfromfile_onperline function git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1111 ab2d0c66-481e-0410-8bed-d214d4d58bed
* If no details for the file exists, then things got broken. This is now fixed.Mika Havela2008-05-061-12/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1107 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small updates on the skinsMika Havela2008-05-052-13/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1101 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Finished user and role managementTed Trask2008-05-059-108/+112
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1100 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated rolesTed Trask2008-05-0215-50/+352
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1099 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilev0.3.4release-0.3.4Mika Havela2008-05-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1097 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removing debug information from Welcome-page.Mika Havela2008-05-022-3/+4
| | | | | | Redirecting to welcome-page at successful logon. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1096 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles, logon, and authenticatorTed Trask2008-05-0111-134/+173
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1095 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Forgot the password model fileTed Trask2008-04-301-0/+105
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1053 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified cfe, removing option, errtxt, and name, and adding label - This may ↵Ted Trask2008-04-3013-548/+332
| | | | | | | | | | | | break things. Rewrote password module, adding model Modified authenticator to make password module work git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1052 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed error redir code to use redirect function insteadTed Trask2008-04-282-6/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added cfe support to logonTed Trask2008-04-284-30/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1049 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding a skin to use with acf-gnats (only usable for gnats - No mainmenus)Mika Havela2008-04-256-0/+334
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1045 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵Ted Trask2008-04-246-27/+30
| | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added destroy and on_unload functions. Moved saving of session from ↵Ted Trask2008-04-243-22/+41
| | | | | | post_exec to on_unload. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1036 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved roles/permissions to individual roles filesTed Trask2008-04-231-6/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1034 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed automatic redirection to include prefixTed Trask2008-04-222-3/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1033 ab2d0c66-481e-0410-8bed-d214d4d58bed
* CleanupTed Trask2008-04-222-4/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1031 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Ted's Logon/permissions changesTed Trask2008-04-2119-610/+498
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another trivial commitTed Trask2008-04-181-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1029 ab2d0c66-481e-0410-8bed-d214d4d58bed
* a minor changeTed Trask2008-04-181-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1028 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated Makefilev0.3.3release-0.3.3Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1025 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some tabs to the roles file.Mika Havela2008-04-162-2/+3
| | | | | | Some graphical bugfixes on the lib/viewfunction.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1024 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding the functionallity to be able to select multiple objects.Mika Havela2008-04-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@995 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Missed to add the libraries to the MakefileMika Havela2008-04-161-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@994 ab2d0c66-481e-0410-8bed-d214d4d58bed
* A small modification (changed a variable name that collided with the ↵Mika Havela2008-04-151-6/+6
| | | | | | libraryname that was loaded in the beginning of the code. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@991 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the stylesheet with a small graphical adjustment.Mika Havela2008-04-152-5/+5
| | | | | | Added gnats tabs to the roles file. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@990 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Doing some changes with roles/permission. First need to change the name of ↵Mike Mason2008-04-102-3/+3
| | | | | | the ALL group... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@984 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added subnavs for 'interfaces'.Mika Havela2008-04-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@973 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added 2 libraries.Mika Havela2008-04-082-0/+106
| | | | | | | viewfunctions.lua is used by the view-files to present data. processinfo.lua shows autostartsequence and packageversion. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@964 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some graphics to the MakefileMika Havela2008-04-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@963 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the Expert tab for tinydns into the roles file.Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@947 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@946 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated rolesv0.3.2release-0.3.2Mika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@931 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added tab for ipsectools:logfileMika Havela2008-04-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@911 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the new tabs for dhcp.Mika Havela2008-04-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@910 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added the available functions to the roles file.Mika Havela2008-04-031-5/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@907 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Renamed function that had _ in the functionname.Mika Havela2008-04-032-10/+11
| | | | | | Made it possible to administer users if you have role CREATE (even if you are not logged on as Alpine) git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@906 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated the menubuilder so that submenus show.Mika Havela2008-04-032-28/+14
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@904 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating Makefile before tagging project.v0.3.1release-0.3.1Mika Havela2008-04-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@902 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Activated som graphics that now is used.Mika Havela2008-04-011-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@868 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the looks of the header of tables.Mika Havela2008-04-011-2/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@867 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed a typo in the roles fileMika Havela2008-03-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@864 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added some more objects to the roles fileMika Havela2008-03-281-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@858 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use liberation sans if it existNatanael Copa2008-03-281-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@855 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@854 ab2d0c66-481e-0410-8bed-d214d4d58bed