From d2b1264546fa412db8c1591bc8bb14aba04b960d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 18 Jul 2009 13:06:04 +0100 Subject: [PATCH] Tag patches with the plugin to which they apply, or core --- doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn | 4 +++- .../pagetitle_function_does_not_respect_meta_titles.mdwn | 6 ++++-- .../search_for_locale_data_in_the_installed_location.mdwn | 2 +- doc/patch/core.mdwn | 7 +++++++ doc/todo/Add_DATE_parameter_for_use_in_templates.mdwn | 2 +- doc/todo/Bestdir_along_with_bestlink_in_IkiWiki.pm.mdwn | 2 +- .../Set_arbitrary_date_to_be_used_by_calendar_plugin.mdwn | 2 +- doc/todo/allow_site-wide_meta_definitions.mdwn | 4 +++- .../auto-create_tag_pages_according_to_a_template.mdwn | 2 +- doc/todo/blogpost_plugin.mdwn | 2 +- doc/todo/enable-htaccess-files.mdwn | 4 +--- doc/todo/format_escape.mdwn | 2 +- ...d-coded_location_for_man_pages_and_w3m_cgi_wrapper.mdwn | 2 +- doc/todo/inline_plugin:_specifying_ordered_page_names.mdwn | 6 ++++-- doc/todo/inline_postform_autotitles.mdwn | 3 +-- doc/todo/meta_rcsid.mdwn | 2 +- doc/todo/missingparents.pm.mdwn | 2 +- doc/todo/passwordauth:_sendmail_interface.mdwn | 2 +- doc/todo/should_optimise_pagespecs.mdwn | 2 +- doc/todo/tracking_bugs_with_dependencies.mdwn | 2 ++ doc/todo/unaccent_url_instead_of_encoding.mdwn | 2 +- 21 files changed, 38 insertions(+), 24 deletions(-) create mode 100644 doc/patch/core.mdwn diff --git a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn index 0edba438c..ceedbbdaa 100644 --- a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn +++ b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn @@ -1,3 +1,5 @@ +[[!tag plugins/map patch]] + input: before. @@ -13,7 +15,7 @@ Presuming that the pagespec does not match, output: The UL element is not closed. -Patch[[!tag patch]]: +Patch: --- /usr/share/perl5/IkiWiki/Plugin/map.pm 2009-05-06 00:56:55.000000000 +0100 +++ IkiWiki/Plugin/map.pm 2009-06-15 12:23:54.000000000 +0100 diff --git a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn index 042d6a20c..be14e5126 100644 --- a/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn +++ b/doc/bugs/pagetitle_function_does_not_respect_meta_titles.mdwn @@ -1,3 +1,5 @@ +[[!tag patch plugins/inline patch/core]] + The `IkiWiki::pagetitle` function does not respect title changes via `meta.title`. It really should, so that links rendered with `htmllink` get the proper title in the link text. --[[madduck]] @@ -5,7 +7,7 @@ The `IkiWiki::pagetitle` function does not respect title changes via `meta.title ---- It is possible to set a Page-Title in the meta-plugin, but that one isn't -reused in parentlinks. This [[patch]] may fix it. +reused in parentlinks. This patch may fix it.