comments: record the time at which each comment was posted
[ikiwiki.git] / IkiWiki /
2008-12-11 Simon McVittiecomments: record the time at which each comment was...
2008-12-11 Simon McVittiecomments: Use a checkconfig hook to get the default...
2008-12-11 Simon McVittiecomments: render comments/commenturl in page.tmpl
2008-12-11 Simon McVittiecomments: use global config to decide whether commentin...
2008-12-11 Simon McVittiecomments: use global configuration for allow_directives...
2008-12-11 Simon McVittiecomments: Add some global configuration
2008-12-11 Simon McVittiecomments: make preprocess a no-op
2008-12-11 Simon McVittiecomments: document what linkuser does
2008-12-11 Simon McVittiecomments: add a stub pagetemplate hook to show the...
2008-12-11 Simon McVittiecomments: Use HTML entities to escape directives
2008-12-11 Simon McVittieEmbed comments into comments_embed.tmpl rather than...
2008-12-11 Simon McVittiecomments: use CGI module's checksessionexpiry
2008-12-11 Simon McVittieeditpage: factor out checksessionexpiry into IkiWiki...
2008-12-11 Simon McVittiehtmlbalance: don't compact whitespace, and set misc...
2008-12-11 Simon McVittiecomments: remove allowhtml option, just switch it on...
2008-12-11 Simon McVittiecomments: load inline and mdwn lazily
2008-12-11 Simon McVittiecomments: don't rely on mdwn getting loaded first
2008-12-11 Simon McVittiecomments: sanitize the body of each comment before...
2008-12-11 Simon McVittieFix typo that led to comments being blanked
2008-12-11 Simon McVittiepostcomment: Rename plugin to comments, use *._comment...
2008-12-11 Simon McVittieRename smcvpostcomment plugin to postcomment to propose...
2008-12-11 Simon McVittiesmcvpostcomment: allow commenting to be closed
2008-12-11 Simon McVittiesmcvpostcomment: import other plugins lazily and remove...
2008-12-11 Simon McVittiesmcvpostcomment: allow inlining to be disabled, and...
2008-12-11 Simon McVittiesmcvpostcomment: make allowhtml etc. configurable,...
2008-12-11 Simon McVittiesmcvpostcomment: indicate in form whether HTML and...
2008-12-11 Simon McVittiesmcvpostcomment: remove HTML if not allowed
2008-12-11 Simon McVittiesmcvpostcomment: always allow wikilinks, and do access...
2008-12-11 Simon McVittiesmcvpostcomment: reduce length of subject field
2008-12-11 Simon McVittiesmcvpostcomment: explain what $fake is for
2008-12-11 Simon McVittiesmcvpostcomment: avoid warnings if form field 'body...
2008-12-11 Simon McVittiesmcvpostcomment: load inline plugin more forcibly
2008-12-11 Simon McVittiesmcvpostcomment: use better names for special comment...
2008-12-11 Simon McVittiesmcvpostcomment: use gettext where appropriate
2008-12-11 Simon McVittieAdd initial version of a postcomment plugin (temporaril...
2008-12-11 Joey Hessinline: Support feedfile option to change the filename...
2008-12-11 Joey Hessinline: Support emptyfeeds=no option to skip generating...
2008-12-11 Joey Hessmove feedpages application up
2008-11-18 Joey Hessavoid uninitialized value warning
2008-11-18 Joey Hesshtml escaping complication
2008-11-18 Joey Hessimprove escaping of wikilinks and preprocessor directives
2008-11-17 Joey Hesscall decode_utf8 inside eval
2008-11-17 Joey Hessuse HTML::Entities
2008-11-17 Joey Hessuse perl modules up front
2008-11-17 Joey HessMerge commit 'smcv/htmlbalance'
2008-11-17 Simon McVittiehtmlbalance: new plugin that balances tags by parsing...
2008-11-12 Joey Hessmake unlockwiki drop the cgilock
2008-11-11 Joey HessO_CREATE needs mode
2008-11-11 Joey Hessavoid multiple ikiwiki cgi processes piling up, eating...
2008-11-11 Joey Hessbzr: Fix dates for recentchanges.
2008-11-11 Joey Hessremove redundant link munge
2008-11-11 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-11-11 Joey Hesstag: Normalize tagbase so leading/trailing slashes...
2008-11-10 Joey HessAdd rel=nofollow to recentchanges_links for the same...
2008-11-07 Joey Hesstxt: Do not encode quotes when filtering the txt, as...
2008-11-06 Joey Hessmeta: Plugin is now enabled by default since the basewi...
2008-11-06 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-11-06 Joey Hessaggregate: Try to query XML::Feed for the base url...
2008-11-05 Joey Hessuse error for two messages
2008-11-02 Joey Hesspreprocess text before htmlizing it
2008-10-31 Joey Hessformat: New plugin, allows embedding differntly formatt...
2008-10-30 Joey Hessset ctime in --render mode if not known
2008-10-30 Joey Hessdon't rely on plugin load order when determining genera...
2008-10-29 Joey Hessfix preview of shortcuts
2008-10-29 Joey Hessfix display of error msg
2008-10-27 Joey Hessgit: Allow [[sha1_commit]] to be used in the diffurl...
2008-10-26 Joey Hessdo no-op post_commit test in wrapper
2008-10-26 Joey Hessmove untrusted committer test into the wrapper
2008-10-24 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-10-24 Joey Hessremember how to write C code
2008-10-24 Joey Hessthe pre-receive wrapper needs to be suid after all
2008-10-24 Joey Hessexport CALLER_UID
2008-10-24 Joey Hesscan't lock wiki due to permissions (probably)
2008-10-24 Joey Hessinclude temp file for attachment change too
2008-10-24 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-10-24 Joey Hessupdates
2008-10-24 Joey Hessreally fix calls to check_can*
2008-10-23 Joey Hessuntrusted committers code seems to be fully working
2008-10-23 Joey Hessfix calls to check_*
2008-10-23 Joey Hesscheck_canattach hooked up
2008-10-23 Joey Hessmore work on untrusted committers
2008-10-23 Joey HessMerge branch 'master' into git-anon
2008-10-23 Joey HessMerge branch 'master' into git-anon
2008-10-23 Joey Hessinitial support for git repos with untrusted committers
2008-10-21 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-10-21 Joey Hessfunction injection overhaul
2008-10-21 Joey Hessdisable warnings when redefining functions
2008-10-20 Joey Hessuse relativedate as the css class for dates that should...
2008-10-20 Joey Hesstag: When tagpage is set, force the links created by...
2008-10-20 Joey Hessinline: Only the last feed link was put on the page...
2008-10-20 Joey HessUse the pure perl Data::Dumper when generating setup...
2008-10-20 Joey HessFix issue with utf-8 in wikiname breaking session cooki...
2008-10-20 Joey Hessadd displaytime hook
2008-10-19 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-10-19 Joey Hessneed to use localtime, fix width
2008-10-19 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-10-19 Joey Hessfix relativedate timezone inclusion
2008-10-19 Joey Hessmark up date so relativedate will work
2008-10-18 Joey Hessfix url
2008-10-18 Joey Hesstweak recentchanges permalink code
next