summaryrefslogtreecommitdiffstats
path: root/interfaces-definitions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-5/+7
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-061-0/+1
| | | | The previous implementation would display them as separate options with errors, and silently drop when writing
* Interfaces: Move iface structure to a separate file and use it in view to ↵Ted Trask2012-12-061-0/+61
determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired.