From b6954ee8430872d9cc3c69bf9f0c8654565de506 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 3 May 2025 17:30:44 +0900 Subject: [PATCH] Eliminate descriptions of SQL in web interface the same as https://github.com/andk/pause/pull/502 , but restored statements we should not remove --- lib/pause_2017/templates/public/admin.html.ep | 1 - lib/pause_2017/templates/public/pumpkin.html.ep | 1 - lib/pause_2017/templates/user/distperms/peek.html.ep | 3 +-- lib/pause_2017/templates/user/perms/peek.html.ep | 3 +-- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/pause_2017/templates/public/admin.html.ep b/lib/pause_2017/templates/public/admin.html.ep index 4b2a11ad7..920f5142e 100644 --- a/lib/pause_2017/templates/public/admin.html.ep +++ b/lib/pause_2017/templates/public/admin.html.ep @@ -1,7 +1,6 @@ % layout 'layout'; % my $pause = stash(".pause") || {}; -

Query the grouptable table for who is an admin bit holder

Registered admins: <%= join ", ", @{$pause->{admins} || []} %>

"YAML") %>" style="text-decoration: none;"> YAML diff --git a/lib/pause_2017/templates/public/pumpkin.html.ep b/lib/pause_2017/templates/public/pumpkin.html.ep index bdb2bb324..4a1c9a10f 100644 --- a/lib/pause_2017/templates/public/pumpkin.html.ep +++ b/lib/pause_2017/templates/public/pumpkin.html.ep @@ -1,7 +1,6 @@ % layout 'layout'; % my $pause = stash(".pause") || {}; -

Query the grouptable table for who is a pumpkin bit holder

Registered pumpkins: <%= join ", ", @{$pause->{pumpkins} || []} %>

"YAML") %>" style="text-decoration: none;"> YAML diff --git a/lib/pause_2017/templates/user/distperms/peek.html.ep b/lib/pause_2017/templates/user/distperms/peek.html.ep index 132e6c29e..2fe1b5ed0 100644 --- a/lib/pause_2017/templates/user/distperms/peek.html.ep +++ b/lib/pause_2017/templates/user/distperms/peek.html.ep @@ -1,8 +1,7 @@ % layout 'layout'; % my $pause = stash(".pause") || {}; -

Query the perms table by author or by -distribution. Select the option and fill in a distribution name or +

Select the option and fill in a distribution name or user ID as appropriate. The answer is all distributions that an user ID is registered for or all user IDs registered for a distribution, as appropriate.

diff --git a/lib/pause_2017/templates/user/perms/peek.html.ep b/lib/pause_2017/templates/user/perms/peek.html.ep index d0d0d5ea8..28c630f50 100644 --- a/lib/pause_2017/templates/user/perms/peek.html.ep +++ b/lib/pause_2017/templates/user/perms/peek.html.ep @@ -1,8 +1,7 @@ % layout 'layout'; % my $pause = stash(".pause") || {}; -

Query the perms table by author or by -module. Select the option and fill in a module name or +

Select the option and fill in a module name or user ID as appropriate. The answer is all modules that an user ID is registered for or all user IDs registered for a module, as appropriate.