<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/packages.php, branch 1.5.2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/packages.php?h=1.5.2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/packages.php?h=1.5.2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2008-06-17T05:38:01Z</updated>
<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>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>Disable user package deletion</title>
<updated>2008-06-05T18:10:59Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-05-29T09:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=94a805321016db8646834d5fb26198ce738d459f'/>
<id>urn:sha1:94a805321016db8646834d5fb26198ce738d459f</id>
<content type='text'>
Users can no longer delete packages if they own them, only TUs and devs

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove references to AURMaintainerUID</title>
<updated>2008-03-27T07:34:35Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-03-26T13:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=04dae8d94f846fe5b82d9261405cbc56a736ded3'/>
<id>urn:sha1:04dae8d94f846fe5b82d9261405cbc56a736ded3</id>
<content type='text'>
This (should) get rid of anything to do with the unused column AURMaintainerUID
in the scripts and schema files

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Revamped pkg_search_page()</title>
<updated>2008-03-23T08:07:22Z</updated>
<author>
<name>Simo Leone</name>
<email>simo@archlinux.org</email>
</author>
<published>2008-03-22T18:21:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=99e65b28d840d4705a0a0de3ae2499d97878cb14'/>
<id>urn:sha1:99e65b28d840d4705a0a0de3ae2499d97878cb14</id>
<content type='text'>
- Reduced database hits
- Improved speed
- Improved sanity (slightly)
- Fixed searches,buttons,gizmos

Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix weird title setting on search page</title>
<updated>2008-03-23T08:04:16Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-02-24T12:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e0582fd0e2c905da312aefde7e01f9d34baa2810'/>
<id>urn:sha1:e0582fd0e2c905da312aefde7e01f9d34baa2810</id>
<content type='text'>
This is to fix FS#9610, pretty simple patch

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Removed QBUG and DBUG</title>
<updated>2008-01-23T08:51:33Z</updated>
<author>
<name>Simo Leone</name>
<email>simo@archlinux.org</email>
</author>
<published>2008-01-23T08:51:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7bad8a8357773e7918e0b794dbec8a36ee9154ad'/>
<id>urn:sha1:7bad8a8357773e7918e0b794dbec8a36ee9154ad</id>
<content type='text'>
It was broken and hardly used. It's just as easy
to add short print statements or logging if
some debugging output is needed.

Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix package detail action buttons</title>
<updated>2008-01-21T22:23:28Z</updated>
<author>
<name>Simo Leone</name>
<email>simo@archlinux.org</email>
</author>
<published>2008-01-21T22:23:28Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2bcd8ff1db2b590121d14a616c8969348ca1dfe6'/>
<id>urn:sha1:2bcd8ff1db2b590121d14a616c8969348ca1dfe6</id>
<content type='text'>
Drop-down boxes broke them, now they work again.
Yippee!

Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Turn action bar into drop box</title>
<updated>2008-01-20T09:18:16Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-01-17T16:11:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d14def92ff34122bffa4de1fac01598b1d913648'/>
<id>urn:sha1:d14def92ff34122bffa4de1fac01598b1d913648</id>
<content type='text'>
Moves the action bar down to the bottom right of the search results and turns it
into a drop-down selection box.

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
<entry>
<title>More cleanup, add TU link to header</title>
<updated>2008-01-20T06:21:21Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-01-15T06:54:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8ab823728c729e9780820bf15aad3585078c8342'/>
<id>urn:sha1:8ab823728c729e9780820bf15aad3585078c8342</id>
<content type='text'>
Cleans up links on front page, adds a TU link to the header to the voting
application, fixes some titles and styling for logged in text

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