<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/aur.inc, branch 1.8.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aur.inc?h=1.8.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aur.inc?h=1.8.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-01-25T09:45:52Z</updated>
<entry>
<title>Replaced rm_rf() by rm_tree().</title>
<updated>2011-01-25T09:45:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-01-25T09:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=389d3a552e36e52b97281f0c083631c15cf8690e'/>
<id>urn:sha1:389d3a552e36e52b97281f0c083631c15cf8690e</id>
<content type='text'>
Implemented recursive directory deletion in PHP properly without the use
of exec(). This improves security, performance and portability and makes
the code compatible with PHP's Safe Mode as well as with PHP setups that
disable exec() using the "disable_functions" directive.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Make external links in comments clickable (FS#20137).</title>
<updated>2011-01-19T20:18:45Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-10-03T19:51:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=60edcd04e52323050792252009512f7592f3b66c'/>
<id>urn:sha1:60edcd04e52323050792252009512f7592f3b66c</id>
<content type='text'>
Comments are now split at link boundaries and links are converted
separately. I find this to be a much cleaner way than re-converting
comments that have already been converted using htmlspecialchars(). This
also doesn't require any callback procedure.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Header and navbar consistent with Arch site redesign</title>
<updated>2010-07-23T09:40:15Z</updated>
<author>
<name>Denis Kobozev</name>
<email>d.v.kobozev@gmail.com</email>
</author>
<published>2010-06-25T14:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b22f66b3eea75ec62b40688d48ad72829ae58600'/>
<id>urn:sha1:b22f66b3eea75ec62b40688d48ad72829ae58600</id>
<content type='text'>
-- Loui Chang
Change is_tu to check_user_privileges
Change div#archdev-navbar style

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>aur.inc: generate_salt() now uses mt_rand()</title>
<updated>2010-06-16T21:11:10Z</updated>
<author>
<name>Linas</name>
<email>linas_fi@ymail.com</email>
</author>
<published>2010-06-16T21:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7e3c624a698406fc34edf75e0914ca3723d345cc'/>
<id>urn:sha1:7e3c624a698406fc34edf75e0914ca3723d345cc</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>Remove useless or redundant code for translations.</title>
<updated>2010-01-09T23:24:53Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2010-01-09T23:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c97f558898663442f8404e5a45c9f80a73ba0c78'/>
<id>urn:sha1:c97f558898663442f8404e5a45c9f80a73ba0c78</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make DEFAULT_LANG mean the default language for displayed messages.</title>
<updated>2010-01-08T22:23:09Z</updated>
<author>
<name>Athurg Gooth</name>
<email>athurg@gooth.cn</email>
</author>
<published>2010-01-08T22:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8eab9ed4625a0ee657841fd9e894065acdf6e69c'/>
<id>urn:sha1:8eab9ed4625a0ee657841fd9e894065acdf6e69c</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add uid_from_email(), similar to uid_from_username</title>
<updated>2009-11-13T21:49:55Z</updated>
<author>
<name>Evangelos Foutras</name>
<email>foutrelis@gmail.com</email>
</author>
<published>2009-11-12T15:20:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6d65997f0c6b4974902e5c503696963443d8ccff'/>
<id>urn:sha1:6d65997f0c6b4974902e5c503696963443d8ccff</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove author information from scripts.</title>
<updated>2009-04-13T03:02:08Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-04-13T03:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ec214fdb4266c091608340b97531d94f9654eae4'/>
<id>urn:sha1:ec214fdb4266c091608340b97531d94f9654eae4</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use new conglomerated translation files.</title>
<updated>2009-01-19T21:29:45Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-19T21:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2ee327634831ec36df5fd74ccc35dfcedfdbe07b'/>
<id>urn:sha1:2ee327634831ec36df5fd74ccc35dfcedfdbe07b</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
