| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fix PHP version configuration in composer.json
|
| |
| |
| |
| |
| | |
Without this setting, composer would download dependencies depending on the PHP version installed on the system.
E.G. I was getting doctrine/instantiator 1.1, which requires at least PHP 7.1.
|
|\ \
| | |
| | | |
Include generated doc in release archives, remove HTML from SCM
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closes https://github.com/shaarli/Shaarli/issues/908
Relates to https://github.com/shaarli/Shaarli/pull/772
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| | |
| | |
| | |
| | | |
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>
|
|\ \ \
| | | |
| | | | |
Make sure that the tag exists before altering/removing it
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Fixes #886
|
|\ \ \ \
| | | | |
| | | | | |
Using only one form in linklist.html - fix #885
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
readme: fix logo uri
|
|/ / / /
| | | |
| | | |
| | | | |
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://`
|