<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-shared.c, branch v0.8.3.2</title>
<subtitle>A hyperfast web frontend for git repositories written in C.</subtitle>
<id>https://git.zx2c4.com/cgit/atom/ui-shared.c?h=v0.8.3.2</id>
<link rel='self' href='https://git.zx2c4.com/cgit/atom/ui-shared.c?h=v0.8.3.2'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/'/>
<updated>2010-02-27T11:47:57Z</updated>
<entry>
<title>ui-shared.c: fix segfault when repo is empty</title>
<updated>2010-02-27T11:47:57Z</updated>
<author>
<name>Florian Pritz</name>
<email>bluewind@xssn.at</email>
</author>
<published>2010-02-01T16:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=8d946079c5f51ce934ff5edf6333962c6061d8a5'/>
<id>urn:sha1:8d946079c5f51ce934ff5edf6333962c6061d8a5</id>
<content type='text'>
PATH_INFO="/$REPONAME/commit/?id=1" QUERY_STRING="id=1" ./cgit.cgi
triggers segfault when the repository is empty and therefore
ctx.qry.head is unset

Signed-off-by: Florian Pritz &lt;bluewind@xssn.at&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Nov is the correct abbreviation</title>
<updated>2009-11-07T14:29:54Z</updated>
<author>
<name>Danijel Tašov</name>
<email>dt@korn.shell.la</email>
</author>
<published>2009-11-02T21:10:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=e34a3b5adc00255f8acb7d674e5fdadef2ac80f7'/>
<id>urn:sha1:e34a3b5adc00255f8acb7d674e5fdadef2ac80f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2009-08-18T11:14:11Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-18T11:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=73b54f7d7e21fbb15c50e21eafe1737df96b2073'/>
<id>urn:sha1:73b54f7d7e21fbb15c50e21eafe1737df96b2073</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ui-shared: don't print header &lt;img/&gt; if there isn't a logo defined</title>
<updated>2009-08-18T11:13:51Z</updated>
<author>
<name>Matthew Metnetsky</name>
<email>mimetnet@vidu.us</email>
</author>
<published>2009-06-30T01:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=6421dc38db02eff8d3ada93e87a2f7e5292af131'/>
<id>urn:sha1:6421dc38db02eff8d3ada93e87a2f7e5292af131</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-shared: add support for header/footer options when embedded=1</title>
<updated>2009-08-11T08:12:35Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-11T08:12:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=80550bbe028b551550395653d32a0ba50db540ef'/>
<id>urn:sha1:80550bbe028b551550395653d32a0ba50db540ef</id>
<content type='text'>
When embedded=1, cgit used to ignore the header and footer options.
But honoring these options when embedded=1 makes it possible to "frame"
the html fragment generated by cgit with any kind of static content,
i.e. it should become easier to integrate cgit with site-specfic
layouts.

Original-patch-by: Mark Constable &lt;markc@renta.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-shared: add support for NO_HTTP=1/--nohttp</title>
<updated>2009-08-10T07:20:17Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-10T07:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=8b2252b0b61617e9de9d9e9ba743881ad62523af'/>
<id>urn:sha1:8b2252b0b61617e9de9d9e9ba743881ad62523af</id>
<content type='text'>
cgit_print_http_headers() used to do nothing if 'embedded' was
specified in cgitrc, but that was wrong - we never want to skip the
headers when invoked as a CGI app. Sadly, there's no easy way to
detect if we're invoked as a CGI app or if we're invoked by another
CGI app, so for the latter case cgit needs to be invoked with either
--nohttp on the command line or NO_HTTP=1 in the environment.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Cleanup handling of environment variables</title>
<updated>2009-08-10T06:21:09Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-08-10T06:21:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=60a26272e0ca529407fe6b613f061f04ba585d53'/>
<id>urn:sha1:60a26272e0ca529407fe6b613f061f04ba585d53</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/embedded'</title>
<updated>2009-07-25T10:29:22Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-07-25T10:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=286a905842dc0bec6d21a614ec4a97c5f19d5bc4'/>
<id>urn:sha1:286a905842dc0bec6d21a614ec4a97c5f19d5bc4</id>
<content type='text'>
Conflicts:
	cgitrc.5.txt
	ui-shared.c
</content>
</entry>
<entry>
<title>Add support for 'noheader' option</title>
<updated>2009-07-25T10:19:31Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-07-25T10:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f'/>
<id>urn:sha1:ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f</id>
<content type='text'>
This option can be used to disable the standard cgit page header, which
might be useful in combination with the 'embedded' option.

Suggested-by: Mark Constable &lt;markc@renta.net&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ml/head-include'</title>
<updated>2009-07-25T10:04:08Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-07-25T10:04:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/cgit/commit/?id=542f6a433034935a1aa895f7ef3273968915a5d1'/>
<id>urn:sha1:542f6a433034935a1aa895f7ef3273968915a5d1</id>
<content type='text'>
</content>
</entry>
</feed>
