<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/pkgsubmit.php, branch 1.5.5</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.5.5</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.5.5'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2009-01-19T21:29:45Z</updated>
<entry>
<title>Use new conglomerated translation files.</title>
<updated>2009-01-19T21:29:45Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-19T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2ee327634831ec36df5fd74ccc35dfcedfdbe07b'/>
<id>urn:sha1:2ee327634831ec36df5fd74ccc35dfcedfdbe07b</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix: FS#12698 - AUR does not ignore comment lines in PKGBUILD source field.</title>
<updated>2009-01-15T02:52:37Z</updated>
<author>
<name>Gergely Imreh</name>
<email>imrehg@gmail.com</email>
</author>
<published>2009-01-11T03:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5b01327f5776861980ec3cd923462b5f79db3fa6'/>
<id>urn:sha1:5b01327f5776861980ec3cd923462b5f79db3fa6</id>
<content type='text'>
The web interface was handling comments in the PKGBUILD variable fields
(such as 'source','depends',etc...) differently from makepkg, because
makepkg ignores the rest of the current line if there is a # character,
while the web interface parsed that as well, and listed the words of the
comment as source files.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Don't require source or md5sum arrays in PKGBUILDs.</title>
<updated>2009-01-08T16:47:49Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-08T16:47:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=92643bb8278f3f17d55e1e6c37210ddacb957dae'/>
<id>urn:sha1:92643bb8278f3f17d55e1e6c37210ddacb957dae</id>
<content type='text'>
Also fix a translation string.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Minimize calls to uid_from_sid()</title>
<updated>2009-01-04T19:28:24Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2008-12-30T04:36:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=207b565f1c05c556f05f4a549afeeb8878a3c372'/>
<id>urn:sha1:207b565f1c05c556f05f4a549afeeb8878a3c372</id>
<content type='text'>
Just like the previous patch for account_from_sid() over-usage.

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>Correct undefined constant error in pkgsubmit.</title>
<updated>2008-12-29T22:44:57Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-28T14:33:36Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=35cff75156ddd77aad2f97bf756008486b630863'/>
<id>urn:sha1:35cff75156ddd77aad2f97bf756008486b630863</id>
<content type='text'>
Clean up a couple of notices.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Really make all web paths relative.</title>
<updated>2008-12-22T04:19:56Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T17:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ae1c424c95f7912351f776096205e2a7b0b8952c'/>
<id>urn:sha1:ae1c424c95f7912351f776096205e2a7b0b8952c</id>
<content type='text'>
I forgot about the forms.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce function include_lang for translations.</title>
<updated>2008-12-21T09:03:27Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T07:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=78c2b5c67faec190985c3fb9509e942add4dc54c'/>
<id>urn:sha1:78c2b5c67faec190985c3fb9509e942add4dc54c</id>
<content type='text'>
This includes only the requested language for each page and
makes top level language include files obsolete.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix PKGBUILD source array parsing.</title>
<updated>2008-12-20T18:25:44Z</updated>
<author>
<name>Evangelos Foutras</name>
<email>foutrelis@gmail.com</email>
</author>
<published>2008-11-24T00:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=fb1c41c6c6572f763d8902b2358ec1b876928d28'/>
<id>urn:sha1:fb1c41c6c6572f763d8902b2358ec1b876928d28</id>
<content type='text'>
Fix for FS#11132 - AUR fails to parse multiline source array

Signed-off-by: Evangelos Foutras &lt;foutrelis@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add error checking to chmod on package submission</title>
<updated>2008-12-20T18:02:24Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-12-20T09:42:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=07a27f2f1dc6b6d168c4f443c9f6c8508ff5a288'/>
<id>urn:sha1:07a27f2f1dc6b6d168c4f443c9f6c8508ff5a288</id>
<content type='text'>
Try submitting an empty form to the aur

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>Give group writable permissions to uploaded files.</title>
<updated>2008-11-13T20:19:26Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-10T03:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f12b11abc70b03fa75faf211a6311acb1cc1b32d'/>
<id>urn:sha1:f12b11abc70b03fa75faf211a6311acb1cc1b32d</id>
<content type='text'>
Add a new function chown_group to recursively change permissions.
Tweak some of the coding style.
Replace some of the redundant string concatenation with a variable.

Thanks to Dan McGee for chmod_group.

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