<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-shared.c, branch v0.7.2</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>http://git.cetero.st/cgit/atom/ui-shared.c?h=v0.7.2</id>
<link rel='self' href='http://git.cetero.st/cgit/atom/ui-shared.c?h=v0.7.2'/>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/'/>
<updated>2007-12-02T21:27:07Z</updated>
<entry>
<title>Handle missing timestamp in commit/tag objects</title>
<updated>2007-12-02T21:27:07Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-12-02T21:11:35Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=fc4c4ba3a99f4fe4bd8a42caca902269d2e0b678'/>
<id>urn:sha1:fc4c4ba3a99f4fe4bd8a42caca902269d2e0b678</id>
<content type='text'>
When a commit or tag lacks author/committer/tagger timestamp, do not skip
the next line in the commit/tag object.

Also, do not bother to print timestamps with value 0 as it is close to certain
to be bogus.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't show the the branch selector button if javascript is enabled</title>
<updated>2007-11-03T13:17:58Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T13:17:58Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=72ede12551af320b6d8eade853dbd2cd6f2222cc'/>
<id>urn:sha1:72ede12551af320b6d8eade853dbd2cd6f2222cc</id>
<content type='text'>
Suggested-by: Olivier Ramonat &lt;olivier@ramonat.fr&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Do not require javascript-enabled clients</title>
<updated>2007-11-03T13:05:12Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T13:05:12Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=601c76eb15a298ac9529f4dded5dd4297b9c3768'/>
<id>urn:sha1:601c76eb15a298ac9529f4dded5dd4297b9c3768</id>
<content type='text'>
A simple submit-button is all that's required to make the branch selector
drop-down work on any client, so lets add one.

Noticed-by: Olivier Ramonat &lt;olivier@ramonat.fr&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't include current SHA1 in 'log' menu-item</title>
<updated>2007-11-03T10:33:28Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:33:28Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=1e4ff4dc501ca82490ac70fb3b623c3857991af3'/>
<id>urn:sha1:1e4ff4dc501ca82490ac70fb3b623c3857991af3</id>
<content type='text'>
This ensures that the menu-item always prints the log for the active branch.
Predictability is good.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't include current path in menu links</title>
<updated>2007-11-03T10:23:47Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:23:47Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=cda7194e300277fbad73595c70ecece02d772190'/>
<id>urn:sha1:cda7194e300277fbad73595c70ecece02d772190</id>
<content type='text'>
The menu-links are a lot more predictable this way.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix search form action/hidden fields</title>
<updated>2007-11-03T10:15:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=68cf9b4f853177544a5d1c7b4a9eea4d2f5749d5'/>
<id>urn:sha1:68cf9b4f853177544a5d1c7b4a9eea4d2f5749d5</id>
<content type='text'>
The search form didn't properly honor the current path, so this commit
fixes cgit_fileurl() and add_hidden_formfields() to make the issue go
away.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add search parameters to cgit_log_link</title>
<updated>2007-11-03T09:42:37Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T09:42:37Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=51140311bb3b0d4d0e859d5045ffe4c74478f5fe'/>
<id>urn:sha1:51140311bb3b0d4d0e859d5045ffe4c74478f5fe</id>
<content type='text'>
This makes the [prev] and [next] links work correctly on search results.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change the cgit layout</title>
<updated>2007-10-30T12:38:34Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-30T09:47:38Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=0c8e184e9cbf4d3a1e907de9125f6d8210c169d6'/>
<id>urn:sha1:0c8e184e9cbf4d3a1e907de9125f6d8210c169d6</id>
<content type='text'>
This modifies and hopefully improves the layout of all cgit pages:

  * Remove the header from all pages and replace it with a sidebar;
    most pages have sufficient width but many needs more height.

  * Add a dropdown-box to switch between branches, using a one-liner
    javascript to reload the current page in context of the selected branch.

  * Include refs found below refs/archives in the sidebar, appearing as a
    set of menuitems below a 'download' heading.

  * Include the brand new cgit logo

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Teach cgit_object_link() about tag objects</title>
<updated>2007-10-28T14:41:58Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-28T14:40:47Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=fc5880fab8b9afc589aaadd1299c34a6ef2a3c2d'/>
<id>urn:sha1:fc5880fab8b9afc589aaadd1299c34a6ef2a3c2d</id>
<content type='text'>
This makes random tag links more helpfull, e.g. when a branch head references
a tag object, link to the tag page.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Teach log search about --grep, --author and --committer</title>
<updated>2007-10-28T14:23:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-10-28T14:23:00Z</published>
<link rel='alternate' type='text/html' href='http://git.cetero.st/cgit/commit/?id=68ca032dbe7379f78775fb03ef34a9ad2abc409f'/>
<id>urn:sha1:68ca032dbe7379f78775fb03ef34a9ad2abc409f</id>
<content type='text'>
This makes the log searching more explicit, using a dropdown box to specify
the commit field to match against.

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