<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html/css/containers.css, branch pu-maint</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html/css/containers.css?h=pu-maint</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html/css/containers.css?h=pu-maint'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2012-07-08T08:32:40Z</updated>
<entry>
<title>Remove legacy CSS</title>
<updated>2012-07-08T08:32:40Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2012-07-08T08:32:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a64f23ff94a8c8206df40245914819d810339ca3'/>
<id>urn:sha1:a64f23ff94a8c8206df40245914819d810339ca3</id>
<content type='text'>
We completely switched to using the archweb stylesheet (with some custom
extensions in "aur.css"). The old CSS files are no longer needed.

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>Support for langauges written right-to-left</title>
<updated>2011-02-18T12:52:38Z</updated>
<author>
<name>PyroPeter</name>
<email>abi1789@googlemail.com</email>
</author>
<published>2011-02-15T20:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3d6c6cc98a09bd9d30a144d428d6ff093de2f477'/>
<id>urn:sha1:3d6c6cc98a09bd9d30a144d428d6ff093de2f477</id>
<content type='text'>
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: 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>Auto redirect from confirmation screens.</title>
<updated>2010-11-21T08:37:17Z</updated>
<author>
<name>Dan Vratil</name>
<email>vratil@progdansoft.com</email>
</author>
<published>2010-11-21T07:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=57a5cbfd88b2b91722ce0bf6911b416d051dde65'/>
<id>urn:sha1:57a5cbfd88b2b91722ce0bf6911b416d051dde65</id>
<content type='text'>
Finally move comment deletion and category editing into functions and
remove pkgedit.php

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
-Fix indentation
-Fix variable naming conflict $id vs $cid
</content>
</entry>
<entry>
<title>Fix the search-button to allow captions wider than 80px (e.g. in german translation)</title>
<updated>2010-08-12T00:00:31Z</updated>
<author>
<name>PyroPeter</name>
<email>abi1789@googlemail.com</email>
</author>
<published>2010-08-07T00:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a4458e75bd70a293f21b7c5d230357639448bb1b'/>
<id>urn:sha1:a4458e75bd70a293f21b7c5d230357639448bb1b</id>
<content type='text'>
Change width to min-width. - Loui

Signed-off-by: PyroPeter &lt;abi1789@googlemail.com&gt;
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>Add package details template (pkg_details.php)</title>
<updated>2009-01-24T06:22:19Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2009-01-24T06:22:19Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b31b4ec03edd60820b8e4a8d596de9bc2e14d21b'/>
<id>urn:sha1:b31b4ec03edd60820b8e4a8d596de9bc2e14d21b</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>CSS cleanup</title>
<updated>2008-06-05T18:35:18Z</updated>
<author>
<name>Michael Klier</name>
<email>chi@chimeric.de</email>
</author>
<published>2008-06-05T18:04:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ffccbd540f85e2f814e46648b70b1d2883b52e00'/>
<id>urn:sha1:ffccbd540f85e2f814e46648b70b1d2883b52e00</id>
<content type='text'>
I've cleaned up the CSS a bit and it validates now. No changes
to the current layout/visual presentation itself have been
made, just fixed the whole indention and replaced some
redundant things.

Signed-off-by: Michael Klier &lt;chi@chimeric.de&gt;
Signed-off-by: Simo Leone &lt;simo@archlinux.org&gt;
</content>
</entry>
</feed>
