| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
All existing link will keep their permalinks.
New links will have smallhash generated with date+id.
The purpose of this is to avoid collision between links due to their creation date.
|
| |
|
|
|
|
| |
Make the hashtag link absolute in feeds to work properly in RSS syndication tools.
|
|
|
|
|
|
|
|
|
|
| |
Fixes https://github.com/shaarli/Shaarli/issues/629
Closes https://github.com/shaarli/Shaarli/pull/630
Note: you might need to empty the "pagecache" directory for the
fix to be taken into account
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
| |
RSS doesn't support updated date for items, so we use the ATOM extension.
Updated dates also bump the global update
|
|\
| |
| | |
Introduce a configuration manager
|
| |
| |
| |
| | |
code base
|
|/
|
|
|
|
|
|
| |
While retrieving all tags, case differences will be ignored.
This affects:
* tag cloud
* tag autocompletion
|
|
|