- Jan 20, 2008
-
-
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.
-
louipc louipc 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>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc 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>
-
louipc louipc 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>
-
louipc louipc authored
This has a couple of bugs I just discovered arrgh. We shall return This reverts commit 5e7e9f1b21d8803c718ac8551f8e0e25709fcd6f.
-
louipc louipc 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>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Implemented the first two in web/lib/aur.inc. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- Dec 02, 2007
-
-
Simo Leone authored
Fix broken links after mailing list rename. Signed-off-by:
Simo Leone <simo@archlinux.org>
-
- Oct 11, 2007
-
-
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>
-
- Oct 03, 2007
-
-
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>
-
- Oct 02, 2007
-
-
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.
-
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>
-
- Sep 30, 2007
-
-
Paul Mattal authored
-
tardo authored
Thanks to Alex for the heads-up. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
- Sep 29, 2007
-
-
Paul Mattal authored
-
Paul Mattal authored
-
louipc louipc authored
web/html/css/containers.css to unix format Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- Sep 27, 2007
-
-
Paul Mattal authored
-
tardo authored
Previously if the package was not in community or unsupported, the link didn't point anywhere. Now it uses http://archlinux.org/packages/search/$pkgname . If there's a better way, someone needs to let me know. As far as I know, there's no sure way to link directly to a package without knowing the pkgid. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
tardo authored
Using colspan=2 seemed to make the text wrap. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
tardo authored
Might be me, but aligning to the right just looked messed up. Signed-off-by:
tardo <tardo@nagi-fanboi.net>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
louipc louipc authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- Sep 26, 2007
-
-
Paul Mattal authored
-