]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/log
git.ikiwiki.info.git
11 years ago(no commit message)
wentasah [Mon, 4 Mar 2013 15:58:48 +0000 (11:58 -0400)]

11 years agoanalysis, possible workaround, idea for solution
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 17:14:09 +0000 (13:14 -0400)]
analysis, possible workaround, idea for solution

11 years agotag as patch
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 16:39:32 +0000 (12:39 -0400)]
tag as patch

11 years agoapply more quoting
http://smcv.pseudorandom.co.uk/ [Sat, 2 Mar 2013 16:37:12 +0000 (12:37 -0400)]
apply more quoting

11 years agoA good idea for later; probably no other templates.
Amitai Schlair [Tue, 26 Feb 2013 18:18:49 +0000 (13:18 -0500)]
A good idea for later; probably no other templates.

11 years agoA good idea for later; probably no other templates.
Amitai Schlair [Tue, 26 Feb 2013 18:18:49 +0000 (13:18 -0500)]
A good idea for later; probably no other templates.

11 years ago(no commit message)
demo [Mon, 25 Feb 2013 22:08:34 +0000 (18:08 -0400)]

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk [Mon, 25 Feb 2013 19:21:25 +0000 (15:21 -0400)]

11 years agoAdded a comment: How to get a comment moderation feed
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk [Mon, 25 Feb 2013 18:04:22 +0000 (14:04 -0400)]
Added a comment: How to get a comment moderation feed

11 years agoFill in the feature matrix.
Amitai Schlair [Sun, 24 Feb 2013 15:13:02 +0000 (10:13 -0500)]
Fill in the feature matrix.

11 years agoFill in the feature matrix.
Amitai Schlair [Sun, 24 Feb 2013 15:13:02 +0000 (10:13 -0500)]
Fill in the feature matrix.

11 years agoMerge branch 'master' into fancypodcast
Amitai Schlair [Sun, 24 Feb 2013 14:33:28 +0000 (09:33 -0500)]
Merge branch 'master' into fancypodcast

11 years agoFix link, add missing backquote.
Amitai Schlair [Sun, 24 Feb 2013 13:43:44 +0000 (08:43 -0500)]
Fix link, add missing backquote.

11 years agobug report + branch with fix and regression test
http://smcv.pseudorandom.co.uk/ [Sun, 24 Feb 2013 13:37:37 +0000 (09:37 -0400)]
bug report + branch with fix and regression test

11 years agobranch updated
http://smcv.pseudorandom.co.uk/ [Sun, 24 Feb 2013 13:24:08 +0000 (09:24 -0400)]
branch updated

11 years agopermalink test: start by deleting t/tmp
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.

11 years agomap test: clean up after ourselves
Simon McVittie [Sun, 24 Feb 2013 13:16:13 +0000 (13:16 +0000)]
map test: clean up after ourselves

11 years agomap: postprocess to collapse useless </ul><ul> sequences
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.

11 years agomap test: print maps' source as comments
Simon McVittie [Fri, 3 Aug 2012 11:49:20 +0000 (12:49 +0100)]
map test: print maps' source as comments

11 years agoOptionally add indentation to maps
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>

11 years agoRevert "map: don't create useless </ul><ul> sequences"
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.

11 years agoextend test, some cases now fail
Simon McVittie [Fri, 29 Jul 2011 19:46:07 +0000 (20:46 +0100)]
extend test, some cases now fail

11 years agoAdd a test for the map directive
Simon McVittie [Wed, 20 Jul 2011 21:44:08 +0000 (22:44 +0100)]
Add a test for the map directive

11 years agoDocument this oddball plugin.
Amitai Schlair [Tue, 31 Jan 2012 03:00:21 +0000 (21:00 -0600)]
Document this oddball plugin.

11 years agoDocument this plugin and joeyh's suggested to-do items.
Amitai Schlair [Tue, 31 Jan 2012 03:33:30 +0000 (21:33 -0600)]
Document this plugin and joeyh's suggested to-do items.

11 years agoNeeds review and a little help.
Amitai Schlair [Sat, 23 Feb 2013 19:29:50 +0000 (14:29 -0500)]
Needs review and a little help.

11 years agoDocument wc plugin.
Amitai Schlair [Sat, 23 Feb 2013 19:24:08 +0000 (14:24 -0500)]
Document wc plugin.

11 years agoStatus update and up-move.
Amitai Schlair [Sat, 23 Feb 2013 11:17:31 +0000 (06:17 -0500)]
Status update and up-move.

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk [Sat, 23 Feb 2013 00:38:28 +0000 (20:38 -0400)]

