summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Just a small change on layout. Moving footer.Mika Havela2007-11-171-3/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@334 ab2d0c66-481e-0410-8bed-d214d4d58bed
* do not die when skin is missingNatanael Copa2007-11-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* support for skinsNatanael Copa2007-11-162-2/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@322 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moving foo and bar to sandboxNatanael Copa2007-11-167-88/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@315 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session library now records events of notice when an invalid sessionidNathan Angelacos2007-11-151-30/+21
| | | | | | | | is given, and does lazy saves for empty sessions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@309 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session table is now retrieved and saved via the mvc.on_load and ↵Nathan Angelacos2007-11-151-17/+25
| | | | | | mvc.post_exec functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@308 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Session cookie gets written, session table gets stored (working)Nathan Angelacos2007-11-141-18/+24
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@305 ab2d0c66-481e-0410-8bed-d214d4d58bed
* *Work in progress*Nathan Angelacos2007-11-141-8/+31
| | | | | | | | Use the session library to set up a session token, clean up the session lib git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@304 ab2d0c66-481e-0410-8bed-d214d4d58bed
* app/acf_www-controller.lua removed logit referencesNathan Angelacos2007-11-141-16/+3
| | | | | | | | lib/session.lua use posix lib/Makefile remove reference to ed.lua git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@303 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Graphic modifications to get IE workingMika Havela2007-11-081-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@276 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fix stupid C style &&Nathan Angelacos2007-11-051-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@268 ab2d0c66-481e-0410-8bed-d214d4d58bed
* mvc.lua - change new to return 3 values, new mvc object, Nathan Angelacos2007-11-021-2/+14
| | | | | | | | | | | and a boolean each for the status of loading the named controller and model acf_www-controller.lua - example showing how to cope if the mvc:new returns with a missing model/controller git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@266 ab2d0c66-481e-0410-8bed-d214d4d58bed
* beginning of cli wrapperAlexander Poslavsky2007-11-021-0/+60
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@262 ab2d0c66-481e-0410-8bed-d214d4d58bed
* general cfg parserAlexander Poslavsky2007-11-021-2/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@257 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added service model, should in the end be able to start/stop all servicesAlexander Poslavsky2007-11-022-0/+123
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@255 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added cfgfile model, for simplified cfgfile pagesAlexander Poslavsky2007-11-021-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@254 ab2d0c66-481e-0410-8bed-d214d4d58bed
* shorewall directory files, show changesAlexander Poslavsky2007-11-021-2/+17
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@250 ab2d0c66-481e-0410-8bed-d214d4d58bed
* shorewall directory files movedAlexander Poslavsky2007-11-025-203/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@248 ab2d0c66-481e-0410-8bed-d214d4d58bed
* clean up reminders of logfiles that move to alpine-baselayoutNatanael Copa2007-11-011-5/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@242 ab2d0c66-481e-0410-8bed-d214d4d58bed
* test for general etc editingAlexander Poslavsky2007-11-016-0/+288
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@241 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved files that where placed in wrong folder (sorry for that).Mika Havela2007-11-014-65/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@238 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added initial files for viewing logfiles.Mika Havela2007-10-316-2/+79
| | | | | | | | | These files might be placed in wrong subfolder, but that can be changed later. Menuhints are modified after wiki "Alpine Configuration Framework Design". css has small changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@237 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified footer.Mika Havela2007-10-241-13/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@227 ab2d0c66-481e-0410-8bed-d214d4d58bed
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-2717-0/+659
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed
* starting from scratchNatanael Copa2007-07-272-7/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@217 ab2d0c66-481e-0410-8bed-d214d4d58bed
* initial Makefilesv2.0Natanael Copa2007-04-052-0/+7
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@200 ab2d0c66-481e-0410-8bed-d214d4d58bed