aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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
|/
* use CGI->url to get current absolute cgi url for openid login processJoey Hess2010-12-25
|
* revert cgiurl change that broke openid loginJoey Hess2010-12-25
|
* editpage, comment: Clean up title when editing or creating a page or comment.Joey Hess2010-12-25
| | | | | | Now that page.tmpl is used for cgi, the parentlinks are able to be displayed even when creating or editing a page. So it's redundant to include the path to the page in the title, remove it.
* inline: Force an absolute page location when the inline postform is used.Joey Hess2010-12-25
| | | | | | There seems no need to allow selecting a location when creating a page this way; the user should always want it to appear in the inline whose form they submitted.
* indentJoey Hess2010-12-25
|
* fix commentJoey Hess2010-12-25
|
* merged, bug left openJoey Hess2010-12-25
|
* merge poJoey Hess2010-12-25
|
* Merge remote branch 'intrigeri/po'Joey Hess2010-12-25
|\
| * Enable HTML::Template's parent_global_vars option.intrigeri2010-12-22
| | | | | | | | | | Else setting parameters that do not appear in the template (such as title_overridden) fails horribly.
| * po: do not override homepage title when it was overridden.intrigeri2010-12-22
| |
| * Merge remote branch 'upstream/master' into prv/pointrigeri2010-12-22
| |\
| * | po plugin: update injected urlto signature.intrigeri2010-12-20
| | | | | | | | | | | | | | | | | | The lack of $from will probably hurt setups using po_link_to = current, but at least we can fix the blocker bug that prevents any wiki using the po plugin to build.
| * | Merge remote branch 'upstream/master' into prv/pointrigeri2010-12-20
| |\ \
| * \ \ Merge remote branch 'upstream/master' into prv/pointrigeri2010-08-23
| |\ \ \