summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-027-28/+96
* Removed debug log output from acf_www.Ted Trask2008-06-241-8/+8
* Added javascript to dispatch error and exception pages.Ted Trask2008-06-132-5/+48
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-114-50/+71
* Fixed download bug for logfiles and certificates.Ted Trask2008-06-091-2/+2
* Moved clientdata processing from password model to controller.Ted Trask2008-06-062-39/+46
* Remove clientdata processing from logon-modelTed Trask2008-06-062-8/+9
* Subnav now a ul, and snow works with itNathan Angelacos2008-05-271-1/+4
* Added revoking support to opensslTed Trask2008-05-221-1/+3
* Graphical bugfix - Modifying path to images.v0.4.1Mika Havela2008-05-221-1/+1
* Further progress on openssl. Added template_stream to core for downloading f...Ted Trask2008-05-211-0/+6
* Further progress on openssl. Added template_stream to core for downloading f...Ted Trask2008-05-211-0/+1
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-212-3/+4
* Small graphical changes.Mika Havela2008-05-212-11/+15
* For cfe.type='form', use cfe.option as the command to save the form data i.e....Ted Trask2008-05-158-111/+166
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-154-7/+7
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-145-51/+45
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-143-151/+277
* 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-092-23/+76
* Finished user and role managementTed Trask2008-05-057-105/+104
* Updated rolesTed Trask2008-05-0211-31/+232
* Removing debug information from Welcome-page.Mika Havela2008-05-022-3/+4
* Modified roles, logon, and authenticatorTed Trask2008-05-018-55/+77
* Forgot the password model fileTed Trask2008-04-301-0/+105
* Modified cfe, removing option, errtxt, and name, and adding label - This may ...Ted Trask2008-04-309-483/+114
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-5/+1
* Added cfe support to logonTed Trask2008-04-284-30/+22
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-245-10/+6
* 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
* CleanupTed Trask2008-04-221-1/+0
* Ted's Logon/permissions changesTed Trask2008-04-2114-360/+234
* Doing some changes with roles/permission. First need to change the name of th...Mike Mason2008-04-101-2/+2
* Redirecting user to logon page when they successfully logged out.Mika Havela2008-04-041-1/+8
* Renamed function that had _ in the functionname.Mika Havela2008-04-032-10/+11
* Updated the menubuilder so that submenus show.Mika Havela2008-04-031-27/+13
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
* Changed to https.Mika Havela2008-03-261-1/+1
* Changed Menu-name.Mika Havela2008-03-262-3/+3
* Tab displays and bug fixesMike Mason2008-03-252-0/+27
* Fixed bug where menus kept if going to logon page while logged on. Menus now ...Mike Mason2008-03-201-0/+1
* Made the build_menu a public function so that logoff could run it. No more bugsMike Mason2008-03-202-1/+2
* 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
* Redirecting the user to logon-page when someone is trying to edit passwords w...Mika Havela2008-03-031-3/+26
* Removed password-model because it's not used.Mika Havela2008-02-272-110/+0
* Logic is there and writes to the mainmenu table. Will still need to work out ...Mike Mason2008-02-261-27/+36