- 08 Jan, 2009 3 commits
-
-
Samed Beyribey authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Dan McGee authored
Use the APC cache to store all of the counts and the recently updated package list in a cache, which cuts down on the number of database queries needed. If the data isn't perfectly up to date we will survive. This version of the patch will also cache the relevant counts for individual logged-in users and is more careful about checking whether the value actually exists in the cache by using the status reference to apc_fetch(). Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Also fix a translation string. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 05 Jan, 2009 3 commits
-
-
Loui Chang authored
This makes the site look better in Opera. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Change layout in the process. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 04 Jan, 2009 4 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>
-
Dan McGee authored
Just like the previous patch for account_from_sid() over-usage. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Dan McGee authored
No need to call this function way too often, especially when on the package list page where it could be called up to once per row. Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 31 Dec, 2008 2 commits
-
-
Dan McGee authored
Signed-off-by:
Dan McGee <dan@archlinux.org> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
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 6 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Clean up a couple of notices. Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Changed all the normal variables to their $_GET counterparts so everything is destructively changing the original variables, there should be no issue with this. If there I guess we need to consider making mkurl use a custom array of variables rather than $_GET Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
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>
-
Callan Barrett authored
Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 24 Dec, 2008 2 commits
-
-
Callan Barrett authored
Quick release to fix the chmod issue. GO TEAM!! Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Callan Barrett authored
Author: Samed Beyribey <ras0ir@eventualis.org> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 22 Dec, 2008 6 commits
-
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Loui Chang authored
Removing trailing colons and whitespace makes them more usable. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Loui Chang authored
Sorting, and viewing more results resets the search if you search for '#' in 1.5.3. This should fix that bug. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Loui Chang authored
I forgot about the forms. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
Loui Chang authored
Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 21 Dec, 2008 4 commits
-
-
Callan Barrett authored
Logic is separated from html as much as possible, all html in a template Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
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>
-
Loui Chang authored
The site no longer needs to be hosted from the root of a domain, or virtual host. Signed-off-by:
Loui Chang <louipc.ist@gmail.com> Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com>
-
- 20 Dec, 2008 7 commits
-
-
Callan Barrett authored
Just displays message at the top of the page of what happened (errors or not) and goes back to the same page Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Package functions use a normal array of pkgids now and packages.php has been changed to accomodate for it Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Evangelos Foutras authored
Fix for FS#11132 - AUR fails to parse multiline source array Signed-off-by:
Evangelos Foutras <foutrelis@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Try submitting an empty form to the aur Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
Is that what they're called? I have no idea I'm not good with computers Signed-off-by:
Callan Barrett <wizzomafizzo@gmail.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Callan Barrett authored
This reverts commit 77d93c49 . Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
Nathan Jones authored
This is to be consistent with 'UnNotify'. Signed-off-by:
Nathan Jones <nathanj@insightbb.com> Signed-off-by:
Loui Chang <louipc.ist@gmail.com>
-
- 18 Dec, 2008 1 commit
-
-
Cilyan Olowen authored
It's strange that some strings are not caught by ./transation_tool. I had to add them manually. Signed-off-by:
Cilyan Olowen <gaknar@gmail.com> 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>
-