| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
sure results are cfes
|
| |
|
| |
|
|
|
|
| |
Had to add name and group to displayitem prototype
|
|
|
|
| |
This changed the displayformitem prototype, but does not affect any code outside the module
|
|
|
|
| |
does not support readonly option
|
|
|
|
| |
returns
|
| |
|
| |
|
|
|
|
|
|
| |
finishingorder
This breaks backward compatibility
|
|
|
|
| |
Note: this breaks backward compatibility
|
|
|
|
| |
.displaysectionend function
|
| |
|
|
|
|
| |
displayformstart/middle/end functions
|
| |
|
| |
|
|
|
|
| |
wrapper
|
| |
|
|
|
|
|
|
|
| |
and add features for link and header_level=0
A link cfe becomes a form that does not have name=submit, so it links to an action with param values, but does not submit it
Setting header_level=0 prevents headers from being displayed
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
one directory level
Fix subauths to properly list fields/entries and delete from all subauths
|
|
|
|
| |
searching for it
|
|
|
|
|
| |
Use mymodule parameter for module definition.
This was also helpfule in revealing places where the code relied on the global environment.
|
| |
|
|
|
|
| |
instead of login/out
|
| |
|
|
|
|
| |
menubuilder.lua
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Once this function is used everywhere (instead of the auth public variable) we can remove the dependency on APP
|
| |
|
| |
|
|
|
|
| |
parameter
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
|