Journal des modifications

commit c1b56b0548b0475a98b6f6be4c93eb71c03ed57a
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sun Feb 5 23:07:25 2023 +0100

    yoga-image-optimizer 1.2.1 on sections icons

commit d4a9e4f56740f4580ec3d25a4b428fa4d4dd02ca
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Sat Feb 4 15:10:53 2023 +0100

    improve user preferences for mastodon input
    
    To avoid the help starts at end of the input, move it to a paragraph.
    
    The `<kbd>` HTML tag should be used for keyboard inputs, so I've
    replaced it with `<code>` for the url profile link.

commit a36bc924e96fe71a9286032401cc4a304280eceb
Author: Jona <jdemeyer@hotmail.com>
Date:   Thu Feb 2 22:06:28 2023 +0100

    Remove background from 5 section images
    
    16, 55, 44, 84 and 88

commit f92e60fa140fcc68802831c873b336941362b3e2
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sun Jan 29 15:03:49 2023 +0100

    Apply suggestions from code review
    
    Wording

commit d61cf09b2873842e0e66da9fb66932c9f710d86f
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sun Jan 29 14:01:03 2023 +0100

    Wording

commit 9eda6a2e24d25a83a4689908a65ab161f7701cb1
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sun Jan 29 11:06:33 2023 +0100

    Check if addresses are NULL or empty to display

commit 780f4e857c3ac2c8461fcac6d93c2a3b0e2fb2ef
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 19:06:21 2023 +0100

    Admin part of new Mastodon URL feature
    
    - Mastodon link displayed only if karma > 0
    - Mastodon and URLs removed from inactive accounts
    - Same value for maxlength in front and back
    - Display Mastodon account on user page and last accounts page
    - Update karma help for Mastodon link
    - Update SQL DB schema for Mastodon link

commit 983e8b81f5717417380eeb304b01e4b1c628419b
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 18:02:24 2023 +0100

    Fix link to users account in preferences for Mastodon URL

commit 0ec430271e0ed07df0202520b6294088a7f50700
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 28 17:39:45 2023 +0100

    Moderation stats: 90d view + other acts

commit 59132159c3b28615108d5701c4395509b62c5cd2
Author: Oumph <37904057+Oumph@users.noreply.github.com>
Date:   Sat Jan 28 17:27:37 2023 +0100

    Wording

commit 9d85d2b02ce7cb0ecbf4dc7baeef32deeec6f053
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Tue Jan 17 23:24:37 2023 +0100

    fix gasp between backgrounds of body and sidebar divs
    
    The issue is the linear-gradient in the body background seems to not working
    really correctly with pixel dimensions (in Firefox at least): if you
    zoom in / out the page you'll see the body background to not always
    correctly update the rendering (and so you'll see a growing gasp for
    example).
    
    Due to this issue, there was a gap between the backgrounds of the body and the
    sidebar elements. PR #354 tried to solve this by adjusting the
    linear-gradient pixel dimensions, but due to the bug of linear-gradient
    implementation, it was not working when window was resized or page zoomed.
    
    As the linear-gradient usage in the body background was clearly already a
    workaround to create two vertical color stripes, we replace it with
    another workaround using the CSS feature which allows to define multiple
    background images with different size and position.
    
    First background image is defined with the sidebar color (using
    linear-gradient with only one color) and the width which resolve the
    pixel gasp reported in #354 (which means the width should be the
    branding width + body border width). To be able to define a color as an
    image, we use again linear-gradient, but, this time it fills all the
    stripe with the same color, so we won't have error due to
    linear-gradient implementation.
    
    Second image is defined from the first image position for the rest of the body
    block with the container color.
    
    This new workaround idea comes from this StackOverflow answer which
    explain how to create pixel perfect horizontal stripes:
    https://stackoverflow.com/a/24829344

commit c7ef92a3de2669ca817004e08c4a094721d00635
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Mon Jan 16 20:15:44 2023 +0100

    Alt Gr + W to type «

commit 0b3b099ad73842ff7a87cd470a56df434907de83
Author: Steve Frécinaux <code@istique.net>
Date:   Thu Jan 5 21:21:48 2023 +0100

    Add "Top Mastodon domains" in user statistics
    
    This is mostly cut and paste from commit 3ac001ba1c635.

commit 04f487d9c2c54be5b7d5dfd21473c50a895e6873
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Jan 2 22:06:13 2023 +0100

    Include a Mastodon link besides the user name below post titles
    
    We show the Mastodon URL alongside the website URL and XMPP address.
    This crowds the user box even more and I think LinuxFR should switch to
    using a proper profile page instead.
    
    This was requested by Adrien Dorsaz.

commit 5fca5df5c1a8bb04c1d010ad90d8744190ba7cc0
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Dec 19 21:42:24 2022 +0100

    Include the Mastodon URL in a link element on user page (#2046)
    
    We add a `<link rel="me" href="https://mastodon.example/@me">` URL in
    the `<head>` when the user configures their Mastodon URL.
    
    We only accept URLs (not `@me@mastodon.example`-style identifiers) for
    the sake of simplicity, because it's both the most universal format and
    the one required for the "verification" feature. A placeholder is used
    to convey that fact.
    
    For the record, at this time Mastodon requires a `<a>` or `<link>`
    element with `rel="me"` and an `href` attribute pointing to the
    `https://` URL of the Mastodon account. I opted for the `<link>` element
    because it didn't involve modifying the web interface any further. See
    https://docs.joinmastodon.org/user/profile/#verification for details.
    
    https://linuxfr.org/suivi/faire-valider-sa-page-perso-linuxfr-org-sur-mastodon