<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git, branch v3.0.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/?h=v3.0.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/?h=v3.0.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-05-27T18:19:38Z</updated>
<entry>
<title>Release 3.0.0</title>
<updated>2014-05-27T18:19:38Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-27T18:18:24Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=86de2e562858d609709cada05f75fe3ec3779f5a'/>
<id>urn:sha1:86de2e562858d609709cada05f75fe3ec3779f5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Translation updates from Transifex</title>
<updated>2014-05-27T13:55:33Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-27T13:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=38d4f723e90cd28df8d4c71a9a650a0fd92b4765'/>
<id>urn:sha1:38d4f723e90cd28df8d4c71a9a650a0fd92b4765</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>UPGRADING: Create foreign key after modifying column</title>
<updated>2014-05-27T13:34:56Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-27T13:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b26b5bba474e655fc56a24efa0a817b0188f3f54'/>
<id>urn:sha1:b26b5bba474e655fc56a24efa0a817b0188f3f54</id>
<content type='text'>
We cannot change a column after creating a foreign key:

    ERROR 1832 (HY000): Cannot change column 'PackageBaseID': used in a
    foreign key constraint 'Packages_ibfk_1'

Delay the "ADD FOREIGN KEY" command to fix this.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>UPGRADING: Add missing column to the instructions</title>
<updated>2014-05-27T13:28:07Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-27T13:27:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e5463c962c95361b1f107a7b46cb90c9ad80ff24'/>
<id>urn:sha1:e5463c962c95361b1f107a7b46cb90c9ad80ff24</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>acctfuncs.inc.php: Fix typo</title>
<updated>2014-05-22T19:08:47Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T19:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d7f0b25e51ff966d78ba77a149a4a8c99d081c9d'/>
<id>urn:sha1:d7f0b25e51ff966d78ba77a149a4a8c99d081c9d</id>
<content type='text'>
Replace a misplaced semicolon with the concatenation operator. This
makes the AUR insert proper Reply-to and From headers again when sending
password reset emails on registration.

Fixes a regression introduced in 94a4f59 (Set Content-type header when
sending UTF-8 mails, 2014-02-10).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add title attribute to links in updates table</title>
<updated>2014-05-22T18:47:32Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T18:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d962d66d638ad8e11cadfa365b1cff8489f45f76'/>
<id>urn:sha1:d962d66d638ad8e11cadfa365b1cff8489f45f76</id>
<content type='text'>
As of commit ea25f98 (Avoid overflow in updates table, 2014-05-22), long
package names in the updates statistics are chopped off. Add a title
attribute so that users at least get a tooltip with the full package
name and version.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Release 3.0.0-rc4</title>
<updated>2014-05-22T18:42:05Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T18:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=42461cc78e99bf1418707dc218acedc858a5ec3a'/>
<id>urn:sha1:42461cc78e99bf1418707dc218acedc858a5ec3a</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Avoid overflow in updates table</title>
<updated>2014-05-22T14:01:16Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T14:01:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ea25f982dcdfa32fe03d76a6de757e74ab7fd244'/>
<id>urn:sha1:ea25f982dcdfa32fe03d76a6de757e74ab7fd244</id>
<content type='text'>
Fixes FS#40206.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use aur.archlinux.org in sender email addresses</title>
<updated>2014-05-22T13:43:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T13:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=839bff3761cc9eb27010c6fe1e37cf4edcbf3f01'/>
<id>urn:sha1:839bff3761cc9eb27010c6fe1e37cf4edcbf3f01</id>
<content type='text'>
Consistently use the following headers in notification emails:

    Reply-to: noreply@aur.archlinux.org
    From: notify@aur.achlinux.org

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Be friendly to newly registered users</title>
<updated>2014-05-22T13:43:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-05-22T13:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=02e7df7631e0ec08cc3890a0d4202ed6f5331585'/>
<id>urn:sha1:02e7df7631e0ec08cc3890a0d4202ed6f5331585</id>
<content type='text'>
Use "Welcome to the Arch User Repository" instead of "AUR Password
Reset" as subject for the initial password reset email.

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