<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/acctfuncs.inc, branch 1.8.2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/acctfuncs.inc?h=1.8.2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/acctfuncs.inc?h=1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-03-11T18:00:50Z</updated>
<entry>
<title>Fix broken XHTML.</title>
<updated>2011-03-11T18:00:50Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-03-11T17:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7f9e498e48c4e5d056ee988a23dedb8ca98b11cd'/>
<id>urn:sha1:7f9e498e48c4e5d056ee988a23dedb8ca98b11cd</id>
<content type='text'>
Fix a lot of invalid XHTML in the templates and actions. There might
still be some legacy code left, but this should cover most of it.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>More PHP Notice undefined fixups</title>
<updated>2011-03-10T17:15:59Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-03-02T14:03:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=80401c6afc165eb2033a92861039fd2fd4d43dcb'/>
<id>urn:sha1:80401c6afc165eb2033a92861039fd2fd4d43dcb</id>
<content type='text'>
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix PHP notices in account pages</title>
<updated>2011-03-04T09:29:17Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-03-01T18:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cdc01130cf03ceac98626e9bedc369da3f0fd2c7'/>
<id>urn:sha1:cdc01130cf03ceac98626e9bedc369da3f0fd2c7</id>
<content type='text'>
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Ensure users can be deleted when foreign keys are present</title>
<updated>2011-03-04T09:29:14Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-03-01T16:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f9eba12312fc6a1758f7f1051a8f30b435175f94'/>
<id>urn:sha1:f9eba12312fc6a1758f7f1051a8f30b435175f94</id>
<content type='text'>
This change is necessary to prevent this:
    mysql&gt; delete from Users where ID = 112;
    ERROR 1451 (23000): Cannot delete or update a parent row: a foreign key constraint fails (`aur`.`Packages`, CONSTRAINT `Packages_ibfk_2` FOREIGN KEY (`SubmitterUID`) REFERENCES `Users` (`ID`) ON DELETE NO ACTION)

As a bonus, due to foreign keys, orphaning of packages will be
automatic.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add a per-user session limit (fixes FS#12898).</title>
<updated>2011-02-23T10:17:26Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-22T09:42:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f961ffd9c7f2d3d51d3e3b060990a4fef9e56c1b'/>
<id>urn:sha1:f961ffd9c7f2d3d51d3e3b060990a4fef9e56c1b</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Make persistent cookie timeout configurable via "config.inc" (FS#22994).</title>
<updated>2011-02-21T17:17:58Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-02-21T17:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=52dfa9ca7c5ef12f4e65ff88a0863f0a0f2acb19'/>
<id>urn:sha1:52dfa9ca7c5ef12f4e65ff88a0863f0a0f2acb19</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>acctfuncs: Make message translatable.</title>
<updated>2010-10-09T12:44:26Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2010-10-09T12:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7933bbb53f647c2abef740496dd584167effa6d3'/>
<id>urn:sha1:7933bbb53f647c2abef740496dd584167effa6d3</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixing XSS vulnerability</title>
<updated>2010-10-02T15:51:46Z</updated>
<author>
<name>Viktor Leonhardt</name>
<email>leonharv@unix-ag.uni-kl.de</email>
</author>
<published>2010-10-02T16:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9822b2e99bdf579e09fafb9c7a8ebb0b6804663c'/>
<id>urn:sha1:9822b2e99bdf579e09fafb9c7a8ebb0b6804663c</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Support for storing salted passwords</title>
<updated>2010-04-17T20:50:24Z</updated>
<author>
<name>Denis</name>
<email>d.v.kobozev@gmail.com</email>
</author>
<published>2010-04-05T13:41:30Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=290c436046327d9f04b7d12b5fda19f4dc14f574'/>
<id>urn:sha1:290c436046327d9f04b7d12b5fda19f4dc14f574</id>
<content type='text'>
To upgrade existing databases:

ALTER TABLE Users ADD Salt CHAR(32) NOT NULL DEFAULT '';

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>acctfuncs: Fix some whitespace and formatting.</title>
<updated>2010-02-21T13:59:24Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2010-02-21T13:59:24Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=61d035816280679dc3c8a107f7170929f9e9ee44'/>
<id>urn:sha1:61d035816280679dc3c8a107f7170929f9e9ee44</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
