summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-222-2/+2
| | | | | | version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-0/+6
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1172 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Further progress on openssl. Added template_stream to core for downloading ↵Ted Trask2008-05-211-0/+1
| | | | | | files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1171 ab2d0c66-481e-0410-8bed-d214d4d58bed
* version bump on Makefilesv0.4.0Mika Havela2008-05-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1153 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moving skins to a separate acf.Mika Havela2008-05-21270-10782/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1140 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-213-3/+5
| | | | | | Preparation to move out skins to separate acf's (instead of having all skins in acf-core. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1138 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Small graphical changes.Mika Havela2008-05-213-13/+18
| | | | | | Adding horizontal-line on TD's using ICE.css git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1129 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Continuing to work on openssl. Not done yet.Ted Trask2008-05-201-5/+20
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1127 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added class=error to the DD part in the viewfunction.Mika Havela2008-05-201-1/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1126 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updating library to show program versionMika Havela2008-05-171-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1125 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added validation to syslog expert page.Ted Trask2008-05-151-2/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1123 ab2d0c66-481e-0410-8bed-d214d4d58bed
* For cfe.type='form', use cfe.option as the command to save the form data ↵Ted Trask2008-05-159-114/+169
| | | | | | i.e. can be used as button name. Modified pages that use 'form' to also use 'option'. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1122 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-154-7/+7
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-145-51/+45
| | | | | | | Removed hostname from pageinfo and replaced with component load in template. A little cleanup to use pageinfo in views. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1119 ab2d0c66-481e-0410-8bed-d214d4d58bed
* 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