aboutsummaryrefslogtreecommitdiff
path: root/templates/editcomment.tmpl
Commit message (Collapse)AuthorAge
* Use rel=nofollow microformat for dynamic (CGI-related) URLsSimon McVittie2017-01-09
| | | | | | | Some of these might be relatively expensive to dereference or result in messages being logged, and there's no reason why a search engine should need to index them. (In particular, we'd probably prefer search engines to index the rendered page, not its source code.)
* allow users to subscribe to comments w/o registeringJoey Hess2012-04-02
| | | | | | | | | | Technically, when the user does this, a passwordless account is created for them. The notify mails include a login url, and once logged in that way, the user can enter a password to get a regular account (although one with an annoying username). This all requires the passwordauth plugin is enabled. A future enhancement could be to split the passwordless user concept out into a separate plugin.
* integrate comments plugin with notifyemailJoey Hess2012-03-28
|
* remove obsolete ol class=form for editpage and editcommentJoey Hess2010-06-13
| | | | | | The styling of labels on the form largely obsoleted the special styled ol, so just a few br's sufficed. Using an ol like that was not too semantically right (probably?) and could cause problems with customized local.css.
* Gave comment and page editing forms some CSS and accessability love.Joey Hess2010-05-06
| | | | | | | In particular, added <label> tags. (However, could not find a good way to add a label tag for the main page edit textarea.)
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* lowercase "or Signin"Joey Hess2010-01-04
|
* comment: Make comment directives no longer use the internal "_comment" form, ↵Joey Hess2009-06-02
| | | | | | | | | and document the comment directive syntax. Rationalle: Comments need to be user-editable so that they can be posted via git commit etc. The _comment directive is still supported, for back-compat.
* comments: Add link to comment post form to allow user to sign in if they ↵Joey Hess2009-04-23
| | | | wish to, if the configuration makes signin optional for commenting.
* make wmd comment support comment editing (I think)Joey Hess2009-03-07
|
* simplify and compact the comment edit formJoey Hess2008-12-19
| | | | | | | Mostly to make it more visually similar to the page edit form. I'm a bit uncertian about the placement of the page type selector, and about removing the "Page type". May rethink that.
* remove 'signed in as foo'Joey Hess2008-12-19
| | | | | | I think users should know who they're signed in as; the edit pages don't say so there's no reason to here. Also, the user id was not displayed pretty.
* rename comments_form to editcommentJoey Hess2008-12-19