summaryrefslogtreecommitdiffstats
path: root/app/acf_www-controller.lua
Commit message (Expand)AuthorAgeFilesLines
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-021-14/+16
* Removed debug log output from acf_www.Ted Trask2008-06-241-8/+8
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-111-49/+51
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-211-0/+1
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-2/+2
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-41/+26
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-147/+274
* Rewrote syslog to use components and remove view-specific code from controller.Ted Trask2008-05-131-10/+19
* Added support for components to acf_www-controller.Ted Trask2008-05-091-21/+74
* Updated rolesTed Trask2008-05-021-0/+14
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-301-5/+2
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-241-2/+0
* Added destroy and on_unload functions. Moved saving of session from post_exec...Ted Trask2008-04-241-15/+16
* Fixed automatic redirection to include prefixTed Trask2008-04-221-1/+1
* Ted's Logon/permissions changesTed Trask2008-04-211-125/+81
* Doing some changes with roles/permission. First need to change the name of th...Mike Mason2008-04-101-2/+2
* Updated the menubuilder so that submenus show.Mika Havela2008-04-031-27/+13
* Changed to https.Mika Havela2008-03-261-1/+1
* Tab displays and bug fixesMike Mason2008-03-251-0/+26
* Made the build_menu a public function so that logoff could run it. No more bugsMike Mason2008-03-201-1/+1
* Working fully except for one bug when you logout you get all the menus again.Mike Mason2008-03-181-7/+9
* Working menus... trying to figure out why when another user logs in it doesn'...Mike Mason2008-03-181-13/+10
* Still doesn't fully work but acf_www menu and page authorization is coming al...Mike Mason2008-03-121-31/+47
* Got the menu system somewhat working. Some of the matching is a bit off. Next...Mike Mason2008-03-071-9/+15
* Logic is there and writes to the mainmenu table. Will still need to work out ...Mike Mason2008-02-261-27/+36
* Getting menu and permission to start working together. Just test code most co...Mike Mason2008-02-141-0/+32
* Menus are now written into sessiondata.Mika Havela2008-02-111-8/+24
* Cleaning up the session management and expiration items. Will be more bug fix...Mike Mason2008-02-071-0/+8
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the .m...Mika Havela2008-02-061-7/+4
* Add label as a common entry to cfeNathan Angelacos2008-02-011-1/+2
* on logon, the session table actually gets savedNathan Angelacos2007-12-221-2/+8
* logon works - but session table is not saved yetNathan Angelacos2007-12-221-1/+1
* Added functionallity to display the alpine version in the templateMika Havela2007-12-201-0/+2
* added logevent function (hardcoded to write to /var/log/acf.log)Nathan Angelacos2007-12-091-1/+11
* do not die when skin is missingNatanael Copa2007-11-161-1/+1
* support for skinsNatanael Copa2007-11-161-1/+2
* Session library now records events of notice when an invalid sessionidNathan Angelacos2007-11-151-30/+21
* Session table is now retrieved and saved via the mvc.on_load and mvc.post_exe...Nathan Angelacos2007-11-151-17/+25
* Session cookie gets written, session table gets stored (working)Nathan Angelacos2007-11-141-18/+24
* *Work in progress*Nathan Angelacos2007-11-141-8/+31
* app/acf_www-controller.lua removed logit referencesNathan Angelacos2007-11-141-16/+3
* Fix stupid C style &&Nathan Angelacos2007-11-051-1/+1
* mvc.lua - change new to return 3 values, new mvc object, Nathan Angelacos2007-11-021-2/+14
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-271-0/+202