<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/pkgsubmit.php, branch 1.5.3</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.5.3</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/pkgsubmit.php?h=1.5.3'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2008-11-13T20:19:26Z</updated>
<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>
<entry>
<title>Merge branch 'testing'</title>
<updated>2008-11-04T02:52:07Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-04T02:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a6147ab5ab297728adefdb97aaeedc93114b896d'/>
<id>urn:sha1:a6147ab5ab297728adefdb97aaeedc93114b896d</id>
<content type='text'>
Conflicts:
	web/html/pkgsubmit.php

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix whitespace and indenting in pkgsubmit.</title>
<updated>2008-09-13T19:35:32Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-09-13T19:35:32Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=99881b31db85bcb87bec22258d856521e5bef7ed'/>
<id>urn:sha1:99881b31db85bcb87bec22258d856521e5bef7ed</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Include File/Find.php PEAR module</title>
<updated>2008-07-28T15:27:38Z</updated>
<author>
<name>Simo Leone</name>
<email>simo@archlinux.org</email>
</author>
<published>2008-07-28T15:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c85dfacc747387b9be6c53b4518ac680b505e0f7'/>
<id>urn:sha1:c85dfacc747387b9be6c53b4518ac680b505e0f7</id>
<content type='text'>
Since this module requires root to install
system-wide, and is somewhat rare, it's better
to just include it in the AUR code itself.

Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Redirect on package submission</title>
<updated>2008-07-09T18:26:13Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-29T16:12:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5528501497af781ff9d05e3110aa5e1b78fb71bf'/>
<id>urn:sha1:5528501497af781ff9d05e3110aa5e1b78fb71bf</id>
<content type='text'>
On a successful package submit there will be a redirect to the package details
page of the packages, no more successful message

Also got rid of the $warning stuff, what the hell was that for?

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>Remove all vim mode lines. Add HACKING file.</title>
<updated>2008-06-17T05:38:01Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-06-17T05:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3a42725601885af3c7b25b376cd4c141c71968ee'/>
<id>urn:sha1:3a42725601885af3c7b25b376cd4c141c71968ee</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Clean up of pkgsubmit.php</title>
<updated>2008-06-15T14:46:23Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-13T11:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=dc5b3d674e45e326d6b64205dd3dab43db570278'/>
<id>urn:sha1:dc5b3d674e45e326d6b64205dd3dab43db570278</id>
<content type='text'>
Moved some stuff around, rewrote some stuff although the functionality is
exactly the same as before

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make use of PEAR packages in pkgsubmit.php</title>
<updated>2008-06-11T18:30:17Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-11T18:28:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=604156950c42af1f0b592c6dc6758d44670db4da'/>
<id>urn:sha1:604156950c42af1f0b592c6dc6758d44670db4da</id>
<content type='text'>
Uses File_Find and Archive_Tar in pkgsubmit.php
Removes references to PackageContents

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix FS#8622</title>
<updated>2008-06-09T11:51:25Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-08T14:02:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=63d70dc84ae3cc107b14b2871d89185dd44857e6'/>
<id>urn:sha1:63d70dc84ae3cc107b14b2871d89185dd44857e6</id>
<content type='text'>
Previous fix for this was only half implemented, links now work with both
a new package and an updated one

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix FS#10016</title>
<updated>2008-06-09T11:49:07Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-08T13:21:19Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b2435996ddf6d5e92b15f7c950d7877eb6e1c15a'/>
<id>urn:sha1:b2435996ddf6d5e92b15f7c950d7877eb6e1c15a</id>
<content type='text'>
Fix entry of URLPath and FSPath to be actual locations, fixes RPC results

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
</feed>
