Commit Graph

17469 Commits (871e0f3482913b95267420936390e977d9abf363)

Author SHA1 Message Date
https://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y c2be7b4fe7 Added a comment: The same issue is happening with me 2013-03-06 09:10:17 -04:00
wentasah 42998e226a 2013-03-05 06:44:16 -04:00
Michal Sojka c42fd7d758 Add configuration to restrict the formats allowed for comments
I want to write my blog posts in a convenient format (Emacs org mode)
but do not want commenters to be able to use this format for security
reasons. This patch allows to configure which formats are allowed for
writing comments.

Effectively, it restricts the formats enabled with add_plugin to those
mentioned in comments_allowformats. If this is empty, all formats are
allowed, which is the behavior without this patch.
2013-03-05 11:00:29 +01:00
Joey Hess 61de91ae84 close 2013-03-04 18:33:11 -04:00
Joey Hess a417262d58 Merge branch 'master' of ssh://git.ikiwiki.info 2013-03-04 18:32:40 -04:00
Joey Hess 00d23a23eb map: Correct reversion introduced in version 3.20110225 that could generate invalid html. (smcv) 2013-03-04 18:30:27 -04:00
Joey Hess b1a721942d Merge remote-tracking branch 'smcv/ready/map' 2013-03-04 18:29:58 -04:00
wentasah af9798fb29 2013-03-04 17:21:54 -04:00
http://joeyh.name/ db16c8d8ef 2013-03-04 13:21:27 -04:00
Joey Hess d72e5fd58c Merge branch 'master' of ssh://git.ikiwiki.info 2013-03-04 13:19:31 -04:00
Joey Hess 8c8aa3fe47 Detect plugins with a broken getsetup and warn. 2013-03-04 13:19:05 -04:00
Joey Hess 1d6eb13e2b Add missing plugin section, and deal with missing sections with a warning. 2013-03-04 13:03:34 -04:00
wentasah e33d61df18 2013-03-04 11:58:48 -04:00
http://smcv.pseudorandom.co.uk/ b1039a6ee9 analysis, possible workaround, idea for solution 2013-03-02 13:14:09 -04:00
http://smcv.pseudorandom.co.uk/ f75679c1de tag as patch 2013-03-02 12:39:32 -04:00
http://smcv.pseudorandom.co.uk/ 8940e70041 apply more quoting 2013-03-02 12:37:12 -04:00
Amitai Schlair 6e60101ff9 A good idea for later; probably no other templates. 2013-02-26 13:19:52 -05:00
demo b4e95ea2a2 2013-02-25 18:08:34 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk a529d92d6f 2013-02-25 15:21:25 -04:00
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk c2dee16a10 Added a comment: How to get a comment moderation feed 2013-02-25 14:04:22 -04:00
Amitai Schlair 85c37cf0bc Fill in the feature matrix. 2013-02-24 10:13:54 -05:00
Amitai Schlair c1b0062f99 Fix link, add missing backquote. 2013-02-24 08:43:44 -05:00
http://smcv.pseudorandom.co.uk/ 69e7323992 bug report + branch with fix and regression test 2013-02-24 09:37:37 -04:00
http://smcv.pseudorandom.co.uk/ 5a6d33598c branch updated 2013-02-24 09:24:08 -04:00
Simon McVittie 766a2c7ab1 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.
2013-02-24 13:18:34 +00:00
Simon McVittie 2bdb0c5902 map test: clean up after ourselves 2013-02-24 13:16:13 +00:00
Simon McVittie af8712cfac 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.
2013-02-24 13:10:24 +00:00
Simon McVittie 12ca01fd5c map test: print maps' source as comments 2013-02-24 13:10:24 +00:00
Simon McVittie 3f27a97336 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>
2013-02-24 13:10:24 +00:00
Simon McVittie ce1c7a3eab Revert "map: don't create useless </ul><ul> sequences"
This reverts commit 2d5c2f301c.
2013-02-24 13:10:24 +00:00
Simon McVittie 82537ecf19 extend test, some cases now fail 2013-02-24 13:10:24 +00:00
Simon McVittie 54a48e15d8 Add a test for the map directive 2013-02-24 13:10:24 +00:00
Amitai Schlair 954bd8fc9e Document this oddball plugin. 2013-02-23 16:15:02 -05:00
Amitai Schlair f82bcfcd77 Document this plugin and joeyh's suggested to-do items. 2013-02-23 16:09:05 -05:00
Amitai Schlair 84e55b264b Needs review and a little help. 2013-02-23 14:29:50 -05:00
Amitai Schlair e823ee4bea Document wc plugin. 2013-02-23 14:26:37 -05:00
Amitai Schlair 59cca91406 Status update and up-move. 2013-02-23 06:17:31 -05:00
https://www.google.com/accounts/o8/id?id=AItOawm6VdLM7IKcNgkDiJ2YKHpcWli9bRLsZDk 0a809b2d3a 2013-02-22 20:38:28 -04:00
Amitai Schlair 48ad78605d Ready for review and possible integration. 2013-02-22 13:20:01 -05:00
holger 9f26a00e9c 2013-02-22 13:10:57 -04:00
Amitai Schlair 81a761bc12 Progress, links, an idea, improve table formatting. 2013-02-22 08:38:08 -05:00
Amitai Schlair 75f762014b Add a nice-to-have and a status chart. 2013-02-21 10:24:34 -05:00
Amitai Schlair a68db0bab7 Note progress. 2013-02-20 21:41:20 -05:00
Amitai Schlair a31c2d4e01 Document my fancypodcast WIP. 2013-02-19 20:17:47 -05:00
JoshTriplett 3ab69aab06 2013-02-19 17:43:03 -04:00
http://smcv.pseudorandom.co.uk/ 9b8a1230ff This reverts commit 5f1aa006fa 2013-02-18 06:27:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlQ6H4ouy-sp6-WGQWu6ktA2L59EfE19vg 5f1aa006fa 2013-02-18 05:25:45 -04:00
https://openid.fmarier.org/ 5beb9dfa57 fix blog link 2013-02-17 21:46:36 -04:00
https://openid.fmarier.org/ 9c6e824b10 2013-02-17 21:45:22 -04:00
Joey Hess e2405005e6 changelog 2013-02-15 17:24:34 -04:00