summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of some libs.Ted Trask2008-09-261-1/+1
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-252-2/+0
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
* Modified startstop to return string rather than boolean.Ted Trask2008-08-281-2/+2
* Modified acf_www and logon-controller to redirect to logon on dispatch error ...Ted Trask2008-08-223-12/+16
* Added description to savebuttonMika Havela2008-08-221-1/+2
* Modified roles and authenticator to delete all data fields when deleting a ro...Ted Trask2008-08-163-14/+14
* Modified acf_www to allow a view without an action to be a link instead of ju...Ted Trask2008-08-121-1/+2
* Modified roles to list views that don't have actions in the list of available...Ted Trask2008-08-091-1/+8
* use <% %> instead of <? ?>Natanael Copa2008-07-2819-182/+182
* Another rewrite of validator to remove dnsfiles and add a generic way for oth...Ted Trask2008-07-241-3/+0
* Split common code out of authenticator-plaintext into authenticator.lua in pr...Ted Trask2008-07-225-204/+69
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-122-31/+24
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40
* Added hidden filename field to common filedetails lsp. Modified acf_www-cont...Ted Trask2008-07-082-17/+31
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-045-29/+28
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-043-1/+11
* Fixed expert page to work when prefix or controller has magic characters. Ad...Ted Trask2008-07-041-1/+2
* Added debug html page. Change redirect_to_referreferrer when there's no refe...Ted Trask2008-07-033-6/+22
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
* 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