aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add a mapJoey Hess2013-03-28
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-28
|\
| * (no commit message)JoshTriplett2013-03-27
| |
| * namehttp://jmtd.net/2013-03-27
| |
| * +z is for zombieshttp://jmtd.net/2013-03-27
| |
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-25
|\|
| * a thought why associating several OpenIDs with an account can make sense ↵https://www.google.com/accounts/o8/id?id=AItOawl3JW_Ow4xMqj98Ig1vwGx_AnjUSsgwE8E2013-03-25
| | | | | | | | (primarily applicable to ikiwiki admins only)
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkpel1dFiZnk2mHw_dqLACXfvNG-CcPzPo2013-03-23
| |
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-18
|\|
| * Revert vandalism.Amitai Schlair2013-03-17
| | | | | | | | This reverts commit 176181c9feee20b3b2bcad3606949eec144ac2d3.
| * Revert vandalism.Amitai Schlair2013-03-17
| | | | | | | | This reverts commit 07841fdf135895caee3064995e3c25f3cc073ab4.
| * (no commit message)mkmk2013-03-17
| |
| * (no commit message)mkmk2013-03-17
| |
| * (no commit message)mkmk2013-03-17
| |
| * (no commit message)mkmk2013-03-17
| |
| * Describe some of my uses of ikiwiki.Amitai Schlair2013-03-17
| |
| * Request review from anyone willing and able.Amitai Schlair2013-03-17
| |
| * Specify steps to test not flooding aggregators.Amitai Schlair2013-03-17
| |
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-14
|\|
| * (no commit message)http://emperor.livejournal.com/2013-03-14
| |
| * (no commit message)http://hiato.myopenid.com/2013-03-13
| |
| * Added my ikiwiki siteshttp://hiato.myopenid.com/2013-03-13
| |
| * Added new color for the [[]] logohttp://hiato.myopenid.com/2013-03-13
| |
| * Add link to Restrict_formats_allowed_for_comments patchwentasah2013-03-11
| |
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-07
|\|
| * (no commit message)https://www.google.com/accounts/o8/id?id=AItOawljJoWAYhI55qm4hRLdzIOQBNMVB6fgrs82013-03-06
| |
| * Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawljJoWAYhI55qm4hRLdzIOQBNMVB6fgrs82013-03-06
| |
* | RevertJoey Hess2013-03-06
|/ | | | This reverts commit 8b4bfadc329970d380059063166b7a8ac7683e99.
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawl3OUHoFwYXvVC-PIAVqPhYzr6vABfMm9Y2013-03-06
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y2013-03-06
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y2013-03-06
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y2013-03-06
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y2013-03-06
|
* Added a comment: The same issue is happening with mehttps://www.google.com/accounts/o8/id?id=AItOawlXywgEUJjKArnORJR-5hmNFv8bTraXO1Y2013-03-06
|
* (no commit message)wentasah2013-03-05
|
* closeJoey Hess2013-03-04
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-04
|\
| * (no commit message)wentasah2013-03-04
| |
| * (no commit message)http://joeyh.name/2013-03-04
| |
* | map: Correct reversion introduced in version 3.20110225 that could generate ↵Joey Hess2013-03-04
| | | | | | | | invalid html. (smcv)
* | Merge remote-tracking branch 'smcv/ready/map'Joey Hess2013-03-04
|\ \ | |/ |/|
| * permalink test: start by deleting t/tmpSimon McVittie2013-02-24
| | | | | | | | | | 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.
| * map test: clean up after ourselvesSimon McVittie2013-02-24
| |
| * map: postprocess to collapse useless </ul><ul> sequencesSimon McVittie2013-02-24
| | | | | | | | | | | | 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.
| * map test: print maps' source as commentsSimon McVittie2013-02-24
| |
| * Optionally add indentation to mapsSimon McVittie2013-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * Revert "map: don't create useless </ul><ul> sequences"Simon McVittie2013-02-24
| | | | | | | | This reverts commit 2d5c2f301c04a3daa3164a2df70899fa2c1aaa38.
| * extend test, some cases now failSimon McVittie2013-02-24
| |
| * Add a test for the map directiveSimon McVittie2013-02-24
| |
* | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2013-03-04
|\ \