11 years agoMerge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 20:05:34 +0000 (15:05 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast

11 years agoMerge branch 'master' into fancypodcast
Amitai Schlair [Fri, 22 Feb 2013 18:22:49 +0000 (13:22 -0500)]
Merge branch 'master' into fancypodcast

11 years agoReady for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.

11 years agoReady for review and possible integration.
Amitai Schlair [Fri, 22 Feb 2013 18:16:55 +0000 (13:16 -0500)]
Ready for review and possible integration.

11 years agoCatch up rsspage to atompage. Validates.
Amitai Schlair [Fri, 22 Feb 2013 17:54:16 +0000 (12:54 -0500)]
Catch up rsspage to atompage. Validates.

11 years ago(no commit message)
holger [Fri, 22 Feb 2013 17:10:57 +0000 (13:10 -0400)]

11 years agoProgress, 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.

11 years agoProgress, 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.

11 years agoUn-copy-paste the fancy-podcast tests.
Amitai Schlair [Fri, 22 Feb 2013 04:12:15 +0000 (23:12 -0500)]
Un-copy-paste the fancy-podcast tests.

11 years agoAdd 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.

11 years agoAdd 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.

11 years agoMerge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 07:09:52 +0000 (02:09 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast

11 years agoDon't prepend author to title (Atom doesn't).
Amitai Schlair [Thu, 21 Feb 2013 06:39:31 +0000 (01:39 -0500)]
Don't prepend author to title (Atom doesn't).

11 years agoStyle enclosures like content.
Amitai Schlair [Thu, 21 Feb 2013 05:45:10 +0000 (00:45 -0500)]
Style enclosures like content.

11 years agoMerge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:59:55 +0000 (21:59 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast

11 years agoMerge branch 'master' into fancypodcast
Amitai Schlair [Thu, 21 Feb 2013 02:50:53 +0000 (21:50 -0500)]
Merge branch 'master' into fancypodcast

11 years agoNote progress.
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.

11 years agoNote progress.
Amitai Schlair [Thu, 21 Feb 2013 02:40:03 +0000 (21:40 -0500)]
Note progress.

11 years agoRender fancy podcast enclosures.
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.

11 years agoExtract genenclosure(). No functional change intended.
Amitai Schlair [Thu, 21 Feb 2013 01:53:50 +0000 (20:53 -0500)]
Extract genenclosure(). No functional change intended.

11 years agoMake enclosures absolute (in feeds they have to be).
Amitai Schlair [Thu, 21 Feb 2013 00:14:20 +0000 (19:14 -0500)]
Make enclosures absolute (in feeds they have to be).

11 years agoMerge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast
Amitai Schlair [Wed, 20 Feb 2013 14:21:24 +0000 (09:21 -0500)]
Merge branch 'fancypodcast' of github.com:schmonz/ikiwiki into fancypodcast

11 years agoStart documenting eventual docwiki changes.
Amitai Schlair [Wed, 20 Feb 2013 00:47:47 +0000 (19:47 -0500)]
Start documenting eventual docwiki changes.

11 years agoWhen inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.

11 years agoLet tests determine whether feeds get made.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.

11 years agoDocument that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.

11 years agoMake enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.

11 years agoRename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.

11 years agoMake [[!meta enclosure=foo.mp3]] "work" for HTML.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.

11 years agoDocument that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.

11 years agoWrap a long line.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.

11 years agoAdd tests for existing podcast behavior.
Amitai Schlair [Sun, 17 Feb 2013 07:46:31 +0000 (02:46 -0500)]
Add tests for existing podcast behavior.

11 years agoDocument my fancypodcast WIP.
Amitai Schlair [Wed, 20 Feb 2013 01:13:10 +0000 (20:13 -0500)]
Document my fancypodcast WIP.

11 years ago(no commit message)
JoshTriplett [Tue, 19 Feb 2013 21:43:03 +0000 (17:43 -0400)]

11 years agoWhen inlining HTML pages, render enclosures.
Amitai Schlair [Tue, 19 Feb 2013 00:34:20 +0000 (19:34 -0500)]
When inlining HTML pages, render enclosures.

11 years agoLet tests determine whether feeds get made.
Amitai Schlair [Tue, 19 Feb 2013 00:14:31 +0000 (19:14 -0500)]
Let tests determine whether feeds get made.

11 years agoDocument that last enclosure wins.
Amitai Schlair [Mon, 18 Feb 2013 23:19:45 +0000 (18:19 -0500)]
Document that last enclosure wins.

11 years agoMake enclosure follow WikiLink LinkingRules.
Amitai Schlair [Mon, 18 Feb 2013 23:01:13 +0000 (18:01 -0500)]
Make enclosure follow WikiLink LinkingRules.

11 years agoRename some posts and fix wrong assumptions.
Amitai Schlair [Mon, 18 Feb 2013 21:48:44 +0000 (16:48 -0500)]
Rename some posts and fix wrong assumptions.

11 years agoMake [[!meta enclosure=foo.mp3]] "work" for HTML.
Amitai Schlair [Mon, 18 Feb 2013 21:24:22 +0000 (16:24 -0500)]
Make [[!meta enclosure=foo.mp3]] "work" for HTML.

11 years agoThis reverts commit 5f1aa006fa45193d792d9c7a42b2d2f5fad0976f
http://smcv.pseudorandom.co.uk/ [Mon, 18 Feb 2013 10:27:52 +0000 (06:27 -0400)]
This reverts commit 5f1aa006fa45193d792d9c7a42b2d2f5fad0976f

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlQ6H4ouy-sp6-WGQWu6ktA2L59EfE19vg [Mon, 18 Feb 2013 09:25:45 +0000 (05:25 -0400)]

11 years agofix blog link
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:46:36 +0000 (21:46 -0400)]
fix blog link

