[aur-dev] [PATCH 1/2] Add Last Votes by TU list

2013-08-26 Thread Lukas Fleischer
This shows a list of all Trusted Users and the vote ID of the last proposal each of the TUs voted on. This list is sorted by vote ID. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/html/tu.php | 2 ++ web/lib/acctfuncs.inc.php | 19

[aur-dev] [PATCH 2/2] Move Past Votes navigation to Past Votes box

2013-08-26 Thread Lukas Fleischer
These are navigation links and do not belong to the action box. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/html/tu.php | 17 +++-- web/template/tu_list.php | 14 ++ 2 files changed, 17 insertions(+), 14 deletions(-) diff --git

[aur-dev] [PATCH] tu_details.php: Avoid division by zero

2013-08-26 Thread Lukas Fleischer
Do not divide by zero if the number of active TUs is unknown. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/template/tu_details.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/template/tu_details.php b/web/template/tu_details.php index

Re: [aur-dev] [PATCH] tu_details.php: Avoid division by zero

2013-08-26 Thread Florian Pritz
On 26.08.2013 17:56, Lukas Fleischer wrote: Do not divide by zero if the number of active TUs is unknown. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/template/tu_details.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[aur-dev] [PATCH v2] tu_details.php: Avoid division by zero

2013-08-26 Thread Lukas Fleischer
Do not divide by zero if the number of active TUs is unknown. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- web/template/tu_details.php | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/template/tu_details.php b/web/template/tu_details.php index

[aur-dev] [PATCH 2/2] Re-add CRSF tokens to most package actions

2013-08-26 Thread Lukas Fleischer
We fixed all known CRSF vulnerabilities in commit 2c93f0a (Implement token system to fix CSRF vulnerabilities, 2012-06-23). c349cb2 (Add virtual path support for package actions, 2012-07-17) partly reverted this by injecting a valid CRSF token when virtual paths are in use. This patch allows for

[aur-dev] [PATCH] Pick sane default registration language

2013-08-26 Thread Lukas Fleischer
Instead of defaulting to CatalĂ  (which is the first entry in the list of supported languages), choose whatever language the unregistered user is browsing the AUR in. Fixes FS#34825. Suggested-by: canyonknight canyonkni...@gmail.com Signed-off-by: Lukas Fleischer archli...@cryptocrack.de ---

[aur-dev] [PATCH] Add a fonts package category

2013-08-26 Thread Lukas Fleischer
Implements FS#34666. Signed-off-by: Lukas Fleischer archli...@cryptocrack.de --- UPGRADING | 6 ++ support/schema/aur-schema.sql | 1 + 2 files changed, 7 insertions(+) diff --git a/UPGRADING b/UPGRADING index 357f2a6..a668653 100644 --- a/UPGRADING +++ b/UPGRADING @@