<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html, branch v2.0.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v2.0.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v2.0.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2012-11-04T18:19:32Z</updated>
<entry>
<title>Avoid use of "$_SERVER['REQUEST_URI']"</title>
<updated>2012-11-04T18:19:32Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-11-04T18:13:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=630f1cbae8473fb05e5f5af7244eccc60fe93812'/>
<id>urn:sha1:630f1cbae8473fb05e5f5af7244eccc60fe93812</id>
<content type='text'>
Use the routing library to build proper URIs instead of relying on the
"REQUEST_URI" server variable which can be manipulated and might return
bogus URIs.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkgsubmit.php: Show a warning for split packages</title>
<updated>2012-11-04T17:03:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-11-04T16:53:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=789245077d1ded7b2aaf4631bbca2a9267690739'/>
<id>urn:sha1:789245077d1ded7b2aaf4631bbca2a9267690739</id>
<content type='text'>
Display a special error message if the package is identified as split
package.

Currently, the AUR displays a very vague error message when a split
package is submitted ("Invalid name: only lowercase letters are
allowed"). This often caused confusion among package submitters, see
FS#22834 and FS#32450.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add missing internationalization to a few strings</title>
<updated>2012-11-04T16:08:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-11-04T16:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=274182a424e9ccce8966832bd457c4140bb1ceea'/>
<id>urn:sha1:274182a424e9ccce8966832bd457c4140bb1ceea</id>
<content type='text'>
Fixes FS#32449.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Return 404 for invalid account/package subpages</title>
<updated>2012-10-30T13:56:43Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-30T13:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=69e2d1dcff01abfb6b8f81bbf7d87914fd50636f'/>
<id>urn:sha1:69e2d1dcff01abfb6b8f81bbf7d87914fd50636f</id>
<content type='text'>
Display an error page and return a 404 status code in the following
cases:

* An invalid package name is passed to the "packages" action.
* An invalid user name is passed to the "account" action.
* An invalid package action is passed.
* An invalid account action is passed.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkgsubmit.php: Check that there is one directory in a tarball</title>
<updated>2012-10-29T11:28:45Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-29T01:04:32Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9fd4845d16e41bf88535f77f627202f25b6d2112'/>
<id>urn:sha1:9fd4845d16e41bf88535f77f627202f25b6d2112</id>
<content type='text'>
Users are able to upload tarballs without a directory.
The directory count for a tarball is available, so use it to
display an error when there is not a single directory.

This patch has no effect on users who generate their uploaded
tarballs using makepkg. All other users must include a directory
in their tarball.

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>home.php: Remove unneeded tables</title>
<updated>2012-10-28T18:56:27Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-28T18:55:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=985a2ed49cc49f1e3be8a3699be8e1fa9c8705f4'/>
<id>urn:sha1:985a2ed49cc49f1e3be8a3699be8e1fa9c8705f4</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Implement word-wrap for package statistics</title>
<updated>2012-10-28T00:17:54Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-23T17:08:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6897bb00979238b80d6aa3ad3741d1856ea81c6a'/>
<id>urn:sha1:6897bb00979238b80d6aa3ad3741d1856ea81c6a</id>
<content type='text'>
Word-wrap labels in the package statistics box, just as we wrap package
names in the "Recent Updates" box.

Addresses FS#32160.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use HTTPS links everywhere for Arch sites</title>
<updated>2012-10-22T10:33:11Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2012-10-21T16:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5222bf09320ebc1cd5da799970fcc0d2dd32bb3f'/>
<id>urn:sha1:5222bf09320ebc1cd5da799970fcc0d2dd32bb3f</id>
<content type='text'>
The main site, wiki, and BBS are using HTTPS exclusively, so link
directly to the correct protocol rather than forcing a redirect.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>home.php: Fix XHTML tag errors</title>
<updated>2012-10-20T16:47:01Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-18T21:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d25a57c9735fa8e01f399cac5330e897bf470ef9'/>
<id>urn:sha1:d25a57c9735fa8e01f399cac5330e897bf470ef9</id>
<content type='text'>
* Add missing &lt;p&gt; tag
* Move &lt;h4&gt; outside of a &lt;p&gt; tag
* Rename an id to avoid a conflict with an already existing id

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Sync CSS with archweb</title>
<updated>2012-10-20T16:28:17Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-18T08:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c4b5584eef678d46297a7fcc14d65f840d0b8c8c'/>
<id>urn:sha1:c4b5584eef678d46297a7fcc14d65f840d0b8c8c</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
