aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix patch to not expose config setting as a regexpJoey Hess2011-01-04
|
* tag name sanitationGiuseppe Bilotta2011-01-04
| | | | | | | | | | | | | | | | | | | | | | | The use of typed links for tags and some of the consequent changes introduced some unwanted functionality variations in the tag system. Two problems in particular could be observed, when compared to the use of tags in older versions of IkiWiki: * tags in feeds (both rss and atom) would use the file path as their name (e.g. you would have <category term="tags/sometag" /> in an atom item for a page tagged sometag with a tagbase of tags), whereas they appeared pure before * tags containing a slash character would appear without the slash character but be used with the slash character in other circumstances (effect visible by tagging a page with a name such as "with/slash") Both of these issues are fixed by introducing a tagname() function that takes a tag link and effectively reverses (as well as possible) the effects of taglink(). A possible alternative route would have been the reintroduction of the global %tags hash, but the new approach as the (arguable) benefit of introducing a small layer of sanitation for tag names.
* markupJoey Hess2011-01-04
|
* tag behavior changes introduced by typed link featurehttp://oblomov.myopenid.com/2011-01-04
|
* feed enhancements for inline pageshttp://oblomov.myopenid.com/2011-01-04
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkMqhJ4mAWPpJQ2kvTvBM_icMQdvMhctJA2011-01-04
|
* Revert spamSimon McVittie2011-01-03
| | | | This reverts commit 2bf9d8dc82c528bd0372ca7f633050b38cc1eea2.
* (no commit message)https://me.yahoo.com/a/3hUnH9Qi24uk3RwCwHATJBWKVyqc#7d8b82011-01-03
|
* Added a comment: Works with mathjax, with a little helphttps://www.google.com/accounts/o8/id?id=AItOawkIfDOOUJ0h_niLRZZL5HsHHOuQfUrVcQo2011-01-02
|
* remove second parameter to include_javascriptJoey Hess2011-01-02
| | | | | function used to take a second parameter to control absoluteness, no longer does
* Thanks!http://lovesgoodfood.com/jason/2011-01-02
|
* Flowplayer questionhttp://mcfrisk.myopenid.com/2011-01-02
|
* responseJoey Hess2011-01-02
|
* (no commit message)https://me.yahoo.com/a/tWUEtyB81ObIiNjLGnzBGEBKPviv#30f242011-01-01
|
* (no commit message)https://me.yahoo.com/a/tWUEtyB81ObIiNjLGnzBGEBKPviv#30f242011-01-01
|
* (no commit message)https://me.yahoo.com/a/tWUEtyB81ObIiNjLGnzBGEBKPviv#30f242011-01-01
|
* (no commit message)bremner2011-01-01
|
* add news item for ikiwiki 3.20101231Joey Hess2010-12-31
|
* releasing version 3.20101231Joey Hess2010-12-31
|
* Reverting spam.JoeRayhawk2010-12-31
| | | | This reverts commit e669cdbc00d3059184a3f508a58eb2a56130c200
* (no commit message)https://me.yahoo.com/a/3hUnH9Qi24uk3RwCwHATJBWKVyqc#7d8b82010-12-31
|
* My placeholder.http://lovesgoodfood.com/jason/2010-12-30
|
* YAFRhttp://lovesgoodfood.com/jason/2010-12-30
|
* (no commit message)justint2010-12-30
|
* git: Fix bug involving attempting to web revert a commit that included ↵Joey Hess2010-12-29
| | | | changes to attachments.
* bugfixJoey Hess2010-12-29
|
* Add a second parameter to the rcs_diff hook, and avoid bloating memory ↵Joey Hess2010-12-29
| | | | reading in enormous commits.
* responseJoey Hess2010-12-29
|
* responseJoey Hess2010-12-29
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-12-29
|\
| * removedhttps://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
| * removedhttps://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmgky5CmCGpSc5EUllhu0IxeKlUdhG-QJI2010-12-28
| |
* | highlight: Support highlight 3.2+svn19 (note that released version 3.2 is ↵Joey Hess2010-12-29
| | | | | | | | not supported). Closes: #605779 (David Bremner)
* | Update highlight plugin for highlight api.David Bremner2010-12-29
|/ | | | | | | | | | | Note that in particular calling initTheme with and empty file does not work anymore. use of initLanguage was replaced by loadLanguage, which seems to work in both places. I tried to make it a bit more robust against missing a highlight package. There are lots of warnings, but it no longer crashes.
* changelogJoey Hess2010-12-28
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-12-28
|\
| * expand documentationhttp://smcv.pseudorandom.co.uk/2010-12-28
| |
| * use clearer indentationhttp://smcv.pseudorandom.co.uk/2010-12-28
| |
| * adjust indentation levels to not confuse mdwnhttp://smcv.pseudorandom.co.uk/2010-12-28
| |
| * updated brancheshttp://smcv.pseudorandom.co.uk/2010-12-28
| |
| * analysis of how autofile and autoindex differhttp://smcv.pseudorandom.co.uk/2010-12-28
| |
| * Cwd is loaded whenever we refresh anywayhttp://smcv.pseudorandom.co.uk/2010-12-28
| |
* | monotone.pm: while we're still only checking the major and minorThomas Keller2010-12-28
|/ | | | | part of the version number of the monotone binary, we do not want to give false alarm on patch or development versions
* very slow progresshttp://smcv.pseudorandom.co.uk/2010-12-28
|
* branch split into several orthogonal bitshttp://smcv.pseudorandom.co.uk/2010-12-27
|
* reinstate lost "signature" from commit 85d262e, and fix its link syntaxhttp://smcv.pseudorandom.co.uk/2010-12-27
|