This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 20 Jan, 2008 29 commits
-
-
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>
-
Callan Barrett authored
This is to add support for either devs or TUs to disown packages whether they own them or not. I know of countless times where I or another TU have been asked to orphan packages for someone and end up having to adopt the package first and then disown it, this gets really tedious for more than one package. As far as I can tell there's no other way to disown packages you don't own and if there is at least this is a more obvious way, pretty sure I didn't leave anything out in the patch. Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Added support for TU voting through AUR Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
eliott authored
-
eliott authored
-
eliott authored
So it makes sense to have the "add comment" at the top..where it is already. Removed duplicate "add comment" box.
-
eliott authored
-
eliott authored
-
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.
-
Dan McGee authored
There is no need to check in dummy data if it is available by running the script that sat right next to it in the repo. Doh! Signed-off-by:
Dan McGee <dan@archlinux.org>
-
Paul Mattal authored
-
eliott authored
Seems old.
-
eliott authored
Fixed an issue in the handle class.
-
eliott authored
Added a JSON interface to the aur. This should make it easier for developers to integrate command line utilities and poll against the AUR itself.
-
eliott authored
-
Paul Mattal authored
This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a. We have decided to put the button by itself on the bottom, so it does not get lost. This might be reconsidered in later UI revamping.
-
Loui Chang authored
try_login() to login users valid_username() checks if a new username fits criteria valid_user() checks if the user exists in the database good_passwd() only checks for minimum password length for now. can be later expanded to tell a user to make a stronger password. valid_passwd() checks if the password for the specified user is correct user_suspended() checks if the user is suspended (or not) user_delete() deletes a user (it doesn't orphan PKGs yet though) user_is_privileged() returns privilege level User (0) TU (2) Dev (3) of user ID. 0 is used for a regular user for ease in conditionals. Also: Enforce proper usernames on account creation or editing Fix bug where $SUPPORTED_LANGS needs to be reset on account creation Fix bug where an account could be created with an empty passwd Display (required) beside password fields on account creation Enforce good_passwd() on account creation TUs and Devs can edit a user to have a username that doesn't conform to the standard valid_username(). This is to allow them to edit old accounts without messing up the user name. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Includes a translation change. Why oh why would one conceive to put HTML markup into the translation? Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
tardo authored
The lonely button now gains some friends. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
Loui Chang authored
This has a couple of bugs I just discovered arrgh. We shall return This reverts commit 5e7e9f1b21d8803c718ac8551f8e0e25709fcd6f.
-
Loui Chang authored
try_login() to login users valid_username() checks if a new username fits criteria valid_user() checks if the user exists in the database good_passwd() only checks for minimum password length for now. can be later expanded to tell a user to make a stronger password. valid_passwd() checks if the password for the specified user is correct user_suspended() checks if the user is suspended (or not) user_delete() deletes a user Also: Enforce proper usernames on account creation Fix bug where $SUPPORTED_LANGS needs to be reset on account creation Fix bug where an account could be created with an empty passwd Display (required) beside password fields on account creation Enforce good_passwd() on account creation Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Implemented the first two in web/lib/aur.inc. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 02 Dec, 2007 1 commit
-
-
Simo Leone authored
Fix broken links after mailing list rename. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- 11 Oct, 2007 6 commits
-
-
Paul Mattal authored
Changed version string to 1.4.1 in preparation for release.
-
Paul Mattal authored
This reverts commit 9b4472ef2fb91e91539def70f905cfe1ec6a8a3a. We have decided to put the button by itself on the bottom, so it does not get lost. This might be reconsidered in later UI revamping.
-
tardo authored
The lonely button now gains some friends. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
tardo authored
Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
Paul Mattal authored
-
tardo authored
Currently, locations include none/current/extra/unstable. Since no package should be located in such an area, there's no point in including them in search criteria. The proper way to do this might be to delete the SQL table data relating to this, but this will suffice for now. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
- 03 Oct, 2007 4 commits
-
-
Paul Mattal authored
This moves the AddComment button to the top of the Comments table. A previous patch had placed it into the action bar, but this seems cleaner.
-
Paul Mattal authored
Added/fixed some Russian translation strings.
-
Paul Mattal authored
The html/web/xml directory is where the RSS feed gets stored. This was not in the release tree, but has now been added. It should be set up with permissions that allow the webserver to write to it.
-
Joerie de Gram authored
Signed-off-by:
Joerie de Gram <j.de.gram@gmail.com>
-