summaryrefslogtreecommitdiffstats
path: root/web/lib/pkgfuncs.inc
AgeCommit message (Collapse)AuthorFilesLines
2005-08-05fixed issues with seaching for orphans ('less' and 'more' buttons, 'go back ↵swiergot1-4/+7
to search results' link)
2005-08-05fixed big bug in main query introduced in 1.2.1pjmattal1-1/+1
changed wrong join to RIGHT JOIN!
2005-08-05fixed bug I introduced in 1.2.1 with now requiring outer (left) join in mainpjmattal1-3/+3
query
2005-08-02added separate link to PKGBUILD for packages in unsupported to pkg detail pagepjmattal1-1/+1
closes bug #3005
2005-08-02added sorting by maintainer and by agepjmattal1-6/+45
added package age statistics to package detail page close bug #2970
2005-08-02fixed bug #2994 (extraneous comment delete buttons mapping to wrong comments)pjmattal1-1/+2
2005-07-29tweaks to legend and bottom button tablespjmattal1-8/+21
also tweaked checked implementation to list all community packages as safe
2005-07-29added swiergot's checking patch as well as modifying it to alsopjmattal1-3/+35
list package name in green on the package list page (with legend)
2005-07-28patches to stylesheet and pkgfuncs.inc to fix Opera rendering problemspjmattal1-10/+10
in bug #2912
2005-06-11Maintainer and Category only link if logged insimo1-4/+8
2005-06-11Reorganized package details pagesimo1-33/+54
2005-06-10fixed bug #2761 problems switching from second page of search and from My ↵pjmattal1-0/+15
Packages/Orphans this should fix the set of bugs in this category all at once
2005-06-10Added Simo's patch for #2579, adding user info pagepjmattal1-4/+5
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
2005-06-08SQL CHANGES: New table CommentNotify with fields:simo1-1/+14
PkgID UserID This implements emailing comment notifications, including a user option to enable/disable it on the package page. It uses php's mail() function to do it and sends to everyone on the notify list as BCC. This needs some more testing before public consumption.
2005-05-16updated with latest polish language patchpjmattal1-5/+5
2005-05-08got hit by a semi in r172, ouchsimo1-1/+1
2005-05-07Changed source links to work with CVSsimo1-2/+7
2005-05-06Added vote button to detail page (bug#2638)simo1-5/+22
X's only show up if user can delete comment
2005-05-06Changed next and previous buttons to onlysimo1-4/+9
display if there are next and previous pages bug #2686
2005-04-24replaced \n with <br> as last step in comments transformation to avoidpjmattal1-1/+1
problems with multi-line comments (thanks juergen@hoetzel.info)
2005-04-23Add color key to package listing pagesimo1-0/+6
Closes request #2640
2005-04-22added strip_tags() and htmlspecialchars() to improve comments safetypjmattal1-1/+1
2005-04-14changed <pre> to <code> in comment rendering to allow wrappingpjmattal1-2/+2
2005-04-10fixed bugs in tupkgupdatepjmattal1-1/+5
made link to CVS for package files in community go to CURRENT tag
2005-04-06fixed multiple maintainer messpjmattal1-4/+8
2005-04-06many changes in prep for launchpjmattal1-4/+9
new doc page added changed AUR to community lower-cased unsupported fixed half of the bug with changing categories: categories now can't be changed for packages in community however they can still be changed out from under maintainers by joe users for unsupported packages debugged problem with package details not found when unsupported uploads were with Category 0 (changed default to 19)
2005-03-20added comments/category editing, and closed #2280eric1-4/+48
2005-03-12added Simo's orphan package patch (bug #2281)pjmattal1-1/+20
2005-03-06started working on pkgedit for commentseric1-4/+66
2005-02-28fixed bug #2285pjmattal1-1/+5
needed a has_where clause before the LocationID parameter to the query builder
2005-02-02first working deletepjmattal1-3/+3
testing is not FULLY done, but it's fairly good
2005-01-25started working on package delete supporteric1-0/+3
2004-12-26commited neotuli's patch for source linksjchu1-1/+11
2004-12-15fixed a small typojchu1-1/+1
2004-12-15added some links to the filesjchu1-2/+9
2004-12-15removed those crazy -'s between the name and versionjchu1-2/+2
2004-12-15fixed up a bunch of dummy package things and added a message saying teh ↵jchu1-7/+10
upload was successful
2004-12-15fixed a small ID SNAFUjchu1-1/+1
2004-12-15everything except package contents donejchu1-3/+3
2004-12-15fixed syntax errorjchu1-1/+1
2004-12-15renumber none to one, hide none from category/location dropdownspjmattal1-7/+6
2004-12-15tweaks to package functions and schemapjmattal1-0/+47
2004-12-15gonna use package_exists insteadjchu1-20/+0
2004-12-15added function to get ids from namesjchu1-0/+20
2004-09-20added upload comments/history, still need to finish the actual db callseric1-15/+17
2004-07-11cleaned up physical scriptseric1-4/+4
2004-07-10pkgsearch is done (except for some serious debugging)eric1-16/+70
2004-07-02baby stepseric1-30/+79
2004-07-02do_Details is getting closeeric1-9/+14
2004-07-02still working on pkgsearch.php::do_Detailseric1-2/+100