aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc: composer update should actually be removed as it alters the Composer ↵doc-composernodiscc2020-04-111-1/+0
| | | | lock file
* doc: use <PHP_VERSION>, fix php.ini pathnodiscc2020-03-091-1/+1
| | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
* doc: use obvious <PHP_VERSION> placeholdernodiscc2020-03-091-1/+1
| | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
* doc: fix php.ini pathnodiscc2020-03-091-1/+1
| | | Co-Authored-By: Aurélien Tamisier <virtualtam+github@flibidi.net>
* doc: fix references to php5, use new directory structurenodiscc2020-01-192-5/+5
|
* doc: fix reference to old version of php-xdebug packagenodiscc2020-01-191-1/+1
|
* doc: merge unit tests/docker unit tests pages, simplfy, rewordnodiscc2020-01-192-61/+48
|
* doc: reword simplify xdebug installation/unit testsnodiscc2020-01-191-8/+4
|
* doc: simplify unit tests documentationnodiscc2020-01-191-71/+4
|
* doc: simplify composer installation procedurenodiscc2020-01-191-12/+3
|
* Ulauncher ExtensionSebastien Wains2020-01-181-0/+3
|
* Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-181-8/+0
| | | | See https://github.com/shaarli/Shaarli/issues/1307
* Merge pull request #1358 from shaarli/doc-add-screenshotsArthurHoaro2020-01-171-1/+12
|\ | | | | Doc: add screenshots of all pages
| * Doc: add screenshots of all pagesnodiscc2019-08-271-1/+12
| | | | | | Fixes https://github.com/shaarli/Shaarli/issues/598
* | doc: siplify troubleshooting, link to reference docs, reordernodiscc2020-01-041-66/+15
| |
* | doc: troubleshooting: add note about error 500/internal server error caused ↵nodiscc2020-01-041-0/+4
| | | | | | | | by apache 2.2 and no mod_version
* | doc: remove obsolete linknodiscc2019-11-271-2/+0
| |
* | doc: remove obsolete linknodiscc2019-11-271-1/+0
| |
* | Fix #1382 - update documentation related to docker images base image and PHP ↵Guillaume Virlet2019-11-261-7/+1
| | | | | | | | version used
* | doc: add explanation of php-json requirementnodiscc2019-11-091-1/+1
| |
* | Added php-json as required PHP modulerfolo9li2019-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Without php-json the installation stops with a white screen and the following error: > 09-Nov-2019 14:05:46 UTC] PHP Fatal error: Uncaught Error: Call to undefined function Shaarli\Config\json_encode() in /var/www/html/shaarli/application/config/ConfigJson.php:48 > Stack trace: > #0 /var/www/html/shaarli/application/config/ConfigManager.php(239): Shaarli\Config\ConfigJson->write('data/config.jso...', Array) > #1 /var/www/html/shaarli/index.php(1835): Shaarli\Config\ConfigManager->write(false) > #2 /var/www/html/shaarli/index.php(178): install(Object(Shaarli\Config\ConfigManager), Object(Shaarli\Security\SessionManager), Object(Shaarli\Security\LoginManager)) > #3 {main} > thrown in /var/www/html/shaarli/application/config/ConfigJson.php on line 48 Tested with Shaarli 0.10.4 on CentOS 8 with Httpd 2.4.37 and PHP 7.2.11.
* | Merge pull request #1366 from shaarli/doc-setuptools-mkdocsnodiscc2019-10-021-0/+3
|\ \ | | | | | | doc: CI/dev tools: add paragraph about documentation/mkdocs
| * | fix typonodiscc2019-10-021-1/+1
| | |
| * | doc: CI/dev tools: add paragraph about documentation/mkdocsnodiscc2019-09-191-0/+3
| | | | | | | | | Fixes https://github.com/shaarli/Shaarli/issues/1335
* | | emojione & twemoji removedNeros2019-09-251-2/+0
|/ / | | | | Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated.
* | doc: update shaarli_poster pelican plugin urlnodiscc2019-09-191-1/+1
| |
* | Add pelican shaarli_poster plugin to list of integrationsLucas Cimon2019-09-041-0/+1
|/
* doc: fix broken markdown linknodiscc2019-08-011-1/+1
| | | | fixes https://github.com/shaarli/Shaarli/issues/1330
* Default colors plugin - DocumentationArthurHoaro2019-07-202-0/+21
|
* Automatically retrieve description for new bookmarksArthurHoaro2019-07-061-0/+2
| | | | | | | | | | | | | | | If the option is enabled, it will try to find a meta tag containing the page description and keywords, just like we do for the page title. It will either look for regular meta tag or OpenGraph ones. The option is disabled by default. Note that keywords meta tags is mostly not used. In `configure` template, the variable associated with this setting is `$retrieve_description`. Fixes #1302
* Merge pull request #1273 from ArthurHoaro/feature/ban-managerArthurHoaro2019-05-251-0/+2
|\ | | | | Rewrite IP ban management
| * Rewrite IP ban managementArthurHoaro2019-02-091-0/+2
| | | | | | | | | | | | | | This adds a dedicated manager class to handle all ban interactions, which is instantiated and handled by LoginManager. IPs are now stored in the same format as the datastore, through FileUtils. Fixes #1032 #587
* | Update README, CHANGELOG and AUTHORS for v0.10.4VirtualTam2019-04-161-3/+3
| | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | Merge pull request #1279 from virtualtam/changelog/v0.10.3Aurélien Tamisier2019-02-241-3/+3
|\ \ | | | | | | Update badges, changelog and documentation for v0.10.3
| * | Update badges, changelog and documentation for v0.10.3VirtualTam2019-02-241-3/+3
| | | | | | | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* | | Merge pull request #1275 from ArthurHoaro/doc/drop-php70ArthurHoaro2019-02-241-1/+1
|\ \ \ | | | | | | | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.x
| * | | Documentation: drop PHP 7.0 compatibility in Shaarli 11.xArthurHoaro2019-02-091-1/+1
| | |/ | |/| | | | | | | related to #1249
* | | Merge pull request #1269 from ArthurHoaro/feature/remove-redirectorArthurHoaro2019-02-241-11/+0
|\ \ \ | |_|/ |/| | Remove the redirector setting
| * | Remove the redirector settingArthurHoaro2019-02-091-11/+0
| |/ | | | | | | Fixes #1239
* / doc: fix invalid linksdoc-fix-mkdocs-warningsnodiscc2019-01-311-3/+3
|/ | | Fixes warnings from https://travis-ci.org/shaarli/Shaarli/jobs/486928133
* Merge branch 'master' into patch-1nodiscc2019-01-311-1/+1
|\
| * Update Community-&-Related-software.mdtrailjeep2019-01-261-1/+1
| |
* | Update Community-&-Related-software.mdtrailjeep2019-01-261-0/+1
|/
* Merge pull request #1233 from shaarli/doc-fix-homepage-iconnodiscc2019-01-062-1/+1
|\ | | | | doc: fix homepage icon
| * doc: fix homepage icondoc-fix-homepage-iconnodiscc2019-01-062-1/+1
| | | | | | | | The icon did not display properly on https://shaarli.readthedocs.io/en/master/
* | doc: update PHP compatibility tabledoc-update-php-compatnodiscc2018-12-091-1/+1
|/ | | Ref https://github.com/shaarli/Shaarli/issues/1249
* Dead link on dead link detector toolAlexandre G.-Raymond2018-10-201-1/+1
| | | Author's repo moved to Framagit
* Merge pull request #1232 from shaarli/doc-rm-firefox-sharenodiscc2018-10-111-17/+0
|\ | | | | remove firefox share documentation
| * remove firefox share documentationnodiscc2018-10-111-17/+0
| | | | | | | | | | Firefox Share integration has been removed in https://github.com/shaarli/Shaarli/pull/1026 Firefox Share is not available anymore in any ESR/release versions of Firefox
* | Merge pull request #1221 from nodiscc/doc-refactor-index-features2nodiscc2018-10-111-72/+48
|\ \ | |/ |/| doc: refactor documentation homepage