Commit Graph

17350 Commits (9d1f48a0e2137aebffa82687a059d34f2042db30)

Author SHA1 Message Date
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
Giuseppe Bilotta 186a76ec20 Allow dots in parameter key names
This allows e.g. the meta command to be used to introduce DublinCore
metadata.
2013-02-15 17:24:33 -04:00
Amitai Schlair 432499c2ba move note up by a paragraph 2013-02-14 20:11:56 -05:00
Amitai Schlair c3e4794863 more guidance for cgi_wrapper (friend was confused) 2013-02-14 20:09:12 -05:00
http://svend.ciffer.net/ 8159b420bf Update Svend's personal webpage hostname/URLs 2013-02-13 15:39:16 -04:00
Joey Hess 18f8e333ec add news item for ikiwiki 3.20130212 2013-02-13 00:00:46 -04:00
Joey Hess 02d855a393 releasing version 3.20130212 2013-02-12 23:58:51 -04:00
Joey Hess 480d6f93c1 highlight: Now adds a span with class highlight-<extension> around highlighted content, allowing for language-specific css styling. 2013-02-12 11:27:29 -04:00
Joey Hess 22146aa4a3 Merge branch 'master' of ssh://git.ikiwiki.info 2013-02-10 12:42:56 -04:00
https://www.google.com/accounts/o8/id?id=AItOawl4BBCBULh-xUFKF9_eloSWec0yfOWLv-o 1de209c12b 2013-02-08 22:15:15 -04:00
Richard Hartmann 1e0d8816f8 Revert "Vandalism by Noah"
This reverts commit 5848daea86.
2013-02-08 22:19:18 +01:00
Joey Hess f0db3da712 cleanup 2013-02-08 16:35:59 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlQ6H4ouy-sp6-WGQWu6ktA2L59EfE19vg 5848daea86 2013-02-08 16:22:10 -04:00
wentasah 91f7fbe09f Disabling certain formats for comments 2013-02-05 12:04:29 -04:00
Joey Hess ba3494978b cvs: Various fixes. 2013-02-03 10:40:34 +11:00
Joey Hess c6d41f9228 Merge remote-tracking branch 'schmonz/cvs' 2013-02-03 10:39:25 +11:00
Amitai Schlair a5fb27acb8 Bump test count for previous. 2013-02-02 14:19:50 -05:00
Amitai Schlair c8270ad05c another cvs bugfix on my branch 2013-02-02 14:14:45 -05:00
Amitai Schlair 91b477c087 Fix diffurl links (cvsweb expects unescaped '/'). 2013-02-02 14:11:15 -05:00
Amitai Schlair 0f3f809a45 Merge branch 'master' into cvs 2013-02-02 13:02:26 -05:00