]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki
remove signin icons, use title
[ikiwiki.git] / IkiWiki /
2008-12-20  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-20  Joey HessMerge commit 'smcv/comments'
2008-12-20  Simon McVittiecomments: Rename COMMENTURL to ADDCOMMENTURL to avoid...
2008-12-20  Simon McVittiecomments: pass COMMENTOPENID to templates
2008-12-20  Simon McVittiecomments: remove linkuser(), it's been integrated into...
2008-12-20  Simon McVittie_comment directive: if the user looks like an OpenID...
2008-12-19  Joey Hessavoid uninitialized value
2008-12-19  Joey Hessfix comment permalink to always point to comment parent...
2008-12-19  Joey Hessremove cruft
2008-12-19  Joey Hessrename comments_form to editcomment
2008-12-19  Joey Hessrename comments_display to comment
2008-12-19  Joey Hessreplace discussion links on pages with comments link
2008-12-19  Joey Hessjump to comment after posting
2008-12-18  Joey Hessaggregate: If a feed fails to be downloaded, try again...
2008-12-18  Joey Hessjump to comments anchor after post
2008-12-18  Joey Hesstypo
2008-12-18  Joey Hessadd Comments link when displaying a page inline
2008-12-18  Joey Hessfix test when comments_closed_pagespec is empty
2008-12-17  Joey Hesschange around comments pagespecs
2008-12-17  Joey Hessfix default values for config settings
2008-12-17  Joey HessCoding style change: Remove explcit vim folding markers.
2008-12-17  Joey Hesschecksessionexpiry: rework
2008-12-17  Joey HessMerge branch 'master' into comments
2008-12-17  Joey Hessmonotone: When getting the log, tell monotone how many...
2008-12-17  Joey Hessrename: Fix double-escaping of page name in edit box.
2008-12-12  Joey Hesselide unnecessary variables
2008-12-12  Joey Hessremove fixme
2008-12-12  Joey Hessfix redefinition of $author
2008-12-12  Joey Hessmove related code together
2008-12-12  Joey Hesswhitespace
2008-12-12  Joey Hessdon't explicitly use inline
2008-12-12  Joey Hessavoid unnecessary variable
2008-12-12  Joey Hessget rid of the [postcomment] hack
2008-12-12  Joey Hessmove getsetup to usual place
2008-12-12  Joey HessMerge branch 'master' into comments
2008-12-12  Simon McVittiehtmlbalance: don't compact whitespace, and set misc...
2008-12-12  Joey HessMerge branch 'master' into comments
2008-12-12  Joey Hessmeta: Pass info to htmlscrubber so htmlscrubber_skip...
2008-12-12  Simon McVittiecomments: Store dates in GMT and in ISO-8601
2008-12-11  Joey Hesssimplifiy logic
2008-12-11  Simon McVittiecomments: Change internal-use-only directive from ...
2008-12-11  Simon McVittiecomments: Use new feedfile, emptyfeeds options to inline
2008-12-11  Simon McVittiecomments: don't interpolate IP into anonymous user's "name"
2008-12-11  Simon McVittiecomments: fix invocation of possibly_foolish_untaint
2008-12-11  Simon McVittiecomments: avoid warning if there's no subject
2008-12-11  Simon McVittiecomments: Optionally allow anonymous commenters to...
2008-12-11  Simon McVittiecomments: Remove some dead code
2008-12-11  Simon McVittiecomments: rename main field to "editcontent" consistent...
2008-12-11  Simon McVittiecomments: instead of hard-coding mdwn, allow any suppor...
2008-12-11  Simon McVittiecomments: Save comments as a file with one big [[!comme...
2008-12-11  Simon McVittieRemove dead code for preprocessing [[!comments]]
2008-12-11  Simon McVittiecomments: Duplicate logic and CGI hook from recentchang...
2008-12-11  Simon McVittieQualify name of formattime() correctly
2008-12-11  Simon McVittieDelay checking for session expiry til we actually post...
2008-12-11  Simon McVittiecomments: record the time at which each comment was posted
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 comments
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::CGI
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 files
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...
next