Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | TIL: <form />'s method value *MUST* be lowercase. | Kevin Chabowski | 2012-02-03 |
| | | | | | <irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony> | ||
* | Escaping image embedding code. | Kevin Chabowski | 2012-01-29 |
| | |||
* | ste:get_translation now escapes HTML. | Kevin Chabowski | 2011-11-17 |
| | | | | | | | | So we do not longer need to write: <ste:escape><ste:get_translation for="foo" /></ste:escape> We can now omit the ste:escape tags. Setting the parameter raw to something non-empty will return the raw translation. | ||
* | Image management added to backend. | Kevin Chabowski | 2011-11-15 |