This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 06 Jul, 2012 2 commits
-
-
canyonknight authored
* Change search results table to use CSS from archweb with better alternating line contrast * Change table results header to match archweb * General clean-up of XHTML Signed-off-by:
canyonknight <canyonknight@gmail.com> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Using a div container to format heading is ridiculous. Use "<h2></h2>" instead. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by:
canyonknight <canyonknight@gmail.com>
-
- 24 Oct, 2011 1 commit
-
-
Dan McGee authored
Replacing with CSS styles where appropriate. A previously unused CSS style is tweaked in the stylesheet to match most of what was done via non-CSS styling. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 11 Aug, 2011 1 commit
-
-
Lukas Fleischer authored
Merge all comments and votes of deleted packages into another package if the "Merge with" field is used. Duplicate votes (votes from a user who already voted on the target package or voted on more than one of the deleted packages) are discarded. Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 11 Mar, 2011 2 commits
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
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 <archlinux@cryptocrack.de>
-
- 10 Mar, 2011 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 18 Feb, 2011 1 commit
-
-
PyroPeter authored
* I tried to remove errors in the sgml-structure e.g.: <div> <?php if (foo) { ?> </div> <?php } ?> * I did not remove or add code (except the <table> and <div> 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 <abi1789@googlemail.com> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 17 Feb, 2011 1 commit
-
-
PyroPeter authored
* Most of the PHP-code was moved to pkgfuncs.php to keep the template simple. Signed-off-by:
PyroPeter <abi1789@googlemail.com> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 01 Feb, 2011 1 commit
-
-
Dan McGee authored
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 <dan@archlinux.org> Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 20 Jan, 2011 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Lukas Fleischer <archlinux@cryptocrack.de>
-
- 10 Nov, 2010 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> - resolve conflict and omit i18n changes.
-
- 03 Oct, 2010 1 commit
-
-
Manuel Tortosa authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 02 Jul, 2010 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Jun, 2010 1 commit
-
-
Lukas Fleischer authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 24 Nov, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 26 Oct, 2009 1 commit
-
-
Loui Chang authored
Reported-by:
Cedric Staniewski <cedric@gmx.ca> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 03 Mar, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Feb, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 06 Feb, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 03 Feb, 2009 1 commit
-
-
Callan Barrett authored
Looks different now, next and previous on their own sides and elips for both Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 24 Jan, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 23 Jan, 2009 4 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Move things around at the bottom of the search results page. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
The urlencoded string should only be used for href, but it was being applied and used in printed output, like the keywords textbox. This fixes a problem that was reported in FS#12791 - Faster navigation withing package search listing by page numbers Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 19 Jan, 2009 3 commits
-
-
Loui Chang authored
Don't show extra search results link if there is only one page of results. Fix indenting and coding style. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Gergely Imreh authored
This is to present things in a bit more logical manner with the search results page navigation. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Gergely Imreh authored
On the search results page the number of pages is displayed and functions as a link, for faster navigation (not just the usual "Less/More" buttons. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Jan, 2009 1 commit
-
-
Dan McGee authored
No need to call this function way too often, especially when on the package list page where it could be called up to once per row. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 29 Dec, 2008 1 commit
-
-
Callan Barrett authored
Changed all the normal variables to their $_GET counterparts so everything is destructively changing the original variables, there should be no issue with this. If there I guess we need to consider making mkurl use a custom array of variables rather than $_GET Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 22 Dec, 2008 2 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Sorting, and viewing more results resets the search if you search for '#' in 1.5.3. This should fix that bug. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 21 Dec, 2008 1 commit
-
-
Callan Barrett authored
Logic is separated from html as much as possible, all html in a template Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-