Re: [aur-dev] [PATCH] Update translation documentation

2015-08-16 Thread Stefan Auditor
On 16.08.2015 19:48, Marcel Korpel wrote: * Stefan Auditor stefan.audi...@erdfisch.de (Sun, 16 Aug 2015 13:40:06 +0200): Update the link to the project page on Transifex and remove an outdated link to the arch wiki. I think arch and wiki should start with an uppercase letter. Fixes

Re: [aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Marcel Korpel
* Patrick Burroughs (Celti) ce...@celti.name (Sun, 16 Aug 2015 15:59:38 -0700): On Mon, 17 Aug 2015 00:54:54 +0200 Marcel Korpel marcel.kor...@gmail.com wrote: On registering and updating an email address, the user has to type their email address twice. Do not allow autocomplete and pasting

Re: [aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Loui Chang
On Sun 16 Aug 2015 19:24 -0400, Eli Schwartz wrote: On Sun, Aug 16, 2015 at 7:04 PM, Marcel Korpel marcel.kor...@gmail.com wrote: * Patrick Burroughs (Celti) ce...@celti.name (Sun, 16 Aug 2015 15:59:38 -0700): On Mon, 17 Aug 2015 00:54:54 +0200 Marcel Korpel marcel.kor...@gmail.com

[aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Marcel Korpel
On registering and updating an email address, the user has to type their email address twice. Do not allow autocomplete and pasting in the verification field. Fixes FS#45792. Signed-off-by: Marcel Korpel marcel.kor...@gmail.com --- web/html/account.php | 17 +

Re: [aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Patrick Burroughs (Celti)
On Mon, 17 Aug 2015 00:54:54 +0200 Marcel Korpel marcel.kor...@gmail.com wrote: On registering and updating an email address, the user has to type their email address twice. Do not allow autocomplete and pasting in the verification field. Please, do NOT forbid pasting in any field! Some of us

Re: [aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Eli Schwartz
On Sun, Aug 16, 2015 at 7:04 PM, Marcel Korpel marcel.kor...@gmail.com wrote: * Patrick Burroughs (Celti) ce...@celti.name (Sun, 16 Aug 2015 15:59:38 -0700): On Mon, 17 Aug 2015 00:54:54 +0200 Marcel Korpel marcel.kor...@gmail.com wrote: On registering and updating an email address, the

Re: [aur-dev] [PATCH] Let the user verify their email address

2015-08-16 Thread Lukas Fleischer
On Mon, 17 Aug 2015 at 02:42:31, Loui Chang wrote: On Sun 16 Aug 2015 19:24 -0400, Eli Schwartz wrote: On Sun, Aug 16, 2015 at 7:04 PM, Marcel Korpel marcel.kor...@gmail.com wrote: [...] I completely understand your frustration, I really hate it, too, but to let someone confirm their

[aur-dev] [PATCH 1/2] Remove success message from comment form

2015-08-16 Thread Marcel Korpel
To be more flexible with messages, we shouldn't always output this message when a comment has been sent. Moreover, currently it is not displayed due to the POST-Redirect-GET pattern, where the comment parameter is lost after redirection. Signed-off-by: Marcel Korpel marcel.kor...@gmail.com ---

[aur-dev] [PATCH 2/2] Do not allow empty comments

2015-08-16 Thread Marcel Korpel
Fixes FS#45870. Signed-off-by: Marcel Korpel marcel.kor...@gmail.com --- web/html/pkgbase.php | 3 +-- web/lib/pkgbasefuncs.inc.php | 10 ++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/web/html/pkgbase.php b/web/html/pkgbase.php index 1581869..bc32e43 100644

Re: [aur-dev] [PATCH] Update translation documentation

2015-08-16 Thread Lukas Fleischer
On Sun, 16 Aug 2015 at 20:13:58, Stefan Auditor wrote: Update the link to the project page on Transifex and remove an outdated link to the Arch Wiki. Fixes FS#45966. Signed-off-by: Stefan Auditor stefan.audi...@erdfisch.de --- TRANSLATING | 5 ++--- 1 file changed, 2 insertions(+), 3