summaryrefslogtreecommitdiff
path: root/web/lib/pkgfuncs.inc
AgeCommit message (Collapse)Author
2007-10-11Remove unnecessary locations from search criteria.tardo
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-03Move AddComment button to top of Comments table, from SergejPaul Mattal
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-09-28Center the "Go back to search results" on the package detail page.Paul Mattal
2007-09-27Links to official packages now point back to AL site.tardo
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-27Messages run across colspan=3 now.tardo
Using colspan=2 seemed to make the text wrap. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-27Merge commit 'origin/testing'Loui Chang
Yeah I actually want to work from testing. Conflicts: web/lib/pkgfuncs.inc Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-26Made some things in config.inc.proto that should be constants constantsLoui Chang
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2007-09-25Merge branch 'testing' of git://git.mattal.com/aur into testtardo
Fixed regressions.
2007-09-24More changes to page styles.eliott
2007-09-22Cosmetic: Show flagged out of date on package page.tardo
Add a simple warning under "Tarball :: Files :: PKGBUILD" if package is out of date. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Add link to TU's homepage in "Flagged safe by". FS 4138.tardo
Simple feature request. Not sure what purpose it serves. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Reverse dependency lookup. FS 4556, 5269.tardo
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-22Incomplete comment patch. FS 7968, 5128, 7383.tardo
Properly parse comments from database. Thanks to Thralas for input. Signed-off-by: tardo <tardo@nagi-fanboi.net>
2007-09-22Changes to bring the main arch site theme to the aur.eliott
2007-09-20patch from eliott to convert all <? to <?phppjmattal
2007-09-20- Applied a patch from Loui to fix session removal.swiergot
- Replaced all occurences of mysql_escape_string() with mysql_real_escape_string().
2007-02-27Changed the default order of comments to DESCdsa
instead of ASC because sometimes we have to scroll a lot to reach the latest comment.
2007-02-22Show only currently maintained packages as mine.swiergot
2007-02-22Don't include community packages when showing unsafe.swiergot
2007-01-21Removed the My Packages button and moved the buttons to a new line.dsa
2007-01-19Solved #6191dsa
2006-10-13Solved the #3939 bug and it will require a change in the PackageDepends ↵dsa
table to add a DepCondition field with the type varchar(20).
2006-09-14License field translation fix + Portuguese update (both by dsa) + Polish update.swiergot
2006-08-22Made "License" label translatable + Polish translation.swiergot
2006-08-22Applied license patch from dsa (closes #4085).swiergot
2006-08-22Added dsa's sorting improvement patch (closes #3370, #4091, #4097 and #4098).swiergot
2006-08-21Actually additional code was needed to close #3201 with a clear conscience.swiergot
2006-08-21Closing #3201, thanks to Jeff Mickey for the patch.swiergot
2006-08-21Fixed #3426 (hopefully).swiergot
2006-08-10committed dsa's user stats and user links patchpjmattal
this will require some translation updates
2006-06-12added sorting.patch from dsa to close bug #4659, sorting errorpjmattal
2006-01-04Hardcode urlpaths instead of getting from dbsimo
Effort to garauntee locations of known files
2006-01-02change all timestamps to display utcsimo
2005-12-28bug #3427 - now only owner can change categorysimo
2005-12-27Change to dev-style orphan markingsimo
Prevents out-of-date flag from being hidden
2005-11-27add search by submitter functionalitysimo
2005-10-17Added search by maintainersimo
2005-10-17Move search sorting to column headerssimo
Sort by age still exists, need to reimplement in UI
2005-09-02added sort order field to packages search bar (closes #3060)swiergot
2005-08-14made author's name in comment a link to his profileswiergot
2005-08-12slap bug #3068, fix pkg searching in pkgnamessimo
2005-08-05fixed issues with seaching for orphans ('less' and 'more' buttons, 'go back ↵swiergot
to search results' link)
2005-08-05fixed big bug in main query introduced in 1.2.1pjmattal
changed wrong join to RIGHT JOIN!
2005-08-05fixed bug I introduced in 1.2.1 with now requiring outer (left) join in mainpjmattal
query
2005-08-02added separate link to PKGBUILD for packages in unsupported to pkg detail pagepjmattal
closes bug #3005
2005-08-02added sorting by maintainer and by agepjmattal
added package age statistics to package detail page close bug #2970
2005-08-02fixed bug #2994 (extraneous comment delete buttons mapping to wrong comments)pjmattal
2005-07-29tweaks to legend and bottom button tablespjmattal
also tweaked checked implementation to list all community packages as safe
2005-07-29added swiergot's checking patch as well as modifying it to alsopjmattal
list package name in green on the package list page (with legend)
2005-07-28patches to stylesheet and pkgfuncs.inc to fix Opera rendering problemspjmattal
in bug #2912