summaryrefslogtreecommitdiff
path: root/web/template/pkg_comments.php
AgeCommit message (Expand)Author
2014-07-25Make deleted comments visible to Trusted UsersLukas Fleischer
2014-07-23Display correct comment count on package base pageLukas Fleischer
2014-07-23Drop comment count from translatable messageLukas Fleischer
2014-07-15Rework permission handlingLukas Fleischer
2014-04-05Prefix package functions with pkg_/pkgbase_Lukas Fleischer
2014-04-05Use snake case for all package functionsLukas Fleischer
2014-04-05Move package actions to package basesLukas Fleischer
2014-04-05Store comments on a per-package base basisLukas Fleischer
2014-02-04Add support for anonymous commentsLukas Fleischer
2012-10-11pkg_comments.php: Move delete button to same line as poster infocanyonknight
2012-09-24Use echo shortcut syntaxLukas Fleischer
2012-09-18pkg_comments.php: Fix "Latest Comments" linkLukas Fleischer
2012-09-18Use URL rewriting for user info pagecanyonknight
2012-07-18pkg_comments.php: Fix comment deletion linksLukas Fleischer
2012-07-18pkg_comments.php: Fix links to user accountsLukas Fleischer
2012-07-17pkg_comments.php: Fix noticeLukas Fleischer
2012-07-15Use virtual paths for package detailsLukas Fleischer
2012-07-15Use virtual path feature for linksLukas Fleischer
2012-07-15Use absolute URIs for style sheets and imagesLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-07-06pkg_comments.php: Overhaul to match archwebcanyonknight
2012-07-06Use sane date format strings everywhereLukas Fleischer
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-05-31HTML/DOM fixesDario Giovannetti
2012-03-24Support canonical links to packagesLukas Fleischer
2011-03-30Fix XSS vulnerabilities in package comment templates.Lukas Fleischer
2011-03-11Fix broken XHTML.Lukas Fleischer
2011-01-19Make external links in comments clickable (FS#20137).Lukas Fleischer
2010-11-21Auto redirect from confirmation screens.Dan Vratil
2010-04-15pkg_comments: Only display 10 comments by default.Loui Chang
2009-04-13Don't hit the database twice per comment on packageDan McGee
2009-02-18Revamp markup and styles for comments.Loui Chang
2009-01-22Change comment style so long lines wrap.Loui Chang
2009-01-22Fix translated comment messages.Loui Chang
2009-01-05Move package comments to a template.Loui Chang