<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/html.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-05T14:52:57Z</updated>
<entry>
<title>html.c: add html_url_path</title>
<updated>2008-10-05T14:52:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-10-05T14:52:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=22a597e56dc7fdea78ccbcb7466b45dd62cf7b32'/>
<id>urn:sha1:22a597e56dc7fdea78ccbcb7466b45dd62cf7b32</id>
<content type='text'>
This function can be used to generate properly escaped path-components
for links.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>html.c: add html_url_arg</title>
<updated>2008-10-05T10:49:46Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-10-05T10:49:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=a36a0d9dec8a3ba79501d2526d648e44306f0fdd'/>
<id>urn:sha1:a36a0d9dec8a3ba79501d2526d648e44306f0fdd</id>
<content type='text'>
This function can be used to properly escape querystring parameter values.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Supply status description to html_status()</title>
<updated>2008-08-06T20:57:44Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-08-06T20:57:44Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=885096c189574b1cf2e0897cc05aadd7b092a677'/>
<id>urn:sha1:885096c189574b1cf2e0897cc05aadd7b092a677</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Implement plain view</title>
<updated>2008-08-06T09:21:30Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-08-06T08:53:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e5da4bca54574522b28f88cab0dc8ebad9e35a73'/>
<id>urn:sha1:e5da4bca54574522b28f88cab0dc8ebad9e35a73</id>
<content type='text'>
This implements a way to access plain blobs by path (similar to the
tree view) instead of by sha1.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for cloning over http</title>
<updated>2008-08-06T09:21:09Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-08-05T23:20:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=02a545e63454530c1639014d3239c14ced2022c6'/>
<id>urn:sha1:02a545e63454530c1639014d3239c14ced2022c6</id>
<content type='text'>
This patch implements basic support for cloning over http, based on the
work on git-http-backend by Shawn O. Pearce.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Print an error if filename is not found in html_include.</title>
<updated>2008-04-29T15:59:53Z</updated>
<author>
<name>Harley Laue</name>
<email>losinggeneration@aim.com</email>
</author>
<published>2008-04-29T15:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=112b2080626c62fff27cf8aaa9ac2fb07eb50b74'/>
<id>urn:sha1:112b2080626c62fff27cf8aaa9ac2fb07eb50b74</id>
<content type='text'>
Normally when html_include cannot open the file it fails silently and
things can be a bit hard to figure out from just looking at apache's
log. This will be beneficial for those initially setting up their server
with cgit.

Signed-off-by: Harley Laue &lt;losinggeneration@aim.com&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'lh/cleanup'</title>
<updated>2008-04-08T19:29:21Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-08T19:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=23296ad648c0e2a9e3cf40a3de322b10ad25cce3'/>
<id>urn:sha1:23296ad648c0e2a9e3cf40a3de322b10ad25cce3</id>
<content type='text'>
* lh/cleanup: (21 commits)
  Reset ctx.repo to NULL when the config parser is finished
  Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
  Move function for configfile parsing into configfile.[ch]
  Add cache.h
  Remove global and obsolete cgit_cmd
  Makefile: copy the QUIET constructs from the Makefile in git.git
  Move cgit_version from shared.c to cgit.c
  Makefile: autobuild dependency rules
  Initial Makefile cleanup
  Move non-generic functions from shared.c to cgit.c
  Add ui-shared.h
  Add separate header-files for each page/view
  Refactor snapshot support
  Add command dispatcher
  Remove obsolete cacheitem parameter to ui-functions
  Add struct cgit_page to cgit_context
  Introduce html.h
  Improve initialization of git directory
  Move cgit_repo into cgit_context
  Add all config variables into struct cgit_context
  ...
</content>
</entry>
<entry>
<title>Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()</title>
<updated>2008-04-08T19:11:36Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-04-08T19:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e87e89633383b8b75c68c98be3e0c14212109de2'/>
<id>urn:sha1:e87e89633383b8b75c68c98be3e0c14212109de2</id>
<content type='text'>
This is a generic http-function.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce html.h</title>
<updated>2008-03-18T07:13:10Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-02-23T21:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=b1f9b9c1459cb9a30ebf80721aff6ef788d1f891'/>
<id>urn:sha1:b1f9b9c1459cb9a30ebf80721aff6ef788d1f891</id>
<content type='text'>
All html-functions can be quite easily separated from the rest of cgit, so
lets do it; the only issue was html_filemode which uses some git-defined
macros so the function is moved into ui-shared.c::cgit_print_filemode().

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'stable'</title>
<updated>2008-02-23T19:14:01Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-02-23T19:13:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=e0572c39f78b4f88c706a49a60e211302b8e015c'/>
<id>urn:sha1:e0572c39f78b4f88c706a49a60e211302b8e015c</id>
<content type='text'>
* stable:
  Fix segfault

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