summaryrefslogtreecommitdiff
path: root/web/lib
AgeCommit message (Collapse)Author
2005-09-02added Italian translation from voidnullswiergot
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-09moved the Logout link to the end of the menu barswiergot
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-08-02moved bugs and discussion links to the main menubarpjmattal
closes bug #3023
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
2005-06-11Maintainer and Category only link if logged insimo
2005-06-11Reorganized package details pagesimo
2005-06-11changed missing translations to red rather than blinkpjmattal
2005-06-11added changes to front page to close bug #2820pjmattal
2005-06-10fixed some relative links and rss problems with httpssimo
2005-06-10RSS support implementedsimo
Latest packages also on homepage DEPLOYMENT NOTES: - web/html/xml must be world writable
2005-06-10fixed bug #2761 problems switching from second page of search and from My ↵pjmattal
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 pagepjmattal
also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
2005-06-08SQL CHANGES: New table CommentNotify with fields:simo
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-16added utf-8 encoding headerpjmattal
2005-05-16updated with latest polish language patchpjmattal
2005-05-13added polish translationpjmattal
this still needs some more debugging before it goes live but it's turned on in this version
2005-05-08got hit by a semi in r172, ouchsimo
2005-05-07Changed source links to work with CVSsimo
2005-05-06Added vote button to detail page (bug#2638)simo
X's only show up if user can delete comment
2005-05-06Changed next and previous buttons to onlysimo
display if there are next and previous pages bug #2686
2005-04-24replaced \n with <br> as last step in comments transformation to avoidpjmattal
problems with multi-line comments (thanks juergen@hoetzel.info)
2005-04-23Add color key to package listing pagesimo
Closes request #2640
2005-04-22added English language selector back inpjmattal
2005-04-22added strip_tags() and htmlspecialchars() to improve comments safetypjmattal
2005-04-14changed <pre> to <code> in comment rendering to allow wrappingpjmattal
2005-04-14added necessary things to config.inc.protopjmattal
2005-04-12accept a four-letter TLD. closes bug 2543eric
2005-04-10fixed bugs in tupkgupdatepjmattal
made link to CVS for package files in community go to CURRENT tag
2005-04-09changed db name from AUR to aurpjmattal
moved db config for webapp into the config file
2005-04-06fixed multiple maintainer messpjmattal
2005-04-06many changes in prep for launchpjmattal
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 #2280eric
2005-03-12added Simo's orphan package patch (bug #2281)pjmattal
2005-03-06started working on pkgedit for commentseric
2005-02-28fixed bug #2285pjmattal
needed a has_where clause before the LocationID parameter to the query builder
2005-02-25moved debugging logs to /var/tmppjmattal
2005-02-25fixed bug 2263pjmattal
2005-02-02first working deletepjmattal
testing is not FULLY done, but it's fairly good
2005-01-25started working on package delete supporteric
2005-01-24added a global config file for web apppjmattal
made pkgsubmit reference the global config file