This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 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 7 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>
-
Callan Barrett authored
Verbose page titles again Adds support for more verbose page titles based on current page and action by user and removes sort by options from search form as they're obsolete by column links. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
This is a patch that fixes a lot of little things: * We no longer have pkgsearch or pkgdetails link functions and all references to them are gone, that's what a back button is for and if we really need it we can come up with something better * No longer have do_Details variable, this means links on the package search are simply ?ID=foo * On the pkgdetails pages when there are either no deps, deps by, sources or comments for a package the list for each will display "None" instead of nothing at all (ruining the layout) * Fixed a bug where if a package had no sources or no deps pkgsubmit.php would submit an empty one * Translation of the word "Search'" has been changed to "Search" Most of these relate to each other. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
This removes the name, overwrite and comment options from pkgsubmit.php by moving when the tarball is extracted (and where) and when the pkgbuild is parsed so pkgname is taken from the pkgbuild instead of user input Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
This fixes a bug where TUs and devs couldn't upload packages because the query would have an extra column in it to mark the pkgbuild safe automatically, guessing it got missed when the safe flags were removed. Also fixes a screw up I made with the schema file when I added the tables for the voting app. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
eliott authored
Simo's original commit text: The idea of safe flagging is unclear, poorly named, misunderstood, and not even used. At the time this patch was created, less than a third of the packages in unsupported were flagged safe, and less than a tenth of users knew how to interpret it. The safe flag has been replaced by a disclaimer on the main page.
-
- 02 Oct, 2007 1 commit
-
-
tardo authored
Added AUR_VERSION to config file, so now we should only need to change one location. KISS ftw. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
- 27 Sep, 2007 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 24 Sep, 2007 1 commit
-
-
eliott authored
-
- 20 Sep, 2007 2 commits
- 16 Aug, 2007 2 commits
- 05 Mar, 2007 2 commits
- 14 Dec, 2006 1 commit
-
-
dsa authored
-
- 13 Oct, 2006 1 commit
-
-
dsa authored
Solved the #3939 bug and it will require a change in the PackageDepends table to add a DepCondition field with the type varchar(20).
-
- 22 Aug, 2006 1 commit
-
-
swiergot authored
-