| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
rename processname to servicename
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
subtle changes
|
| |
|
|
|
|
| |
This reverts commit b0d5cd7398e09c6b1e2becacaab196c5f2a91096.
|
| |
|
| |
|
|
|
|
| |
Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
parameter
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
for the two apps
|
|
|
|
|
|
| |
into mvc.lua
mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations
|
|
|
|
| |
custom view
|
|
|
|
| |
deleting the special controller function
|
| |
|
|
|
|
| |
multiple submit buttons
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
|
| |
|