summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Further fixes for null handling in handle_clientdataTed Trask2013-04-302-1/+2
|
* Fix null clientdata handling bug when recursingTed Trask2013-04-301-1/+2
|
* Fixed hostname parameter scope by moving if statementTed Trask2012-11-091-1/+3
|
* Rename ajax viewtype to json to be more accurateTed Trask2012-11-062-2/+1
|
* Added template for serialized lua outputTed Trask2012-11-061-0/+5
|
* Removed old files from Makefilev0.15.1Ted Trask2012-10-191-2/+0
|
* Added option to have skin-specific javascriptTed Trask2012-10-111-0/+1
|
* Added option to have skin-specific template in skindirTed Trask2012-10-111-8/+15
|
* No need for form view anymore since we have autoviewTed Trask2012-10-111-9/+0
|
* Added clientdata.skinned option to turn off skins in html templateTed Trask2012-10-022-0/+7
|
* Revert "Added clientdata.skinned option to turn off skins/templates"Ted Trask2012-10-021-1/+1
| | | | This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
* Added require statement for html libraryTed Trask2012-10-029-0/+9
|
* Added clientdata.skinned option to turn off skins/templatesTed Trask2012-10-021-1/+1
|
* Fixed form for creating new userTed Trask2012-05-081-1/+1
|
* Removed password-html.lsp from MakefileTed Trask2012-04-241-5/+4
|
* Modified roles controller to use new handle_form functionTed Trask2012-04-2310-94/+62
|
* Updated password and skins for latest handle_form changesTed Trask2012-04-225-31/+28
|
* Change handle_form to pass self into get_function and set_functionTed Trask2012-04-221-2/+2
|
* Updated password to remove redirect_to_referrer and password-html viewTed Trask2012-04-193-30/+25
|
* Fixed status Install button to new form styleTed Trask2012-04-181-1/+1
|
* Not all special characters needed to be escaped because within quotesTed Trask2012-04-131-5/+0
|
* Removed unnecessary functions from acf_cli-controllerTed Trask2012-03-071-14/+0
|
* Modify acf_www and acf_cli handle_clientdata to separate out functionality ↵Ted Trask2012-02-232-75/+28
| | | | for the two apps
* Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵Ted Trask2012-02-234-7/+166
| | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
* Made modelfunctions capitalize the startstop options, and now no need for a ↵Ted Trask2012-02-231-10/+0
| | | | custom view
* Changed startstop to be a standard form by creating two model functions and ↵Ted Trask2012-02-221-19/+7
| | | | deleting the special controller function
* Changed forms to always use 'submit' as name of submit button, plus allow ↵Ted Trask2012-02-221-1/+1
| | | | multiple submit buttons
* Modified html template to set focus to first useable fieldTed Trask2012-02-062-1/+7
|
* Changed acf-util/logon controller to use standard viewTed Trask2012-02-035-42/+3
|
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-025-40/+16
| | | | | | Templates (for www) now receive a viewfunc, rather than using viewfile. Actions without views with viewtype of html, ajax, stream, or serialized will now be displayed using standard code. Fixed bug in acf-cli parameters messing up action
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-0213-39/+38
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Fixed acf-cli to work with new mvc.lua changesTed Trask2012-02-021-4/+6
|
* Modified require statements for acf.xTed Trask2012-01-214-6/+6
|
* Starting to reorganize mvc.lua and acf_www controllers to move www-specific ↵Ted Trask2012-01-192-41/+22
| | | | | | | things from mvc to acf_www, and visa versa Goal is to have mvc.lua more usable from a lua app Also affects acf-cli and acf_cli controller
* Removed logon / logout from list of home pagesTed Trask2011-07-211-1/+3
|
* Fixed logon auto-focus to userid using newer jqueryTed Trask2011-07-181-1/+1
|
* Fixed bug with package install and autostart forms not workingTed Trask2011-06-221-2/+5
|
* Fixed bug with length in stream templateTed Trask2011-06-171-0/+1
|
* Restrict options for home in editme actionTed Trask2011-05-181-2/+9
|
* Added status back to expert page and display startstop results in statusTed Trask2011-03-072-0/+5
|
* expert page: remove start/stop control panelTimo Teräs2011-03-021-10/+0
|
* Added startstop to default status pageTed Trask2011-02-251-0/+4
|
* Showing a button instead of url when user gets a option to install a package.Mika Havela2011-02-241-4/+6
|
* Fixing a typoMika Havela2011-02-241-1/+1
|
* Showing a button instead of url when user gets the chance to enable ↵Mika Havela2011-02-241-1/+3
| | | | autostart for a program.
* Added javascript to logon page to put focus on useridTed Trask2010-12-081-1/+8
|
* Added template-ajax.lsp and made www controller respect passed in viewtype.Ted Trask2010-11-163-1/+22
|
* Fix two bugs related to session lockout.Ted Trask2010-10-291-1/+1
| | | | | Parse the lockevent filename, was seeing user locked out because username was substring of another username. All active sessions were killed whenever anyone got locked out because of error with username processing.
* Modifed displayform and handle_clientdata to allow cfe groups in forms, ↵Ted Trask2010-10-151-2/+1
| | | | displayed under header tag.
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-064-34/+28
| | | | Moved get_all_permissions function from acf-util/roles-model to lib/roles