Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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-02-01 | |
| | | ||||
| * | moved discussion to the forum main page | Javier Rojas | 2010-01-31 | |
| | | ||||
| * | missing signature | Javier Rojas | 2010-01-30 | |
| | | ||||
| * | reply to forum discussion | Javier Rojas | 2010-01-30 | |
| | | ||||
| * | testing push | Javier Rojas | 2010-01-30 | |
| | | ||||
* | | document that state variables are not available in the checkconfig hook | Joey Hess | 2010-01-31 | |
|/ | ||||
* | note on filtering | Joey Hess | 2010-01-29 | |
| | ||||
* | 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-28 | |
| | ||||
* | template: Preprocess parameters before htmlizing. | Joey Hess | 2010-01-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | Revert spam | Joey Hess | 2010-01-24 | |
| | ||||
* | added references | HelenOliver | 2010-01-25 | |
| | ||||
* | 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/ | 2010-01-24 | |
| | | | | current page | |||
* | link to site | http://kerravonsen.dreamwidth.org/ | 2010-01-24 | |
| | ||||
* | note that report is now released | http://kerravonsen.dreamwidth.org/ | 2010-01-24 | |
| | ||||
* | new report plugin | http://kerravonsen.dreamwidth.org/ | 2010-01-24 | |
| | ||||
* | response | Joey Hess | 2010-01-23 | |
| | ||||
* | (no commit message) | http://www.google.com/profiles/gsvick | 2010-01-24 | |
| | ||||
* | response | Joey Hess | 2010-01-23 | |
| | ||||
* | (no commit message) | http://www.google.com/profiles/gsvick | 2010-01-23 | |
| | ||||
* | response | Joey Hess | 2010-01-23 | |
| | ||||
* | (no commit message) | http://www.google.com/profiles/gsvick | 2010-01-23 | |
| | ||||
* | response | Joey Hess | 2010-01-23 | |
| | ||||
* | response | Joey Hess | 2010-01-23 | |
| | ||||
* | (no commit message) | http://www.google.com/profiles/gsvick | 2010-01-23 | |
| | ||||
* | update about wiki page navigation | https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI | 2010-01-23 | |
| | ||||
* | discovered a wrinkle | http://kerravonsen.dreamwidth.org/ | 2010-01-22 | |
| | ||||
* | (no commit message) | http://kerravonsen.dreamwidth.org/ | 2010-01-22 | |
| | ||||
* | new forum thread - file navigation | https://www.google.com/accounts/o8/id?id=AItOawn1lGvpPZ8dpuLSPLPa-jqpMef2KqeB1qI | 2010-01-22 | |
| | ||||
* | add news item for ikiwiki 3.20100122 | Joey Hess | 2010-01-22 | |
| | ||||
* | releasing version 3.20100122 | Joey Hess | 2010-01-22 | |
| | ||||
* | response | Joey Hess | 2010-01-22 | |
| | ||||
* | formatting | http://kerravonsen.dreamwidth.org/ | 2010-01-22 | |
| | ||||
* | query, help! | http://kerravonsen.dreamwidth.org/ | 2010-01-22 | |
| | ||||
* | po: avoid crash when page is empty | Joey Hess | 2010-01-21 | |
| | | | | | | | Note that there is an associated po4a warning when a page is empty: Use of uninitialized value $file in substitution (s///) at /usr/share/perl5/Locale/Po4a/Text.pm line 205. I've filed a bug with po4a about that, but the important thing is fixing the crash here. | |||
* | handle git-notes breakage | Joey Hess | 2010-01-19 | |
| | | | | | | | | | | The new git-notes feature in git 1.6.6 changes git log output in a way that broke ikiwiki's parser if notes are added to commits. I decided to deal with this by disabling notes when ikiwiki uses git, by setting GIT_NOTES_REF="". AFAICS, looking up notes when dumping logs will only waste time, since it does not currently seem to make sense for ikiwiki to do anything with the notes. | |||
* | update | Joey Hess | 2010-01-18 | |
| | ||||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-01-18 | |
|\ | ||||
| * | response | http://www.google.com/profiles/schmonz | 2010-01-18 | |
| | | ||||
* | | update | Joey Hess | 2010-01-18 | |
|/ | ||||
* | response | Joey Hess | 2010-01-18 | |
| | ||||
* | brace style and layout | Joey Hess | 2010-01-18 | |
| |