<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/template/pkg_search_results.php, branch 1.8.2</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_search_results.php?h=1.8.2</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_search_results.php?h=1.8.2'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-03-11T18:15:04Z</updated>
<entry>
<title>Fix XSS vulnerability in package search results and package details.</title>
<updated>2011-03-11T18:15:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-03-11T18:15:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9b112a56d0e3c93e062d1382527a27fc44518916'/>
<id>urn:sha1:9b112a56d0e3c93e062d1382527a27fc44518916</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<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>pkg_search_results: replace blind-table with floating divs</title>
<updated>2011-02-18T12:52:35Z</updated>
<author>
<name>PyroPeter</name>
<email>abi1789@googlemail.com</email>
</author>
<published>2011-02-17T18:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=346e82716bf52dec37e7b8c1a62ad30585a8aa58'/>
<id>urn:sha1:346e82716bf52dec37e7b8c1a62ad30585a8aa58</id>
<content type='text'>
* I tried to remove errors in the sgml-structure
  e.g.: &lt;div&gt;
          &lt;?php if (foo) { ?&gt;
            &lt;/div&gt;
          &lt;?php } ?&gt;
* I did not remove or add code (except the &lt;table&gt; and &lt;div&gt; stuff, of cause).
  I only changed the order of the html/php-tags.
* The bottom and top of the script are now properly indented.
  I did not indent the middle part (table of search results) because that would
  render the diff completely useless.

Signed-off-by: PyroPeter &lt;abi1789@googlemail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>pkg_search_results: rewrite of pagination</title>
<updated>2011-02-17T17:54:26Z</updated>
<author>
<name>PyroPeter</name>
<email>abi1789@googlemail.com</email>
</author>
<published>2011-02-16T17:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1fdecbd5a45ef631562a11937d870e4c8cf619b0'/>
<id>urn:sha1:1fdecbd5a45ef631562a11937d870e4c8cf619b0</id>
<content type='text'>
* Most of the PHP-code was moved to pkgfuncs.php to keep the template simple.

Signed-off-by: PyroPeter &lt;abi1789@googlemail.com&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Drop PackageLocations table and references</title>
<updated>2011-02-01T11:41:08Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2011-01-31T17:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7f5af61c884b53a75a2b7f8b5146465f14a71f6b'/>
<id>urn:sha1:7f5af61c884b53a75a2b7f8b5146465f14a71f6b</id>
<content type='text'>
We don't need this anymore since all packages managed here are
well...managed here. Rip out all of the places we were using this field,
many of which depended on the magic value '2' anyway.

On the display side of things, we had a column that was always showing
'unsupported' that is now gone, and you can no longer sort by this column.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Implemented "First" and "Last" link for search results (fixes FS#15690).</title>
<updated>2011-01-20T19:45:09Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2011-01-20T19:09:33Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=517ac744b27e324c3f3a6f827e66c0a1d03a033d'/>
<id>urn:sha1:517ac744b27e324c3f3a6f827e66c0a1d03a033d</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add timestamp when a package is flagged out-of-date (FS#20848).</title>
<updated>2010-11-10T19:50:35Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-10-06T02:25:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=eda713032ce9bed773b6c927b2f6ac4b445fe577'/>
<id>urn:sha1:eda713032ce9bed773b6c927b2f6ac4b445fe577</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
- resolve conflict and omit i18n changes.
</content>
</entry>
<entry>
<title>Fix columns headers visibility</title>
<updated>2010-10-03T07:50:07Z</updated>
<author>
<name>Manuel Tortosa</name>
<email>manutortosa@gmail.com</email>
</author>
<published>2010-09-29T12:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=fa331f2cfec3600ec6e4222ad92c090c71c19623'/>
<id>urn:sha1:fa331f2cfec3600ec6e4222ad92c090c71c19623</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Confirmation when deleting packages</title>
<updated>2010-07-02T01:19:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-06-25T15:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b5bc6ab7421d8a7e88c54441431bad4e2f899e88'/>
<id>urn:sha1:b5bc6ab7421d8a7e88c54441431bad4e2f899e88</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
