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