diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-14 14:14:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-14 14:14:39 -0400 |
commit | 95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b (patch) | |
tree | 11739ba9e8a09c85c82a3e883663ac1f937d899c | |
parent | a69c25fde0201de1addf44a55c2e6cd5334f50ea (diff) | |
parent | dd3703884047e7de53f6394d2b2fa8ba80fbac9d (diff) | |
download | ikiwiki-95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b.tar ikiwiki-95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r-- | doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn | 2 | ||||
-rw-r--r-- | doc/bugs/osm_sometimes_looses_some_nodes.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/Using_page_titles_in_internal_links.mdwn | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn index b36cfee13..01d1ec8bc 100644 --- a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn +++ b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn @@ -2,4 +2,4 @@ Under some circumstances that remain unclear to me, the usage of `urlto()` in th GET http://mesh.openisp.ca/map/pois.kml/ 404 (Not Found) -Indeed, that URL yields a 404. The proper URL is <http://mesh.openisp.ca/map/pois.kml>. --[[anarcat] +Indeed, that URL yields a 404. The proper URL is <http://mesh.openisp.ca/map/pois.kml>. --[[anarcat]] diff --git a/doc/bugs/osm_sometimes_looses_some_nodes.mdwn b/doc/bugs/osm_sometimes_looses_some_nodes.mdwn new file mode 100644 index 000000000..9de1b4e23 --- /dev/null +++ b/doc/bugs/osm_sometimes_looses_some_nodes.mdwn @@ -0,0 +1,5 @@ +I have heard repeated reports on <http://mesh.openisp.ca/> that editing a page that has a waypoint in it will sometimes make that waypoint disappear from the main map. I have yet to understand why that happens or how, but multiple users have reported that. + +A workaround is to rebuild the whole wiki, although sometimes re-editing the same page will bring the waypoint back on the map. + +I have been able to reproduce this by simply creating a new node. It will not show up on the map until the wiki is rebuilt or the node is resaved. -- [[anarcat]] diff --git a/doc/todo/Using_page_titles_in_internal_links.mdwn b/doc/todo/Using_page_titles_in_internal_links.mdwn index 9064d4daf..6e1438bfd 100644 --- a/doc/todo/Using_page_titles_in_internal_links.mdwn +++ b/doc/todo/Using_page_titles_in_internal_links.mdwn @@ -1 +1,3 @@ It would be really nice if, should a page happen to have a title metavariable then links to that page which do not explicitly state a title would use it. -- Daniel Silverstone + +> i like the idea for some applications, but i'm afraid there would be lots of cases where it wouldn't be appropriate to happen automatically, first and foremost capitalization. a syntax like ``\[[|that page]]`` might still be available, as the current implementation assumes the ``|`` character to be part of the page name. --[[chrysn]] |