]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Feature: enable/disable permalinks for RSS 63/head
authorFlorian Eula <eula.florian@gmail.com>
Fri, 21 Nov 2014 20:31:21 +0000 (21:31 +0100)
committerFlorian Eula <mr.pikzen@gmail.com>
Sat, 7 Feb 2015 02:21:30 +0000 (03:21 +0100)
commited5b38ddd249c0e50eec7e06e74c9d1c2e864dab
tree03fb842729fefa0ab23faefb1b9830598ea2cc06
parent7d0a0d8a7adf11b5ed41248d35645fc350b85f55
Feature: enable/disable permalinks for RSS
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
inc/shaarli.css
index.php
tpl/configure.html
tpl/tools.html