<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-70, branch v0.7.1</title>
<subtitle>a fork of cgit with a Gopher interface</subtitle>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/'/>
<entry>
<title>CGIT 0.7.1</title>
<updated>2007-11-09T12:51:00+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-09T12:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=2919b91d20c80f92bf63bf19daace44ff2d2e9c9'/>
<id>2919b91d20c80f92bf63bf19daace44ff2d2e9c9</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile install: include cgit.png, do not empty cache</title>
<updated>2007-11-09T12:47:58+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-09T12:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=9b18632b7ed0e7301d80638528758aa2f2c3467e'/>
<id>9b18632b7ed0e7301d80638528758aa2f2c3467e</id>
<content type='text'>
The cache-cleaning is potentially dangerous, so lets move it away from the
install target. A special emptycache target can be used to run the rm -rf.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cache-cleaning is potentially dangerous, so lets move it away from the
install target. A special emptycache target can be used to run the rm -rf.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Support "/" as virtual-root</title>
<updated>2007-11-08T11:21:59+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-08T11:20:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=c188c482b3b9ede88891fbcec0b2e6b1bdb8338e'/>
<id>c188c482b3b9ede88891fbcec0b2e6b1bdb8338e</id>
<content type='text'>
When the virtual-root was a single "/", it would be normalized to NULL due
to removal of trailing slashes, which in turn would fool us to belive that
we shouldn't generate virtual urls.

This makes the "/" normalize to "", effectively allowing virtual urls like
http://example.com/projectname to be generated without specifying the
full domain name as the virtual root.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the virtual-root was a single "/", it would be normalized to NULL due
to removal of trailing slashes, which in turn would fool us to belive that
we shouldn't generate virtual urls.

This makes the "/" normalize to "", effectively allowing virtual urls like
http://example.com/projectname to be generated without specifying the
full domain name as the virtual root.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't show the the branch selector button if javascript is enabled</title>
<updated>2007-11-03T13:17:58+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T13:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=72ede12551af320b6d8eade853dbd2cd6f2222cc'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested-by: Olivier Ramonat &lt;olivier@ramonat.fr&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not require javascript-enabled clients</title>
<updated>2007-11-03T13:05:12+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T13:05:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=601c76eb15a298ac9529f4dded5dd4297b9c3768'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>CGIT 0.7</title>
<updated>2007-11-03T10:35:55+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:35:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=e36365c6841703e569fcaf20bfc415ee0489c76f'/>
<id>e36365c6841703e569fcaf20bfc415ee0489c76f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use GIT-1.5.3.5</title>
<updated>2007-11-03T10:33:54+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=c2f75225b49582702f98e656a2fd2e963c2ae667'/>
<id>c2f75225b49582702f98e656a2fd2e963c2ae667</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't include current SHA1 in 'log' menu-item</title>
<updated>2007-11-03T10:33:28+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=1e4ff4dc501ca82490ac70fb3b623c3857991af3'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't include current path in menu links</title>
<updated>2007-11-03T10:23:47+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=cda7194e300277fbad73595c70ecece02d772190'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The menu-links are a lot more predictable this way.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix search form action/hidden fields</title>
<updated>2007-11-03T10:15:56+00:00</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-11-03T10:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.katolaz.net/cgit-70/commit/?id=68cf9b4f853177544a5d1c7b4a9eea4d2f5749d5'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;
</pre>
</div>
</content>
</entry>
</feed>
