summaryrefslogtreecommitdiffstats
path: root/app/acf_www-controller.lua
Commit message (Collapse)AuthorAgeFilesLines
* Getting menu and permission to start working together. Just test code most ↵Mike Mason2008-02-141-0/+32
| | | | | | commented out. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@723 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Menus are now written into sessiondata.Mika Havela2008-02-111-8/+24
| | | | | | The menus are created from the sessiondata.menu[mainmenu|submenu]. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@709 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Cleaning up the session management and expiration items. Will be more bug ↵Mike Mason2008-02-071-0/+8
| | | | | | fixes/changes to come... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@706 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the ↵Mika Havela2008-02-061-7/+4
| | | | | | .menu files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@705 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Add label as a common entry to cfeNathan Angelacos2008-02-011-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@681 ab2d0c66-481e-0410-8bed-d214d4d58bed
* on logon, the session table actually gets savedNathan Angelacos2007-12-221-2/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@451 ab2d0c66-481e-0410-8bed-d214d4d58bed
* logon works - but session table is not saved yetNathan Angelacos2007-12-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@450 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added functionallity to display the alpine version in the templateMika Havela2007-12-201-0/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@433 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-091-1/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@421 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-161-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@322 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
* 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
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-271-0/+202
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed