Artifacts Associated With Ticket 9dc23a0800e9792db01b516321c3353a350aaf53

  1. Ticket change [44a89c3c06] (rid 3371) by ghostdog on 2014-11-19 10:32:28:

    1. foundin initialized to: "0.6.2"
    2. icomment:
      Par défaut la liste des membres n'est pas triée, le mini-patch ci-dessous permet de trier par nom si aucun autre critère n'est demandé:
      $ diff -u www/admin/membres/index.php.orig www/admin/membres/index.php
      --- www/admin/membres/index.php.orig    2014-11-19 10:07:36.459258840 +0100
      +++ www/admin/membres/index.php 2014-11-19 10:08:53.502258765 +0100
      @@ -47,6 +47,8 @@
      
              if (utils::get('o'))
                  $order = utils::get('o');
      +       else
      +           $order = 'nom';
      
              if (isset($_GET['d']))
                  $desc = true;
      
    3. login: "ghostdog"
    4. mimetype: "text/x-fossil-plain"
    5. private_contact initialized to: "f49fb24b6279d8e333bc8f352600b84edcc7cdb6"
    6. severity initialized to: "Cosmetic"
    7. status initialized to: "Open"
    8. title initialized to: "Tri par défaut de la liste des membres"
    9. type initialized to: "Feature_Request"
  2. Ticket change [2174d0c937] (rid 6655) by bohwaz on 2018-10-25 11:36:38:

    1. icomment: "Trié par identité par défaut"
    2. login: "bohwaz"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
    6. status changed to: "Fixed"