[aur-dev] [PATCH 1/2] Wrap long lines in the Recent Updates sidebar

2012-09-19 Thread Lukas Fleischer
* Sync the sidebar layout with archweb, use the pkg-name class to wrap long package names. * Move the New! logo to a separate column to make sure it isn't wrapped to a new line on its own. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/html/css/aur.css | 4

[aur-dev] [PATCH 2/2] Sync search result statistics with archweb

2012-09-19 Thread Lukas Fleischer
* Use archweb classes for search result statistics. * Add some space between page numbers. * Display current page number instead of current item range. * Hide page numbers if the result fits into a single page. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/html/css/aur.css

Re: [aur-dev] [PATCH 2/2] Added simple hook framework in preperation to solve FS#30109. Signed-off-by: Mario (xenji) Mueller ma...@xenji.com

2012-09-19 Thread Lukas Fleischer
On Tue, Sep 18, 2012 at 11:05:31PM +0200, Mario Mueller wrote: Simple function call would be enough to solve the exact need at every single point of extension, so there is no need to defend my proposal. I this is the way you want to expand this, there is no need for my patch. It will make

[aur-dev] [PATCH 2/2] Remove unused pkgnotify_from_sid function

2012-09-19 Thread canyonknight
Signed-off-by: canyonknight canyonkni...@gmail.com --- web/lib/pkgfuncs.inc.php | 23 --- 1 file changed, 23 deletions(-) diff --git a/web/lib/pkgfuncs.inc.php b/web/lib/pkgfuncs.inc.php index f0e64d2..8208af0 100644 --- a/web/lib/pkgfuncs.inc.php +++