<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib, branch v2.0.0-rc2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib?h=v2.0.0-rc2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib?h=v2.0.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2012-10-22T16:44:46Z</updated>
<entry>
<title>Release 2.0.0-rc2</title>
<updated>2012-10-22T16:44:46Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-22T16:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=afaa2404ac713e0d19e47b2e7b42780d90845050'/>
<id>urn:sha1:afaa2404ac713e0d19e47b2e7b42780d90845050</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>aurjson.class.php: Limit number of RPC results</title>
<updated>2012-10-22T10:33:13Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-21T19:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=43a69e7127c65f2651a61300d3e32bf6f89a2595'/>
<id>urn:sha1:43a69e7127c65f2651a61300d3e32bf6f89a2595</id>
<content type='text'>
With no limit to the number of results, memory_limit set to 32M
can easily be exceeded for searches that have a large number of
results. This results in an HTTP error 500 for those queries.

Limit results to an amount set within config.inc.php to avoid
exceeding memory_limit. Introduce new JSON error code for when
the result limit is hit.

Fixes FS#31849

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Link to the HTTPs login page in the header</title>
<updated>2012-10-21T00:50:06Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-21T00:50:06Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7e201e5a3a7e85aea89f076b89626604b6b2b7bb'/>
<id>urn:sha1:7e201e5a3a7e85aea89f076b89626604b6b2b7bb</id>
<content type='text'>
Change the login link so that it points directly to the HTTPs version of
the login page if "$DISABLE_HTTP_LOGIN" is set and if HTTP is used.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Fix blacklisting functionality</title>
<updated>2012-10-11T19:19:16Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-09T20:44:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f3325ce66f004b7580229fc7ddafcf641cfc9aa8'/>
<id>urn:sha1:f3325ce66f004b7580229fc7ddafcf641cfc9aa8</id>
<content type='text'>
An array that contains whether the package is blacklisted is
being improperly used for a comparison. Use fetchColumn() to
avoid the array completely and compare a value directly.

Regression with e171f6f34eeacf35cf7142b4788d43e7d0978546

Fixes FS#31867

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Remove character limit on password length</title>
<updated>2012-10-11T19:19:16Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-09T20:37:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=24a8452880476201ab231b86f6a9cde1e74e107c'/>
<id>urn:sha1:24a8452880476201ab231b86f6a9cde1e74e107c</id>
<content type='text'>
As all new passwords are hashed and therefore stored in the database
at the same length, this limitation is no longer needed.

Fixes FS#31855

Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Refactor TU voters list</title>
<updated>2012-10-08T12:08:06Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-08T12:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=14b237ac53f13bc99d1f64f2e0cc21cd30b517b0'/>
<id>urn:sha1:14b237ac53f13bc99d1f64f2e0cc21cd30b517b0</id>
<content type='text'>
* Change voters_list() to return an array of voters instead of
  generating HTML code in the library call.

* Change the template to generate HTML code for the list of voters
  instead of displaying the library's return value.

* Use HTML lists.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Release 2.0.0-rc1</title>
<updated>2012-10-04T10:31:36Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-10-04T10:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=48ed8b772f4e1ab0817f036204e6a33e35aa9b63'/>
<id>urn:sha1:48ed8b772f4e1ab0817f036204e6a33e35aa9b63</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Document all functions using PHPDoc format</title>
<updated>2012-10-03T23:47:00Z</updated>
<author>
<name>canyonknight</name>
<email>canyonknight@gmail.com</email>
</author>
<published>2012-10-02T22:44:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=49864b96670bcb069a042b383734d2cc507e939d'/>
<id>urn:sha1:49864b96670bcb069a042b383734d2cc507e939d</id>
<content type='text'>
Signed-off-by: canyonknight &lt;canyonknight@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Do not notify if status is unchanged in pkg_flag()</title>
<updated>2012-10-02T22:21:21Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-09-30T21:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e9ed60566ee24134d79e7935fcdaf25e97fb3f6b'/>
<id>urn:sha1:e9ed60566ee24134d79e7935fcdaf25e97fb3f6b</id>
<content type='text'>
Check if a package actually changed its status before sending an email
to prevent from spamming. Addresses FS#31745.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Fix undefined variable notice</title>
<updated>2012-10-02T22:21:21Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-09-28T07:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e2f3bee01ee1880e7d3c161fed910651979fb4cc'/>
<id>urn:sha1:e2f3bee01ee1880e7d3c161fed910651979fb4cc</id>
<content type='text'>
Fixes a undefined variable notice in getvotes() that popped up when a
package without any votes was requested.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
</feed>
