aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/editlink.html
Commit message (Collapse)AuthorAgeFilesLines
* Rename configuration keys and fix GLOBALS in templatesArthurHoaro2016-06-111-3/+1
|
* Fixes #360 - Auto-complete more than one tag in tag filter fieldArthurHoaro2015-11-171-34/+3
| | | | | | * Group awesomplete for multi data in a single JS file. * Use it in editlink and linklist. * Move awesomplete JS lib at the end of page in editlink.
* Template upgrade to handle plugin zonesArthurHoaro2015-11-071-0/+5
| | | | Add a bunch of plugin placeholders in templates
* Avoid tag duplicatesArthurHoaro2015-07-121-1/+23
| | | | | | | * Prevent duplicate client side with awesomplete * Prevent duplicate server side (save_edit processing) Fixes #261
* duplicated id removednicolasm2015-06-261-1/+1
|
* Working on shaarli/Shaarli#224ArthurHoaro2015-06-231-5/+5
| | | | | | | | | | | | 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.
* Add Firefox Social API to the tools. Fixes #101.Marsup2015-05-151-0/+4
|
* Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148ArthurHoaro2015-03-121-10/+20
| | | | | | | | | * Add awesomplete dependancy (source + min + CSS) * Remove jQuery and jQuery-UI dependancy * Few CSS ajustements * Use tags complete list as RainTPL var (and display it as HTML) * Remove "disable jQuery" feature * Remove tag list web service
* Merge pull request #99 from pikzen/license-versionnodiscc2015-01-261-1/+1
|\ | | | | Versioned JS files & centralized licenses
| * Versioned JS files & centralized licensesfeula2015-01-211-1/+1
| | | | | | | | | | | | | | Updated libraries Updated copyright dates and the list of contributors. Added unminified sources for GPL compliance
* | * removed the language attribute on the script element since it is obsolete ↵ArthurHoaro2015-01-091-1/+1
|/ | | | | | | | | | and we can safely omit it. * make QRCode JS works with IE : * behave as a normal link if canvas aren't supported (<=IE8) * default parameter values in JS aren't widely supported (see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters ), use this method instead: http://stackoverflow.com/a/148918/1484919 * dataset isn't supported in IE9 use getAttribute instead * addEventListener works with IE9+ and other browsers
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-7/+7
| | | | | | | | | | | | | | | 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>
* uniform if syntaxTsT2013-10-231-6/+6
|
* Removed jQuery from almost all pagesSebastien SAUVAGE2013-09-251-1/+11
| | | | | | | | jQuery has been removed from all pages, except those who really require it (like autocomplete in link edition). Immediate gain: All pages weight 286 kb LESS ! \o/ Highlighting in search results has also been temporarly removed (and will be re-implemented).
* [add] https://github.com/sebsauvage/Shaarli/issues/20 New links created as ↵Knah Tsaeb2013-03-041-2/+8
| | | | private by default.
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+28