Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-06 | Fix color and format plugins to appear in the websetup interface. | Joey Hess | |
2010-02-06 | add opendiscussion to auto-blog.setup | Joey Hess | |
2010-02-06 | opendiscussion: This plugin will also now allow posting comments | Joey Hess | |
to otherwise locked-down sites. | |||
2010-02-06 | ensure opendiscussion hook is always called before lockedit | Joey Hess | |
This was only ordered ok due to luck before. | |||
2010-02-06 | auto-blog.setup: Lock all pages, so only admin can post to the blog by default. | Joey Hess | |
2010-02-06 | update comment re openid library version | Joey Hess | |
2010-02-05 | revert accidental code change | Joey Hess | |
2010-02-05 | response | Joey Hess | |
2010-02-05 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-05 | scratch patch | Joey Hess | |
2010-02-05 | add 'or' to pagespec | http://edward.myopenid.com/ | |
2010-02-04 | factor out a userpage function | Joey Hess | |
Not yet exported, as only 4 quite core plugins use it. | |||
2010-02-04 | Add link to userpage (or creation link) to top of preferences page. | Joey Hess | |
2010-02-04 | remove userlink() | Joey Hess | |
That was dead code; changes to lockedit and recentchanges removed the last callers. | |||
2010-02-04 | typo | Joey Hess | |
2010-02-04 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-04 | Improve display of openid in preferences page. | Joey Hess | |
Now that openiduser is in IkiWiki core, it's ok to have passwordauth check for it, and avoid displaying useless password fields when showing preferences for an openid. Also improved the styling of the display of the openid in the preferneces page. | |||
2010-02-04 | Allow jumping directly into account registration process by going to ↵ | Joey Hess | |
ikiwiki.cgi?do=register | |||
2010-02-03 | signature | Javier Rojas | |
2010-02-03 | new forum post | Javier Rojas | |
2010-02-03 | response | Javier Rojas | |
2010-02-02 | partial review | Joey Hess | |
2010-02-02 | also tag 'patch/core', considering that over half of the changes are there | David Riebenbauer | |
2010-02-02 | add git repository 'davrieb' and document branch on userpage | David Riebenbauer | |
2010-02-02 | Document git branch for automatically creating tag pages. | David Riebenbauer | |
2010-02-02 | New todo item for wrapperuser configuration option | Josh Triplett | |
2010-02-01 | thanks schmonz for your kind donation | Joey Hess | |
2010-02-01 | ready to pull, and thoughts | Joey Hess | |
2010-02-01 | setup automator: Configure Term::Readline to use bold for prompt, rather ↵ | Joey Hess | |
than default underline. Closes: #517656 | |||
2010-02-01 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-02-01 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI | |
2010-02-01 | also potwiki | http://jmtd.livejournal.com/ | |
2010-01-31 | document that state variables are not available in the checkconfig hook | Joey Hess | |
2010-01-31 | moved discussion to the forum main page | Javier Rojas | |
2010-01-30 | missing signature | Javier Rojas | |
2010-01-30 | reply to forum discussion | Javier Rojas | |
2010-01-30 | testing push | Javier Rojas | |
2010-01-29 | note on filtering | Joey Hess | |
2010-01-28 | oh, we didn't convert this one yet. | Joey Hess | |
2010-01-28 | iainmclaren.com not using ikiwiki now | Joey Hess | |
2010-01-28 | added Anna and Mark's bevvy of websites | Joey Hess | |
2010-01-28 | img: Fix a bug that could taint @links with undef values. | Joey Hess | |
2010-01-28 | revert spam | Joey Hess | |
2010-01-28 | (no commit message) | MariaJackson | |
2010-01-28 | new repo | Joey Hess | |
2010-01-26 | template: Preprocess parameters before htmlizing. | Joey Hess | |
Consider a template like: [[!template type=note text=""" [[!inline pages="*foo*"]] """]] The text parameter is htmlized before being passed into the template (in case the template wraps it in a <span> that prevents markdown from htmlizing it later). But, when markdown sees "*foo*", it turns that into <em>foo</em>. Later, when preprocessing the inline directive, that leads to suprising results. To fix this, I made template parameters be preprocessed (and filtered) before being htmlized. Note that I left in the preprocessing (and filtering) of the template output at the end. That's still relevant when the template itself contains preprocessor directives. | |||
2010-01-24 | Revert spam | Joey Hess | |
2010-01-25 | added references | HelenOliver | |
2010-01-24 | note new version of getfield | http://kerravonsen.dreamwidth.org/ | |
2010-01-24 | new release of getfield; can now get values from other pages as well as ↵ | http://kerravonsen.dreamwidth.org/ | |
current page |