List for cgit developers and users
 help / color / mirror / Atom feed
From: petr.vorel at gmail.com (Petr Vorel)
Subject: [PATCH v2] ui-shared: split repository link into directories
Date: Fri, 29 Apr 2016 01:14:37 +0200	[thread overview]
Message-ID: <20160428231435.GB27214@x230> (raw)
In-Reply-To: <1461878692-15061-1-git-send-email-petr.vorel@gmail.com>

Dear John,

thanks for comments and tips.

> I think we should have a configuration option for this as it changes the
> behaviour.  However, I'm not sure what the patch below does because...
Not a problem, I'll can add config value into v3.

<snip>

> I'm guessing you intended to allow the repository at a/b/c to link to
> the directories a/b and a,
You're right, a, b and c are clickable going to "itself".
> which would require changing this to use cgit_pageurl().

> But we also need to use repo->url which may be
> unrelated to repo->name; that won't be the case if repositories are
> discovered with "scan-path" (which I suspect is the most common
> configuration), but repositories added with "repo.url" and "repo.name"
> can have completely different values for these two variables.
You're right, I just tested it with "scan-path".

I'm testing it with this config:

----
css=/cgit-css/cgit.css
logo=/cgit-css/cgit.png

scan-path=/var/lib/git-testing/tmp/for-cgit/

repo.url=MyRepo
repo.path=/var/lib/git/MyRepo
repo.desc=This is my git repository

repo.url=section/subsection/myrepo1
repo.path=/var/lib/git-testing2/section/subsection/myrepo1
repo.desc=This is my git repository

repo.url=section/subsection/myrepo2
repo.path=/var/lib/git-testing2/section/subsection/myrepo2
repo.desc=This is my git repository

repo.url=section/subsection/myrepo3
repo.name=section/subsection/myrepo3
repo.path=/var/lib/git-testing2/section/subsection/myrepo3
repo.desc=This is my git repository
----

You right, it's broken is when I set repo.url and repo.name (e.g.
section/subsection/myrepo3) - all links point to repo.url; working if I set just repo.url.

> We may just have to bail out of this feature if the two variables differ.
Is it really the best way from UI/UX POV? Inconsistency isn't nice :-(. I'd like to try
to have this feature either on or off for each repository.


Kind regards,
Petr


  reply	other threads:[~2016-04-28 23:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-28 21:24 petr.vorel
2016-04-28 23:14 ` petr.vorel [this message]
2016-04-29  5:05   ` petr.vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160428231435.GB27214@x230 \
    --to=cgit@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).