Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-18 | document how to make a global comments feed | Joey Hess | |
2008-12-18 | responses | Joey Hess | |
2008-12-18 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-12-18 | Update todo/comments with today's fixes, and thoughts about the remaining items | smcv@ | |
2008-12-18 | clarify | Joey Hess | |
2008-12-18 | (no commit message) | justin | |
2008-12-18 | pagespec thoughts | Joey Hess | |
2008-12-18 | note about comments feed | Joey Hess | |
2008-12-17 | aggregate: If a feed fails to be downloaded, try again immediatly next time ↵ | Joey Hess | |
aggregation is run, even if the usual time has not passed. Closes: #508622 (Michael Gold) | |||
2008-12-17 | close | Joey Hess | |
2008-12-17 | deletion | Joey Hess | |
2008-12-17 | jump to comments anchor after post | Joey Hess | |
Not ideal, it would be nicer to jump to the actual comment posted, but no anchor is available. | |||
2008-12-17 | typo | Joey Hess | |
2008-12-17 | fix | Joey Hess | |
2008-12-17 | simplify pagespec | Joey Hess | |
2008-12-17 | two comments ui suggestions | Joey Hess | |
2008-12-17 | add Comments link when displaying a page inline | Joey Hess | |
This link will supplant the usual Discussion link for pages that have comments enabled. | |||
2008-12-17 | fix test when comments_closed_pagespec is empty | Joey Hess | |
2008-12-17 | don't rely on $@ | Joey Hess | |
A malformed pagespec will cause $@ to be set when translated, but if it is used a second time, the memoization will defeat that check. Better to check for the result not being defined. | |||
2008-12-17 | change around comments pagespecs | Joey Hess | |
I think it is clearer to have one pagespec that controls all pages with comments, and a separate pagespec that can be used to close new comments on a subset of those pages. | |||
2008-12-17 | fix default values for config settings | Joey Hess | |
defaults cannot be set in getsetup, do it in checkconfig to avoid uninitialized value warnings. | |||
2008-12-17 | clarification | Joey Hess | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-12-17 | checksessionexpiry: rework | Joey Hess | |
This function as factored out was a bit confusing, I think this makes more sense. | |||
2008-12-17 | more comments doc updates | Joey Hess | |
Moved todo items to a todo page, mark the old todo item about comments as done, etc. | |||
2008-12-17 | Merge branch 'master' into comments | Joey Hess | |
2008-12-17 | monotone: When getting the log, tell monotone how many entries we want, ↵ | Joey Hess | |
rather than closing the pipe, which it dislikes. (thm) | |||
2008-12-17 | rename: Fix double-escaping of page name in edit box. | Joey Hess | |
titlepage normally escapes, but so does formbuilder. | |||
2008-12-17 | rename ↵ | http://thm.id.fedoraproject.org/ | |
bugs/bugfix_for:___38____35__34__59__mtn:_operation_canceled:_Broken_pipe__38____35__34__59_____40__patch__41__.mdwn to bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34_____40__patch__41__.mdwn | |||
2008-12-17 | rename ↵ | http://thm.id.fedoraproject.org/ | |
bugs/bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34__.mdwn to bugs/bugfix_for:___38____35__34__59__mtn:_operation_canceled:_Broken_pipe__38____35__34__59_____40__patch__41__.mdwn | |||
2008-12-16 | (no commit message) | http://thm.id.fedoraproject.org/ | |
2008-12-16 | (no commit message) | http://thm.id.fedoraproject.org/ | |
2008-12-15 | add a meta title | Jon Dowland | |
2008-12-15 | not putting cgi in destdir | Jon Dowland | |
2008-12-12 | elide unnecessary variables | Joey Hess | |
2008-12-12 | remove fixme | Joey Hess | |
sessioncgi hooks are always called with the wiki locked | |||
2008-12-12 | fix redefinition of $author | Joey Hess | |
2008-12-12 | move related code together | Joey Hess | |
2008-12-12 | whitespace | Joey Hess | |
2008-12-12 | don't explicitly use inline | Joey Hess | |
loadplugin("inline") should take care of that | |||
2008-12-12 | avoid unnecessary variable | Joey Hess | |
2008-12-12 | get rid of the [postcomment] hack | Joey Hess | |
I think that using a flag variable is sorta cleaner. (This is untested.) | |||
2008-12-12 | improve documentation of postcomment | Joey Hess | |
2008-12-12 | move getsetup to usual place | Joey Hess | |
2008-12-12 | first pass through comments documentation | Joey Hess | |
Moved documentation out of contrib. Mostly tweaked some wording. Moved documentation of various bits to other pages (pagespec, etc), and linked to those. Documented the new templates in wikitemplates. Small quantities of documentation were removed. Particularly the list of template variables, which I think is fairly obvious when editing the template. | |||
2008-12-12 | update changelog | Joey Hess | |
2008-12-12 | update copyright | Joey Hess | |
2008-12-12 | Merge branch 'master' into comments | Joey Hess | |
2008-12-12 | add log entry | Joey Hess | |
2008-12-12 | htmlbalance: don't compact whitespace, and set misc other options | Simon McVittie | |
Not compacting whitespace is the most important one: now that we run sanitize hooks on individual posted comments in the comments plugin, whitespace that is significant to Markdown (but not HTML) is lost. (cherry picked from commit cb5aaa3cee8b35d6fc6e88a7449a9477a6587c7a) |