summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor fix for when a controller has two menu tabs with the same nameTed Trask2013-05-081-2/+7
|
* Bump version to 0.16.3v0.16.3Ted Trask2013-04-301-1/+1
|
* Further fixes for null handling in handle_clientdataTed Trask2013-04-302-1/+2
|
* Bump version to 0.16.2v0.16.2Ted Trask2013-04-301-1/+1
|
* Fix null clientdata handling bugTed Trask2013-04-301-0/+1
|
* Fix null clientdata handling bug when recursingTed Trask2013-04-301-1/+2
|
* Bump version to 0.16.1v0.16.1Ted Trask2013-01-011-1/+1
|
* lib/modelfunctions: Add stdin input to run_executable functionTed Trask2013-01-011-2/+10
|
* Bump version to 0.16.0v0.16.0Ted Trask2012-12-261-1/+1
|
* Make modelfunctions.run_executable poll so it doesn't block on full pipe. ↵Ted Trask2012-12-131-5/+21
| | | | | | | Also add flag to add stderr to output. Polling with posix.sleep is definitely not the most efficient way to do this, but it works for now. We can try to add better C library support in the future.
* modelfunctions - add run_executable function using lua-subprocessTed Trask2012-12-111-0/+35
|
* Set the PATH environment variable to a standard valueTed Trask2012-12-111-0/+3
|
* Modified modelfunctions to change getstatus to handle nil parameters and ↵Ted Trask2012-11-261-22/+26
| | | | rename processname to servicename
* Bumped version to 0.15.4v0.15.4Ted Trask2012-11-091-1/+1
|
* Fixed hostname parameter scope by moving if statementTed Trask2012-11-091-1/+3
|
* Bumped version to 0.15.3v0.15.3Ted Trask2012-11-061-1/+1
|
* Rename ajax viewtype to json to be more accurateTed Trask2012-11-063-3/+2
|
* Added template for serialized lua outputTed Trask2012-11-061-0/+5
|
* Bumped version to 0.15.2v0.15.2Ted Trask2012-10-281-1/+1
|
* Remove the public variable auth, replaced by get_subauth functionTed Trask2012-10-261-6/+1
|
* Removed old files from Makefilev0.15.1Ted Trask2012-10-191-2/+0
|
* Bump version to 0.15.1Ted Trask2012-10-191-1/+1
|
* 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
|
* Fix stream autoview to use io.write instead of print because print makes ↵Ted Trask2012-10-021-1/+1
| | | | subtle changes
* 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
|
* Modified authenticator to add get_subauth functionTed Trask2012-10-022-10/+29
| | | | Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP
* Shoot the engineer and bump version to 0.15.0v0.15.0Ted Trask2012-07-011-1/+1
|
* Fixed form for creating new userTed Trask2012-05-081-1/+1
|
* Proper fix for bug 1131Ted Trask2012-05-081-20/+14
|
* Fix bug 1131 where session data invalid after updating logged in userTed Trask2012-05-081-4/+20
|
* Require modelfunctions setfiledetails and write_file_with_audit to take self ↵Ted Trask2012-04-241-17/+2
| | | | parameter
* 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
|
* Modified htmlviewfunctions to allow disabled options for multi-select boxesTed Trask2012-04-231-0/+1
|
* 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-222-4/+4
|
* 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-132-7/+3
|
* Fixed mvc logevent to escape special charactersTed Trask2012-04-131-1/+2
|
* 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-233-79/+34
| | | | for the two apps
* Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵Ted Trask2012-02-238-108/+197
| | | | | | 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-232-10/+4
| | | | custom view
* Changed startstop to be a standard form by creating two model functions and ↵Ted Trask2012-02-223-39/+27
| | | | deleting the special controller function