summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-25typoJoey Hess
2009-01-25format moderation queue only at end, avoid O(N^3) bugJoey Hess
It was calling format hooks for each comment on the page. When relativedate is enabled, that made it insert <script> tags for each comment. And the browser loaded the same script over and over, which was slow on its own. But that was nothing compared to running the onload even over and over.. especially since the hook system added a new call to the hook each time it loaded. For a page with 10 comments, that caused the relativedate DOM parsing code to run 1000 times, I think. Anyway, it was sloow. Now it runs once.
2009-01-25add reject all marked defer checkboxJoey Hess
2009-01-25sort comment queue by time, newest firstJoey Hess
2009-01-25add a button to prefs page for comment moderationJoey Hess
2009-01-25clean up comment previewJoey Hess
Remove actions from it, and avoid a broken title link.
2009-01-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-25comments: Add a moderation web interface.Joey Hess
2009-01-25remove hr under comment actionsJoey Hess
The horizontal line was only meant to be displayed under the actions at the top of a page.
2009-01-25add alt tagJoey Hess
2009-01-25(no commit message)GuenterLadwig
2009-01-25(no commit message)GuenterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-25(no commit message)GünterLadwig
2009-01-25comments: If comment content checks fail, store the comment (in ↵Joey Hess
.ikiwiki/comments_pending) for moderator review.
2009-01-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-25blogspam: Fix use of blogspam_options and blogspam_server config settings.Joey Hess
2009-01-25vote for Template::ToolkitRocco
2009-01-24clarify description of verboseJoey Hess
It enables debug prints, so not just during building, but at runtime.
2009-01-24(no commit message)http://joey.kitenet.net/
2009-01-24(no commit message)qiang
2009-01-23typoJoey Hess
2009-01-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-23mention identica groupJoey Hess
2009-01-23(no commit message)qiang
2009-01-23(no commit message)qiang
2009-01-22followup on pagespec negationjustin
2009-01-22typoJoey Hess
2009-01-22fix uninitialized value warningsJoey Hess
I suspect these are only triggered by spammers.
2009-01-22fix typoJoey Hess
2009-01-22responseJoey Hess
2009-01-21question on locked_pages and users() in pagespecjustin
2009-01-21one fleeting second thoughtJoey Hess
2009-01-21responseJoey Hess
2009-01-21Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-21Question about user testsjustin
2009-01-21addJoey Hess
2009-01-21img: only provide alt text if it was specifiedGabriel McManus
if suitable alternate text is unknown, then it should not be given. empty alt text is suitable mainly for purely decorative images. (cherry picked from commit 3cd7f67f0cf894f4fd5ba16f68e82e4f7bdbfdc5)
2009-01-21added versionkgjenkins
2009-01-20(no commit message)kent
2009-01-20add human-readable error when unknown pagespec function is calledJoey Hess
It used to replace unknown functions with "0" when translating a pagespec. Instead, replace it with a FailReason object. This way, the pagespec will still evaluate as before (possibly successfully if other terminals exist), but a human-readable error will be shown if the result is displayed. Also, an empty pagespec used to be replaced with "0", to avoid a eval error. Also use a FailReason here.
2009-01-20cleanupJoey Hess
2009-01-20responseJoey Hess
2009-01-20Remove nonstandard css. Closes: #512378Joey Hess
2009-01-20fix removal form displayJoey Hess
The form was misdisplayed when displayed via comment removal.
2009-01-20Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-01-19(no commit message)http://taozhyn.myopenid.com/
2009-01-20po: let's walk the last steps needed before merge!intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-01-19blogspam: Log spam info on failure.Joey Hess
2009-01-19Updated spanish translationVíctor Moral