aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md
Commit message (Collapse)AuthorAgeFilesLines
...
* Inject BookmarkServiceInterface in plugins dataArthurHoaro2020-09-031-23/+45
| | | | Related discussion: ilesinge/shaarli-related#7
* Update French translationArthurHoaro2020-07-231-2/+2
|
* Process main page (linklist) through Slim controllerArthurHoaro2020-07-231-3/+3
| | | | | Including a bunch of improvements on the container, and helper used across new controllers.
* Process plugins administration page through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process bookmark exports through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-232-10/+10
| | | | Also prefix most admin routes with /admin/
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-1/+1
|
* Process configure page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process tools page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-1/+1
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-4/+4
|
* Process tag list page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-232-3/+3
|
* Merge pull request #1428 from pipoprods/feat/ldap-authArthurHoaro2020-06-251-0/+9
|\
| * ldap authentication, fixes shaarli/Shaarli#1343Sébastien NOBILI2020-03-021-0/+9
| |
* | Add an example for the description variable to the meta fileflow.gunso2020-05-151-0/+2
| |
* | Document about the .meta file at the plugin creation/initializationflow.gunso2020-05-151-2/+5
| |
* | Merge pull request #1403 from shaarli/doc-composernodiscc2020-04-114-159/+65
|\ \ | |/ |/| doc: simplify composer installation procedure, merge Unit tests related pages, reword/shorten, fix references to old php versions
| * 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
| |
* | Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-16/+16
|/
* 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
|