summaryrefslogtreecommitdiffstats
path: root/web/template/pkg_comments.php
AgeCommit message (Expand)AuthorFilesLines
2018-10-17pkg_comments.php: Make comment timestamps link to the commentVladimir Panteleev1-5/+7
2018-08-06Allow listing all comments from a userJohannes Löthberg1-27/+72
2018-05-12Stop using each()Lukas Fleischer1-2/+2
2017-04-24Fix the comment collapse featureLukas Fleischer1-7/+9
2017-04-23Render comments when storing them in the databaseLukas Fleischer1-0/+4
2017-04-20Use JavaScript to collapse long commentsLukas Fleischer1-1/+1
2017-01-20Add user set timezonesMark Weiman1-3/+3
2016-01-24Fix duplicate ids from pinned commentsMark Weiman1-1/+1
2016-01-23Add comment undeletion functionalityMarcel Korpel1-0/+11
2015-12-13Hide names of deleted accounts in comment headingsLukas Fleischer1-7/+12
2015-12-13Store current date and time when deleting commentsLukas Fleischer1-14/+20
2015-12-12Only show "last edited" to logged in usersLukas Fleischer1-1/+1
2015-12-12Implement capability to pin comments above othersMark Weiman1-5/+35
2015-12-12Remove reassignment of base_id in pkg_comments.phpMark Weiman1-7/+0
2015-08-08pkg_comments.php: Add JavaScript function to edit commentsMarcel Korpel1-0/+35
2015-08-08pkg_comments.php: Merge two DIVs with same IDMarcel Korpel1-3/+1
2015-08-08Add IDs to commentsMarcel Korpel1-1/+1
2015-08-08Show dateline when a comment is edited or deletedMarcel Korpel1-12/+26
2015-08-08Add comment edit icon and formMarcel Korpel1-0/+3
2015-08-08Use SVG image for comment deletion iconMarcel Korpel1-17/+11
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