This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 19 Jan, 2011 1 commit
-
-
Lukas Fleischer authored
Automatic tarball extraction was vulnerable in different ways. Users should also only use source tarballs to build packages, so this has been removed completely. From now on, only the PKGBUILD is extracted in a secure manner. 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.
-
- 23 Jun, 2010 1 commit
-
-
Andrea Scarpino authored
Closes: http://bugs.archlinux.org/task/19914 Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 05 Jun, 2010 1 commit
-
-
mickael9 authored
This solves the problem of include files not being found after an error. $_SERVER['DOCUMENT_ROOT'] is not reliable because the AUR might be installed in a subdirectory. This closes http://bugs.archlinux.org/task/16887 Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 24 Nov, 2009 2 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Make HTML markup more logical. Remove some unused style sheets rules. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 09 Nov, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 28 Sep, 2009 1 commit
-
-
Loui Chang authored
makepkg --source should be used to upload packages. It provides a bit of error checking and it's good to support only a single format here. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 11 Aug, 2009 1 commit
-
-
Dan McGee authored
All of these are sourcing function libraries so we don't need to include them more than once. Things that insert actual HTML into the output were left calling include(). Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 25 Jun, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Jun, 2009 2 commits
-
-
Callan Barrett authored
Version using package functions Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Gergely Imreh authored
comments need to be removed before concatenating lines, otherwise not matched brackets can cause problems on submit Signed-off-by:
Gergely Imreh <imrehg@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 01 Apr, 2009 1 commit
-
-
Loui Chang authored
Better detection of the build function. Better detection of variables. Support for variables with underscores. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 16 Feb, 2009 1 commit
-
-
Gergely Imreh authored
This only neutralises bash parameter substitution, but doesn't perform the proper replacement. Closes FS#13122. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 15 Feb, 2009 1 commit
-
-
Gergely Imreh authored
Lines such as foo=$foo in the PKGBUILD would end up in a infinite replacement cycle when uploaded, thus the upload times out. In these kind of lines, $foo is replaced not by "$foo" again, but deleted (missing value for foo). Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 28 Jan, 2009 1 commit
-
-
Gergely Imreh authored
All custom variables are handled during subsitution, as well as bash "eval" statements. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 19 Jan, 2009 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 15 Jan, 2009 1 commit
-
-
Gergely Imreh authored
The web interface was handling comments in the PKGBUILD variable fields (such as 'source','depends',etc...) differently from makepkg, because makepkg ignores the rest of the current line if there is a # character, while the web interface parsed that as well, and listed the words of the comment as source files. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 08 Jan, 2009 1 commit
-
-
Loui Chang authored
Also fix a translation string. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Jan, 2009 1 commit
-
-
Dan McGee authored
Just like the previous patch for account_from_sid() over-usage. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 29 Dec, 2008 1 commit
-
-
Loui Chang authored
Clean up a couple of notices. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 22 Dec, 2008 1 commit
-
-
Loui Chang authored
I forgot about the forms. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 21 Dec, 2008 1 commit
-
-
Loui Chang authored
This includes only the requested language for each page and makes top level language include files obsolete. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 20 Dec, 2008 2 commits
-
-
Evangelos Foutras authored
Fix for FS#11132 - AUR fails to parse multiline source array Signed-off-by:
Evangelos Foutras <foutrelis@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Try submitting an empty form to the aur Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Nov, 2008 1 commit
-
-
Loui Chang authored
Add a new function chown_group to recursively change permissions. Tweak some of the coding style. Replace some of the redundant string concatenation with a variable. Thanks to Dan McGee for chmod_group. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Sep, 2008 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 28 Jul, 2008 1 commit
-
-
Simo Leone authored
Since this module requires root to install system-wide, and is somewhat rare, it's better to just include it in the AUR code itself. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 09 Jul, 2008 1 commit
-
-
Callan Barrett authored
On a successful package submit there will be a redirect to the package details page of the packages, no more successful message Also got rid of the $warning stuff, what the hell was that for? Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 17 Jun, 2008 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 15 Jun, 2008 1 commit
-
-
Callan Barrett authored
Moved some stuff around, rewrote some stuff although the functionality is exactly the same as before Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 11 Jun, 2008 1 commit
-
-
Callan Barrett authored
Uses File_Find and Archive_Tar in pkgsubmit.php Removes references to PackageContents Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 09 Jun, 2008 2 commits
-
-
Callan Barrett authored
Previous fix for this was only half implemented, links now work with both a new package and an updated one Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Fix entry of URLPath and FSPath to be actual locations, fixes RPC results Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 07 Jun, 2008 2 commits
-
-
Callan Barrett authored
What it says in the title Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Adds support for uploading plain PKGBUILDs to the AUR Simply moves the PKGBUILD to a directory to be treated the same as if it were in a tarball Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 05 Jun, 2008 1 commit
-
-
Callan Barrett authored
When updating a package and no category is selected the category will no longer reset itself to "none", it will only update if something else is chosen. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 23 Jan, 2008 1 commit
-
-
Simo Leone authored
It was broken and hardly used. It's just as easy to add short print statements or logging if some debugging output is needed. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 20 Jan, 2008 2 commits
-
-
Callan Barrett authored
When a package upload fails the category value will be prefilled, fixes a bug in the previous patch where the pkgbuild would not extract properly and splits the html from php in the form so there are no more prints to output it Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Dan McGee authored
Instead of restricting to gz and bz2, allow just plain tar and any other format tar can understand to be uploaded. I make the mistake all the time of forgetting to pass -z to tar when making something to upload, and there is no real reason to exclude plain tar files. Signed-off-by:
Dan McGee <dan@archlinux.org>
-