Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 1 | -21/+23 |
| | | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Modified htmlviewfunctions to allow disabled options for multi-select boxes | Ted Trask | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 1 | -1/+10 |
| | | | | multiple submit buttons | ||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 1 | -0/+362 |
It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file |