Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Working on shaarli/Shaarli#224 | ArthurHoaro | 2015-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | I reviewed character escaping everywhere with the following ideas: * use a single common function to escape user data: `escape` using `htmlspecialchars`. * sanitize fields in `index.php` after reading them from datastore and before sending them to templates. It means no escaping function in Twig templates. 2 reasons: * it reduces risks of security issue for future user made templates * more readable templates * sanitize user configuration fields after loading them. | ||||
* | login enhance for mobile | nda | 2015-06-19 | 1 | -4/+6 |
| | |||||
* | CSS: remove hardcoded style from templates | VirtualTam | 2014-12-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Fixes shaarli/Shaarli#29 Style elements refactored as follows: - use existing ids and classes if possible, - else, define new ones and stick with the existing naming convention, - remove hardcoded style attributes from RainTPL templates. Exception: In tpl/tagcloud.html, the display size of each tag is computed at page generation. Signed-off-by: VirtualTam <virtualtam@flibidi.org> | ||||
* | Initial commit (version 0.0.40 beta)v0.0.40beta | Sébastien SAUVAGE | 2013-02-26 | 1 | -0/+26 |