| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
We can add proper schema support in the future
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
show value for 'file' input
|
| |
|
|
|
|
| |
This fixes bug with weblog converting a multi to hidden for downloadweblog
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Use mymodule parameter for module definition.
This was also helpful in revealing places where the code relied on the global environment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
special characters
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
this means that you can do:
fs = require("acf.fs")
while still keep the old style for compat for now:
require("fs")
|
| |
|
| |
|
| |
|
|
|
|
| |
bug with multiselect.
|
| |
|
| |
|
| |
|
| |
|
|
|