aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/install.html
Commit message (Collapse)AuthorAgeFilesLines
* Feature: add a Server administration pageArthurHoaro2020-10-211-0/+10
| | | | | | | | | | | | It contains mostly read only information about the current Shaarli instance, PHP version, extensions, file and folder permissions, etc. Also action buttons to clear the cache or sync thumbnails. Part of the content of this page is also displayed on the install page, to check server requirement before installing Shaarli config file. Fixes #40 Fixes #185
* Process Shaarli install through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+1
| | | | | | | 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
|
* Accessibility: specify the HTML lang attributeArthurHoaro2019-02-091-1/+1
| | | | | | The lang is based on the user defined one. If the language is automatic, no language will be specified. Fixes #1216
* Add language selection in the configure page of the default themeArthurHoaro2017-10-221-0/+21
|
* Merge pull request #852 from ArthurHoaro/theme/install-passwordArthurHoaro2017-04-251-1/+1
|\ | | | | Theme: use a password type field during the install
| * Theme: use a password type field during the installArthurHoaro2017-04-251-1/+1
| |
* | Merge pull request #830 from ArthurHoaro/theme/timezoneArthurHoaro2017-04-251-10/+30
|\ \ | |/ |/| Change timezone data structure send to the templates
| * Apply the new timezone template variables to the default themeArthurHoaro2017-04-041-10/+30
| |
* | Add API setting in the new theme during the installationArthurHoaro2017-03-221-0/+18
|/ | | | Also use the same variable name across template files
* Remove inline JS and add LibreJS headers in JS filesArthurHoaro2017-03-121-13/+0
| | | | | Fixes #33 (wow!) Relates to #395
* Introduce the new default Shaarli templateArthurHoaro2017-02-271-0/+122
|
* Move default template to vintage folderArthurHoaro2017-02-271-35/+0
|
* Change templates set through administration UIKnah Tsaeb2017-01-051-0/+35