Re: [fossil-users] single-column file list output in web UI

2013-11-26 Thread Michai Ramakers
On 26 November 2013 07:55, Joel Bruick j...@joelface.com wrote:
 Michai Ramakers wrote:

 is there a simple way to display repo file contents in a single
 column, instead of 3, in the web UI? (or at least I see 3 columns
 here)


 Sorry for being way late to this, but you can get the effect you
 want by adding this to your repo's CSS:

 td.browser {
   display: block;
   padding: 0;
 }
 ul.browser {
   margin: 0;
 }


That works absolutely fine, thx!

Michai
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] single-column file list output in web UI

2013-11-26 Thread Stephan Beal
On Tue, Nov 26, 2013 at 1:35 PM, Michai Ramakers m.ramak...@gmail.comwrote:

 That works absolutely fine, thx!


Nonetheless, a one-column option is on my TODO list for over the Christmas
holidays. i'd like to see something more like conventional ls output
(with a few caveats/shortcomings due to the computation time requirements
for some of the info).

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
Since tyranny's the only guaranteed byproduct of those who insist on a
perfect world, freedom will have to do. -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] single-column file list output in web UI

2013-11-25 Thread Joel Bruick

Michai Ramakers wrote:

is there a simple way to display repo file contents in a single
column, instead of 3, in the web UI? (or at least I see 3 columns
here)


Sorry for being way late to this, but you can get the effect you 
want by adding this to your repo's CSS:


td.browser {
  display: block;
  padding: 0;
}
ul.browser {
  margin: 0;
}

Although, it would be cool to have an alternative file browser view 
similar to GitHub (for example) that would show additional metadata for 
each file.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] single-column file list output in web UI

2013-11-21 Thread Michai Ramakers
Hello,

is there a simple way to display repo file contents in a single
column, instead of 3, in the web UI? (or at least I see 3 columns
here)

My brain seems to work faster when browsing a single column.

Michai
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] single-column file list output in web UI

2013-11-21 Thread Stephan Beal
On Thu, Nov 21, 2013 at 7:22 PM, Michai Ramakers m.ramak...@gmail.comwrote:

 is there a simple way to display repo file contents in a single
 column, instead of 3, in the web UI? (or at least I see 3 columns
 here)


Hi!

Currently it's hard-coded to 3, but a single-file listing sounds like a
nice thing to have. i've jotted that down on my TODO list, but i
unfortunately cannot guaranty any coding time slices until the Christmas
holidays (starting Dec 21st) due to a somewhat harsh schedule at work
until then.

The JSON API could be used to create a single-column view, but i'm not
happy with the /dir part of the JSON API and it will be up for output
structure changes once i can get around to it (whatever that really
means).

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
Since tyranny's the only guaranteed byproduct of those who insist on a
perfect world, freedom will have to do. -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] single-column file list output in web UI

2013-11-21 Thread Michai Ramakers
Hi,

On 21 November 2013 19:29, Stephan Beal sgb...@googlemail.com wrote:
 On Thu, Nov 21, 2013 at 7:22 PM, Michai Ramakers m.ramak...@gmail.com
 wrote:

 is there a simple way to display repo file contents in a single
 column, instead of 3, in the web UI? (or at least I see 3 columns
 here)

 Hi!

 Currently it's hard-coded to 3, but a single-file listing sounds like a nice
 thing to have. i've jotted that down on my TODO list, but i unfortunately
 cannot guaranty any coding time slices until the Christmas holidays
 (starting Dec 21st) due to a somewhat harsh schedule at work until then.

Alright, thx for the info. It's just a very minor thing, but this is
also the main reason I type 'ls -l' here instead of 'ls' :-)

FWIW, I personally have never used the JSON API for anything yet, here.

Bye,
Michai
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users