<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/pkgfuncs.inc, branch 1.4.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc?h=1.4.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc?h=1.4.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2007-10-11T13:28:00Z</updated>
<entry>
<title>Revert "Move "Add Comment" button to Actions bar."</title>
<updated>2007-10-11T13:28:00Z</updated>
<author>
<name>Paul Mattal</name>
<email>paul@mattal.com</email>
</author>
<published>2007-10-11T13:10:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=593b69a98dd1a945b10dbc0bd9425ac7a9342030'/>
<id>urn:sha1:593b69a98dd1a945b10dbc0bd9425ac7a9342030</id>
<content type='text'>
This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a.
We have decided to put the button by itself on the bottom, so
it does not get lost. This might be reconsidered in later UI
revamping.
</content>
</entry>
<entry>
<title>Move "Add Comment" button to Actions bar.</title>
<updated>2007-10-11T13:25:51Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-10-02T18:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=783895de7319942ded3708a51a2aed4bfc7ddfda'/>
<id>urn:sha1:783895de7319942ded3708a51a2aed4bfc7ddfda</id>
<content type='text'>
The lonely button now gains some friends.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Remove unnecessary locations from search criteria.</title>
<updated>2007-10-11T12:58:20Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-10-02T18:16:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ab3837ab3a327774fe706bfc8cadaea81b538b19'/>
<id>urn:sha1:ab3837ab3a327774fe706bfc8cadaea81b538b19</id>
<content type='text'>
Currently, locations include none/current/extra/unstable. Since no package should be located in such an area, there's no point in including them in search criteria. The proper way to do this might be to delete the SQL table data relating to this, but this will suffice for now.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Move AddComment button to top of Comments table, from Sergej</title>
<updated>2007-10-03T12:14:03Z</updated>
<author>
<name>Paul Mattal</name>
<email>paul@mattal.com</email>
</author>
<published>2007-10-03T12:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8aec7ba941c26c8795eba71ac4bc3af9bd717d68'/>
<id>urn:sha1:8aec7ba941c26c8795eba71ac4bc3af9bd717d68</id>
<content type='text'>
This moves the AddComment button to the top of the Comments table. A previous
patch had placed it into the action bar, but this seems cleaner.
</content>
</entry>
<entry>
<title>Center the "Go back to search results" on the package detail page.</title>
<updated>2007-09-29T02:15:47Z</updated>
<author>
<name>Paul Mattal</name>
<email>paul@mattal.com</email>
</author>
<published>2007-09-29T02:15:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=659cace81e123426b1204d7a1296747ae6afb43f'/>
<id>urn:sha1:659cace81e123426b1204d7a1296747ae6afb43f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Links to official packages now point back to AL site.</title>
<updated>2007-09-27T13:10:33Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-26T01:30:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=de365c6e0c853c60f1a713b39a6b190a3bd40900'/>
<id>urn:sha1:de365c6e0c853c60f1a713b39a6b190a3bd40900</id>
<content type='text'>
Previously if the package was not in community or unsupported, the link didn't point anywhere. Now it uses http://archlinux.org/packages/search/$pkgname. If there's a better way, someone needs to let me know. As far as I know, there's no sure way to link directly to a package without knowing the pkgid.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Messages run across colspan=3 now.</title>
<updated>2007-09-27T12:59:27Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-26T01:15:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b4946839ea26c4ccabd914da4213561be9b1cf22'/>
<id>urn:sha1:b4946839ea26c4ccabd914da4213561be9b1cf22</id>
<content type='text'>
Using colspan=2 seemed to make the text wrap.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Merge commit 'origin/testing'</title>
<updated>2007-09-27T04:06:56Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2007-09-27T04:06:56Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d2134f7637279592b11e4c0f778445bd347b0804'/>
<id>urn:sha1:d2134f7637279592b11e4c0f778445bd347b0804</id>
<content type='text'>
Yeah I actually want to work from testing.
Conflicts:

	web/lib/pkgfuncs.inc

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Made some things in config.inc.proto that should be constants constants</title>
<updated>2007-09-27T03:57:51Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2007-09-27T03:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c764f078f10061c016228fb079dc7302af52f60c'/>
<id>urn:sha1:c764f078f10061c016228fb079dc7302af52f60c</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'testing' of git://git.mattal.com/aur into test</title>
<updated>2007-09-25T22:40:48Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-25T22:40:48Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b76faddb10fb53266e4f934a58edf30ba7935025'/>
<id>urn:sha1:b76faddb10fb53266e4f934a58edf30ba7935025</id>
<content type='text'>
Fixed regressions.
</content>
</entry>
</feed>
