| Commit message (Expand) | Author | Age |
* | allow users to subscribe to comments w/o registering•••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.
| Joey Hess | 2012-04-02 |
* | integrate comments plugin with notifyemail | Joey Hess | 2012-03-28 |
* | remove obsolete ol class=form for editpage and editcomment•••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.
| Joey Hess | 2010-06-13 |
* | Gave comment and page editing forms some CSS and accessability love.•••In particular, added <label> tags.
(However, could not find a good way to add a label tag for the main
page edit textarea.)
| Joey Hess | 2010-05-06 |
* | consistently drop NAME= in templates•••also add template syntax smoke test
| Joey Hess | 2010-05-05 |
* | lowercase "or Signin" | Joey Hess | 2010-01-04 |
* | comment: Make comment directives no longer use the internal "_comment" form, ...•••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.
| Joey Hess | 2009-06-02 |
* | comments: Add link to comment post form to allow user to sign in if they wish... | Joey Hess | 2009-04-23 |
* | make wmd comment support comment editing (I think) | Joey Hess | 2009-03-07 |
* | simplify and compact the comment edit form•••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.
| Joey Hess | 2008-12-19 |
* | remove 'signed in as foo'•••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.
| Joey Hess | 2008-12-19 |
* | rename comments_form to editcomment | Joey Hess | 2008-12-19 |