| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
|
|
| |
Relates to https://github.com/shaarli/Shaarli/issues/312
Relates to https://github.com/shaarli/Shaarli/pull/772
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|
|
|
|
|
| |
Relates to https://github.com/shaarli/Shaarli/issues/908
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
fix: use pinned dependency revisions when generating release archives
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
travis: explicitly set the build dist to `precise`
|
|/
|
|
|
|
| |
See https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
docker: remove `dev` image, update documentation
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Relates to https://github.com/shaarli/Shaarli/issues/843
Changed:
- Update Docker image list
- Update Docker documentation structure
Removed:
- Delete Dockerfile and resources for the `dev` image
- Cleanup `doc/` resources
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
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
|
| |
| |
| | |
https://shaarli.readthedocs.io/en/master/Shaarli-configuration/
|
|\ \
| | |
| | | |
Remove merge conflict leftover
|
| | |
| | |
| | | |
Fixes #900
|
|\ \ \
| |/ /
|/| | |
Respect HTTP_X_FORWARDED_HOST
|
| | | |
|
|/ /
| |
| |
| |
| | |
alongside _PORT and _PROTO
Fixes #879
|
| | |
|
|\ \
| | |
| | | |
Generate HTML documentation using MkDocs
|
| | |
| | |
| | |
| | | |
all links in documentation have been converted to standard markdown link syntax
|
| | | |
|
| | |
| | |
| | |
| | | |
official documentation can now be found in doc/md/
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
gist.github.com, remove obsolete GH wiki _Sidebar.md
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/| |
Tagcloud/list improvments
|
|/ |
|
|\
| |
| | |
Fixing "Uncaught TypeError" in shaarli.js - fix #893
|
|/ |
|
|\
| |
| | |
Add creation date when editing a link
|
| |
| |
| |
| |
| |
| | |
Also, alter the title on edition
Fixes #431
|
|\ \
| | |
| | | |
Add a whitelist of protocols for URLs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- for Shaare
- for markdown description links and images
Not whitelisted protocols will be replaced by `http://`
|
|\ \ \
| | | |
| | | | |
Selection is now limited to 2k characters using bookmarklets
|
| | | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
to avoid having too large URL
Fixes #528
|
|\ \ \
| |/ /
|/| | |
Display visited links in grey
|
|/ /
| |
| |
| | |
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
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Adds a taglist view with edit/delete buttons
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|