Commit Graph

14260 Commits (c0c74937a60ec3a9e5e1c3b9cf7e8af15768f711)

Author SHA1 Message Date
http://smcv.pseudorandom.co.uk/ c0c74937a6 updated branches 2010-12-28 14:57:52 +00:00
http://smcv.pseudorandom.co.uk/ 0fc36d36be analysis of how autofile and autoindex differ 2010-12-28 14:46:21 +00:00
http://smcv.pseudorandom.co.uk/ 505d6925d4 Cwd is loaded whenever we refresh anyway 2010-12-28 13:02:32 +00:00
http://smcv.pseudorandom.co.uk/ 967137938c very slow progress 2010-12-28 00:04:56 +00:00
http://smcv.pseudorandom.co.uk/ a7d8af21cd branch split into several orthogonal bits 2010-12-27 22:55:17 +00:00
http://smcv.pseudorandom.co.uk/ 7bb9bf30e5 reinstate lost "signature" from commit 85d262e, and fix its link syntax 2010-12-27 17:13:03 +00:00
http://smcv.pseudorandom.co.uk/ 2415a7298b a quick round of fixes 2010-12-26 22:39:02 +00:00
http://smcv.pseudorandom.co.uk/ 1ffa7ae34b brief responses 2010-12-26 21:55:11 +00:00
Joey Hess 7fe2a55b94 answer; close 2010-12-26 14:50:25 -04:00
Joey Hess 961a119986 changelog 2010-12-26 14:46:55 -04:00
Paul Menzel 68e333e0bd teximg: Use `\[` and `\]` instead of not recommended `$$`.
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>
2010-12-26 14:46:29 -04:00
Joey Hess 724d58d4cf review and thoughts 2010-12-26 14:29:27 -04:00
Joey Hess 58e854555a Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2010-12-26 13:55:35 -04:00
Joey Hess 171cdb69d3 merge smcv/ready/urlto 2010-12-26 13:54:01 -04:00
http://smcv.pseudorandom.co.uk/ a6f77ac14b add as a contrib plugin 2010-12-26 17:53:45 +00:00
Joey Hess 9982862925 Merge remote branch 'smcv/ready/urlto' 2010-12-26 13:53:31 -04:00
http://smcv.pseudorandom.co.uk/ 3a1087a264 the album plugin now requires the transient plugin 2010-12-26 17:47:56 +00:00
intrigeri bf019e56a3 Ack. 2010-12-26 18:42:11 +01:00
http://smcv.pseudorandom.co.uk/ 5df0718abf plugins/write hopefully clarifies this now 2010-12-26 14:28:24 +00:00
http://smcv.pseudorandom.co.uk/ 5faf0c08ff recommend 2-argument urlto whenever possible 2010-12-26 14:22:54 +00:00
http://smcv.pseudorandom.co.uk/ d17387cdfb I'm pretty sure this isn't a regression 2010-12-26 14:20:00 +00:00
intrigeri c058488274 reply (regression != suboptimal) 2010-12-26 02:35:02 +01:00
http://smcv.pseudorandom.co.uk/ 2fe3f0494c now rebased on ready/urlto with more tests; please consider merging 2010-12-25 23:50:20 +00:00
http://smcv.pseudorandom.co.uk/ 0c17f33ded related bugfix 2010-12-25 23:37:16 +00:00
http://smcv.pseudorandom.co.uk/ a8cf72821e bug + fix 2010-12-25 23:31:53 +00:00
Simon McVittie be6ca4c4e9 po test: add more cases, including (semi-)absolute URLs
Three cases are sub-optimal, but having fixed urlto(''), they all
basically work.
2010-12-25 22:54:54 +00:00
Simon McVittie f328a2eab2 po: test beautify_urlpath with po_link_to=current
Same behaviour as 'default'.
2010-12-25 22:54:54 +00:00
Simon McVittie fbb354d70e urlto.t: test urlto('', undef, ?) 2010-12-25 22:54:54 +00:00
Simon McVittie d4704d8bbb urlto: simplify the to='' special case to allow it to be made absolute 2010-12-25 22:54:54 +00:00
Simon McVittie 524a78eaca urlto.t: test more cases, including the special case for to='' 2010-12-25 22:54:54 +00:00
Simon McVittie 44cc8ca420 Add a test for autoindex's current functionality 2010-12-25 22:54:54 +00:00
Simon McVittie 4ca0eb2743 extend the 'tag' test to cover auto-creation of tag pages 2010-12-25 22:54:54 +00:00
Simon McVittie eb58b51bb0 checkconfig: don't warn if $config{url} is undef
The warning was "Use of uninitialized value $IkiWiki::config{"url"} in
length" when running a modified t/tag.t.
2010-12-25 21:35:06 +00:00
Joey Hess 326c4d6af2 use CGI->url to get current absolute cgi url for openid login process 2010-12-25 15:08:22 -04:00
Joey Hess 93d7368a32 revert cgiurl change that broke openid login 2010-12-25 14:23:55 -04:00
Joey Hess beae7ef9db editpage, comment: Clean up title when editing or creating a page or comment.
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.
2010-12-25 13:38:26 -04:00
Joey Hess 9741a3f979 inline: Force an absolute page location when the inline postform is used.
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.
2010-12-25 13:32:57 -04:00
Joey Hess 80e3f7c309 indent 2010-12-25 13:23:23 -04:00
Joey Hess fd95afe8ea fix comment 2010-12-25 13:12:21 -04:00
Joey Hess 41ffbfe9a3 merged, bug left open 2010-12-25 12:43:40 -04:00
Joey Hess 77907fb380 merge po 2010-12-25 12:38:31 -04:00
Joey Hess c5f1c503cd Merge remote branch 'intrigeri/po' 2010-12-25 12:35:25 -04:00
intrigeri 64d4a4ab9c Hunt the bug => workaround. Please review. 2010-12-22 19:59:07 +01:00
intrigeri b2a2246bac Enable HTML::Template's parent_global_vars option.
Else setting parameters that do not appear in the template (such as
title_overridden) fails horribly.
2010-12-22 19:21:41 +01:00
intrigeri 724f293736 More complicated than expected :/ 2010-12-22 17:51:48 +01:00
http://smcv.pseudorandom.co.uk/ 2d86cba6a2 review+ as far as I'm concerned 2010-12-22 16:43:55 +00:00
intrigeri 9489701ba8 More detailed pull request. 2010-12-22 17:36:15 +01:00
intrigeri 406485917a po: do not override homepage title when it was overridden. 2010-12-22 17:33:57 +01:00
intrigeri 93c0490ed3 Applied in my po branch, please pull. 2010-12-22 12:56:20 +01:00
intrigeri a8d733130e Merge remote branch 'upstream/master' into prv/po 2010-12-22 12:54:18 +01:00