<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/aur.inc, branch 1.5.4</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aur.inc?h=1.5.4</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/aur.inc?h=1.5.4'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2008-12-21T17:42:26Z</updated>
<entry>
<title>Fix up valid email function, FS#12269</title>
<updated>2008-12-21T17:42:26Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-12-21T11:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6415b65ac92a29335104d9aac583d0ed8b37196f'/>
<id>urn:sha1:6415b65ac92a29335104d9aac583d0ed8b37196f</id>
<content type='text'>
All we're looking for now is an @ in any email address to fix problem with not being able to have + in addresses and just because I see no advantage to having any sort of stringent validation

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce function include_lang for translations.</title>
<updated>2008-12-21T09:03:27Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-21T07:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=78c2b5c67faec190985c3fb9509e942add4dc54c'/>
<id>urn:sha1:78c2b5c67faec190985c3fb9509e942add4dc54c</id>
<content type='text'>
This includes only the requested language for each page and
makes top level language include files obsolete.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "Move call to try_login to login_form."</title>
<updated>2008-12-20T17:49:28Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-12-20T09:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a386ab583583dafb3e566c019e4669f31b48d96e'/>
<id>urn:sha1:a386ab583583dafb3e566c019e4669f31b48d96e</id>
<content type='text'>
This reverts commit 77d93c4946fabcda417b6a5672d881c64e11fb78.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Move call to try_login to login_form.</title>
<updated>2008-12-17T17:58:17Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-04T08:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=77d93c4946fabcda417b6a5672d881c64e11fb78'/>
<id>urn:sha1:77d93c4946fabcda417b6a5672d881c64e11fb78</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Make remembered sessions actually save themselves.</title>
<updated>2008-11-25T06:31:08Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-17T16:45:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=692cc1e9536c8440586cbca0957dbf7d41b65f4c'/>
<id>urn:sha1:692cc1e9536c8440586cbca0957dbf7d41b65f4c</id>
<content type='text'>
Also clean up a notice in index.php

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Give group writable permissions to uploaded files.</title>
<updated>2008-11-13T20:19:26Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-10T03:35:00Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f12b11abc70b03fa75faf211a6311acb1cc1b32d'/>
<id>urn:sha1:f12b11abc70b03fa75faf211a6311acb1cc1b32d</id>
<content type='text'>
Add a new function chown_group to recursively change permissions.
Tweak some of the coding style.
Replace some of the redundant string concatenation with a variable.

Thanks to Dan McGee for chmod_group.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Use system rm in rm_rf function.</title>
<updated>2008-09-22T00:10:50Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-09-13T00:19:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5c3f01909301f641f57b2ffe8b59609de6be2256'/>
<id>urn:sha1:5c3f01909301f641f57b2ffe8b59609de6be2256</id>
<content type='text'>
PHP can't properly handle symlinks which causes problems when
self-referencing symlinks appear.

This closes FS#11187.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add a new DEFAULT_LANG constant.</title>
<updated>2008-07-22T17:47:17Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-07-09T18:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1a1a6eb36e17315f08eee0e44a83fe4bdf0887f5'/>
<id>urn:sha1:1a1a6eb36e17315f08eee0e44a83fe4bdf0887f5</id>
<content type='text'>
DEFAULT_LANG will essentially be used to specify what language
strings are initially written in.

This will eliminate the need for English translation arrays in
AUR and make adding or changing the English strings a lot easier.

DEFAULT_LANG may be required for strings to display properly.

Also change the output when a translation isn't found.
Eliminate the &lt;b&gt; which can cause validation errors depending
on where the string is placed.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove all vim mode lines. Add HACKING file.</title>
<updated>2008-06-17T05:38:01Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-06-17T05:03:16Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3a42725601885af3c7b25b376cd4c141c71968ee'/>
<id>urn:sha1:3a42725601885af3c7b25b376cd4c141c71968ee</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix FS#8672</title>
<updated>2008-06-05T16:30:48Z</updated>
<author>
<name>Callan Barrett</name>
<email>wizzomafizzo@gmail.com</email>
</author>
<published>2008-06-04T15:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a49ee80aa2e03843748e89185fd811d83cd34db9'/>
<id>urn:sha1:a49ee80aa2e03843748e89185fd811d83cd34db9</id>
<content type='text'>
Patches can_submit_pkg(), this fixes the heaps of bugs people are having

Signed-off-by: Callan Barrett &lt;wizzomafizzo@gmail.com&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
