This project is mirrored from https://:*****@gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Sep 24, 2012
-
-
Lukas Fleischer authored
Replace all occurrences of "<?php echo" and "<?php print" by "<?=" to reduce noise in templates. Note that as of PHP 5.4.0, "<?=" is always available and no longer requires "short_open_tag" to be set. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Aug 23, 2012
-
-
canyonknight authored
Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jul 15, 2012
-
-
Lukas Fleischer authored
Use virtual paths in links (e.g. link to "/packages/" instead of "/packages.php" etc.) if the virtual path feature is enabled. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
This adds a URL mapping library that can be used to implement virtual paths. Also, "web/html/index.php" is moved to "web/html/home.php" and "web/html/index.php" becomes a routing front end that maps virtual paths to corresponding files. To enable the virtual path feature, all requests need to be redirected to the "index.php" routing script. If you use lighttpd, following rewrite rule can be used: url.rewrite = ( "^(.*)$" => "/index.php/$1" ) A similar rule can be used for Apache (using mod_rewrite). Note that the current routing front end only works if PATH_INFO is provided. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jul 06, 2012
-
-
canyonknight authored
* Switch to CSS used by archweb * Move package search to a smaller box to match the style of the main site * Add text describing mailing list and bug tracker. Eventually remove those associated nav bar links. * General clean-up of XHTML Signed-off-by: canyonknight <canyonknight@gmail.com> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
Lukas Fleischer authored
Using a div container to format heading is ridiculous. Use "<h2></h2>" instead. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: canyonknight <canyonknight@gmail.com>
-
- May 06, 2012
-
-
Dan McGee authored
Rather than looking up by username, it makes more sense to look the stats up by user ID to reduce the number of needed joins. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Oct 24, 2011
-
-
Dan McGee authored
Replacing with CSS styles where appropriate. A previously unused CSS style is tweaked in the stylesheet to match most of what was done via non-CSS styling. Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Aug 20, 2011
-
-
Lukas Fleischer authored
Use the standard string type specifier instead of "%h" in format strings. Both specifiers are treated equally in __() so we shouldn't break anything here. This also allows us to replace the hacky substitution algorithm in __() by vsprintf(). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Jun 22, 2011
-
-
Lukas: Add note to "UPGRADING". Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-
- Aug 11, 2009
-
-
All of these are sourcing function libraries so we don't need to include them more than once. Things that insert actual HTML into the output were left calling include(). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jun 25, 2009
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jan 19, 2009
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Dec 29, 2008
-
-
Also changed it around a little bit so it's not tied down the search results function Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Dec 21, 2008
-
-
louipc louipc 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>
-
- Dec 17, 2008
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Nov 25, 2008
-
-
louipc louipc authored
Also clean up a notice in index.php Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jul 28, 2008
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jul 22, 2008
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jul 07, 2008
-
-
louipc louipc authored
Move database queries to functions and html to templates. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jun 17, 2008
-
-
louipc louipc authored
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
- Jun 11, 2008
-
-
Callan Barrett authored
No more prints, still all in same file Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
-
- Jun 07, 2008
-
-
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
This reverts commit 0cf3c5ea.
-
Callan Barrett authored
html from the index page has been moved to a template file (front_page.php) needs indentation really bad Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
-
- Feb 18, 2008
-
-
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).
-
- Jan 20, 2008
-
-
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 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>
-
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.
-
- Oct 02, 2007
-
-
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 29, 2007
-
-
Paul Mattal authored
-
- Sep 27, 2007
-
-
Paul Mattal authored
-
- Sep 25, 2007
-
-
Paul Mattal authored
Developers should be treated the same as TUs
-
Paul Mattal authored
Developers should be treated the same as TUs
-
- Sep 24, 2007
-
-
eliott authored
-
- Sep 20, 2007
-
-
Paul Mattal authored
-
swiergot authored
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string().
-
- Sep 19, 2007
-
-
Paul Mattal authored
-