<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/pkgsubmit.php, branch 1.7.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.7.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.7.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2010-06-23T23:17:23Z</updated>
<entry>
<title>pkgsubmit: Remove build function check</title>
<updated>2010-06-23T23:17:23Z</updated>
<author>
<name>Andrea Scarpino</name>
<email>andrea@archlinux.org</email>
</author>
<published>2010-06-23T22:19:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f08fbbe80eba009c6f42411456479e328c92175b'/>
<id>urn:sha1:f08fbbe80eba009c6f42411456479e328c92175b</id>
<content type='text'>
Closes: http://bugs.archlinux.org/task/19914

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkgsubmit: store the previous path with getcwd()</title>
<updated>2010-06-05T04:56:33Z</updated>
<author>
<name>mickael9</name>
<email>mickael9@gmail.com</email>
</author>
<published>2010-06-05T04:50:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3f47ee740d48b13216d9e3cd6ca71fda5d93e553'/>
<id>urn:sha1:3f47ee740d48b13216d9e3cd6ca71fda5d93e553</id>
<content type='text'>
This solves the problem of include files not being found after an error.
$_SERVER['DOCUMENT_ROOT'] is not reliable because the AUR might be
installed in a subdirectory.

This closes http://bugs.archlinux.org/task/16887

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkgsubmit.php: Remove redundant error message.</title>
<updated>2009-11-24T05:55:03Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-11-24T05:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=143ed617c2644ee6fdc24abb566bc289ed3b9fba'/>
<id>urn:sha1:143ed617c2644ee6fdc24abb566bc289ed3b9fba</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Restyle the layout.</title>
<updated>2009-11-24T04:24:56Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-11-24T04:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1bc4836e19223cd2bcdc46c517d16f80783c1bcf'/>
<id>urn:sha1:1bc4836e19223cd2bcdc46c517d16f80783c1bcf</id>
<content type='text'>
Make HTML markup more logical.
Remove some unused style sheets rules.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkgsubmit: Instruct users how to make source packages.</title>
<updated>2009-11-09T23:53:34Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-11-09T23:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6ee8b88c58c984489e13eb26f8509fe1ddb1510a'/>
<id>urn:sha1:6ee8b88c58c984489e13eb26f8509fe1ddb1510a</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove the plain PKGBUILD upload feature.</title>
<updated>2009-09-28T23:24:19Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-09-28T23:18:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=de7c9ab787baf7c12e44c17d75b3b6cfe1c2bd97'/>
<id>urn:sha1:de7c9ab787baf7c12e44c17d75b3b6cfe1c2bd97</id>
<content type='text'>
makepkg --source should be used to upload packages.
It provides a bit of error checking and it's good to support only a
single format here.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use include_once where applicable</title>
<updated>2009-08-11T17:58:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2009-08-07T01:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=46f279852475bc520c4d6ae77df04ac4a6897807'/>
<id>urn:sha1:46f279852475bc520c4d6ae77df04ac4a6897807</id>
<content type='text'>
All of these are sourcing function libraries so we don't need to include
them more than once. Things that insert actual HTML into the output were
left calling include().

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove excess whitespace.</title>
<updated>2009-06-25T04:05:44Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-06-25T04:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=610733eafd62e14a7293151fb735bac1f3d55590'/>
<id>urn:sha1:610733eafd62e14a7293151fb735bac1f3d55590</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Turn on package notification by default for new packages</title>
<updated>2009-06-18T06:05:02Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-10-10T03:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d25c1772295cff12e96f6836203c0515ddd4bc2a'/>
<id>urn:sha1:d25c1772295cff12e96f6836203c0515ddd4bc2a</id>
<content type='text'>
Version using package functions

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>fix FS#13122 (again): removing comment removal as early as possible</title>
<updated>2009-06-18T05:54:44Z</updated>
<author>
<name>Gergely Imreh</name>
<email>imrehg@gmail.com</email>
</author>
<published>2009-05-30T06:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0427eebaa4b3343fa0d165fbfef2ff0857897b57'/>
<id>urn:sha1:0427eebaa4b3343fa0d165fbfef2ff0857897b57</id>
<content type='text'>
comments need to be removed before concatenating lines, otherwise
not matched brackets can cause problems on submit

Signed-off-by: Gergely Imreh &lt;imrehg@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
