This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 08 Jan, 2010 1 commit
-
-
Athurg Gooth authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Nov, 2009 1 commit
-
-
Evangelos Foutras authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 13 Apr, 2009 1 commit
-
-
Loui Chang authored
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>
-
- 31 Dec, 2008 1 commit
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 30 Dec, 2008 1 commit
-
-
Dan McGee authored
There is really no need to use persistent connections to the database in this day and age. Most PHP development guides recommend against it, and the new mysqli interface doesn't even include the functionality. Add a matching but currently unused db_disconnect() function while we are at it. Reference counting will cover us for the most part, however. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 29 Dec, 2008 1 commit
-
-
Callan Barrett authored
Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 21 Dec, 2008 2 commits
-
-
Callan Barrett authored
All we're looking for now is an @ in any email address to fix problem with not being able to have + in addresses and just because I see no advantage to having any sort of stringent validation Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
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 1 commit
-
-
Callan Barrett authored
This reverts commit 77d93c49 . Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 17 Dec, 2008 1 commit
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 25 Nov, 2008 1 commit
-
-
Loui Chang authored
Also clean up a notice in index.php 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>
-
- 22 Sep, 2008 1 commit
-
-
Loui Chang authored
PHP can't properly handle symlinks which causes problems when self-referencing symlinks appear. This closes FS#11187. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 22 Jul, 2008 1 commit
-
-
Loui Chang authored
DEFAULT_LANG will essentially be used to specify what language strings are initially written in. This will eliminate the need for English translation arrays in AUR and make adding or changing the English strings a lot easier. DEFAULT_LANG may be required for strings to display properly. Also change the output when a translation isn't found. Eliminate the <b> which can cause validation errors depending on where the string is placed. 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>
-
- 05 Jun, 2008 1 commit
-
-
Callan Barrett authored
Patches can_submit_pkg(), this fixes the heaps of bugs people are having Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 23 Mar, 2008 1 commit
-
-
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>
-
- 18 Feb, 2008 1 commit
-
-
eliott authored
Fix for information leak in login logic. No point telling people they have a valid username when the pass is wrong, etc.
-
- 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
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>
-
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
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 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
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>
-
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>
-
- 02 Oct, 2007 1 commit
-
-
Paul Mattal authored
Rather than rely in any way on config.inc, which is expected to be edited by the user and to persist across versions without change, the version string definition is stored in version.inc and included from aur.inc.
-
- 27 Sep, 2007 3 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 22 Sep, 2007 1 commit
-
-
eliott authored
-
- 20 Sep, 2007 2 commits
- 17 Aug, 2007 1 commit
-
-
pjmattal authored
-
- 16 Aug, 2007 2 commits
- 22 Feb, 2007 1 commit
-
-
simo authored
-
- 14 Aug, 2006 1 commit
-
-
swiergot authored
-