aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* load index file in osm cgi hookJoey Hess2012-03-18
| | | | | | | | This hook involves urlto, and that needs to have state loaded to work in all situations. Note that I can see no reason for the osm plugin to use a cgi hook at all. This could just as well be a static html page!
* test failure mysteriously vanishedJoey Hess2012-03-18
|
* trail.t is failingJoey Hess2012-03-18
|
* mention that trail is set to "yes"Joey Hess2012-03-18
|
* more updates for trail mergeJoey Hess2012-03-18
|
* avoid unnecessary uses of UNIVERSALJoey Hess2012-03-18
| | | | | | | Foo->Bar->can("method") works just as well, even if Foo::Bar is not loaded. Using UNIVERSAL::can is deprecated. But, I was unable to easily eliminate conditional.pm's use of UNIVERSAL::can
* merged trail3-integratedJoey Hess2012-03-18
|
* moveJoey Hess2012-03-18
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-03-18
|\
| * formattinghttp://smcv.pseudorandom.co.uk/2012-03-18
| |
| * request for re-reviewhttp://smcv.pseudorandom.co.uk/2012-03-18
| |
* | changelogJoey Hess2012-03-18
|\ \
| * | Add a build_affected hook so trail doesn't have to injectSimon McVittie2012-03-18
| | | | | | | | | | | | | | | In principle, building any pages affected by links, backlinks etc. could work the same way.
| * | Replace [[!trailinline]] directive with [[!inline trail=yes]]Simon McVittie2012-03-18
| | |
| * | Move trail out of the contrib directory in preparation for eventual mergeSimon McVittie2012-03-18
| | |
| * | Merge tag '3.20120202' into trail3-integratedSimon McVittie2012-03-18
| |\ \
| * | | Split trail directive into trailitems, trailoptionsSimon McVittie2011-11-12
| | | |
| * | | trail: update documentation; drop docs for directives, which are now in the wikiSimon McVittie2011-11-12
| | | |
| * | | trail: improve and test sortingSimon McVittie2011-11-12
| | | |
| * | | trail: avoid collecting trail members twiceSimon McVittie2011-11-12
| | | |
| * | | Add path and path_natural sort ordersSimon McVittie2011-11-12
| | | | | | | | | | | | | | | | | | | | These correspond to title and title_natural, but compare the entire path: a < a/b < a/z < ab < b.
| * | | Add path and path_natural sort ordersSimon McVittie2011-11-12
| | | |
| * | | use trailinline for the example blog so it gets next/prev linksSimon McVittie2011-11-09
| | | |
| * | | trail: new plugin (3rd attempt)Simon McVittie2011-11-09
| | | |
* | | | Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2012-03-18
|\ \ \ \ | | |_|/ | |/| |
| * | | updated, againhttp://smcv.pseudorandom.co.uk/2012-03-18
| | | |
| * | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-17
| | | |
* | | | improve docsJoey Hess2012-03-17
|/ / /
* | | Added a commenthttp://joey.kitenet.net/2012-03-16
| | |
* | | (fixed links that were broken due to missing extensions)chrysn2012-03-15
| | |
* | | the algorithms required for map plugin sortingchrysn2012-03-15
| | |
* | | rename todo/incomplete_patch.pl to ↵chrysn2012-03-15
| | | | | | | | | | | | todo/sort_parameter_for_map_plugin_and_directive/incomplete_patch.pl.pl
* | | the incomplete patch for the map pluginchrysn2012-03-15
| | |
* | | 2/3 solution to map plugin sortingchrysn2012-03-15
| | |
* | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-15
| | |
* | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-15
| | |
* | | Note about compatibilityhttps://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-15
| | |
* | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-15
| | |
* | | Copy 'template.pm' re-write from websitehttps://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE2012-03-15
| | |
* | | implementation suggestion for map templatingchrysn2012-03-15
| | |
* | | how sorting on maps might workchrysn2012-03-15
| | |
* | | linkmap issue: linked to a similar issuechrysn2012-03-15
| | |
* | | linkmap issue: no attachment; inline patch insteadchrysn2012-03-15
| | |
* | | link to attachmentchrysn2012-03-15
| | |
* | | document and fix linkmap underscore issuechrysn2012-03-15
| | |
* | | (no commit message)http://cgray.myopenid.com/2012-03-14
| | |
* | | Change signaturehttps://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2012-03-13
| | |
* | | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U2012-03-13
| | |
* | | make icon absoluteJoey Hess2012-03-13
| | | | | | | | | | | | it is put into kml files, etc
* | | avoid double amp escapingJoey Hess2012-03-13
| | |