Journal des modifications

commit 50fbab58cd7fe708853134f8ad23aa5c5c677bdf
Author: Julien Jorge <julien.jorge@stuff-o-matic.com>
Date:   Mon Mar 12 23:28:39 2018 +0100

    Add support for user-provided bookmarks.

commit c1ca672df7890c4307a64aece3e0d924debd52be
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Tue Feb 27 10:51:04 2018 +0100

    HTTPS links in email for password init/recovery

commit 957ab7b99ce1cae5baa0c4eb3ac9ea85df615eb5
Author: Bruno Michel <bmichel@menfin.info>
Date:   Mon Feb 26 18:38:32 2018 +0100

    Revert "Deploy from the before-redesign branch"
    
    This reverts commit 15bbbbbfe03c4a0e29feab8d9ae6c35113eb8dff.

commit 1eb0932eb800339f05fddb5de62379f156616ce2
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Mon Feb 26 18:25:40 2018 +0100

    Use https when available. Update default help/friendly sites

commit e5bbeddf51156edaa7d23f7cf56f4c7f9411253f
Author: Julien Humbert <julroy67@gmail.com>
Date:   Mon Feb 19 15:45:33 2018 +0900

    Fix and compress the two corrupted png files

commit 1cbf86dd77594d25690ebae4ccebc122a75668ff
Author: Julien Humbert <julroy67@gmail.com>
Date:   Mon Feb 19 15:25:48 2018 +0900

    Compress png files with Efficient Compression Tool

commit 807235970aeb2e2cc4dd176061299be0bacdf1b8
Author: Bruno Michel <bmichel@menfin.info>
Date:   Wed Jan 24 20:16:22 2018 +0100

    Fix display of equations on blink

commit df20fac1824cfdba6a2fc01b7054c9ac8e485191
Author: Bruno Michel <bmichel@menfin.info>
Date:   Wed Jan 24 09:44:01 2018 +0100

    Fix for anonymous

commit 073fc3ebf6f4dec51f2a188ef4a848e5613fa3c4
Author: Bruno Michel <bmichel@menfin.info>
Date:   Tue Jan 23 20:27:41 2018 +0100

    Fix the redaction page

commit 8dcf155ee2b1a775b4f94412f8f850229f0f379e
Author: Obsidian <obsid@free.fr>
Date:   Mon Jan 22 18:39:29 2018 +0100

    CSS Steelblue
    
    . "Steelblue" as a *.scss file (mostly a regular CSS file, though, but not
      totally) ;
    
    . "steelblue.png", the corresponding thumbnail on the CSS selection page.

commit cc3ad1eb0e9f0a05f8d64c61687d68e0f7fee237
Author: Obsidian <obsid@free.fr>
Date:   Mon Jan 22 15:07:11 2018 +0100

    Geekscottes_005 : "l'avais écris" -> "l'avais écrit"

commit 6e9e2e68e5ee4ef837b18b547c68bbbc0ee69971
Author: Obsidian <obsid@free.fr>
Date:   Mon Jan 22 14:47:21 2018 +0100

    Conditional class "threads" on UL depending on its parent
    
    Add a class "thread" to a comment's UL inside the _preview.haml
    file to be automaticaly rendered by the "render" statement depending
    on its context.
    
    We want to set it when the rendered comment is either a new comment
    or an existing one being edited, thus in both cases being a top of
    an thread excerpt. However, when the comment is a direct answer to
    another comment, we now render it as an idented extension of the
    first one, just like it would be inside the whole thread in the
    article's page.
    
    This still causes no regression of the original CSS.

commit beb206a0cccc261a89734f85be35f7593aca9829
Author: Obsidian <obsid@free.fr>
Date:   Fri Jan 19 14:51:38 2018 +0100

    Adding font "Linux Libertine O"
    
    . Addition of a specific version of Linux Libertine (Licenced as CC0)

commit a59f0b70ddd04caba7287b02a0edb984743c366d
Author: Obsidian <obsid@free.fr>
Date:   Thu Dec 28 09:45:09 2017 +0100

    Adding "moderation_page" class to related pages's <body>
    
    This patch adds a class named "moderation_page" among the
    existing ones to the <body> tag of pages which controller
    path begins with "moderation", making them easier to spot
    by CSSes.
    
    It's not only convenient (it would widely simplify the CSS
    code) but it's also necessary on pages such as #news-index
    and #polls-index, which can't be discriminated from the
    outside to know if they're the common user pages or the
    moderation ones.
    
    As regards #news-index in particular, the two pages are
    totally different. The moderation page contains everything
    but article boxes, and also offers special services such as
    a chat board. The rest is formed of plain text and html
    links that thus should be displayed on a light-background
    page, not a dark one.

commit 3fbf2bd2538168ac226974b5ced531a82a095e05
Author: Obsidian <obsid@free.fr>
Date:   Thu Dec 28 09:32:22 2017 +0100

    Missing %main#contents on moderation pages
    
    Adding required tag on moderation pages