aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/page.footer.html
Commit message (Collapse)AuthorAgeFilesLines
* Feature: support any tag separatorArthurHoaro2020-11-051-2/+3
| | | | | | | | So it allows to have multiple words tags. Breaking change: commas ',' are no longer a default separator. Fixes #594
* Fix confirm popup before bookmark deletionArthurHoaro2020-11-051-2/+3
| | | | | | Regression introduced by #1596 Fixes #1623
* Improve Manage tags pageArthurHoaro2020-10-161-1/+1
| | | | Fixes #1125
* Support using Shaarli without URL rewritingArthurHoaro2020-10-161-2/+2
| | | | | | | | | - Shaarli can be fully used by prefixing any URL with /index.php/ - {$base_path} used in templates already works with this configuration - Assets path (outside of theme's assets) must be prefixed with {$root_url}/ - Documentation section in « Server configuration » Fixes #1590
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-2/+3
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* fix a11yLuce Carević2019-07-131-1/+1
|
* Switch from FontAwesome v4.x to ForkAwesomeArthurHoaro2019-05-191-0/+1
| | | | And use the Shaarli icon made by @xuv in the header and footer (default template).
* footer and contentinfoLuce Carević2019-03-021-2/+2
|
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Add classes to default template to avoid using IDs in SCSSArthurHoaro2018-05-101-1/+1
|
* Webpack / Update front paths in template filesArthurHoaro2018-03-281-3/+1
|
* JS translationArthurHoaro2017-10-221-0/+11
|
* Shaarli's translationArthurHoaro2017-10-221-2/+2
| | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency.
* Add a version hash for asset loading to prevent browser's cache issueArthurHoaro2017-10-011-3/+3
| | | | | | 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
* Remove merge conflict leftovernodiscc2017-07-111-11/+1
| | | Fixes #900
* Generate HTML documentation using MkDocs (WIP)nodiscc2017-06-181-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | 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 a token available everywhereArthurHoaro2017-05-251-0/+3
|
* Theme: display shaarli version in the footer when logged inArthurHoaro2017-03-121-1/+5
| | | | Fixes #778
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+25
|
* Move default template to vintage folderArthurHoaro2017-02-271-31/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+31