<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/template/pkg_search_results.php, branch 1.8.1</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_search_results.php?h=1.8.1</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/template/pkg_search_results.php?h=1.8.1'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2011-02-18T12:52:35Z</updated>
<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>
<entry>
<title>Add sorting by "Voted" and "Notify" fields</title>
<updated>2010-06-04T22:22:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2010-05-29T22:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b18fb08ddc7201760112f4492cdcd81961902fa1'/>
<id>urn:sha1:b18fb08ddc7201760112f4492cdcd81961902fa1</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Change legend style and default font size.</title>
<updated>2009-11-24T18:14:03Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-11-24T18:14:03Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7'/>
<id>urn:sha1:2f0a1911be2d8a6c5106faddd6a3bf30c064c8c7</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>pkg_search_results: Translate special characters to html entities.</title>
<updated>2009-10-26T16:54:31Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-10-26T16:54:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d29a7a5a6739198a080007aad0506f831b736fe1'/>
<id>urn:sha1:d29a7a5a6739198a080007aad0506f831b736fe1</id>
<content type='text'>
Reported-by: Cedric Staniewski &lt;cedric@gmx.ca&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
</feed>
