trivial refine for messages
This commit is contained in:
parent
3b1818dfa6
commit
dea58d5abd
10 changed files with 18 additions and 18 deletions
|
@ -59,7 +59,7 @@ protected function saveErrorMessage(string $message): void
|
||||||
/**
|
/**
|
||||||
* Use the sessionManager to save the provided message using the proper type.
|
* Use the sessionManager to save the provided message using the proper type.
|
||||||
*
|
*
|
||||||
* @param string $type successed/warnings/errors
|
* @param string $type successes/warnings/errors
|
||||||
*/
|
*/
|
||||||
protected function saveMessage(string $type, string $message): void
|
protected function saveMessage(string $type, string $message): void
|
||||||
{
|
{
|
||||||
|
|
|
@ -256,7 +256,7 @@ public function setSessionParameter(string $key, $value): self
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Store a variable in user session.
|
* Delete a variable in user session.
|
||||||
*
|
*
|
||||||
* @param string $key Session key
|
* @param string $key Session key
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,6 +6,6 @@ All data and [configuration](Shaarli-configuration.md) is kept in the `data` dir
|
||||||
rsync -avzP my.server.com:/var/www/shaarli.mydomain.org/data ~/backups/shaarli-data-$(date +%Y-%m-%d_%H%M)
|
rsync -avzP my.server.com:/var/www/shaarli.mydomain.org/data ~/backups/shaarli-data-$(date +%Y-%m-%d_%H%M)
|
||||||
```
|
```
|
||||||
|
|
||||||
It is strongly recommended to do periodic, automatic backups to a seperate machine. You can automate the command above using a cron job or full-featured backup solutions such as [rsnapshot](https://rsnapshot.org/)
|
It is strongly recommended to do periodic, automatic backups to a separate machine. You can automate the command above using a cron job or full-featured backup solutions such as [rsnapshot](https://rsnapshot.org/)
|
||||||
|
|
||||||
To restore a backup, simply put back the `data/` directory in place, owerwriting any existing files.
|
To restore a backup, simply put back the `data/` directory in place, overwriting any existing files.
|
||||||
|
|
|
@ -160,7 +160,7 @@ See [`.github/workflows/`](https://github.com/shaarli/Shaarli/tree/master/.githu
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
[mkdocs](https://www.mkdocs.org/) is used to convert markdown documentation to HTML pages. The [public documentation](https://shaarli.readthedocs.io/en/master/) website is rendered and hosted by [readthedocs.org](https://readthedocs.org/). A copy of the documentation is also included in prebuilt [release archives](https://github.com/shaarli/Shaarli/releases) (`doc/html/` path in your Shaarli installation). To generate the HTML documentation locally, install a recent version of Python `setuptools` and run `make doc`.
|
[mkdocs](https://www.mkdocs.org/) is used to convert markdown documentation to HTML pages. The [public documentation](https://shaarli.readthedocs.io/en/master/) website is rendered and hosted by [readthedocs.org](https://readthedocs.org/). A copy of the documentation is also included in prebuilt [release archives](https://github.com/shaarli/Shaarli/releases) (`doc/html/` path in your Shaarli installation). To generate the HTML documentation locally, install a recent version of Python `setuptools` and run the `make doc`.
|
||||||
|
|
||||||
|
|
||||||
## Static analysis
|
## Static analysis
|
||||||
|
|
|
@ -40,7 +40,7 @@ zend_extension=xdebug.so
|
||||||
|
|
||||||
## Run unit tests
|
## Run unit tests
|
||||||
|
|
||||||
Ensure tests pass successuflly:
|
Ensure tests pass successfully:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make test
|
make test
|
||||||
|
@ -110,7 +110,7 @@ Each image provides:
|
||||||
- Shaarli PHP dependencies (OS packages)
|
- Shaarli PHP dependencies (OS packages)
|
||||||
- test PHP dependencies (OS packages)
|
- test PHP dependencies (OS packages)
|
||||||
- Composer
|
- Composer
|
||||||
- Tests that run inside the conatiner using a standard Linux user account (running tests as `root` would bypass permission checks and may hide issues)
|
- Tests that run inside the container using a standard Linux user account (running tests as `root` would bypass permission checks and may hide issues)
|
||||||
|
|
||||||
Build a test image:
|
Build a test image:
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,7 @@ function hook_wallabag_render_linklist($data, $conf)
|
||||||
function wallabag_dummy_translation()
|
function wallabag_dummy_translation()
|
||||||
{
|
{
|
||||||
// meta
|
// meta
|
||||||
t('For each link, add a QRCode icon.');
|
t("For each link, add a Wallabag icon to save it in your instance.");
|
||||||
t('Wallabag API URL');
|
t('Wallabag API URL');
|
||||||
t('Wallabag API version (1 or 2)');
|
t('Wallabag API version (1 or 2)');
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,7 +49,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="titleLink">
|
<label for="titleLink">
|
||||||
<span class="label-name">{'Theme'|t}</span>
|
<span class="label-name">{'Themes'|t}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -95,7 +95,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="language">
|
<label for="language">
|
||||||
<span class="label-name">{'Language'|t}</span>
|
<span class="label-name">{'Languages'|t}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -222,7 +222,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-{$ratioLabelMobile}">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="updateCheck">
|
<label for="updateCheck">
|
||||||
<span class="label-name">{'Check updates'|t}</span><br>
|
<span class="label-name">{'Check for updates'|t}</span><br>
|
||||||
<span class="label-desc">{'Notify me when a new release is ready'|t}</span>
|
<span class="label-desc">{'Notify me when a new release is ready'|t}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -270,7 +270,7 @@ <h2 class="window-title">{'Configure'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="apiSecret">
|
<label for="apiSecret">
|
||||||
<span class="label-name">{'API secret'|t}</span><br>
|
<span class="label-name">{'REST API secret'|t}</span><br>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -69,7 +69,7 @@ <h2 class="window-title">{'Install Shaarli'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-1">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="language">
|
<label for="language">
|
||||||
<span class="label-name">{'Language'|t}</span>
|
<span class="label-name">{'Languages'|t}</span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -127,7 +127,7 @@ <h2 class="window-title">{'Install Shaarli'|t}</h2>
|
||||||
<div class="pure-u-lg-{$ratioLabel} pure-u-7-8">
|
<div class="pure-u-lg-{$ratioLabel} pure-u-7-8">
|
||||||
<div class="form-label">
|
<div class="form-label">
|
||||||
<label for="update">
|
<label for="update">
|
||||||
<span class="label-name">{'Check updates'|t}</span><br>
|
<span class="label-name">{'Check for updates'|t}</span><br>
|
||||||
<span class="label-desc">
|
<span class="label-desc">
|
||||||
{'Notify me when a new release is ready'|t}
|
{'Notify me when a new release is ready'|t}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<div class="pure-g new-version-message pure-alert pure-alert-warning">
|
<div class="pure-g new-version-message pure-alert pure-alert-warning">
|
||||||
<div class="pure-u-2-24"></div>
|
<div class="pure-u-2-24"></div>
|
||||||
<div class="pure-u-20-24">
|
<div class="pure-u-20-24">
|
||||||
{'You need to enable Javascript to change plugin loading order.'|t}
|
{'You have to enable JavaScript to change plugin loading order.'|t}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
|
@ -65,7 +65,7 @@ <h2 class="window-title">{'Settings'|t}</h2>
|
||||||
<div class="pure-g">
|
<div class="pure-g">
|
||||||
<div class="pure-u-lg-1-3 pure-u-1-24"></div>
|
<div class="pure-u-lg-1-3 pure-u-1-24"></div>
|
||||||
<div class="pure-u-lg-1-3 pure-u-22-24 page-form page-form-light">
|
<div class="pure-u-lg-1-3 pure-u-22-24 page-form page-form-light">
|
||||||
<h2 class="window-title">Bookmarklets</h2>
|
<h2 class="window-title">{'Bookmarklets'|t}</h2>
|
||||||
<p>
|
<p>
|
||||||
{'Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link"'|t},
|
{'Drag one of these button to your bookmarks toolbar or right-click it and "Bookmark This Link"'|t},
|
||||||
{'then click on the bookmarklet in any page you want to share.'|t}
|
{'then click on the bookmarklet in any page you want to share.'|t}
|
||||||
|
|
Loading…
Reference in a new issue