aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tools.html
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: enable change password if open shaarli is disabledArthurHoaro2016-08-061-1/+1
|
* Merge pull request #570 from ArthurHoaro/config-managerArthur2016-07-091-1/+1
|\ | | | | Introduce a configuration manager
| * Adds ConfigJson which handle the configuration in JSON format.ArthurHoaro2016-06-111-1/+1
| | | | | | | | Also use the Updater to make the transition
* | Firefox Share: Use selected text as descriptionnodiscc2016-06-121-1/+1
|/ | | https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Social_API/Share
* Fixes #378 - Plugin administration UI.ArthurHoaro2016-01-311-5/+12
|
* tests: add a make target to check file permissionsVirtualTam2016-01-171-0/+0
| | | | | | | | Additions: - [makefile] check versioned files are not executable - [travis] call the new make target Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Minimal indent of tools.htmlArthurHoaro2015-12-071-4/+47
|
* Template upgrade to handle plugin zonesArthurHoaro2015-11-071-0/+3
| | | | Add a bunch of plugin placeholders in templates
* Add Firefox Social API to the tools. Fixes #101.Marsup2015-05-151-0/+27
|
* tools dialog: add a 'Add Note' bookmarklet to immediatly open a note (text ↵nodiscc2015-03-071-0/+1
| | | | | | | post) compose window * Fixes https://github.com/shaarli/Shaarli/issues/142 * Fixes https://github.com/sebsauvage/Shaarli/issues/59
* Feature: enable/disable permalinks for RSSFlorian Eula2015-02-071-6/+6
| | | | | | | | | | | | | | | | | | | | The option to see the shortlinks or permalinks has been added to the configuration panel. It is a simple checkbox This option is disabled by default (meaning that shortlinks are the default) Updated writeConfig() to save this option Also fixed a slight typo in config.html. Removed useless CSS & fixed a comment Enabled permalinks for the ATOM feed and fixed the isPermaLink attribute for the <guid> tag Reverted to default behavior and clarified its meaning EnableRssPermalinks is an oddly behaving option: when enabled, it shows a permalink in the description and a full link in the element title, and swaps it around when disabled. This clarifies the option for end-users Also, moved enable_rss_permalinks to $GLOBALS['config'] because it is a config option. fix indent
* bookmarklet: add ✚ sign to make it more recognizable in toolbarsnodiscc2014-12-051-1/+1
|
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-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>
* bookmarklet: use selected text as description when adding a new linknodiscc2014-08-111-1/+1
| | | | | | | | | * Based on romnGit's work at https://github.com/sebsauvage/Shaarli/pull/104 * Fixes https://github.com/shaarli/Shaarli/issues/18 * Closes https://github.com/sebsauvage/Shaarli/pull/104 * Fixes https://github.com/sebsauvage/Shaarli/issues/53 * Fixes https://github.com/sebsauvage/Shaarli/issues/129 * Fixes https://github.com/sebsauvage/Shaarli/issues/33
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-261-0/+19