Journal des modifications

commit bacdb50c860f4d01a6e295dc1e37c434946787af
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Thu Mar 25 20:29:19 2021 +0100

    tags: when tags are hidden, add noindex nofollow

commit 1eb1650331e30f98368a1e460a72f800a8df8a41
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Wed Feb 10 16:05:01 2021 +0100

    Fix #1965 Étiquettes populaires et performances

commit e8ff087f45b5122626943650d969b1c86167c931
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Feb 6 10:59:46 2021 +0100

    Update SUSE and openSUSE section logos

commit 0510a52ab981ea971c46e8e3fa131f1f35550b86
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Feb 6 10:59:16 2021 +0100

    Update SUSE and openSUSE section logos

commit 88112944d54a1f26fcdec40de289438710e5e219
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Feb 6 10:38:54 2021 +0100

    Logo for new section openSUSE #1972

commit 9c10ad36ca70f315d0383f182f9d95aa10b48b45
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Mon Feb 1 15:03:16 2021 +0100

    statistics: adjust title to add "maintainer"

commit a15f75f3544b6c6c02b66fa8a74d07bf365828c2
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Mon Feb 1 14:33:41 2021 +0100

    admin/accounts: for maintainers, show the button to remove the role

commit dcac61b110d684967bd507e9dcc9953eaf3eee69
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Mon Feb 1 14:27:40 2021 +0100

    role: document maintainer role and split maintainer list and tracker_admin
    
    The split allow to only list maintainer in the team static page.

commit a0c9e12e79df6a2438bf75958d21f15a9f2fddca
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Mon Feb 1 00:10:26 2021 +0100

    account: add maintainer role to give rights to manage tracker

commit 83fb9d85ff66b05328985db9459351ba2fb336be
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Mon Feb 1 00:30:53 2021 +0100

    tracker: assigned_to_user_id has to contain the user.id and not the account.id

commit 27561a03eecfb121c010132027140127bd06e35a
Author: Bruno Michel <bmichel@menfin.info>
Date:   Sun Jan 31 22:46:41 2021 +0100

    Optimize a SQL request (comments in footer)

commit 7db3b09f1b02d70ea1fdaa60f77c0b0e923ca7fa
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Wed Dec 30 20:26:49 2020 +0100

    Fix #357 Tracer les opérations d'administration/modération

commit c56634145d7793e81ed39364a61336fc669eb6d6
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 30 15:59:12 2021 +0100

    Change accept_threshold and refuse_threshold for moderation

commit 95af9c031cf9beefdfcda58725ba3f62fef60a04
Author: Adrien Dorsaz <adrien@adorsaz.ch>
Date:   Sun Jan 3 16:47:37 2021 +0100

    tags: on destroy, destroy taggings too to update the counter_cache (#289)
    
    The counter_cache option works with call backs on records.
    The use of `#destroy` methods instead of `#delete` allows rails to run
    call backs before deletion and thus it allows the counter_cache to update the tag.taggings_count counter.
    
    See: https://api.rubyonrails.org/classes/ActiveRecord/Relation.html#method-i-destroy_all

commit 46c543cf114471b74981d08ec3a99c25b8d3d204
Author: Benoît Sibaud <oumph@linuxfr.org>
Date:   Sat Jan 2 13:10:20 2021 +0100

    Mention the right tag creator at least, not the creator of the tagged content...