<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-repolist.c, branch v0.8</title>
<subtitle>🍴 My patches to cgit
</subtitle>
<id>https://git.ache.one/cgit/atom?h=v0.8</id>
<link rel='self' href='https://git.ache.one/cgit/atom?h=v0.8'/>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/'/>
<updated>2008-10-05T15:16:36Z</updated>
<entry>
<title>ui-repolist + ui-shared: Use cgit_summary_link()</title>
<updated>2008-10-05T15:16:36Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-10-05T15:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=49ecbbddf0659c6409befcfe8989f92196133cda'/>
<id>urn:sha1:49ecbbddf0659c6409befcfe8989f92196133cda</id>
<content type='text'>
This makes is possible to use cgit with repository urls containing special
url characters like '#' and '?'.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-repolist: enable filtering of repos by path</title>
<updated>2008-09-15T21:35:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-09-14T18:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=dd80ef59e7cad0146b7e4812afa3f84ea3d1c7b8'/>
<id>urn:sha1:dd80ef59e7cad0146b7e4812afa3f84ea3d1c7b8</id>
<content type='text'>
If a repo url is specified but no exact match is found in the list of
repos the url will now be used as a prefix-filter.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a pager on the repolist</title>
<updated>2008-05-03T08:54:39Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-05-03T08:54:39Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e'/>
<id>urn:sha1:c6078b8b006bcb0671a3c1bc21dd1a2c01035a2e</id>
<content type='text'>
This enables a pager on the repolist which restricts the number of entries
displayed per page, controlled by the new option `max-repo-count` (default
value 50).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 'about site' page / add 'root-readme' option to cgitrc</title>
<updated>2008-04-28T23:06:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-28T23:06:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=c6431a71508f1b61a95b01d85fe4534a0245e626'/>
<id>urn:sha1:c6431a71508f1b61a95b01d85fe4534a0245e626</id>
<content type='text'>
The new option names a file which will be included on a new page, next
to the current 'index' page.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move included header-file out of repolist table</title>
<updated>2008-04-28T22:35:49Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-28T22:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=8062817885495b07cf70304c484e8f18c78ab2b5'/>
<id>urn:sha1:8062817885495b07cf70304c484e8f18c78ab2b5</id>
<content type='text'>
When the 'index-header' option is specified in cgitrc we used to print
the included file content inside the repolist table, which is bad style.

This commit makes the included file be printed before the table.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make a few more columns in repolist and log view clickable</title>
<updated>2008-04-14T20:23:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-14T20:23:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e9a7042b5b44c6af2c7dc91eabed732d92278218'/>
<id>urn:sha1:e9a7042b5b44c6af2c7dc91eabed732d92278218</id>
<content type='text'>
Less mouse movement is nice.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make repository search case insensitive</title>
<updated>2008-04-13T10:46:54Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-13T10:42:27Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=28d781f34b2c2d4c2b994ef3953d1cf37d8f28f0'/>
<id>urn:sha1:28d781f34b2c2d4c2b994ef3953d1cf37d8f28f0</id>
<content type='text'>
This reuses the strcasestr() compiled or linked by libgit.a to implement a
case insensitive variation of the repository search.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Implement minimal freetext search in the repolist</title>
<updated>2008-04-13T10:10:03Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-13T09:57:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=536b0541fcfea2169e4df33043cd9ff14c657bce'/>
<id>urn:sha1:536b0541fcfea2169e4df33043cd9ff14c657bce</id>
<content type='text'>
This makes the repolist much more usable when there's a lot of repositories
registered in cgitrc.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>More layout fixes</title>
<updated>2008-04-13T08:57:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-13T08:57:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=931fc6d1e4986a4566647dda16af09bf69a28b89'/>
<id>urn:sha1:931fc6d1e4986a4566647dda16af09bf69a28b89</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add ui-shared.h</title>
<updated>2008-03-24T15:50:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-03-24T15:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=a4d1ca1dc6ff8171694d9e2280b6075a1beced0c'/>
<id>urn:sha1:a4d1ca1dc6ff8171694d9e2280b6075a1beced0c</id>
<content type='text'>
This is finally a proper headerfile for the shared ui-functions which
used to reside in cgit.h

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
