http://smcv.pseudorandom.co.uk/ [Fri, 7 Jan 2011 21:42:53 +0000 (21:42 +0000)]
aggregation works, too
http://smcv.pseudorandom.co.uk/ [Fri, 7 Jan 2011 20:37:54 +0000 (20:37 +0000)]
updated (many) branches
Simon McVittie [Sat, 25 Dec 2010 23:27:59 +0000 (23:27 +0000)]
Put newly aggregated pages in the transient underlay
Simon McVittie [Sun, 26 Dec 2010 22:19:58 +0000 (22:19 +0000)]
tag: default to tag_autocreate_commit=1 as intended
Simon McVittie [Fri, 7 Jan 2011 20:11:19 +0000 (20:11 +0000)]
tag test: write tag pages into the transient underlay
Simon McVittie [Sat, 25 Dec 2010 23:01:08 +0000 (23:01 +0000)]
tag: optionally write autocreated tags to the transient underlay
For the moment, have the tag test keep the old behaviour.
Simon McVittie [Fri, 7 Jan 2011 20:09:09 +0000 (20:09 +0000)]
Merge branch 'ready/tag-test' into transient-tag
Simon McVittie [Fri, 7 Jan 2011 20:04:45 +0000 (20:04 +0000)]
Add add_literal_underlay and use it for the transient underlay
This means we don't need to import Cwd and use abs_path.
Simon McVittie [Fri, 7 Jan 2011 19:50:34 +0000 (19:50 +0000)]
Assume obsolete transient pages have the same extension as the changed page
http://smcv.pseudorandom.co.uk/ [Fri, 7 Jan 2011 19:38:16 +0000 (19:38 +0000)]
suspected bug
Simon McVittie [Sat, 27 Nov 2010 13:40:11 +0000 (13:40 +0000)]
GC unused pages in the transient underlay
Simon McVittie [Fri, 26 Nov 2010 22:25:41 +0000 (22:25 +0000)]
Add transient plugin, which adds ~/.ikiwiki/transient as an underlay
This can contain auto-generated things, like tag pages; if edited
they'll automatically migrate into source code control.
Giuseppe Bilotta [Fri, 7 Jan 2011 08:45:57 +0000 (09:45 +0100)]
further patches
http://oblomov.myopenid.com/ [Thu, 6 Jan 2011 21:23:48 +0000 (21:23 +0000)]
layout fix
Giuseppe Bilotta [Thu, 6 Jan 2011 21:21:49 +0000 (22:21 +0100)]
inline stuff: reply, new branch pushed to my repo
Joey Hess [Thu, 6 Jan 2011 18:49:28 +0000 (14:49 -0400)]
feedback
Joey Hess [Thu, 6 Jan 2011 18:42:23 +0000 (14:42 -0400)]
reword feed descs
Joey Hess [Thu, 6 Jan 2011 18:42:13 +0000 (14:42 -0400)]
update
Giuseppe Bilotta [Sun, 2 Jan 2011 17:23:45 +0000 (18:23 +0100)]
inline: pass the Atom/RSS titles to the templates
The default templates are also updated to make use of this information.
The rel="alternate" attribute is also inserted, for completeness.
(cherry picked from commit
618ade535e6a7967a510d9e210edaef3d37cc9bc)
http://smcv.pseudorandom.co.uk/ [Thu, 6 Jan 2011 01:09:13 +0000 (01:09 +0000)]
tested and seems to work
http://smcv.pseudorandom.co.uk/ [Thu, 6 Jan 2011 00:31:30 +0000 (00:31 +0000)]
updated branch
http://smcv.pseudorandom.co.uk/ [Thu, 6 Jan 2011 00:25:00 +0000 (00:25 +0000)]
revert leftover test page
This reverts commit
42adf471986243ae8f2bfbe4ce1f94b66aa5c065
Joey Hess [Wed, 5 Jan 2011 22:20:25 +0000 (18:20 -0400)]
add news item for ikiwiki 3.
20110105
Joey Hess [Wed, 5 Jan 2011 22:19:26 +0000 (18:19 -0400)]
releasing version 3.
20110105
Joey Hess [Wed, 5 Jan 2011 22:08:03 +0000 (18:08 -0400)]
fix urlto(undef)
Joey Hess [Wed, 5 Jan 2011 21:35:34 +0000 (17:35 -0400)]
mention 2 remaining cases for completeness
leaving bug closed
Joey Hess [Wed, 5 Jan 2011 21:15:38 +0000 (17:15 -0400)]
use cgitemplate, remove misctemplate
Joey Hess [Wed, 5 Jan 2011 20:58:27 +0000 (16:58 -0400)]
add cgitemplate
cgitemplate is a modified misctemplate that takes an optional cgi object
and uses it to set the baseurl, and also optionally the forcebaseurl,
if a page is provided.
If no cgi object is provided, it will fall back to using $config{url}.
I expect this will only be needed in exceptional cases where
that doesn't much matter, such as cgierror().
showform uses cgitemplate, so there is no more need for showform_preview.
Joey Hess [Wed, 5 Jan 2011 20:26:09 +0000 (16:26 -0400)]
better handling of relative permalinks
This way, do=goto will go to the page relative to
the current location, while the permalinks in feeds
will be absolute (unless an url is not configured at all).
Joey Hess [Wed, 5 Jan 2011 20:23:05 +0000 (16:23 -0400)]
make urlabs a noop if base url is not provided
This allows urlabs($foo, $config{url}) to be used safely, even if
no url is configured.
Joey Hess [Wed, 5 Jan 2011 20:18:25 +0000 (16:18 -0400)]
factored out an urlabs from aggregate and cgi
Joey Hess [Wed, 5 Jan 2011 20:11:54 +0000 (16:11 -0400)]
oops
Joey Hess [Wed, 5 Jan 2011 20:08:21 +0000 (16:08 -0400)]
Export three cgi env vars needed for CGI->url to work.
Joey Hess [Wed, 5 Jan 2011 19:43:03 +0000 (15:43 -0400)]
oops
Joey Hess [Wed, 5 Jan 2011 19:34:35 +0000 (15:34 -0400)]
goto permalink issue
Joey Hess [Wed, 5 Jan 2011 19:22:55 +0000 (15:22 -0400)]
Fix permalinks to recentchanges items and comments, broken by last release.
permalinks always need to be full urls
Joey Hess [Wed, 5 Jan 2011 19:12:23 +0000 (15:12 -0400)]
typo
Joey Hess [Wed, 5 Jan 2011 19:01:31 +0000 (15:01 -0400)]
Temporarily revert one part of the multiple url support in the last release. Non-edit pages are now back to having `<base>` set to the site's main url.
Joey Hess [Wed, 5 Jan 2011 18:57:26 +0000 (14:57 -0400)]
remove old unused baseurl parameter
This was I think a relic from when BASEURL was used in more templates than
use it now.
Joey Hess [Wed, 5 Jan 2011 18:57:04 +0000 (14:57 -0400)]
Fix redirect to use a full url.
Was broken (in theory) by baseurl changes in last release.
Joey Hess [Wed, 5 Jan 2011 17:49:04 +0000 (13:49 -0400)]
Fix base url when previewing. Was broken by urlto changes in last release.
Added a showform_preview that is like showform, but sets forcebaseurl
to point to the page being previewed.
Joey Hess [Wed, 5 Jan 2011 17:47:35 +0000 (13:47 -0400)]
reopening, reverting part of this for now
Joey Hess [Wed, 5 Jan 2011 17:34:44 +0000 (13:34 -0400)]
it gets worse
Joey Hess [Wed, 5 Jan 2011 17:19:26 +0000 (13:19 -0400)]
doesn't only affect preview
Joey Hess [Wed, 5 Jan 2011 16:25:58 +0000 (12:25 -0400)]
response
Giuseppe Bilotta [Sun, 2 Jan 2011 22:08:26 +0000 (23:08 +0100)]
generic insert links: it's a Markdown file
(cherry picked from commit
139c050ca48c2fe7bdcd4ea22623739cbb25ceda)
Giuseppe Bilotta [Wed, 5 Jan 2011 06:20:47 +0000 (07:20 +0100)]
unescape tag names
Since tag names are now retrieved from the file names, we must revert
the escaping process that santizes the file names. Solve by adding a
`pagetitle()` call at the end of the tagname()
(cherry picked from commit
0ee0612b1ab11d76eb3790c8db7a2ba992c54f6b)
Simon McVittie [Wed, 5 Jan 2011 12:17:17 +0000 (12:17 +0000)]
respond
Simon McVittie [Wed, 5 Jan 2011 11:48:48 +0000 (11:48 +0000)]
wrap lines
http://oblomov.myopenid.com/ [Wed, 5 Jan 2011 10:18:16 +0000 (10:18 +0000)]
absolute base url in cgi forms
Joey Hess [Tue, 4 Jan 2011 20:02:31 +0000 (16:02 -0400)]
bugfix
Joey Hess [Tue, 4 Jan 2011 19:59:28 +0000 (15:59 -0400)]
fix patch to not strip a leading "." unless it's part of a path
For correctness only, since a tag named ".foo" is very unlikely.
Joey Hess [Tue, 4 Jan 2011 19:59:00 +0000 (15:59 -0400)]
fix patch to not expose config setting as a regexp
Giuseppe Bilotta [Tue, 4 Jan 2011 18:26:21 +0000 (19:26 +0100)]
tag name sanitation
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.
Joey Hess [Tue, 4 Jan 2011 19:51:26 +0000 (15:51 -0400)]
markup
http://oblomov.myopenid.com/ [Tue, 4 Jan 2011 18:45:49 +0000 (18:45 +0000)]
tag behavior changes introduced by typed link feature
http://oblomov.myopenid.com/ [Tue, 4 Jan 2011 14:40:30 +0000 (14:40 +0000)]
feed enhancements for inline pages
Simon McVittie [Mon, 3 Jan 2011 11:20:10 +0000 (11:20 +0000)]
Added a comment: Works with mathjax, with a little help
Joey Hess [Sun, 2 Jan 2011 22:31:08 +0000 (18:31 -0400)]
remove second parameter to include_javascript
function used to take a second parameter to control absoluteness, no longer
does
http://lovesgoodfood.com/jason/ [Sun, 2 Jan 2011 20:47:24 +0000 (20:47 +0000)]
Thanks!
http://mcfrisk.myopenid.com/ [Sun, 2 Jan 2011 20:32:29 +0000 (20:32 +0000)]
Flowplayer question
Joey Hess [Sun, 2 Jan 2011 19:53:46 +0000 (15:53 -0400)]
response
bremner [Sat, 1 Jan 2011 18:26:26 +0000 (18:26 +0000)]
Joey Hess [Sat, 1 Jan 2011 01:35:18 +0000 (21:35 -0400)]
add news item for ikiwiki 3.
20101231
Joey Hess [Sat, 1 Jan 2011 01:34:52 +0000 (21:34 -0400)]
releasing version 3.
20101231
JoeRayhawk [Fri, 31 Dec 2010 00:55:15 +0000 (00:55 +0000)]
http://lovesgoodfood.com/jason/ [Thu, 30 Dec 2010 19:36:32 +0000 (19:36 +0000)]
My placeholder.
http://lovesgoodfood.com/jason/ [Thu, 30 Dec 2010 19:34:45 +0000 (19:34 +0000)]
YAFR
justint [Thu, 30 Dec 2010 03:10:48 +0000 (03:10 +0000)]
Joey Hess [Thu, 30 Dec 2010 00:19:58 +0000 (20:19 -0400)]
git: Fix bug involving attempting to web revert a commit that included changes to attachments.
Joey Hess [Thu, 30 Dec 2010 00:10:28 +0000 (20:10 -0400)]
bugfix
Joey Hess [Wed, 29 Dec 2010 23:58:49 +0000 (19:58 -0400)]
Add a second parameter to the rcs_diff hook, and avoid bloating memory reading in enormous commits.
Joey Hess [Wed, 29 Dec 2010 18:13:31 +0000 (14:13 -0400)]
response
Joey Hess [Wed, 29 Dec 2010 18:02:33 +0000 (14:02 -0400)]
response
Joey Hess [Wed, 29 Dec 2010 17:08:18 +0000 (13:08 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 29 Dec 2010 17:08:09 +0000 (13:08 -0400)]
highlight: Support highlight 3.2+svn19 (note that released version 3.2 is not supported). Closes: #605779 (David Bremner)
David Bremner [Wed, 29 Dec 2010 11:18:14 +0000 (07:18 -0400)]
Update highlight plugin for highlight api.
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.
removed
removed
Joey Hess [Tue, 28 Dec 2010 17:52:01 +0000 (13:52 -0400)]
changelog
Joey Hess [Tue, 28 Dec 2010 17:51:12 +0000 (13:51 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 17:46:31 +0000 (17:46 +0000)]
expand documentation
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 15:02:43 +0000 (15:02 +0000)]
use clearer indentation
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 14:59:05 +0000 (14:59 +0000)]
adjust indentation levels to not confuse mdwn
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 14:57:52 +0000 (14:57 +0000)]
updated branches
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 14:46:21 +0000 (14:46 +0000)]
analysis of how autofile and autoindex differ
Simon McVittie [Tue, 28 Dec 2010 13:39:26 +0000 (13:39 +0000)]
tag test: assert that the only autofiles are the ones we want
http://smcv.pseudorandom.co.uk/ [Tue, 28 Dec 2010 13:02:32 +0000 (13:02 +0000)]
Cwd is loaded whenever we refresh anyway
Thomas Keller [Tue, 28 Dec 2010 00:55:12 +0000 (01:55 +0100)]
monotone.pm: while we're still only checking the major and minor
part of the version number of the monotone binary, we do not want
to give false alarm on patch or development versions