]>
git.immae.eu Git - github/shaarli/Shaarli.git/log
nodiscc [Sun, 19 Jan 2020 12:52:03 +0000 (13:52 +0100)]
doc: fix references to php5, use new directory structure
nodiscc [Sun, 19 Jan 2020 12:49:48 +0000 (13:49 +0100)]
doc: fix reference to old version of php-xdebug package
nodiscc [Sun, 19 Jan 2020 12:18:29 +0000 (13:18 +0100)]
doc: merge unit tests/docker unit tests pages, simplfy, reword
nodiscc [Sun, 19 Jan 2020 12:11:11 +0000 (13:11 +0100)]
doc: reword simplify xdebug installation/unit tests
nodiscc [Sun, 19 Jan 2020 12:09:23 +0000 (13:09 +0100)]
doc: simplify unit tests documentation
nodiscc [Sun, 19 Jan 2020 11:40:28 +0000 (12:40 +0100)]
doc: simplify composer installation procedure
ArthurHoaro [Sat, 18 Jan 2020 16:59:37 +0000 (17:59 +0100)]
Fix an issue with private tags and fix nomarkdown tag (#1399)
Fix an issue with private tags and fix nomarkdown tag
ArthurHoaro [Sat, 18 Jan 2020 14:27:37 +0000 (15:27 +0100)]
Ulauncher Extension (#1400)
Ulauncher Extension
Sebastien Wains [Sat, 18 Jan 2020 14:22:49 +0000 (15:22 +0100)]
Ulauncher Extension
ArthurHoaro [Sat, 18 Jan 2020 10:33:23 +0000 (11:33 +0100)]
Fix an issue with private tags and fix nomarkdown tag
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
ArthurHoaro [Sat, 18 Jan 2020 09:52:08 +0000 (10:52 +0100)]
Fix an issue with bookmark visibility filter (#1398)
Fix an issue with bookmark visibility filter
ArthurHoaro [Sat, 18 Jan 2020 09:49:30 +0000 (10:49 +0100)]
Fix an issue with bookmark visibility filter
ArthurHoaro [Sat, 18 Jan 2020 09:01:06 +0000 (10:01 +0100)]
Store bookmarks as PHP objects and add a service layer to retri… (#1307)
Store bookmarks as PHP objects and add a service layer to retrieve them
ArthurHoaro [Fri, 17 Jan 2020 20:34:12 +0000 (21:34 +0100)]
Add and update unit test for the new system (Bookmark + Service)
See #1307
ArthurHoaro [Sat, 25 May 2019 13:52:27 +0000 (15:52 +0200)]
Apply the new system (Bookmark + Service) to the whole code base
See https://github.com/shaarli/Shaarli/issues/1307
ArthurHoaro [Sat, 25 May 2019 13:46:47 +0000 (15:46 +0200)]
Introduce Bookmark object and Service layer to retrieve them
See https://github.com/shaarli/Shaarli/issues/1307 for details
ArthurHoaro [Fri, 17 Jan 2020 17:39:56 +0000 (18:39 +0100)]
Run Unit Tests against PHP 7.4 (#1353)
Run Unit Tests against PHP 7.4
ArthurHoaro [Sat, 10 Aug 2019 10:31:32 +0000 (12:31 +0200)]
Run Unit Tests against PHP 7.4
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.
ArthurHoaro [Fri, 17 Jan 2020 17:27:42 +0000 (18:27 +0100)]
Merge pull request #1358 from shaarli/doc-add-screenshots
Doc: add screenshots of all pages
ArthurHoaro [Sun, 12 Jan 2020 14:22:02 +0000 (15:22 +0100)]
Avoiding warning 'PHP Notice: Undefined index: updated' (#1392)
Avoiding warning 'PHP Notice: Undefined index: updated'
Lucas Cimon [Sun, 12 Jan 2020 13:54:48 +0000 (14:54 +0100)]
Avoiding warning 'PHP Notice: Undefined index: updated'
nodiscc [Fri, 3 Jan 2020 23:28:04 +0000 (00:28 +0100)]
doc: siplify troubleshooting, link to reference docs, reorder
nodiscc [Fri, 3 Jan 2020 23:19:25 +0000 (00:19 +0100)]
doc: troubleshooting: add note about error 500/internal server error caused by apache 2.2 and no mod_version
nodiscc [Wed, 27 Nov 2019 19:28:26 +0000 (19:28 +0000)]
doc: remove obsolete link
nodiscc [Wed, 27 Nov 2019 19:28:06 +0000 (19:28 +0000)]
doc: remove obsolete link
Aurélien Tamisier [Tue, 26 Nov 2019 22:46:39 +0000 (23:46 +0100)]
Merge pull request #1383 from doc75/doc_docker
Fix #1382 - update documentation related to docker images
Guillaume Virlet [Tue, 26 Nov 2019 21:12:34 +0000 (22:12 +0100)]
Fix #1382 - update documentation related to docker images base image and PHP version used
nodiscc [Sat, 9 Nov 2019 15:45:09 +0000 (15:45 +0000)]
Merge pull request #1379 from rfolo9li/patch-1
Add php-json as required PHP module
nodiscc [Sat, 9 Nov 2019 15:40:53 +0000 (15:40 +0000)]
doc: add explanation of php-json requirement
rfolo9li [Sat, 9 Nov 2019 14:24:10 +0000 (15:24 +0100)]
Added php-json as required PHP module
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.
nodiscc [Sun, 27 Oct 2019 09:55:57 +0000 (09:55 +0000)]
Merge pull request #1374 from paulvandenburg/demo-plugin-typos
Fix some typos and remove a few unnecessary comments in demo plugin
Paul van den Burg [Sat, 26 Oct 2019 19:23:58 +0000 (21:23 +0200)]
Fix some typos and remove a few unnecessary comments in demo plugin
nodiscc [Wed, 2 Oct 2019 19:57:59 +0000 (19:57 +0000)]
Merge pull request #1366 from shaarli/doc-setuptools-mkdocs
doc: CI/dev tools: add paragraph about documentation/mkdocs
nodiscc [Wed, 2 Oct 2019 19:57:40 +0000 (19:57 +0000)]
fix typo
nodiscc [Sat, 28 Sep 2019 11:16:02 +0000 (11:16 +0000)]
Merge pull request #1368 from NerosTie/patch-1
emojione & twemoji removed
Neros [Wed, 25 Sep 2019 18:03:58 +0000 (20:03 +0200)]
emojione & twemoji removed
Since emojis are in every web browsers now, these plugins have no purpose anymore. And they are very outdated.
nodiscc [Sat, 21 Sep 2019 17:41:32 +0000 (17:41 +0000)]
Merge pull request #1367 from shaarli/thumbnailer-soundcloud
thumbnailer: add soundcloud.com to list of common media domains
nodiscc [Sat, 21 Sep 2019 16:48:24 +0000 (16:48 +0000)]
thumbnailer: add soundcloud.com to list of common media domains
OpenGraph thumbnails are well supported on soundcloud.com, displaying an album/track/artist cover image
nodiscc [Thu, 19 Sep 2019 19:04:05 +0000 (19:04 +0000)]
doc: CI/dev tools: add paragraph about documentation/mkdocs
Fixes https://github.com/shaarli/Shaarli/issues/1335
nodiscc [Thu, 19 Sep 2019 18:49:18 +0000 (18:49 +0000)]
Merge pull request #1361 from Lucas-C/patch-1
Add pelican shaarli_poster plugin to list of integrations
nodiscc [Thu, 19 Sep 2019 18:49:03 +0000 (18:49 +0000)]
doc: update shaarli_poster pelican plugin url
nodiscc [Thu, 19 Sep 2019 18:44:56 +0000 (18:44 +0000)]
Merge pull request #1365 from shaarli/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
dependabot[bot] [Thu, 19 Sep 2019 18:26:32 +0000 (18:26 +0000)]
Bump mixin-deep from 1.3.1 to 1.3.2
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>
nodiscc [Sat, 14 Sep 2019 14:39:49 +0000 (14:39 +0000)]
Merge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink
Fix RSS permalink included in Markdown bloc
ArthurHoaro [Thu, 12 Sep 2019 17:32:30 +0000 (19:32 +0200)]
Fix RSS permalink included in Markdown bloc
Adds another line break before inserting RSS permalink to avoid including it in markdown blocs, such as blockquote.
ArthurHoaro [Tue, 10 Sep 2019 18:25:19 +0000 (20:25 +0200)]
Fix undefined thumbnail in OpenGraph headers (#1363)
Fix undefined thumbnail in OpenGraph headers
ArthurHoaro [Tue, 10 Sep 2019 16:40:07 +0000 (18:40 +0200)]
Fix undefined thumbnail on OpenGraph headers
Fixes #1362
Lucas Cimon [Wed, 4 Sep 2019 08:00:22 +0000 (10:00 +0200)]
Add pelican shaarli_poster plugin to list of integrations
ArthurHoaro [Tue, 27 Aug 2019 20:33:49 +0000 (22:33 +0200)]
Merge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
dependabot[bot] [Tue, 27 Aug 2019 17:33:59 +0000 (17:33 +0000)]
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
Signed-off-by: dependabot[bot] <support@github.com>
nodiscc [Tue, 27 Aug 2019 17:10:37 +0000 (17:10 +0000)]
Doc: add screenshots of all pages
Fixes https://github.com/shaarli/Shaarli/issues/598
ArthurHoaro [Thu, 15 Aug 2019 10:59:57 +0000 (12:59 +0200)]
Merge pull request #1355 from ArthurHoaro/hotfix/feed-md-directlink
Markdown plugin: fix RSS feed direct link reverse
ArthurHoaro [Thu, 15 Aug 2019 10:56:32 +0000 (12:56 +0200)]
Markdown plugin: fix RSS feed direct link reverse
The plugin was only reversing permalinks and failed with setting rss_permalinks set to false
ArthurHoaro [Thu, 15 Aug 2019 09:51:37 +0000 (11:51 +0200)]
Merge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading
Fix image lazy loading issues
ArthurHoaro [Thu, 15 Aug 2019 09:41:50 +0000 (11:41 +0200)]
Fix image lazy loading issues
For some reason, bLazy won't load the image if the img block has
either 0 height or width.
nodiscc [Sat, 10 Aug 2019 11:30:16 +0000 (11:30 +0000)]
Merge pull request #1351 from ArthurHoaro/hotfix/index-php-version
Bump PHP version check in index.php
ArthurHoaro [Sat, 10 Aug 2019 10:26:13 +0000 (12:26 +0200)]
Bump PHP version check in index.php
Fixes #1249
ArthurHoaro [Sat, 10 Aug 2019 10:46:41 +0000 (12:46 +0200)]
Merge pull request #1352 from ArthurHoaro/hotfix/ut-error
Fix UT: LinkDBTest - make each tests independant
ArthurHoaro [Sat, 10 Aug 2019 10:42:53 +0000 (12:42 +0200)]
Fix UT: LinkDBTest - make each tests independant
Otherwise the datastore is empty in the last test, making it
inconsistent due to dates issues.
ArthurHoaro [Sat, 10 Aug 2019 10:08:22 +0000 (12:08 +0200)]
Merge pull request #1336 from ArthurHoaro/hotfix/atom-author
ATOM Feed: use instance name as author name instead of URL
ArthurHoaro [Sat, 10 Aug 2019 10:07:55 +0000 (12:07 +0200)]
Merge pull request #1350 from ArthurHoaro/hotfix/sort-consistency
Make sure that bookmark sort is consistent, even with equal timestamps
ArthurHoaro [Sat, 10 Aug 2019 10:07:20 +0000 (12:07 +0200)]
Merge pull request #1346 from kalvn/fixdailynotice
Fixes a Undefined index: thumbnail in daily page.
ArthurHoaro [Wed, 7 Aug 2019 11:18:02 +0000 (13:18 +0200)]
Make sure that bookmark sort is consistent, even with equal timestamps
Fixes #1348
kalvn [Sun, 4 Aug 2019 20:02:18 +0000 (22:02 +0200)]
Fixes a Undefined index: thumbnail in daily page.
ArthurHoaro [Sat, 3 Aug 2019 07:57:17 +0000 (09:57 +0200)]
Bump badge version
ArthurHoaro [Sat, 3 Aug 2019 07:53:28 +0000 (09:53 +0200)]
Merge pull request #1345 from ArthurHoaro/changelog-v0.11.1
Changelog v0.11.1
ArthurHoaro [Sat, 3 Aug 2019 07:49:48 +0000 (09:49 +0200)]
Changelog v0.11.1
ArthurHoaro [Sat, 3 Aug 2019 07:40:17 +0000 (09:40 +0200)]
Merge pull request #1344 from agentcobra/agentcobra-patch-1
little fix template
ArthurHoaro [Thu, 1 Aug 2019 17:57:53 +0000 (19:57 +0200)]
Merge pull request #1342 from ArthurHoaro/hotfix/composer-php71
Upgrade composer dependencies from PHP 7.1
ArthurHoaro [Thu, 1 Aug 2019 17:50:47 +0000 (19:50 +0200)]
Upgrade composer dependencies from PHP 7.1
ArthurHoaro [Thu, 1 Aug 2019 17:46:08 +0000 (19:46 +0200)]
Merge pull request #1341 from ArthurHoaro/hotfix/travis-eol
Remove Travis unit tests against PHP 5.6 and 7.0
ArthurHoaro [Thu, 1 Aug 2019 17:39:56 +0000 (19:39 +0200)]
Remove Travis unit tests against PHP 5.6 and 7.0
nodiscc [Thu, 1 Aug 2019 17:17:03 +0000 (17:17 +0000)]
Merge pull request #1340 from shaarli/fix-doc-links
doc: fix broken markdown link
nodiscc [Thu, 1 Aug 2019 17:09:05 +0000 (19:09 +0200)]
doc: fix broken markdown link
fixes https://github.com/shaarli/Shaarli/issues/1330
agentcobra [Thu, 1 Aug 2019 10:33:25 +0000 (12:33 +0200)]
little fix template
fix link between label and checkbox (updateCheck)
ArthurHoaro [Mon, 29 Jul 2019 18:08:00 +0000 (20:08 +0200)]
Merge pull request #1337 from ArthurHoaro/hotfix/docker-build
Docker: Bump NodeJS version to prevent an issue with node-sass
ArthurHoaro [Mon, 29 Jul 2019 18:01:14 +0000 (20:01 +0200)]
Docker: Bump NodeJS version to prevent an issue with node-sass
ArthurHoaro [Mon, 29 Jul 2019 17:39:50 +0000 (19:39 +0200)]
Merge pull request #1327 from llune/master
a11y fixes
ArthurHoaro [Mon, 29 Jul 2019 17:35:19 +0000 (19:35 +0200)]
ATOM Feed: use instance name as author name instead of URL
Related FreshRSS/FreshRSS#2466
Luce Carević [Sun, 28 Jul 2019 10:33:06 +0000 (12:33 +0200)]
maj linklist
put back the link on the thumbmail and fix a11y
ArthurHoaro [Sat, 27 Jul 2019 09:58:19 +0000 (11:58 +0200)]
Bump badges version
ArthurHoaro [Sat, 27 Jul 2019 09:53:09 +0000 (11:53 +0200)]
Merge pull request #1333 from ArthurHoaro/hotfix/sticky-update
Persist sticky status on bookmark update
ArthurHoaro [Sat, 27 Jul 2019 08:56:57 +0000 (10:56 +0200)]
Persist sticky status on bookmark update
Fixes #1331
ArthurHoaro [Sat, 27 Jul 2019 09:43:17 +0000 (11:43 +0200)]
Merge pull request #1334 from ArthurHoaro/changelog-v11
Changelog and authors for v0.11 release
ArthurHoaro [Sat, 27 Jul 2019 09:23:20 +0000 (11:23 +0200)]
Changelog and authors for v0.11 release
Signed-off-by: ArthurHoaro <arthur@hoa.ro>
ArthurHoaro [Sat, 27 Jul 2019 08:38:44 +0000 (10:38 +0200)]
Merge pull request #1332 from rajathans/master_fix
Responsive issue with delete button fix
Rajat Hans [Wed, 24 Jul 2019 16:29:56 +0000 (21:59 +0530)]
Responsive issue with delete button fix
ArthurHoaro [Sat, 20 Jul 2019 07:36:39 +0000 (09:36 +0200)]
Merge pull request #1317 from ArthurHoaro/feature/default-colors
Plugin to override default template colors
ArthurHoaro [Sat, 13 Jul 2019 09:02:05 +0000 (11:02 +0200)]
Default colors plugin - Documentation
ArthurHoaro [Sat, 13 Jul 2019 08:49:50 +0000 (10:49 +0200)]
Default colors plugin - Translations
ArthurHoaro [Sat, 13 Jul 2019 08:44:44 +0000 (10:44 +0200)]
Add the new hook save_plugin_parameters to the demo plugin
ArthurHoaro [Sat, 13 Jul 2019 08:38:19 +0000 (10:38 +0200)]
Default colors plugin - Add unit tests
Luce Carević [Sat, 13 Jul 2019 16:56:43 +0000 (18:56 +0200)]
fix a11y
Luce Carević [Sat, 13 Jul 2019 16:26:31 +0000 (18:26 +0200)]
fix a11y
ArthurHoaro [Sat, 13 Jul 2019 13:09:47 +0000 (15:09 +0200)]
Merge pull request #1323 from llune/patch-5
fix a11y label
ArthurHoaro [Sat, 13 Jul 2019 13:09:20 +0000 (15:09 +0200)]
Merge pull request #1321 from llune/patch-3
a11y fix img without alt
ArthurHoaro [Sat, 13 Jul 2019 13:09:08 +0000 (15:09 +0200)]
Merge pull request #1324 from llune/patch-6
a11y fix add banner mobile version
ArthurHoaro [Sat, 13 Jul 2019 13:08:50 +0000 (15:08 +0200)]
Merge pull request #1322 from llune/patch-4
fix a11y label
ArthurHoaro [Sat, 13 Jul 2019 13:08:42 +0000 (15:08 +0200)]
Merge pull request #1320 from llune/master
a11y fix: label and tabindex
Luce Carević [Fri, 12 Jul 2019 22:40:30 +0000 (00:40 +0200)]
a11y fix add banner mobile version