aboutsummaryrefslogtreecommitdiffhomepage
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-193-62/+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 an issue with private tags and fix nomarkdown tag (#1399)ArthurHoaro2020-01-1813-33/+145
|\ | | | | Fix an issue with private tags and fix nomarkdown tag
| * Fix an issue with private tags and fix nomarkdown tagArthurHoaro2020-01-1813-33/+145
| | | | | | | | | | | | | | | | The new bookmark service wasn't handling private tags properly. nomarkdown tag is now shown only for logged in user in bookmarks, and hidden for everyone in tag clouds/lists. Fixes #726
* | Ulauncher Extension (#1400)ArthurHoaro2020-01-181-0/+3
|\ \ | | | | | | Ulauncher Extension
| * | Ulauncher ExtensionSebastien Wains2020-01-181-0/+3
|/ /
* | Fix an issue with bookmark visibility filter (#1398)ArthurHoaro2020-01-181-1/+1
|\ \ | |/ |/| Fix an issue with bookmark visibility filter
| * Fix an issue with bookmark visibility filterArthurHoaro2020-01-181-1/+1
|/
* Store bookmarks as PHP objects and add a service layer to retri… (#1307)ArthurHoaro2020-01-1894-3314/+8575
|\ | | | | Store bookmarks as PHP objects and add a service layer to retrieve them
| * Add and update unit test for the new system (Bookmark + Service)ArthurHoaro2020-01-1846-1752/+4722
| | | | | | | | See #1307
| * Apply the new system (Bookmark + Service) to the whole code baseArthurHoaro2020-01-1831-1502/+631
| | | | | | | | See https://github.com/shaarli/Shaarli/issues/1307
| * Introduce Bookmark object and Service layer to retrieve themArthurHoaro2020-01-1721-66/+3228
|/ | | | See https://github.com/shaarli/Shaarli/issues/1307 for details
* Run Unit Tests against PHP 7.4 (#1353)ArthurHoaro2020-01-1711-544/+654
|\ | | | | Run Unit Tests against PHP 7.4
| * Run Unit Tests against PHP 7.4ArthurHoaro2020-01-1711-544/+654
|/ | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised.
* 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
* | Avoiding warning 'PHP Notice: Undefined index: updated' (#1392)ArthurHoaro2020-01-122-2/+2
|\ \ | | | | | | Avoiding warning 'PHP Notice: Undefined index: updated'
| * | Avoiding warning 'PHP Notice: Undefined index: updated'Lucas Cimon2020-01-122-2/+2
|/ /
* | 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
| |
* | Merge pull request #1383 from doc75/doc_dockerAurélien Tamisier2019-11-261-7/+1
|\ \ | | | | | | Fix #1382 - update documentation related to docker images
| * | Fix #1382 - update documentation related to docker images base image and PHP ↵Guillaume Virlet2019-11-261-7/+1
|/ / | | | | | | version used
* | Merge pull request #1379 from rfolo9li/patch-1nodiscc2019-11-091-1/+1
|\ \ | | | | | | Add php-json as required PHP module
| * | 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 #1374 from paulvandenburg/demo-plugin-typosnodiscc2019-10-271-14/+9
|\ \ | | | | | | Fix some typos and remove a few unnecessary comments in demo plugin
| * | Fix some typos and remove a few unnecessary comments in demo pluginPaul van den Burg2019-10-261-14/+9
|/ /
* | 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
* | | Merge pull request #1368 from NerosTie/patch-1nodiscc2019-09-281-2/+0
|\ \ \ | | | | | | | | emojione & twemoji removed
| * | | 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.
* | | Merge pull request #1367 from shaarli/thumbnailer-soundcloudnodiscc2019-09-211-0/+1
|\ \ \ | |/ / |/| | thumbnailer: add soundcloud.com to list of common media domains
| * | thumbnailer: add soundcloud.com to list of common media domainsnodiscc2019-09-211-0/+1
|/ / | | | | OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image
* | Merge pull request #1361 from Lucas-C/patch-1nodiscc2019-09-191-0/+1
|\ \ | | | | | | Add pelican shaarli_poster plugin to list of integrations
| * | 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
| | |
* | | Merge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2nodiscc2019-09-191-3/+3
|\ \ \ | | | | | | | | Bump mixin-deep from 1.3.1 to 1.3.2
| * | | Bump mixin-deep from 1.3.1 to 1.3.2dependabot[bot]2019-09-191-3/+3
|/ / / | | | | | | | | | | | | | | | | | | Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalinknodiscc2019-09-141-1/+1
|\ \ \ | | | | | | | | Fix RSS permalink included in Markdown bloc