| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \
| | |
| | | |
Add a version hash for asset loading to prevent browser's cache issue
|
| |/
| |
| |
| |
| |
| | |
The hash is generated using the same salt as the one used for credentials (1 salt per instance) in order to avoid exposing the instance version.
Fixes #965
|
|/
|
|
|
|
| |
We manually reset the scroll position, to avoid height = 'auto' jump to the top
Fixes #971
|
|
|
|
|
| |
Related to https://github.com/shaarli/Shaarli/issues/877
Plain grey links would lead to think that the link is somehow disabled/inaccessible/private
This slightly improves clarity/usability
|
|\
| |
| | |
Firefox Social title: Use document.title instead of RainTPL variable
|
| |
| |
| |
| | |
Fixes #929
|
|\ \
| | |
| | | |
fixed link deletion
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When deleting links, the js of the default theme separated ids by an escaped space ('+').
There was a trailing '+' after the ids which led to the php code detecting multiple values
even for single values. In combination with the id '0' this could led to no id found at all
and a resulting php error.
this commit fixes the behavior and adds an additional error handling and trimming to the php code.
|
|/ /
| |
| |
| |
| |
| | |
- the default state for the login page's 'remember me' checkbox can now be configured
- adapted the default and vintage theme to consider the new setting
- added documentation for the new setting
|
|/
|
|
| |
- the double quotes used in the alert() call of the note bookmarklet in the default template collided with the ones of the href tag
- replaced the double quotes with single ones (just like the link bookmarklet)
|
|\
| |
| | |
Remove the 2nd green 'sort by' row in link list
|
| |
| |
| |
| | |
It isn't really useful and doesn't look good if there isn't enough tags
|
|/ |
|
|\
| |
| | |
Using only one form in linklist.html - fix #885
|
| | |
|
|\ \
| | |
| | | |
Fix Firefox Social button in the default theme
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
is no longer required since the JS function is now in .
Also, include the trailing slash in the post URL.
Fixes #895
|
| | |
| | |
| | | |
Fixes #900
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MkDocs is a static site generator geared towards building project documentation.
Documentation source files are written in Markdown, and configured with a single YAML file.
* http://www.mkdocs.org/
* http://www.mkdocs.org/user-guide/configuration/
Ref. #312
* remove pandoc-generated HTML documentation
* move markdown doc to doc/md/,
* mkdocs.yml:
* generate HTML doc in doc/html
* add pages TOC/ordering
* use index.md as index page
* Makefile: remove execute permissions from generated files
* Makefile: rewrite htmlpages GFM to markdown conversion using sed:
awk expression aslo matched '][' which causes invalid output on complex links with images or code blocks
* Add mkdocs.yml to .gitattributes, exclude this file from release archives
* Makefile: rename: htmldoc -> doc_html target
* run make doc: pull latest markdown documentation from wiki
* run make htmlpages: update html documentation
|
|/ |
|
| |
|
|\
| |
| | |
Add creation date when editing a link
|
| |
| |
| |
| |
| |
| | |
Also, alter the title on edition
Fixes #431
|
|\ \
| | |
| | | |
Selection is now limited to 2k characters using bookmarklets
|
| | | |
|
| |/
| |
| |
| |
| |
| | |
to avoid having too large URL
Fixes #528
|
|/
|
|
| |
Fixes #244
|
|\
| |
| | |
Empty tag search will look for not tagged links
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes #784
From now, searching for tags with an empty value will return only not tagged links,
with the search bar showing `x results [not tagged]`.
Note that using the api, the searchtags request parameter must be set to `false` to get the same result.
- [ ] Update API doc
|
|\ \
| | |
| | | |
Add Note bookmarklet #580
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* The tag list can be sort alphabetically or by most used tag
* Edit/Delete are perform using AJAX, or fallback to 'do=changetag' page
* New features aren't backported to vintage theme
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Bulk deletion
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add a checkboxes in linklist which display a sub-header containing action buttons
* Strongly rely on JS
* Requires a modern browser (ES6 syntax support)
* Checkboxes are hidden if the browser is old or JS disabled
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Related to #853
|
|\ \ \
| | | |
| | | | |
Theme: use a password type field during the install
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Change timezone data structure send to the templates
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
Explanation: an ID with a leading digit isn't a valid CSS selector
|
| |/
|/|
| |
| | |
Fixes #822
|
|/
|
|
| |
Also use the same variable name across template files
|