| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use mymodule parameter for module definition.
This was also helpful in revealing places where the code relied on the global environment.
|
|
|
|
| |
The previous implementation would display them as separate options with errors, and silently drop when writing
|
|
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.
|