Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-11 | Remove unnecessary locations from search criteria. | tardo | 1 | -1/+1 | |
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> | |||||
2007-10-03 | Move AddComment button to top of Comments table, from Sergej | Paul Mattal | 1 | -9/+9 | |
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. | |||||
2007-10-02 | Tweak to version strings patch. | Paul Mattal | 3 | -2/+4 | |
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. | |||||
2007-10-02 | Fixed version strings. | tardo | 1 | -0/+1 | |
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> | |||||
2007-09-28 | Center the "Go back to search results" on the package detail page. | Paul Mattal | 1 | -0/+2 | |
2007-09-27 | Links to official packages now point back to AL site. | tardo | 1 | -2/+2 | |
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> | |||||
2007-09-27 | Messages run across colspan=3 now. | tardo | 1 | -1/+1 | |
Using colspan=2 seemed to make the text wrap. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-27 | nitpick: Changed "AUR-Home" button to "AUR Home" | Loui Chang | 1 | -1/+1 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-27 | Merge commit 'origin/testing' | Loui Chang | 2 | -301/+268 | |
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-27 | I forgot to change AUR_db* usage to constants. Fixed now. | Loui Chang | 1 | -6/+2 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-26 | Made some things in config.inc.proto that should be constants constants | Loui Chang | 3 | -31/+38 | |
Signed-off-by: Loui Chang <louipc.ist@gmail.com> | |||||
2007-09-25 | Merge branch 'testing' of git://git.mattal.com/aur into test | tardo | 2 | -313/+231 | |
Fixed regressions. | |||||
2007-09-24 | More changes to page styles. | eliott | 1 | -9/+9 | |
2007-09-22 | Cosmetic: Show flagged out of date on package page. | tardo | 1 | -0/+4 | |
Add a simple warning under "Tarball :: Files :: PKGBUILD" if package is out of date. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-22 | Add link to TU's homepage in "Flagged safe by". FS 4138. | tardo | 1 | -1/+1 | |
Simple feature request. Not sure what purpose it serves. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-22 | Reverse dependency lookup. FS 4556, 5269. | tardo | 1 | -0/+45 | |
Ugly hack, could use beautification. Also includes english translation addition. If url sources are too long, page could ugly... Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-22 | Incomplete comment patch. FS 7968, 5128, 7383. | tardo | 1 | -1/+1 | |
Properly parse comments from database. Thanks to Thralas for input. Signed-off-by: tardo <tardo@nagi-fanboi.net> | |||||
2007-09-22 | Changes to bring the main arch site theme to the aur. | eliott | 2 | -304/+222 | |
2007-09-20 | patch from eliott to convert all <? to <?php | pjmattal | 4 | -4/+4 | |
2007-09-20 | - Applied a patch from Loui to fix session removal. | swiergot | 3 | -42/+42 | |
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string(). | |||||
2007-08-17 | committed patch to russian title and typo from Sergej | pjmattal | 1 | -1/+1 | |
2007-02-27 | Changed the default order of comments to DESC | dsa | 1 | -1/+1 | |
instead of ASC because sometimes we have to scroll a lot to reach the latest comment. | |||||
2007-02-22 | Added some anti-cache headers | simo | 1 | -0/+3 | |
2007-02-22 | Show only currently maintained packages as mine. | swiergot | 1 | -2/+2 | |
2007-02-22 | Don't include community packages when showing unsafe. | swiergot | 1 | -2/+2 | |
2007-01-21 | Removed the My Packages button and moved the buttons to a new line. | dsa | 1 | -7/+10 | |
2007-01-19 | Solved #6191 | dsa | 1 | -2/+4 | |
2006-10-13 | Solved the #3939 bug and it will require a change in the PackageDepends ↵ | dsa | 1 | -3/+6 | |
table to add a DepCondition field with the type varchar(20). | |||||
2006-09-14 | License field translation fix + Portuguese update (both by dsa) + Polish update. | swiergot | 1 | -1/+1 | |
2006-08-22 | Made "License" label translatable + Polish translation. | swiergot | 1 | -1/+1 | |
2006-08-22 | Applied license patch from dsa (closes #4085). | swiergot | 1 | -0/+10 | |
2006-08-22 | Added dsa's sorting improvement patch (closes #3370, #4091, #4097 and #4098). | swiergot | 1 | -31/+89 | |
2006-08-21 | Actually additional code was needed to close #3201 with a clear conscience. | swiergot | 1 | -1/+24 | |
2006-08-21 | Closing #3201, thanks to Jeff Mickey for the patch. | swiergot | 1 | -0/+13 | |
2006-08-21 | Fixed #3426 (hopefully). | swiergot | 1 | -5/+5 | |
2006-08-14 | Added French translation from Morgan Lefieux. | swiergot | 1 | -2/+2 | |
2006-08-10 | committed dsa's user stats and user links patch | pjmattal | 1 | -1/+5 | |
this will require some translation updates | |||||
2006-08-03 | upped session timeout from 30 idle minutes to 2 idle hours | pjmattal | 1 | -1/+1 | |
2006-08-02 | committed russian translation fixes from sergej | pjmattal | 1 | -1/+1 | |
russian is now ready for prime time | |||||
2006-08-01 | fixes to Russian translation (recommit corrected UTF-8 file) | pjmattal | 1 | -1/+1 | |
2006-08-01 | added dsa's "My Packages" patch | pjmattal | 1 | -0/+6 | |
2006-08-01 | added russian language translation from sergej | pjmattal | 1 | -0/+2 | |
it looks lousy on my browser, need to figure out how to improve | |||||
2006-06-12 | added sorting.patch from dsa to close bug #4659, sorting error | pjmattal | 1 | -1/+7 | |
2006-06-09 | Forgot to enable the German translation. | swiergot | 1 | -2/+2 | |
2006-01-04 | Hardcode urlpaths instead of getting from db | simo | 1 | -1/+4 | |
Effort to garauntee locations of known files | |||||
2006-01-02 | change all timestamps to display utc | simo | 1 | -4/+4 | |
2005-12-28 | bug #3427 - now only owner can change category | simo | 1 | -1/+4 | |
2005-12-27 | Change to dev-style orphan marking | simo | 1 | -6/+4 | |
Prevents out-of-date flag from being hidden | |||||
2005-11-27 | add search by submitter functionality | simo | 2 | -5/+33 | |
2005-11-13 | link user search to user packages | simo | 1 | -1/+1 | |