| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #932
|
|\
| |
| | |
documentation: update installation instructions for 0.9.1
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
Update Changelog for 0.9.1
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|/
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
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
|
|\ \
| | |
| | | |
Hide the search link if no tag has been searched in tag list
|
| |/ |
|
|\ \
| |/
|/| |
Fix untagged only button
|
|/ |
|
|\
| |
| | |
documentation: update 3rd-party resources
|
|/
|
|
|
|
| |
Relates to https://github.com/shaarli/Shaarli/issues/915
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\
| |
| | |
Adding missing empty() as spotted in #889 code review
|
|/ |
|
|\
| |
| | |
Documentation fixes, improvements and additions
|
| |
| |
| |
| |
| |
| |
| | |
Relates to https://github.com/shaarli/Shaarli/issues/903
Relates to https://github.com/shaarli/Shaarli/issues/905
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Closes https://github.com/shaarli/Shaarli/issues/905
Relates to https://github.com/shaarli/Shaarli/pull/751
See https://shaarli.github.io/api-documentation/
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| | |
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| |
| |
| | |
The information is already present under "Static analysis"
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is mainly cleanup after switching from Github-flavoured Markdown
rendered by Github Pages, to standard Markdown rendered by MkDocs.
Changed:
- rephrase some section titles
Fixed:
- list rendering (items, sub-items))
- code rendering
- quotes
- dead links
Removed:
- extraneous navigational elements
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
|
|\ \
| |/
|/| |
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
|