aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* a quick round of fixeshttp://smcv.pseudorandom.co.uk/2010-12-26
|
* brief responseshttp://smcv.pseudorandom.co.uk/2010-12-26
|
* answer; closeJoey Hess2010-12-26
|
* changelogJoey Hess2010-12-26
|
* teximg: Use `\[` and `\]` instead of not recommended `$$`.Paul Menzel2010-12-26
| | | | | | | | | It is not recommended to use the double dollar symbol `$$` to set displayed math [1][2]. [1] http://en.wikibooks.org/wiki/LaTeX/Mathematics [2] http://www.math.uiuc.edu/~hildebr/tex/displays.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
* review and thoughtsJoey Hess2010-12-26
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-12-26
|\
| * add as a contrib pluginhttp://smcv.pseudorandom.co.uk/2010-12-26
| |
| * the album plugin now requires the transient pluginhttp://smcv.pseudorandom.co.uk/2010-12-26
| |
| * Ack.intrigeri2010-12-26
| |
* | merge smcv/ready/urltoJoey Hess2010-12-26
| |
* | Merge remote branch 'smcv/ready/urlto'Joey Hess2010-12-26
|\ \ | |/ |/|
| * po test: add more cases, including (semi-)absolute URLsSimon McVittie2010-12-25
| | | | | | | | | | Three cases are sub-optimal, but having fixed urlto(''), they all basically work.
| * po: test beautify_urlpath with po_link_to=currentSimon McVittie2010-12-25
| | | | | | | | Same behaviour as 'default'.
| * urlto.t: test urlto('', undef, ?)Simon McVittie2010-12-25
| |
| * urlto: simplify the to='' special case to allow it to be made absoluteSimon McVittie2010-12-25
| |
| * urlto.t: test more cases, including the special case for to=''Simon McVittie2010-12-25
| |
| * Add a test for autoindex's current functionalitySimon McVittie2010-12-25
| |
| * extend the 'tag' test to cover auto-creation of tag pagesSimon McVittie2010-12-25
| |
| * checkconfig: don't warn if $config{url} is undefSimon McVittie2010-12-25
| | | | | | | | | | The warning was "Use of uninitialized value $IkiWiki::config{"url"} in length" when running a modified t/tag.t.
* | plugins/write hopefully clarifies this nowhttp://smcv.pseudorandom.co.uk/2010-12-26
| |
* | recommend 2-argument urlto whenever possiblehttp://smcv.pseudorandom.co.uk/2010-12-26
| |
* | I'm pretty sure this isn't a regressionhttp://smcv.pseudorandom.co.uk/2010-12-26
| |
* | reply (regression != suboptimal)intrigeri2010-12-26
| |
* | now rebased on ready/urlto with more tests; please consider merginghttp://smcv.pseudorandom.co.uk/2010-12-25
| |
* | related bugfixhttp://smcv.pseudorandom.co.uk/2010-12-25
| |
* | bug + fixhttp://smcv.pseudorandom.co.uk/2010-12-25
|/