<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/logout.php, branch 1.8.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/logout.php?h=1.8.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/logout.php?h=1.8.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-03-04T09:29:13Z</updated>
<entry>
<title>Improve cookie handling</title>
<updated>2011-03-04T09:29:13Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-03-01T15:24:34Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=984ce9529c926c884136780d017ae90f0b82b54b'/>
<id>urn:sha1:984ce9529c926c884136780d017ae90f0b82b54b</id>
<content type='text'>
* Remove comment that is mostly bogus- the domain is automatically set.
* When logging out, don't delete the language cookie.
* Make the language cookie persistent.
* Use the minimal time possible to expire cookies; no need to compute
  anything.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use include_once where applicable</title>
<updated>2009-08-11T17:58:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2009-08-07T01:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=46f279852475bc520c4d6ae77df04ac4a6897807'/>
<id>urn:sha1:46f279852475bc520c4d6ae77df04ac4a6897807</id>
<content type='text'>
All of these are sourcing function libraries so we don't need to include
them more than once. Things that insert actual HTML into the output were
left calling include().

Signed-off-by: Dan McGee &lt;dan@archlinux.org&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>Clear out old expired sessions on log out.</title>
<updated>2008-11-13T20:18:48Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-13T20:18:48Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cf2a82fe8578bd10187157bd884b3f109f0b5201'/>
<id>urn:sha1:cf2a82fe8578bd10187157bd884b3f109f0b5201</id>
<content type='text'>
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>Fixed version strings.</title>
<updated>2007-10-02T11:29:27Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-30T02:45:30Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=881b921eb30f5a28226e8b25ef194c4254cb09d5'/>
<id>urn:sha1:881b921eb30f5a28226e8b25ef194c4254cb09d5</id>
<content type='text'>
Added AUR_VERSION to config file, so now we should only need to
change one location. KISS ftw.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>Logout now redirects instead of displaying a page.</title>
<updated>2007-09-30T16:51:06Z</updated>
<author>
<name>tardo</name>
<email>tardo@nagi-fanboi.net</email>
</author>
<published>2007-09-30T03:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=03a44d4900e225e5fc5b16192d8de8ec9fb8fa3d'/>
<id>urn:sha1:03a44d4900e225e5fc5b16192d8de8ec9fb8fa3d</id>
<content type='text'>
Thanks to Alex for the heads-up.

Signed-off-by: tardo &lt;tardo@nagi-fanboi.net&gt;
</content>
</entry>
<entry>
<title>patch from eliott to convert all &lt;? to &lt;?php</title>
<updated>2007-09-20T21:46:43Z</updated>
<author>
<name>pjmattal</name>
<email>pjmattal</email>
</author>
<published>2007-09-20T21:46:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=452d6b1245f26b1c46e715077e9bcc593f66ed9e'/>
<id>urn:sha1:452d6b1245f26b1c46e715077e9bcc593f66ed9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Applied a patch from Loui to fix session removal.</title>
<updated>2007-09-20T15:33:04Z</updated>
<author>
<name>swiergot</name>
<email>swiergot</email>
</author>
<published>2007-09-20T15:33:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0b92839bee80fc2ba6ea67be1e48d176c0d242bc'/>
<id>urn:sha1:0b92839bee80fc2ba6ea67be1e48d176c0d242bc</id>
<content type='text'>
- Replaced all occurences of mysql_escape_string()
  with mysql_real_escape_string().
</content>
</entry>
<entry>
<title>added dsa's header include patch</title>
<updated>2006-08-08T00:59:10Z</updated>
<author>
<name>pjmattal</name>
<email>pjmattal</email>
</author>
<published>2006-08-08T00:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c3a90420e257812c4ce952c8879d1ba4380f11e3'/>
<id>urn:sha1:c3a90420e257812c4ce952c8879d1ba4380f11e3</id>
<content type='text'>
</content>
</entry>
</feed>
