From: Jakub Narębski <hidden> Date: 2016-06-15 22:58:18
On Tue, Jul 2, 2013 at 6:24 PM, Tony Finch [off-list ref] wrote:
On the repository summary page, leave the whole owner line out if
the repo does not have an owner, rather than displaying a labelled
empty field..
Note that if $omit_owner is true, whole _column_ is skipped.
Is removing cell (instead of leaving it empty) and relying on browser
treating nonexistent cell correctly a good idea, that I do not know.
Does it looks better? Does it looks better in all web browsers?
From: Tony Finch <dot@dotat.at> Date: 2016-06-15 22:58:18
Jakub Narębski [off-list ref] wrote:
On Tue, Jul 2, 2013 at 6:24 PM, Tony Finch [off-list ref] wrote:
quoted
On the repository summary page, leave the whole owner line out if
the repo does not have an owner, rather than displaying a labelled
empty field..
Note that if $omit_owner is true, whole _column_ is skipped.
There are two places where the owner is displayed: on the list of
projects, and on each project's summary page. This change affects the
summary page (where it removes a row, not a column) and it leaves the
projects list alone. I'll make that clearer in the commit message (and fix
the extraneous dot).
Tony.
--
f.anthony.n.finch [off-list ref] http://dotat.at/
Forties, Cromarty: East, veering southeast, 4 or 5, occasionally 6 at first.
Rough, becoming slight or moderate. Showers, rain at first. Moderate or good,
occasionally poor at first.
From: Tony Finch <dot@dotat.at> Date: 2016-06-15 22:58:28
On the repository summary page, leave the owner line out if the
repo does not have an owner, rather than displaying a labelled empty
field. This does not affect the owner column in the projects list
page, which is present unless $omit_owner is true.
Signed-off-by: Tony Finch <dot@dotat.at>
---
gitweb/gitweb.perl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Tony Finch <dot@dotat.at> Date: 2016-06-15 22:58:28
The search help link was a superscript question mark right next to
a drop-down menu, which looks misaligned and is a cramped and
awkward click target. Remove the superscript tags and add some
spacing to fix these nits. Add a title attribute to provide an
explanatory mouseover.
Signed-off-by: Tony Finch <dot@dotat.at>
---
gitweb/gitweb.perl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Tony Finch <dot@dotat.at> Date: 2016-06-15 22:58:28
The rss_logo CSS style has a fixed width which is too narrow for
the string "OPML". Replace the fixed width with horizontal padding
so the text fits with nice margins.
Signed-off-by: Tony Finch <dot@dotat.at>
---
gitweb/static/gitweb.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
From: Tony Finch <dot@dotat.at> Date: 2016-06-15 22:58:28
This is mostly just a repost to un-stall this topic.
I have fixed the tab damage problem spotted by Jakub in the search
help link patch, and I have improved the commit message for the
repository owner patch. No other changes.
Tony Finch (4):
gitweb: Ensure OPML text fits inside its box.
gitweb: vertically centre contents of page footer
gitweb: omit the repository owner when it is unset
gitweb: make search help link less ugly
gitweb/gitweb.perl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
1.8.3.1.605.g85318f5