aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* checksessionexpiry: reworkJoey Hess2008-12-17
| | | | | This function as factored out was a bit confusing, I think this makes more sense.
* more comments doc updatesJoey Hess2008-12-17
| | | | | Moved todo items to a todo page, mark the old todo item about comments as done, etc.
* Merge branch 'master' into commentsJoey Hess2008-12-17
|\
| * monotone: When getting the log, tell monotone how many entries we want, ↵Joey Hess2008-12-17
| | | | | | | | rather than closing the pipe, which it dislikes. (thm)
| * rename: Fix double-escaping of page name in edit box.Joey Hess2008-12-17
| | | | | | | | titlepage normally escapes, but so does formbuilder.
| * rename ↵http://thm.id.fedoraproject.org/2008-12-17
| | | | | | | | 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
| * rename ↵http://thm.id.fedoraproject.org/2008-12-17
| | | | | | | | 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
| * (no commit message)http://thm.id.fedoraproject.org/2008-12-16
| |
| * (no commit message)http://thm.id.fedoraproject.org/2008-12-16
| |
| * add a meta titleJon Dowland2008-12-15
| |
| * not putting cgi in destdirJon Dowland2008-12-15
| |
* | elide unnecessary variablesJoey Hess2008-12-12
| |
* | remove fixmeJoey Hess2008-12-12
| | | | | | | | sessioncgi hooks are always called with the wiki locked
* | fix redefinition of $authorJoey Hess2008-12-12
| |
* | move related code togetherJoey Hess2008-12-12
| |
* | whitespaceJoey Hess2008-12-12
| |
* | don't explicitly use inlineJoey Hess2008-12-12
| | | | | | | | loadplugin("inline") should take care of that
* | avoid unnecessary variableJoey Hess2008-12-12
| |
* | get rid of the [postcomment] hackJoey Hess2008-12-12
| | | | | | | | | | | | I think that using a flag variable is sorta cleaner. (This is untested.)
* | improve documentation of postcommentJoey Hess2008-12-12
| |
* | move getsetup to usual placeJoey Hess2008-12-12
| |
* | first pass through comments documentationJoey Hess2008-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | update changelogJoey Hess2008-12-12
| |
* | update copyrightJoey Hess2008-12-12
| |
* | Merge branch 'master' into commentsJoey Hess2008-12-12
|\|
| * add log entryJoey Hess2008-12-12
| |
| * htmlbalance: don't compact whitespace, and set misc other optionsSimon McVittie2008-12-12
| | | | | | | | | | | | | | 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)
* | Merge branch 'master' into commentsJoey Hess2008-12-12
|\|
| * meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect.Joey Hess2008-12-12
| |
| * Another TODO itemhttp://smcv.pseudorandom.co.uk/2008-12-12
| |
| * update with some more code improvementshttp://smcv.pseudorandom.co.uk/2008-12-12
| |
| * (no commit message)http://john.choffee.co.uk/2008-12-12
| |
| * adding setup notejustin2008-12-12
| |
| * Fix too much quoting.tschwinge2008-12-11
| |
| * Fix cut'n'past-o.tschwinge2008-12-11
| |
| * simplifiy logicJoey Hess2008-12-11
| |
* | comments: Store dates in GMT and in ISO-8601Simon McVittie2008-12-12
| | | | | | | | | | | | The [[!_comment]] directive is a serialization format, not something for presentation to users, so we should use the least ambiguous possible representation.
* | comments: Change internal-use-only directive from [[!comment]] to [[!_comment]]Simon McVittie2008-12-11
| |
* | comments: Use new feedfile, emptyfeeds options to inlineSimon McVittie2008-12-11
| |
* | comments: don't interpolate IP into anonymous user's "name"Simon McVittie2008-12-11
| | | | | | | | | | If an admin wants the IP in the comment display template they can still get it (the default template shows it).
* | comments_display.tmpl: use less nice formatting to avoid whitespace in outputSimon McVittie2008-12-11
| |
* | comments_display.tmpl: preferentially use confirmed username, but fall back ↵Simon McVittie2008-12-11
| | | | | | | | | | | | | | to claimed author if unauthenticated This still isn't quite right (it displays the IP address twice if the user doesn't specify a name).
* | comments: fix invocation of possibly_foolish_untaintSimon McVittie2008-12-11
| |
* | comments_form.tmpl: show labels for name, websiteSimon McVittie2008-12-11
| |
* | comments: avoid warning if there's no subjectSimon McVittie2008-12-11
| |
* | comments: Optionally allow anonymous commenters to set their name/URL.Simon McVittie2008-12-11
| | | | | | | | | | Also provide a way for the comment template to pick up the verified username/IP.
* | comments: Remove some dead codeSimon McVittie2008-12-11
| |
* | comments: rename main field to "editcontent" consistent with editpageSimon McVittie2008-12-11
| | | | | | | | | | This has the side-effect that Ikiwiki's default style.css gives the text box 100% width.
* | comments: instead of hard-coding mdwn, allow any supported page formatSimon McVittie2008-12-11
| |
* | comments: Save comments as a file with one big [[!comment]] directive.Simon McVittie2008-12-11
| | | | | | | | | | | | | | | | This delays all comment formatting until the last possible time, allows us to set metadata without worrying that commenters may be able to evade it, and means that changes to how a comment is saved can be handled gracefully. It also gives us somewhere to put the commenter's username or IP address for later reference.