]> git.immae.eu Git - github/shaarli/Shaarli.git/log
github/shaarli/Shaarli.git
4 years agoBump mixin-deep from 1.3.1 to 1.3.2 1365/head
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>
4 years agoMerge pull request #1364 from ArthurHoaro/hotfix/md-rss-permalink
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

4 years agoFix RSS permalink included in Markdown bloc 1364/head
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.

4 years agoFix undefined thumbnail in OpenGraph headers (#1363)
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

4 years agoFix undefined thumbnail on OpenGraph headers 1363/head
ArthurHoaro [Tue, 10 Sep 2019 16:40:07 +0000 (18:40 +0200)] 
Fix undefined thumbnail on OpenGraph headers

Fixes #1362

4 years agoMerge pull request #1359 from shaarli/dependabot/npm_and_yarn/lodash-4.17.15
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

4 years agoBump lodash from 4.17.11 to 4.17.15 1359/head
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>
4 years agoMerge pull request #1355 from ArthurHoaro/hotfix/feed-md-directlink
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

4 years agoMarkdown plugin: fix RSS feed direct link reverse 1355/head
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

4 years agoMerge pull request #1354 from ArthurHoaro/hotfix/img-lazy-loading
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

4 years agoFix image lazy loading issues 1354/head
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.

4 years agoMerge pull request #1351 from ArthurHoaro/hotfix/index-php-version
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

4 years agoBump PHP version check in index.php 1351/head
ArthurHoaro [Sat, 10 Aug 2019 10:26:13 +0000 (12:26 +0200)] 
Bump PHP version check in index.php

Fixes #1249

4 years agoMerge pull request #1352 from ArthurHoaro/hotfix/ut-error
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

4 years agoFix UT: LinkDBTest - make each tests independant 1352/head
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.

4 years agoMerge pull request #1336 from ArthurHoaro/hotfix/atom-author
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

4 years agoMerge pull request #1350 from ArthurHoaro/hotfix/sort-consistency
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

4 years agoMerge pull request #1346 from kalvn/fixdailynotice
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.

4 years agoMake sure that bookmark sort is consistent, even with equal timestamps 1350/head
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

4 years agoFixes a Undefined index: thumbnail in daily page. 1346/head
kalvn [Sun, 4 Aug 2019 20:02:18 +0000 (22:02 +0200)] 
Fixes a Undefined index: thumbnail in daily page.

4 years agoBump badge version
ArthurHoaro [Sat, 3 Aug 2019 07:57:17 +0000 (09:57 +0200)] 
Bump badge version

4 years agoMerge pull request #1345 from ArthurHoaro/changelog-v0.11.1
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

4 years agoChangelog v0.11.1 1345/head
ArthurHoaro [Sat, 3 Aug 2019 07:49:48 +0000 (09:49 +0200)] 
Changelog v0.11.1

4 years agoMerge pull request #1344 from agentcobra/agentcobra-patch-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

4 years agoMerge pull request #1342 from ArthurHoaro/hotfix/composer-php71
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

4 years agoUpgrade composer dependencies from PHP 7.1 1342/head
ArthurHoaro [Thu, 1 Aug 2019 17:50:47 +0000 (19:50 +0200)] 
Upgrade composer dependencies from PHP 7.1

4 years agoMerge pull request #1341 from ArthurHoaro/hotfix/travis-eol
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

4 years agoRemove Travis unit tests against PHP 5.6 and 7.0 1341/head
ArthurHoaro [Thu, 1 Aug 2019 17:39:56 +0000 (19:39 +0200)] 
Remove Travis unit tests against PHP 5.6 and 7.0

4 years agoMerge pull request #1340 from shaarli/fix-doc-links
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

4 years agodoc: fix broken markdown link 1340/head
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

4 years agolittle fix template 1344/head
agentcobra [Thu, 1 Aug 2019 10:33:25 +0000 (12:33 +0200)] 
little fix template

fix link between label and checkbox (updateCheck)

4 years agoMerge pull request #1337 from ArthurHoaro/hotfix/docker-build
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

4 years agoDocker: Bump NodeJS version to prevent an issue with node-sass 1337/head
ArthurHoaro [Mon, 29 Jul 2019 18:01:14 +0000 (20:01 +0200)] 
Docker: Bump NodeJS version to prevent an issue with node-sass

4 years agoMerge pull request #1327 from llune/master
ArthurHoaro [Mon, 29 Jul 2019 17:39:50 +0000 (19:39 +0200)] 
Merge pull request #1327 from llune/master

a11y fixes

4 years agoATOM Feed: use instance name as author name instead of URL 1336/head
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

4 years agomaj linklist 1327/head
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

4 years agoBump badges version
ArthurHoaro [Sat, 27 Jul 2019 09:58:19 +0000 (11:58 +0200)] 
Bump badges version

4 years agoMerge pull request #1333 from ArthurHoaro/hotfix/sticky-update
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

4 years agoPersist sticky status on bookmark update 1333/head
ArthurHoaro [Sat, 27 Jul 2019 08:56:57 +0000 (10:56 +0200)] 
Persist sticky status on bookmark update

Fixes #1331

4 years agoMerge pull request #1334 from ArthurHoaro/changelog-v11
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

4 years agoChangelog and authors for v0.11 release 1334/head
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>
4 years agoMerge pull request #1332 from rajathans/master_fix
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

4 years agoResponsive issue with delete button fix 1332/head
Rajat Hans [Wed, 24 Jul 2019 16:29:56 +0000 (21:59 +0530)] 
Responsive issue with delete button fix

4 years agoMerge pull request #1317 from ArthurHoaro/feature/default-colors
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

4 years agoDefault colors plugin - Documentation 1317/head
ArthurHoaro [Sat, 13 Jul 2019 09:02:05 +0000 (11:02 +0200)] 
Default colors plugin - Documentation

4 years agoDefault colors plugin - Translations
ArthurHoaro [Sat, 13 Jul 2019 08:49:50 +0000 (10:49 +0200)] 
Default colors plugin - Translations

4 years agoAdd the new hook save_plugin_parameters to the demo plugin
ArthurHoaro [Sat, 13 Jul 2019 08:44:44 +0000 (10:44 +0200)] 
Add the new hook save_plugin_parameters to the demo plugin

4 years agoDefault colors plugin - Add unit tests
ArthurHoaro [Sat, 13 Jul 2019 08:38:19 +0000 (10:38 +0200)] 
Default colors plugin - Add unit tests

4 years agofix a11y
Luce Carević [Sat, 13 Jul 2019 16:56:43 +0000 (18:56 +0200)] 
fix a11y

4 years agofix a11y
Luce Carević [Sat, 13 Jul 2019 16:26:31 +0000 (18:26 +0200)] 
fix a11y

4 years agoMerge pull request #1323 from llune/patch-5
ArthurHoaro [Sat, 13 Jul 2019 13:09:47 +0000 (15:09 +0200)] 
Merge pull request #1323 from llune/patch-5

fix a11y label

4 years agoMerge pull request #1321 from llune/patch-3
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

4 years agoMerge pull request #1324 from llune/patch-6
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

4 years agoMerge pull request #1322 from llune/patch-4
ArthurHoaro [Sat, 13 Jul 2019 13:08:50 +0000 (15:08 +0200)] 
Merge pull request #1322 from llune/patch-4

fix a11y label

4 years agoMerge pull request #1320 from llune/master
ArthurHoaro [Sat, 13 Jul 2019 13:08:42 +0000 (15:08 +0200)] 
Merge pull request #1320 from llune/master

a11y fix: label and tabindex

4 years agoa11y fix add banner mobile version 1324/head
Luce Carević [Fri, 12 Jul 2019 22:40:30 +0000 (00:40 +0200)] 
a11y fix add banner mobile version

4 years agofix a11y label 1323/head
Luce Carević [Fri, 12 Jul 2019 22:09:54 +0000 (00:09 +0200)] 
fix a11y label

4 years agofix a11y label 1322/head
Luce Carević [Fri, 12 Jul 2019 22:07:50 +0000 (00:07 +0200)] 
fix a11y label

4 years agofix img without alt 1321/head
Luce Carević [Fri, 12 Jul 2019 22:04:25 +0000 (00:04 +0200)] 
fix img without alt

4 years agofix blank 1320/head
Luce Carević [Fri, 12 Jul 2019 21:56:43 +0000 (23:56 +0200)] 
fix blank

4 years agoa11y fix: label and tabindex
Luce Carević [Fri, 12 Jul 2019 21:54:42 +0000 (23:54 +0200)] 
a11y fix: label and tabindex

Don't use tabindex values other than -1, 0. (see https://webaim.org/techniques/keyboard/tabindex).

Fix inputs without labels (the placeholder attribute is not a proper labelling method)

4 years agoWIP - Plugin to override default template colors
ArthurHoaro [Mon, 8 Jul 2019 21:10:00 +0000 (23:10 +0200)] 
WIP - Plugin to override default template colors

  * Adds a new core plugin to override default template colors
  * Adds a new hook when plugin settings are saved
(`save_plugin_parameters`)
  * Use CSS native variables for main colors instead of SASS variables
  * Disable SASS sort order rules due to a bug in the plugin

Fixes #1312

4 years agoMerge pull request #1313 from ArthurHoaro/feature/desc-retrieval
ArthurHoaro [Sat, 6 Jul 2019 10:34:02 +0000 (12:34 +0200)] 
Merge pull request #1313 from ArthurHoaro/feature/desc-retrieval

Automatically retrieve description for new bookmarks

4 years agoAutomatically retrieve description for new bookmarks 1313/head
ArthurHoaro [Sat, 8 Jun 2019 11:59:19 +0000 (13:59 +0200)] 
Automatically retrieve description for new bookmarks

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

4 years agoMerge pull request #1311 from Agurato/master
ArthurHoaro [Sat, 8 Jun 2019 12:09:33 +0000 (14:09 +0200)] 
Merge pull request #1311 from Agurato/master

Building Docker image for armhf outputs error

4 years agoMerge pull request #1308 from ArthurHoaro/feature/daily-date
ArthurHoaro [Sat, 8 Jun 2019 12:09:07 +0000 (14:09 +0200)] 
Merge pull request #1308 from ArthurHoaro/feature/daily-date

Daily - display the current day instead of the previous one

4 years agoRollback on removing php7-curl from step 4 1311/head
Agurato [Tue, 4 Jun 2019 17:52:22 +0000 (19:52 +0200)] 
Rollback on removing php7-curl from step 4

4 years agoFix armhf Dockerfile
Agurato [Sun, 2 Jun 2019 10:57:33 +0000 (12:57 +0200)] 
Fix armhf Dockerfile

4 years agoFix armhf Dockerfile
Agurato [Sun, 2 Jun 2019 10:52:07 +0000 (12:52 +0200)] 
Fix armhf Dockerfile

4 years agoMerge pull request #1309 from ArthurHoaro/feature/qrcode-link
ArthurHoaro [Thu, 30 May 2019 08:54:02 +0000 (10:54 +0200)] 
Merge pull request #1309 from ArthurHoaro/feature/qrcode-link

Remove QRCode link to an external service

4 years agoRemove QRCode link to an external service 1309/head
ArthurHoaro [Sat, 25 May 2019 15:00:23 +0000 (17:00 +0200)] 
Remove QRCode link to an external service

4 years agoDaily - display the current day instead of the previous one 1308/head
ArthurHoaro [Sat, 25 May 2019 14:40:45 +0000 (16:40 +0200)] 
Daily - display the current day instead of the previous one

Also mention if it's today or yesterday for clarity using `dayDesc`
variable

Fixes #1299

4 years agoMerge pull request #1273 from ArthurHoaro/feature/ban-manager
ArthurHoaro [Sat, 25 May 2019 14:13:56 +0000 (16:13 +0200)] 
Merge pull request #1273 from ArthurHoaro/feature/ban-manager

Rewrite IP ban management

4 years agoMerge pull request #1301 from ArthurHoaro/template/print-css
ArthurHoaro [Sat, 25 May 2019 13:38:49 +0000 (15:38 +0200)] 
Merge pull request #1301 from ArthurHoaro/template/print-css

Add print CSS rules to the default template

4 years agoMerge pull request #1305 from ArthurHoaro/feature/forkawsome
ArthurHoaro [Sat, 25 May 2019 13:38:15 +0000 (15:38 +0200)] 
Merge pull request #1305 from ArthurHoaro/feature/forkawsome

Switch from FontAwesome v4.x to ForkAwesome

4 years agoSwitch from FontAwesome v4.x to ForkAwesome 1305/head
ArthurHoaro [Sun, 19 May 2019 09:57:23 +0000 (11:57 +0200)] 
Switch from FontAwesome v4.x to ForkAwesome

And use the Shaarli icon made by @xuv in the header and footer (default template).

4 years agoMerge pull request #1304 from ArthurHoaro/hotfix/yarn-dep
ArthurHoaro [Sun, 19 May 2019 09:38:06 +0000 (11:38 +0200)] 
Merge pull request #1304 from ArthurHoaro/hotfix/yarn-dep

Update node-sass to fix a vulnerability in node tar dependency

4 years agoUpdate node-sass to fix a vulnerability in node tar dependency 1304/head
ArthurHoaro [Wed, 8 May 2019 09:30:16 +0000 (11:30 +0200)] 
Update node-sass to fix a vulnerability in node tar dependency

See https://github.com/sass/node-sass/issues/2625

5 years agoAdd print CSS rules to the default template 1301/head
ArthurHoaro [Wed, 8 May 2019 10:09:06 +0000 (12:09 +0200)] 
Add print CSS rules to the default template

Fixes #1291

  * Display the header bar only on the first page
  * Hide search bars, pagination buttons, filters, and edit/delete buttons

5 years agoMerge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all
ArthurHoaro [Wed, 8 May 2019 09:44:54 +0000 (11:44 +0200)] 
Merge pull request #1297 from ArthurHoaro/hotfix/mobile-select-all

Hide select all button on mobile view

5 years agoMerge pull request #1295 from ArthurHoaro/feature/visited-link-color
ArthurHoaro [Wed, 8 May 2019 09:00:58 +0000 (11:00 +0200)] 
Merge pull request #1295 from ArthurHoaro/feature/visited-link-color

Slightly lighten visited link color

5 years agoMerge pull request #1296 from ArthurHoaro/feature/sticky-label
ArthurHoaro [Wed, 8 May 2019 09:00:33 +0000 (11:00 +0200)] 
Merge pull request #1296 from ArthurHoaro/feature/sticky-label

Display sticky label in linklist

5 years agoHide select all button on mobile view 1297/head
ArthurHoaro [Mon, 22 Apr 2019 10:39:15 +0000 (12:39 +0200)] 
Hide select all button on mobile view

Bulk actions are not available on mobile view yet

5 years agoMerge pull request #1276 from ArthurHoaro/feature/bulk-visibility
ArthurHoaro [Mon, 22 Apr 2019 10:31:09 +0000 (12:31 +0200)] 
Merge pull request #1276 from ArthurHoaro/feature/bulk-visibility

Bulk action: set visibility

5 years agoDisplay sticky label in linklist 1296/head
ArthurHoaro [Mon, 22 Apr 2019 09:23:47 +0000 (11:23 +0200)] 
Display sticky label in linklist

Add sticky label, like private label, in linklist to make it more visible.

5 years agoSlightly lighten visited link color 1295/head
ArthurHoaro [Mon, 22 Apr 2019 08:19:10 +0000 (10:19 +0200)] 
Slightly lighten visited link color

To make it more visible in the middle of raw text.

5 years agoMerge pull request #1294 from virtualtam/changelog/v0.10.4
nodiscc [Mon, 15 Apr 2019 23:24:11 +0000 (00:24 +0100)] 
Merge pull request #1294 from virtualtam/changelog/v0.10.4

Update README, CHANGELOG and AUTHORS for v0.10.4

5 years agoUpdate README, CHANGELOG and AUTHORS for v0.10.4 1294/head
VirtualTam [Mon, 15 Apr 2019 22:22:15 +0000 (00:22 +0200)] 
Update README, CHANGELOG and AUTHORS for v0.10.4

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
5 years agoMerge pull request #1293 from ArthurHoaro/hotfix/history-rename
ArthurHoaro [Mon, 15 Apr 2019 15:56:06 +0000 (17:56 +0200)] 
Merge pull request #1293 from ArthurHoaro/hotfix/history-rename

Hotfix: History controller for the REST API has been renamed in a previous commit

5 years agoHotfix: History controller for the REST API has been renamed in a previous commit 1293/head
ArthurHoaro [Mon, 15 Apr 2019 15:45:58 +0000 (17:45 +0200)] 
Hotfix: History controller for the REST API has been renamed in a previous commit

but the class name hasn't been updated in index.php

5 years agoMerge pull request #1288 from shaarli/fix-mkdocs
nodiscc [Sun, 31 Mar 2019 12:05:51 +0000 (12:05 +0000)] 
Merge pull request #1288 from shaarli/fix-mkdocs

docs: add readthedocs configuration file

5 years agodocs: add readthedocs configuration file 1288/head
nodiscc [Sat, 30 Mar 2019 16:07:31 +0000 (17:07 +0100)] 
docs: add readthedocs configuration file
workaround for mkdocs incompatibility with python 3.7
https://github.com/rtfd/readthedocs.org/issues/5250

5 years agoMerge pull request #1283 from llune/patch-1
ArthurHoaro [Mon, 25 Mar 2019 22:35:13 +0000 (23:35 +0100)] 
Merge pull request #1283 from llune/patch-1

add "Select all" string and French translation

5 years agoMerge pull request #1281 from llune/master
ArthurHoaro [Mon, 25 Mar 2019 22:34:47 +0000 (23:34 +0100)] 
Merge pull request #1281 from llune/master

accessibility fixes

5 years agoadd "Select all" string and French translation 1283/head
Luce Carević [Sat, 2 Mar 2019 13:39:33 +0000 (14:39 +0100)] 
add "Select all" string and French translation

5 years agoMerge pull request #1 from llune/pr2 1281/head
Luce Carević [Sat, 2 Mar 2019 12:44:37 +0000 (13:44 +0100)] 
Merge pull request #1 from llune/pr2

delete useless titles

5 years agodelete useless titles 1282/head
Luce Carević [Sat, 2 Mar 2019 12:40:21 +0000 (13:40 +0100)] 
delete useless titles

5 years agofix empty links and hide <i> for screenreaders
Luce Carević [Sat, 2 Mar 2019 12:32:36 +0000 (13:32 +0100)] 
fix empty links and hide <i> for screenreaders

5 years agofooter and contentinfo
Luce Carević [Sat, 2 Mar 2019 11:56:08 +0000 (12:56 +0100)] 
footer and contentinfo

5 years agoMerge pull request #1272 from ArthurHoaro/feature/html-lang
ArthurHoaro [Sat, 2 Mar 2019 09:54:30 +0000 (10:54 +0100)] 
Merge pull request #1272 from ArthurHoaro/feature/html-lang

Accessibility: specify the HTML lang attribute