Simon McVittie [Sun, 24 Feb 2013 13:18:34 +0000 (13:18 +0000)]
permalink test: start by deleting t/tmp
Otherwise, tests that don't end by deleting t/tmp (which is a useful
change when debugging a failing test) would cause this one to fail.
Simon McVittie [Sun, 24 Feb 2013 13:16:13 +0000 (13:16 +0000)]
map test: clean up after ourselves
Simon McVittie [Fri, 3 Aug 2012 11:53:25 +0000 (12:53 +0100)]
map: postprocess to collapse useless </ul><ul> sequences
This re-fixes the same bug as
2d5c2f30, but without introducing
malformed HTML in some situations. This is not a very elegant
solution, but it has the advantage of passing more tests.
Simon McVittie [Fri, 3 Aug 2012 11:49:20 +0000 (12:49 +0100)]
map test: print maps' source as comments
Simon McVittie [Fri, 3 Aug 2012 11:48:46 +0000 (12:48 +0100)]
Optionally add indentation to maps
This makes them easier to debug by showing the structure. Sample output
when $spaces is set to 4 spaces:
<div class='map'>
<ul>
<li>
<a href="../alpha" class="mapparent">alpha</a>
<ul>
<li>
<a href="../alpha/1" class="mapitem">1</a>
</li>
</ul>
</li>
<li>
<a href="../beta" class="mapitem">beta</a>
</li>
</ul>
</div>
Simon McVittie [Fri, 29 Jul 2011 19:46:42 +0000 (20:46 +0100)]
Revert "map: don't create useless </ul><ul> sequences"
This reverts commit
2d5c2f301c04a3daa3164a2df70899fa2c1aaa38.
Simon McVittie [Fri, 29 Jul 2011 19:46:07 +0000 (20:46 +0100)]
extend test, some cases now fail
Simon McVittie [Wed, 20 Jul 2011 21:44:08 +0000 (22:44 +0100)]
Add a test for the map directive
Amitai Schlair [Tue, 31 Jan 2012 03:00:21 +0000 (21:00 -0600)]
Document this oddball plugin.
Amitai Schlair [Tue, 31 Jan 2012 03:33:30 +0000 (21:33 -0600)]
Document this plugin and joeyh's suggested to-do items.
Amitai Schlair [Sat, 23 Feb 2013 19:29:50 +0000 (14:29 -0500)]
Needs review and a little help.
Amitai Schlair [Sat, 23 Feb 2013 19:24:08 +0000 (14:24 -0500)]
Document wc plugin.
Amitai Schlair [Sat, 23 Feb 2013 11:17:31 +0000 (06:17 -0500)]
Status update and up-move.
Amitai Schlair [Fri, 22 Feb 2013 20:05:34 +0000 (15:05 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 18:22:49 +0000 (13:22 -0500)]
Merge branch 'master' into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 17:54:16 +0000 (12:54 -0500)]
Catch up rsspage to atompage. Validates.
holger [Fri, 22 Feb 2013 17:10:57 +0000 (13:10 -0400)]
Amitai Schlair [Fri, 22 Feb 2013 13:32:27 +0000 (08:32 -0500)]
Progress, links, an idea, improve table formatting.
Amitai Schlair [Fri, 22 Feb 2013 13:32:27 +0000 (08:32 -0500)]
Progress, links, an idea, improve table formatting.
Amitai Schlair [Fri, 22 Feb 2013 04:12:15 +0000 (23:12 -0500)]
Un-copy-paste the fancy-podcast tests.
Amitai Schlair [Thu, 21 Feb 2013 15:23:43 +0000 (10:23 -0500)]
Add a nice-to-have and a status chart.
Amitai Schlair [Thu, 21 Feb 2013 15:23:43 +0000 (10:23 -0500)]
Add a nice-to-have and a status chart.
Amitai Schlair [Thu, 21 Feb 2013 07:09:52 +0000 (02:09 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 06:39:31 +0000 (01:39 -0500)]
Don't prepend author to title (Atom doesn't).
Amitai Schlair [Thu, 21 Feb 2013 05:45:10 +0000 (00:45 -0500)]
Style enclosures like content.
Amitai Schlair [Thu, 21 Feb 2013 02:59:55 +0000 (21:59 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:50:53 +0000 (21:50 -0500)]
Merge branch 'master' into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.
Amitai Schlair [Thu, 21 Feb 2013 02:16:19 +0000 (21:16 -0500)]
Render fancy podcast enclosures.
Simple podcast feeds didn't have content tags and I made sure to
keep it that way. This may be unnecessarily conservative. Changing
the behavior to include empty content tags might be fine, but I
don't want to think about it right now, I just want my tests to
keep passing!
The new fancy-podcast tests are copy-pasted-edited from the
simple-podcast tests. These tests shall be refactored.
Amitai Schlair [Thu, 21 Feb 2013 01:53:50 +0000 (20:53 -0500)]
Extract genenclosure(). No functional change intended.
Amitai Schlair [Thu, 21 Feb 2013 00:14:20 +0000 (19:14 -0500)]
Make enclosures absolute (in feeds they have to be).
Amitai Schlair [Wed, 20 Feb 2013 14:21:24 +0000 (09:21 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Wed, 20 Feb 2013 00:47:47 +0000 (19:47 -0500)]
Start documenting eventual docwiki changes.
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.
Amitai Schlair [Sun, 17 Feb 2013 07:46:31 +0000 (02:46 -0500)]
Add tests for existing podcast behavior.
Amitai Schlair [Wed, 20 Feb 2013 01:13:10 +0000 (20:13 -0500)]
Document my fancypodcast WIP.
JoshTriplett [Tue, 19 Feb 2013 21:43:03 +0000 (17:43 -0400)]
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.
http://smcv.pseudorandom.co.uk/ [Mon, 18 Feb 2013 10:27:52 +0000 (06:27 -0400)]
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:46:36 +0000 (21:46 -0400)]
fix blog link
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:45:22 +0000 (21:45 -0400)]
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.
Amitai Schlair [Sun, 17 Feb 2013 07:46:31 +0000 (02:46 -0500)]
Add tests for existing podcast behavior.
Joey Hess [Fri, 15 Feb 2013 21:23:48 +0000 (17:23 -0400)]
changelog
Giuseppe Bilotta [Fri, 9 Nov 2012 10:39:23 +0000 (11:39 +0100)]
Allow dots in parameter key names
This allows e.g. the meta command to be used to introduce DublinCore
metadata.
Amitai Schlair [Fri, 15 Feb 2013 01:11:56 +0000 (20:11 -0500)]
move note up by a paragraph
Amitai Schlair [Fri, 15 Feb 2013 01:09:12 +0000 (20:09 -0500)]
more guidance for cgi_wrapper (friend was confused)
http://svend.ciffer.net/ [Wed, 13 Feb 2013 19:39:16 +0000 (15:39 -0400)]
Update Svend's personal webpage hostname/URLs
Joey Hess [Wed, 13 Feb 2013 04:00:46 +0000 (00:00 -0400)]
add news item for ikiwiki 3.
20130212
Joey Hess [Wed, 13 Feb 2013 03:58:51 +0000 (23:58 -0400)]
releasing version 3.
20130212
Joey Hess [Tue, 12 Feb 2013 15:27:29 +0000 (11:27 -0400)]
highlight: Now adds a span with class highlight-<extension> around highlighted content, allowing for language-specific css styling.
Joey Hess [Sun, 10 Feb 2013 16:42:56 +0000 (12:42 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info
Richard Hartmann [Fri, 8 Feb 2013 21:19:18 +0000 (22:19 +0100)]
Revert "Vandalism by Noah"
This reverts commit
5848daea86d9f5d420b313c234c57c12c62da557.
Joey Hess [Fri, 8 Feb 2013 20:35:59 +0000 (16:35 -0400)]
cleanup
wentasah [Tue, 5 Feb 2013 16:04:29 +0000 (12:04 -0400)]
Disabling certain formats for comments
Joey Hess [Sat, 2 Feb 2013 23:40:34 +0000 (10:40 +1100)]
cvs: Various fixes.
Joey Hess [Sat, 2 Feb 2013 23:39:25 +0000 (10:39 +1100)]
Merge remote-tracking branch 'schmonz/cvs'
Amitai Schlair [Sat, 2 Feb 2013 19:19:50 +0000 (14:19 -0500)]
Bump test count for previous.
Amitai Schlair [Sat, 2 Feb 2013 19:14:45 +0000 (14:14 -0500)]
another cvs bugfix on my branch
Amitai Schlair [Sat, 2 Feb 2013 19:11:15 +0000 (14:11 -0500)]
Fix diffurl links (cvsweb expects unescaped '/').
Amitai Schlair [Sat, 2 Feb 2013 18:02:26 +0000 (13:02 -0500)]
Merge branch 'master' into cvs
Joey Hess [Mon, 28 Jan 2013 21:12:56 +0000 (08:12 +1100)]
Deal with empty diffurl in configuration.
Joey Hess [Mon, 28 Jan 2013 21:09:32 +0000 (08:09 +1100)]
Merge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Mon, 28 Jan 2013 21:08:57 +0000 (08:08 +1100)]
add
https://shinji.startssl.com/ [Mon, 28 Jan 2013 08:35:28 +0000 (04:35 -0400)]
Create new bug with patch
Amitai Schlair [Mon, 28 Jan 2013 04:08:00 +0000 (23:08 -0500)]
formatting
Amitai Schlair [Mon, 28 Jan 2013 03:59:49 +0000 (22:59 -0500)]
old and new cvs goodies needing merging
Amitai Schlair [Mon, 28 Jan 2013 03:38:22 +0000 (22:38 -0500)]
Merge branch 'master' into cvs
Amitai Schlair [Mon, 28 Jan 2013 03:09:57 +0000 (22:09 -0500)]
Fix longstanding bug (chdir to nonexistent dirs).
In test, set up the post-commit hook for more realism (and bugs!).
To make wrappers work in test, set PERL5LIB, and allow the wrappee's
path to be overridden. Meta-test that post-commit is really hooked
up by verifying that content is getting generated in destdir.
About the longstanding bug, which as far as I know was harmless:
CVS can't operate outside a srcdir, so we're always setting $CWD.
"local $CWD" restores the previous value when we go out of scope.
Usually that's correct. But if we're removing the last file from a
directory, the post-commit hook will exec in a working directory
that's about to not exist (CVS will prune it).
The fix: chdir() manually in cvs_runcvs(), so we can selectively
not chdir() back.