Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use @ when accessing variables in templates" | Dan Fandrich | 2024-10-04 | 1 | -2/+2 |
| | | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622. | ||||
* | Use @ when accessing variables in templates | Dan Fandrich | 2024-10-04 | 1 | -2/+2 |
| | | | | Access without the @ symbol is the older method and is discouraged. | ||||
* | fix function call | Michael Scherer | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | make ii run as nobody | Michael Scherer | 2012-01-22 | 1 | -0/+5 |
| | |||||
* | add a custom wrapper for running ii, since it doesn't react like | Michael Scherer | 2012-01-15 | 1 | -0/+10 |
a regular daemon, and doing this with simple shell command is too tedious. |