[aur-dev] [PATCH 2/2] Change merge notification email

2015-06-16 Thread Marcel Korpel
Signed-off-by: Marcel Korpel --- web/lib/pkgbasefuncs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php index e255cb4..0007164 100644 --- a/web/lib/pkgbasefuncs.inc.php +++ b/web/lib/pkgbasefuncs.inc.php @@ -461

[aur-dev] [PATCH 1/2] Merge user ids in CommentNotify

2015-06-16 Thread Marcel Korpel
Fixes FS#27687. Signed-off-by: Marcel Korpel --- web/lib/pkgbasefuncs.inc.php | 18 ++ 1 file changed, 18 insertions(+) diff --git a/web/lib/pkgbasefuncs.inc.php b/web/lib/pkgbasefuncs.inc.php index c8c99eb..e255cb4 100644 --- a/web/lib/pkgbasefuncs.inc.php +++ b/web/lib/pkgbase

[aur-dev] [PATCH] Improve INSTALL details for nginx and config.

2015-06-16 Thread Leonidas Spyropoulos
Signed-off-by: Leonidas Spyropoulos --- INSTALL | 39 +-- 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 9040c17..d78740a 100644 --- a/INSTALL +++ b/INSTALL @@ -6,14 +6,41 @@ Setup on Arch Linux $ cd /srv/http/ $

[aur-dev] [PATCH] reloadtestdb.sh: Use aurweb as main directory

2015-06-16 Thread Marcel Korpel
By default, aurweb is cloned into the aurweb directory nowadays. --- schema/reloadtestdb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/reloadtestdb.sh b/schema/reloadtestdb.sh index ec8..e839dce 100755 --- a/schema/reloadtestdb.sh +++ b/schema/reloadtestdb.sh @@

[aur-dev] [PATCH] Add aur-git/ and git-interface/git-auth.sh to gitignore.

2015-06-16 Thread Leonidas Spyropoulos
Signed-off-by: Leonidas Spyropoulos --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 590e1ef..c41bf3e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ po/POTFILES scripts/git-integration/__pycache__/ scripts/git-integration/templates/ w

[aur-dev] [PATCH] gendummydata.py: Remove CategoryID from dummy data

2015-06-16 Thread Marcel Korpel
--- schema/gendummydata.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/gendummydata.py b/schema/gendummydata.py index 7b18a50..9dd2f45 100755 --- a/schema/gendummydata.py +++ b/schema/gendummydata.py @@ -202,9 +202,9 @@ for p in list(seen_pkgs.keys()):

[aur-dev] Undefined index: AURSID, was: Re: Difficulties setting up local aurweb server

2015-06-16 Thread Marcel Korpel
* Lukas Fleischer (Tue, 16 Jun 2015 14:05:59 +0200): > You need to move the block that handles .php URIs above the > "match-anything" rule, check [1] for details. Yes, got it! Now aurweb displays fine and I also got the database connection working after entering another password. Now there's a s

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

2015-06-16 Thread Xorg
Done. Thanks to have added me. Is it possible to change wiki links? They refer to english wiki, but some wiki pages are translated. Le 16/06/2015 14:10, Lukas Fleischer a écrit : On Tue, 16 Jun 2015 at 11:12:54, Xorg wrote: Hi. Because I'm not a member of french team on Transifex, I can't

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

2015-06-16 Thread Lukas Fleischer
On Tue, 16 Jun 2015 at 11:12:54, Xorg wrote: > Hi. > > Because I'm not a member of french team on Transifex, I can't push the > updated translation on Transifex. > This is my first patch-send on a mailing-list, sorry if I'm wrong. I added you to the French team on Transifex. You should be able t

Re: [aur-dev] Difficulties setting up local aurweb server

2015-06-16 Thread Lukas Fleischer
On Tue, 16 Jun 2015 at 13:32:40, Marcel Korpel wrote: > * Marcel Korpel (Tue, 16 Jun 2015 11:55:36 > +0200): > > Also, when going to /packages/, I get a 404 and the log says that the > > server is looking for /packages/index.php, so there's clearly > > something wrong with URL rewriting. I uploade

Re: [aur-dev] Difficulties setting up local aurweb server

2015-06-16 Thread Marcel Korpel
* Marcel Korpel (Tue, 16 Jun 2015 11:55:36 +0200): > Also, when going to /packages/, I get a 404 and the log says that the > server is looking for /packages/index.php, so there's clearly > something wrong with URL rewriting. I uploaded my current nginx.conf > at [2]. About this part: one way or a

Re: [aur-dev] Difficulties setting up local aurweb server

2015-06-16 Thread Marcel Korpel
* Lukas Fleischer (Tue, 16 Jun 2015 07:11:44 +0200): > Move the root and index directives out of the location block (directly > under the server block). Ah, now I made progress. I can visit the homepage correctly, it only complains that it cannot make a database connection, although my server is

[aur-dev] [PATCH] Update french translation

2015-06-16 Thread Xorg
Sorry for the fail. --- a/po/fr.po2015-06-13 10:26:08.017665000 +0200 +++ b/po/fr.po2015-06-16 11:03:10.436817224 +0200 @@ -14,8 +14,8 @@ msgstr "" "Project-Id-Version: Arch User Repository (AUR)\n" "Report-Msgid-Bugs-To: https://bugs.archlinux.org/index.php?project=2\n"; -"POT-Creati

[aur-dev] [PATCH] Update french translation

2015-06-16 Thread Xorg
Hi. Because I'm not a member of french team on Transifex, I can't push the updated translation on Transifex. This is my first patch-send on a mailing-list, sorry if I'm wrong. --- a/po/fr.po 2015-06-13 10:26:08.017665000 +0200 +++ b/po/fr.po 2015-06-16 11:03:10.436817224 +0200 @@ -14,8 +14,8 @@