<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html, branch 1.5.6.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=1.5.6.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=1.5.6.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2009-02-16T16:56:23Z</updated>
<entry>
<title>Correct comment removal in pkgsubmit.php</title>
<updated>2009-02-16T16:56:23Z</updated>
<author>
<name>Gergely Imreh</name>
<email>imrehg@gmail.com</email>
</author>
<published>2009-02-16T16:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f3a29356c51d2b1a56e0122f58385e7d36f9975a'/>
<id>urn:sha1:f3a29356c51d2b1a56e0122f58385e7d36f9975a</id>
<content type='text'>
This only neutralises bash parameter substitution, but doesn't perform
the proper replacement.

Closes FS#13122.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix: FS#13189, infinite variable replacement cycle</title>
<updated>2009-02-15T20:12:28Z</updated>
<author>
<name>Gergely Imreh</name>
<email>imrehg@gmail.com</email>
</author>
<published>2009-02-13T16:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=efc171378761b5f18312fe904361be230143e237'/>
<id>urn:sha1:efc171378761b5f18312fe904361be230143e237</id>
<content type='text'>
Lines such as foo=$foo in the PKGBUILD would end up in a
infinite replacement cycle when uploaded, thus the upload
times out. In these kind of lines, $foo is replaced not by
"$foo" again, but deleted (missing value for foo).

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change layout of tu_details.</title>
<updated>2009-02-13T20:31:05Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-02-13T20:31:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e83e593ac41a6e7dcee20fe7962269889c5fd5e1'/>
<id>urn:sha1:e83e593ac41a6e7dcee20fe7962269889c5fd5e1</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>List TUs that voted on a proposal.</title>
<updated>2009-02-13T20:27:05Z</updated>
<author>
<name>Angel 'angvp' Velasquez</name>
<email>angvp@archlinux.com.ve</email>
</author>
<published>2009-02-13T20:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=df75621d232405c0ac3c6211f4c72ffd851bee67'/>
<id>urn:sha1:df75621d232405c0ac3c6211f4c72ffd851bee67</id>
<content type='text'>
This patch lists who voted on a proposal after the proposal is closed.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Clean up some markup and styles in page navigation.</title>
<updated>2009-02-06T23:24:04Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-02-06T23:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8d16f647f90572039236c8da428cb1cf25b96a1e'/>
<id>urn:sha1:8d16f647f90572039236c8da428cb1cf25b96a1e</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change pagination style</title>
<updated>2009-02-03T22:04:21Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2009-02-02T08:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5702137e67d42520821c5c569473988f6862a7d9'/>
<id>urn:sha1:5702137e67d42520821c5c569473988f6862a7d9</id>
<content type='text'>
Looks different now, next and previous on their own sides and elips for both

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>FS#2649, FS#12645: subsititution of all variables and "eval"</title>
<updated>2009-01-28T08:26:23Z</updated>
<author>
<name>Gergely Imreh</name>
<email>imrehg@gmail.com</email>
</author>
<published>2009-01-22T02:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2568851eacd5a073aba2e105bcbf59e2fba5c6fd'/>
<id>urn:sha1:2568851eacd5a073aba2e105bcbf59e2fba5c6fd</id>
<content type='text'>
All custom variables are handled during subsitution, as well as
bash "eval" statements.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove huge margins from main content.</title>
<updated>2009-01-25T18:25:23Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-25T18:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5b4e63c57f69f80319062c406cdbc3628285748d'/>
<id>urn:sha1:5b4e63c57f69f80319062c406cdbc3628285748d</id>
<content type='text'>
This helps improve the use of space.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move package comment form into a new template.</title>
<updated>2009-01-25T18:17:54Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-25T18:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=354c86b6c608c8923d0a087285f97d5d8121ed08'/>
<id>urn:sha1:354c86b6c608c8923d0a087285f97d5d8121ed08</id>
<content type='text'>
Feature the form on the package details page.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove obsolete padding images.</title>
<updated>2009-01-24T06:23:35Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-24T05:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=bdd03d820e303d6f38baebdf8bc17053b55b843e'/>
<id>urn:sha1:bdd03d820e303d6f38baebdf8bc17053b55b843e</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
