Update button styles as btn-mini is no more

[?]
Apr 8, 2021, 2:58 PM
W3XI2J2GMTE3A5KQ3RNSRSYRNCJ7FBQM2BGUMJ7P5NZVKXSTNVCAC

Dependencies

  • [2] QXMZNOC6 Also hide disabled projects on the overview page by default
  • [3] IMA3HWYC Fix link to cached build log
  • [4] UFR64PJ7 Hide contents links
  • [5] HTG5APSM Typo: on the build view page: Yu -> You
  • [6] ODNCGFQ5 * Improved the navigation bar: don't include all projects (since that
  • [7] OEPUOUNB Using twitter bootstrap for more consistent looks for Hydra
  • [8] JFZNAYJX * Showing releases.
  • [9] GPRYAAFP hydra: change icon for positive failures
  • [10] 3ZAJ2ZRP Use popovers for the product list help/details
  • [11] GS4SFHCP templates: Use uri_for to reference static paths.
  • [12] ZWCTAZGL added newsitems, added some admin options to clear various caches.
  • [13] ST4TUC3E Remove nix-install-package support
  • [14] RHMUFX4R product list: convert to a proper table
  • [15] ELABMHJI * hydra: layout changes
  • [16] JARRBLZD Bootstrapify the Hydra forms (except the project and jobset edit pages)
  • [17] 3PNG7NIB Remove trailing whitespace
  • [18] VG4QG336 Remove tablesorter
  • [19] HPXFXHFS Remove SHA-1 hash from BuildProducts
  • [*] J5UVLXOK * Start of a basic Catalyst web interface.

Change contents

  • replacement in src/root/build.tt at line 239
    [3.441][3.441:667]()
    <a class="btn btn-mini" href="[%actualLog%]">pretty</a>
    <a class="btn btn-mini" href="[%actualLog%]/raw">raw</a>
    <a class="btn btn-mini" href="[%actualLog%]/tail">tail</a>
    [3.441]
    [6.6622]
    <a class="btn btn-secondary btn-sm" href="[%actualLog%]">pretty</a>
    <a class="btn btn-secondary btn-sm" href="[%actualLog%]/raw">raw</a>
    <a class="btn btn-secondary btn-sm" href="[%actualLog%]/tail">tail</a>
  • replacement in src/root/news.tt at line 17
    [6.10269][6.13748:13983]()
    <td>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('news_delete') i.id) content = "Delete" confirmmsg = "Are you sure you want to delete this news item?" class = "btn btn-mini btn-danger" %]</td>
    [6.10269]
    [6.10474]
    <td>[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('news_delete') i.id) content = "Delete" confirmmsg = "Are you sure you want to delete this news item?" class = "btn btn-sm btn-danger" %]</td>
  • replacement in src/root/overview.tt at line 43
    [2.680][2.680:791]()
    <label id="show-disabled" class="btn btn-small pull-right" data-toggle="button">Show disabled projects</label>
    [2.680]
    [2.791]
    <label id="show-disabled" class="btn btn-secondary btn-sm float-right" data-toggle="button">Show disabled projects</label>
  • replacement in src/root/product-list.tt at line 57
    [6.409][6.409:480]()
    [% WRAPPER makePopover title="Help" classes="btn-mini" %]
    [6.409]
    [6.480]
    [% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm" %]
  • replacement in src/root/product-list.tt at line 80
    [6.1238][6.239:308]()
    [% WRAPPER makePopover title="Help" classes="btn-mini"
    [6.1238]
    [5.0]
    [% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm"
  • replacement in src/root/product-list.tt at line 87
    [4.34][4.34:109]()
    <a class="btn btn-mini" href="[% contents %]">Contents</a>
    [4.34]
    [4.109]
    <a class="btn btn-secondary btn-sm" href="[% contents %]">Contents</a>
  • replacement in src/root/product-list.tt at line 108
    [6.2647][6.2647:2719]()
    [% WRAPPER makePopover title="Help" classes="btn-mini" %]
    [6.2647]
    [6.2719]
    [% WRAPPER makePopover title="Help" classes="btn-secondary btn-sm" %]
  • replacement in src/root/product-list.tt at line 190
    [6.5331][6.5331:5402]()
    [% WRAPPER makePopover title="Details" classes="btn-mini" %]
    [6.5331]
    [6.5402]
    [% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]
  • replacement in src/root/product-list.tt at line 199
    [4.164][4.164:235]()
    <a class="btn btn-mini" href="[% contents %]">Contents</a>
    [4.164]
    [4.235]
    <a class="btn btn-secondary btn-sm" href="[% contents %]">Contents</a>
  • replacement in src/root/product-list.tt at line 257
    [6.6578][6.6578:6649]()
    [% WRAPPER makePopover title="Details" classes="btn-mini" %]
    [6.6578]
    [6.6649]
    [% WRAPPER makePopover title="Details" classes="btn-secondary btn-sm" %]