11 years ago(no commit message)
https://openid.fmarier.org/ [Mon, 18 Feb 2013 01:45:22 +0000 (21:45 -0400)]

11 years agoDocument that podcasts are text XOR enclosure.
Amitai Schlair [Sun, 17 Feb 2013 15:52:23 +0000 (10:52 -0500)]
Document that podcasts are text XOR enclosure.

11 years agoWrap a long line.
Amitai Schlair [Sun, 17 Feb 2013 15:09:05 +0000 (10:09 -0500)]
Wrap a long line.

11 years agoAdd tests for existing podcast behavior.
Amitai Schlair [Sun, 17 Feb 2013 07:46:31 +0000 (02:46 -0500)]
Add tests for existing podcast behavior.

11 years agochangelog
Joey Hess [Fri, 15 Feb 2013 21:23:48 +0000 (17:23 -0400)]
changelog

11 years agoAllow dots in parameter key names
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.

11 years agomove note up by a paragraph
Amitai Schlair [Fri, 15 Feb 2013 01:11:56 +0000 (20:11 -0500)]
move note up by a paragraph

11 years agomore guidance for cgi_wrapper (friend was confused)
Amitai Schlair [Fri, 15 Feb 2013 01:09:12 +0000 (20:09 -0500)]
more guidance for cgi_wrapper (friend was confused)

11 years agoUpdate Svend's personal webpage hostname/URLs
http://svend.ciffer.net/ [Wed, 13 Feb 2013 19:39:16 +0000 (15:39 -0400)]
Update Svend's personal webpage hostname/URLs

11 years agoadd news item for ikiwiki 3.20130212
Joey Hess [Wed, 13 Feb 2013 04:00:46 +0000 (00:00 -0400)]
add news item for ikiwiki 3.20130212

11 years agoreleasing version 3.20130212 3.20130212
Joey Hess [Wed, 13 Feb 2013 03:58:51 +0000 (23:58 -0400)]
releasing version 3.20130212

11 years agohighlight: Now adds a span with class highlight-<extension> around highlighted conten...
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.

11 years agoMerge branch 'master' of ssh://git.ikiwiki.info
Joey Hess [Sun, 10 Feb 2013 16:42:56 +0000 (12:42 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawl4BBCBULh-xUFKF9_eloSWec0yfOWLv-o [Sat, 9 Feb 2013 02:15:15 +0000 (22:15 -0400)]

11 years agoRevert "Vandalism by Noah"
Richard Hartmann [Fri, 8 Feb 2013 21:19:18 +0000 (22:19 +0100)]
Revert "Vandalism by Noah"

This reverts commit 5848daea86d9f5d420b313c234c57c12c62da557.

11 years agocleanup
Joey Hess [Fri, 8 Feb 2013 20:35:59 +0000 (16:35 -0400)]
cleanup

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlQ6H4ouy-sp6-WGQWu6ktA2L59EfE19vg [Fri, 8 Feb 2013 20:22:10 +0000 (16:22 -0400)]

11 years agoDisabling certain formats for comments
wentasah [Tue, 5 Feb 2013 16:04:29 +0000 (12:04 -0400)]
Disabling certain formats for comments

11 years agocvs: Various fixes.
Joey Hess [Sat, 2 Feb 2013 23:40:34 +0000 (10:40 +1100)]
cvs: Various fixes.

11 years agoMerge remote-tracking branch 'schmonz/cvs'
Joey Hess [Sat, 2 Feb 2013 23:39:25 +0000 (10:39 +1100)]
Merge remote-tracking branch 'schmonz/cvs'

11 years agoBump test count for previous.
Amitai Schlair [Sat, 2 Feb 2013 19:19:50 +0000 (14:19 -0500)]
Bump test count for previous.

11 years agoanother cvs bugfix on my branch
Amitai Schlair [Sat, 2 Feb 2013 19:14:45 +0000 (14:14 -0500)]
another cvs bugfix on my branch

11 years agoFix diffurl links (cvsweb expects unescaped '/').
Amitai Schlair [Sat, 2 Feb 2013 19:11:15 +0000 (14:11 -0500)]
Fix diffurl links (cvsweb expects unescaped '/').

11 years agoMerge branch 'master' into cvs
Amitai Schlair [Sat, 2 Feb 2013 18:02:26 +0000 (13:02 -0500)]
Merge branch 'master' into cvs

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ [Fri, 1 Feb 2013 04:29:35 +0000 (00:29 -0400)]

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawm2HfkEA6aPe3j7LdyEEpGGOg43PBkNfHA [Fri, 1 Feb 2013 04:28:05 +0000 (00:28 -0400)]

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ [Fri, 1 Feb 2013 04:24:58 +0000 (00:24 -0400)]

11 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawm2HfkEA6aPe3j7LdyEEpGGOg43PBkNfHA [Fri, 1 Feb 2013 04:20:32 +0000 (00:20 -0400)]