Amitai Schlair [Wed, 19 Mar 2014 22:57:19 +0000 (18:57 -0400)]
please be more specific
http://smcv.pseudorandom.co.uk/ [Sun, 16 Mar 2014 11:44:40 +0000 (07:44 -0400)]
switch link syntax so this page works in the basewiki
bram [Sat, 15 Mar 2014 20:54:55 +0000 (16:54 -0400)]
vimoutliner.org seems to be taken over by spammers, refer to Github page instead
bram [Sat, 15 Mar 2014 20:49:36 +0000 (16:49 -0400)]
Add link to highlight plugin.
chrysn [Wed, 12 Mar 2014 10:16:11 +0000 (11:16 +0100)]
pythonproxy utf8 trouble again
chrysn [Wed, 12 Mar 2014 10:11:14 +0000 (11:11 +0100)]
partially revert
154c4ea9e
explicitly en- and decoding xmlrpc requests in the python proxy broke
plugins on debian sid, while it was introduced to fix breakage in debian
stable. it is assumed that an xml module involved changed its behavior
from str to unicode, this patch handles both cases.
wouter [Tue, 11 Mar 2014 18:26:26 +0000 (14:26 -0400)]
add $SELF
holger [Sat, 8 Mar 2014 14:31:17 +0000 (10:31 -0400)]
http://smcv.pseudorandom.co.uk/ [Sat, 8 Mar 2014 14:10:12 +0000 (10:10 -0400)]
explain the cycle that is broken by "map and inline can't generate wikilinks"
holger [Sat, 8 Mar 2014 13:53:50 +0000 (09:53 -0400)]
holger [Sat, 8 Mar 2014 13:53:06 +0000 (09:53 -0400)]
http://smcv.pseudorandom.co.uk/ [Wed, 5 Mar 2014 11:03:39 +0000 (07:03 -0400)]
unindent the templatebody version to top level, it's getting hard to read otherwise
http://smcv.pseudorandom.co.uk/ [Wed, 5 Mar 2014 11:00:52 +0000 (07:00 -0400)]
branch updated
Simon McVittie [Wed, 5 Mar 2014 10:42:00 +0000 (10:42 +0000)]
Assume that every page has been scanned by the time the scan phase ends
This doesn't prevent memory from being used to track what we have
and haven't scanned, but it does make it temporary. The existing
%rendered hash, which is filled afterwards, will be larger than %scanned
in practice anyway: %scanned will contain an entry for each page
that changed, plus an entry for each template used by templatebody,
whereas %rendered will contain an entry for each page that changed
plus an entry for each page rendered due to links or dependencies.
Simon McVittie [Wed, 5 Mar 2014 10:11:04 +0000 (10:11 +0000)]
Track whether we're in the scan or render phase
In the scan phase, it's too early to match pagespecs or sort pages;
in the render phase, both of those are OK.
It would be possible to add phases later, renumbering them if necessary
to maintain numerical order.
Simon McVittie [Fri, 13 Sep 2013 09:30:24 +0000 (10:30 +0100)]
Use templatebody for the templates in the basewiki and docwiki
Simon McVittie [Fri, 21 Feb 2014 22:45:29 +0000 (22:45 +0000)]
Add templatebody plugin and directive, and enable it by default
Also add a regression test for templatebody.
Simon McVittie [Fri, 21 Feb 2014 21:10:43 +0000 (21:10 +0000)]
add readtemplate hook
Simon McVittie [Fri, 13 Sep 2013 08:14:24 +0000 (09:14 +0100)]
IkiWiki::Render: make 'scan' idempotent
If it does nothing when a page has already been scanned, we can use it
at any time to force a page to be scanned. In particular, the
templatebody plugin is going to need this.
http://smcv.pseudorandom.co.uk/ [Wed, 5 Mar 2014 09:04:57 +0000 (05:04 -0400)]
escape pagespec
http://smcv.pseudorandom.co.uk/ [Wed, 5 Mar 2014 09:03:39 +0000 (05:03 -0400)]
new bug
Thomas Schwinge [Tue, 4 Mar 2014 13:21:04 +0000 (14:21 +0100)]
Point to my Email::Send patch.
Thomas Schwinge [Tue, 4 Mar 2014 13:16:18 +0000 (14:16 +0100)]
Reanimate some of my URLs.
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 16:19:44 +0000 (12:19 -0400)]
diagnosis
https://id.koumbit.net/anarcat [Mon, 3 Mar 2014 15:49:55 +0000 (11:49 -0400)]
another unicode problem, again with the title
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 12:18:00 +0000 (08:18 -0400)]
documentation merge request
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 12:06:27 +0000 (08:06 -0400)]
new bug report with patch
Simon McVittie [Mon, 3 Mar 2014 11:08:59 +0000 (11:08 +0000)]
SuccessReason: add some explanatory comments
Whenever I look at dependency calculation, it takes me a while to get my
head round the concept of influences. If what I've written here is
accurate, maybe the next person to look at this (or my future self)
will need less of a run-up.
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 11:45:22 +0000 (07:45 -0400)]
escape sample directive
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 11:44:31 +0000 (07:44 -0400)]
an order-of-magnitude optimization which also improves correctness
Simon McVittie [Mon, 3 Mar 2014 11:30:36 +0000 (11:30 +0000)]
In all=no conditionals, depend on the influences, not the test pagespec
Previously, if a page like `plugins/trail` contained a conditional like
[[!if test="backlink(plugins/goodstuff)" all=no]]
(which it gets via `templates/gitbranch`), then the
[[plugins/conditional]] plugin would give `plugins/trail` a dependency on
`(backlink(plugins/goodstuff)) and plugins/trail`. This dependency is
useless: that pagespec can never match any page other than
`plugins/trail`, but if `plugins/trail` has been modified or deleted,
then it's going to be rendered or deleted *anyway*, so there's no point
in spending time evaluating match_backlink for it.
Conversely, the influences from the result were not taken into account,
so `plugins/trail` did not have the
`{ "plugins/goodstuff" => $DEPEND_LINKS }` dependency that it should.
Invert that, depending on the influences but not on the test.
Bug: http://ikiwiki.info/bugs/editing_gitbranch_template_is_really_slow/
http://smcv.pseudorandom.co.uk/ [Mon, 3 Mar 2014 09:06:44 +0000 (05:06 -0400)]
http://thomaslevine.com/ [Sun, 2 Mar 2014 21:58:41 +0000 (17:58 -0400)]
http://thomaslevine.com/ [Sun, 2 Mar 2014 21:58:04 +0000 (17:58 -0400)]
http://thomaslevine.com/ [Sun, 2 Mar 2014 21:57:17 +0000 (17:57 -0400)]
spalax [Sat, 1 Mar 2014 15:49:01 +0000 (11:49 -0400)]
Answer
wouter [Sat, 1 Mar 2014 14:43:56 +0000 (10:43 -0400)]
unconfuse
wouter [Sat, 1 Mar 2014 14:43:02 +0000 (10:43 -0400)]
add wishlist item
http://smcv.pseudorandom.co.uk/ [Sat, 1 Mar 2014 12:42:12 +0000 (08:42 -0400)]
no test edits outside /sandbox, please
This reverts commit
77e987059bf303b44f5ab7e95af390cfe0efbdf1
bastla [Fri, 28 Feb 2014 16:59:08 +0000 (12:59 -0400)]
+ rescaling distortion
http://aaronparecki.com/ [Fri, 28 Feb 2014 03:19:14 +0000 (23:19 -0400)]
Joey Hess [Thu, 27 Feb 2014 16:02:45 +0000 (12:02 -0400)]
add news item for ikiwiki 3.
20140227
Joey Hess [Thu, 27 Feb 2014 15:58:54 +0000 (11:58 -0400)]
prep release
Joey Hess [Tue, 25 Feb 2014 04:16:14 +0000 (00:16 -0400)]
python proxy: Avoid utf-8 related crash. Thanks, Antoine Beaupré
Joey Hess [Tue, 25 Feb 2014 04:14:50 +0000 (00:14 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Tue, 25 Feb 2014 04:13:36 +0000 (00:13 -0400)]
Merge remote-tracking branch 'anarcat/dev/proxy-utf8-fail'
https://id.koumbit.net/anarcat [Tue, 25 Feb 2014 04:05:31 +0000 (00:05 -0400)]
pushed the branch, sorry!!
https://id.koumbit.net/anarcat [Tue, 25 Feb 2014 04:03:12 +0000 (00:03 -0400)]
comments, and thanks!
https://id.koumbit.net/anarcat [Tue, 25 Feb 2014 03:52:43 +0000 (23:52 -0400)]
mention fdo
http://smcv.pseudorandom.co.uk/ [Mon, 24 Feb 2014 18:10:30 +0000 (14:10 -0400)]
http://smcv.pseudorandom.co.uk/ [Mon, 24 Feb 2014 10:50:12 +0000 (06:50 -0400)]
http://smcv.pseudorandom.co.uk/ [Mon, 24 Feb 2014 00:02:34 +0000 (20:02 -0400)]
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 23:14:00 +0000 (19:14 -0400)]
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 22:40:12 +0000 (18:40 -0400)]
profiling
Joey Hess [Sun, 23 Feb 2014 18:42:25 +0000 (14:42 -0400)]
reviewed, not merged
Joey Hess [Sun, 23 Feb 2014 18:32:18 +0000 (14:32 -0400)]
Improve templates testing. Thanks, smcv
Joey Hess [Sun, 23 Feb 2014 18:31:51 +0000 (14:31 -0400)]
Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test'
Joey Hess [Sun, 23 Feb 2014 18:30:37 +0000 (14:30 -0400)]
forgot to close this one when merging
Joey Hess [Sun, 23 Feb 2014 18:29:27 +0000 (14:29 -0400)]
patchmeister
Joey Hess [Sun, 23 Feb 2014 18:28:22 +0000 (14:28 -0400)]
Cleanup of the openid login widget, including replacing of hotlinked images from openid providers with embedded, freely licensed artwork. Thanks, smcv
Joey Hess [Sun, 23 Feb 2014 18:24:15 +0000 (14:24 -0400)]
Merge remote-tracking branch 'remotes/smcv/ready/openid'
Joey Hess [Sun, 23 Feb 2014 18:21:44 +0000 (14:21 -0400)]
Deal with nasty issue with gettext clobbering $@ while printing error message containing it. Thanks, smcv
Joey Hess [Sun, 23 Feb 2014 18:21:13 +0000 (14:21 -0400)]
Merge remote-tracking branch 'remotes/smcv/ready/careful-eval'
Joey Hess [Sun, 23 Feb 2014 18:20:27 +0000 (14:20 -0400)]
git: Explicity push master branch, as will be needed by git 2.0's change to push.default=matching by default. Thanks, smcv
Joey Hess [Sun, 23 Feb 2014 18:19:39 +0000 (14:19 -0400)]
Merge remote-tracking branch 'remotes/smcv/ready/git-push-origin-master'
Joey Hess [Sun, 23 Feb 2014 18:15:49 +0000 (14:15 -0400)]
git diffurl: Do not escape / in paths to changed files, in order to interoperate with cgit (gitweb works either way) Thanks, intrigeri.
Joey Hess [Sun, 23 Feb 2014 18:13:53 +0000 (14:13 -0400)]
Merge remote-tracking branch 'intrigeri/fix_diffurl_vs._cgit'
Joey Hess [Sun, 23 Feb 2014 18:11:54 +0000 (14:11 -0400)]
Allow up to 8 levels of nested directives, rather than previous 3 in directive infinite loop guard.
Joey Hess [Sun, 23 Feb 2014 18:10:12 +0000 (14:10 -0400)]
merged patch; bug left open
Joey Hess [Sun, 23 Feb 2014 18:09:51 +0000 (14:09 -0400)]
Merge remote-tracking branch 'anarcat/dev/syslog_utf8'
Joey Hess [Sun, 23 Feb 2014 18:08:22 +0000 (14:08 -0400)]
po: Add html_lang_code and html_lang_dir template variables for the language code and direction of text. Thanks, Mesar Hameed
Joey Hess [Sun, 23 Feb 2014 18:06:40 +0000 (14:06 -0400)]
Merge remote-tracking branch 'mhameed/html_lang_and_dir'
Joey Hess [Sun, 23 Feb 2014 18:05:36 +0000 (14:05 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 17:58:54 +0000 (13:58 -0400)]
performance problem
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 17:38:38 +0000 (13:38 -0400)]
new version of the branch; thanks to chrysn for early feedback
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 17:33:19 +0000 (13:33 -0400)]
duplicate
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 14:09:19 +0000 (10:09 -0400)]
review
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:53:29 +0000 (20:53 -0400)]
add an inline
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:52:10 +0000 (20:52 -0400)]
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:48:55 +0000 (20:48 -0400)]
update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:48:55 +0000 (20:48 -0400)]
update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:48:54 +0000 (20:48 -0400)]
update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:48:54 +0000 (20:48 -0400)]
update for rename of users/smcv/approved.mdwn to users/smcv/yesplease.mdwn
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:48:53 +0000 (20:48 -0400)]
rename users/smcv/approved.mdwn to users/smcv/yesplease.mdwn
http://smcv.pseudorandom.co.uk/ [Sun, 23 Feb 2014 00:21:58 +0000 (20:21 -0400)]
review: I would suggest cherry-picking part of the branch
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:58:04 +0000 (19:58 -0400)]
looks good to me
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:44:39 +0000 (19:44 -0400)]
better description
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:43:07 +0000 (19:43 -0400)]
er, better markup
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:42:18 +0000 (19:42 -0400)]
looks good to me
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:31:29 +0000 (19:31 -0400)]
missing branch?
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:24:58 +0000 (19:24 -0400)]
review
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 23:10:14 +0000 (19:10 -0400)]
review
http://smcv.pseudorandom.co.uk/ [Sat, 22 Feb 2014 18:43:08 +0000 (14:43 -0400)]
pseudocode to make orphans plugin more useful
holger [Sat, 22 Feb 2014 15:32:38 +0000 (11:32 -0400)]
holger [Sat, 22 Feb 2014 15:31:32 +0000 (11:31 -0400)]