| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved cfe into mvc.lua and removed cfe.lua. | Ted Trask | 2008-09-25 | 2 | -2/+0 |
* | Added parser library. Display filecontent descr in filedetails. | Ted Trask | 2008-09-18 | 1 | -0/+1 |
* | Modified filedetails view to HTML escape the filecontent before displaying it. | Ted Trask | 2008-09-03 | 1 | -1/+1 |
* | Modified startstop to return string rather than boolean. | Ted Trask | 2008-08-28 | 1 | -2/+2 |
* | Modified acf_www and logon-controller to redirect to logon on dispatch error ... | Ted Trask | 2008-08-22 | 3 | -12/+16 |
* | Added description to savebutton | Mika Havela | 2008-08-22 | 1 | -1/+2 |
* | Modified roles and authenticator to delete all data fields when deleting a ro... | Ted Trask | 2008-08-16 | 3 | -14/+14 |
* | Modified acf_www to allow a view without an action to be a link instead of ju... | Ted Trask | 2008-08-12 | 1 | -1/+2 |
* | Modified roles to list views that don't have actions in the list of available... | Ted Trask | 2008-08-09 | 1 | -1/+8 |
* | use <% %> instead of <? ?> | Natanael Copa | 2008-07-28 | 19 | -182/+182 |
* | Another rewrite of validator to remove dnsfiles and add a generic way for oth... | Ted Trask | 2008-07-24 | 1 | -3/+0 |
* | Split common code out of authenticator-plaintext into authenticator.lua in pr... | Ted Trask | 2008-07-22 | 5 | -204/+69 |
* | Fixed redirect_to_referrer with GET data. Moved handling of multi select fro... | Ted Trask | 2008-07-12 | 2 | -31/+24 |
* | Modifed roles to use controllerfunctions, modelfunctions, and a symlink. | Ted Trask | 2008-07-12 | 5 | -78/+40 |
* | Added hidden filename field to common filedetails lsp. Modified acf_www-cont... | Ted Trask | 2008-07-08 | 2 | -17/+31 |
* | replace 'made with care by webconf' tag at bottom of page | Nathan Angelacos | 2008-07-07 | 1 | -1/+1 |
* | Modified logon and password to use new redirect_to_referrer functionality. | Ted Trask | 2008-07-04 | 5 | -29/+28 |
* | Added generic form lsp file. A few updates to library functions and lsp files. | Ted Trask | 2008-07-04 | 3 | -1/+11 |
* | Fixed expert page to work when prefix or controller has magic characters. Ad... | Ted Trask | 2008-07-04 | 1 | -1/+2 |
* | Added debug html page. Change redirect_to_referreferrer when there's no refe... | Ted Trask | 2008-07-03 | 3 | -6/+22 |
* | Changed logfiles to use controllerfunctions and standard html-lsp files. | Ted Trask | 2008-07-02 | 1 | -0/+6 |
* | Modified core to create model and controller function libraries and some comm... | Ted Trask | 2008-07-02 | 7 | -28/+96 |
* | Removed debug log output from acf_www. | Ted Trask | 2008-06-24 | 1 | -8/+8 |
* | Added javascript to dispatch error and exception pages. | Ted Trask | 2008-06-13 | 2 | -5/+48 |
* | Simplified www redirection code to only redirect if valid url. | Ted Trask | 2008-06-11 | 4 | -50/+71 |
* | Fixed download bug for logfiles and certificates. | Ted Trask | 2008-06-09 | 1 | -2/+2 |
* | Moved clientdata processing from password model to controller. | Ted Trask | 2008-06-06 | 2 | -39/+46 |
* | Remove clientdata processing from logon-model | Ted Trask | 2008-06-06 | 2 | -8/+9 |
* | Subnav now a ul, and snow works with it | Nathan Angelacos | 2008-05-27 | 1 | -1/+4 |
* | Added revoking support to openssl | Ted Trask | 2008-05-22 | 1 | -1/+3 |
* | Graphical bugfix - Modifying path to images.v0.4.1 | Mika Havela | 2008-05-22 | 1 | -1/+1 |
* | Further progress on openssl. Added template_stream to core for downloading f... | Ted Trask | 2008-05-21 | 1 | -0/+6 |
* | Further progress on openssl. Added template_stream to core for downloading f... | Ted Trask | 2008-05-21 | 1 | -0/+1 |
* | Adding support to move skins to a specific subfolder. | Mika Havela | 2008-05-21 | 2 | -3/+4 |
* | Small graphical changes. | Mika Havela | 2008-05-21 | 2 | -11/+15 |
* | For cfe.type='form', use cfe.option as the command to save the form data i.e.... | Ted Trask | 2008-05-15 | 8 | -111/+166 |
* | Replaced references to ENV[SCRIPT_NAME] with self.conf.script. | Ted Trask | 2008-05-15 | 4 | -7/+7 |
* | Added suppress_view option to dispatch_component and return viewtable. | Ted Trask | 2008-05-14 | 5 | -51/+45 |
* | Change inheritance from worker->self->parent to self->worker->parent as found... | Ted Trask | 2008-05-14 | 3 | -151/+277 |
* | Rewrote syslog to use components and remove view-specific code from controller. | Ted Trask | 2008-05-13 | 1 | -10/+19 |
* | Added support for components to acf_www-controller. | Ted Trask | 2008-05-09 | 2 | -23/+76 |
* | Finished user and role management | Ted Trask | 2008-05-05 | 7 | -105/+104 |
* | Updated roles | Ted Trask | 2008-05-02 | 11 | -31/+232 |
* | Removing debug information from Welcome-page. | Mika Havela | 2008-05-02 | 2 | -3/+4 |
* | Modified roles, logon, and authenticator | Ted Trask | 2008-05-01 | 8 | -55/+77 |
* | Forgot the password model file | Ted Trask | 2008-04-30 | 1 | -0/+105 |
* | Modified cfe, removing option, errtxt, and name, and adding label - This may ... | Ted Trask | 2008-04-30 | 9 | -483/+114 |
* | Changed error redir code to use redirect function instead | Ted Trask | 2008-04-28 | 1 | -5/+1 |
* | Added cfe support to logon | Ted Trask | 2008-04-28 | 4 | -30/+22 |
* | Replaced all list_redir functions with redirect in mvc.lua, implemented a def... | Ted Trask | 2008-04-24 | 5 | -10/+6 |