This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 23 Mar, 2008 5 commits
-
-
Loui Chang authored
Utilise login form template. Also cleaned up a couple notices. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Simo Leone authored
Our other pages also use the "non-fancy" version of the logo. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Simo Leone authored
My bad Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Simo Leone authored
Now makes sure json php module is loaded, also fixed a few coding errors and made the search behave like the search on the web interface. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 20 Feb, 2008 1 commit
-
-
Giovanni Scafora authored
Signed-off-by:
Giovanni Scafora <linuxmania@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 19 Feb, 2008 9 commits
-
-
Giovanni Scafora authored
Signed-off-by:
Giovanni Scafora <linuxmania@gmail.com>
-
Matthias Gorissen authored
-
Cilyan Olowen authored
-
Giovanni Scafora authored
Signed-off-by:
Giovanni Scafora <linuxmania@gmail.com>
-
Callan Barrett authored
This is to (at least) fix the more and less buttons which weren't working because of the drop down menu for actions Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Simo Leone authored
Yes. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Gerhard Brauer authored
Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Giovanni Scafora authored
Signed-off-by:
Giovanni Scafora <linuxmania@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Simo Leone authored
git/svn/whatever keep track of tags anyway. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 18 Feb, 2008 3 commits
-
-
eliott authored
Cleaned up the front page. Removed the blank box on the right of the front page, that was leftover from the change to the login form (move).
-
eliott authored
Fix for information leak in login logic. No point telling people they have a valid username when the pass is wrong, etc.
-
eliott authored
Fix for 'More' and 'Less' paging breakage. Takes into account PerPage and Category retention.
-
- 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>
-
- 21 Jan, 2008 1 commit
-
-
Simo Leone authored
Drop-down boxes broke them, now they work again. Yippee! Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 20 Jan, 2008 20 commits
-
-
Simo Leone authored
-
Callan Barrett authored
Moves the action bar down to the bottom right of the search results and turns it into a drop-down selection box. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
Callan Barrett authored
Fixes a login error where entering nothing would result in the login message "Incorrect password for username, ." and changes the translation "TU" to "Trusted User" so the menu bar on the accounts page doesn't bug up (we need a new translation system :((() Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Simo Leone <simo@archlinux.org>
-
eliott authored
-
eliott authored
-
Callan Barrett authored
This adds search results numbers to the bottom of pages when searching based on tardo's repository, ex. Showing results 1 - 42 of 42 Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Cleans up links on front page, adds a TU link to the header to the voting application, fixes some titles and styling for logged in text Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
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>
-
Thayer Williams authored
Signed-off-by:
Thayer Williams <thayerw@gmail.com>
-
eliott authored
-
Thayer Williams authored
Signed-off-by:
Thayer Williams <thayerw@gmail.com>
-
eliott authored
-
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>
-
Callan Barrett authored
Adds a column to search results showing if a package has comment notification enabled and adds support for toggling notify for multiple packages from search Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
In the check_sid function in aur.inc the condition for expiring the cookie and redirecting to hacker.php could never be met and instead the user would be given blank login instead of being considered logged out, now fixed. This also means we no longer need either hacker.php or timeout.php at all. Also, this bug seems to be present in the AUR version running on aur.archlinux.org. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
This removes the need for a timeout page (and probably hacker.php) and moves the login form and status to the header. If your login times out you won't lose your place anymore and links will always work. Works for me but at the moment index_po.php is imported in aur.inc which has to stay until the translations from it for login are moved to aur_po.php. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-