ikiwiki/doc/bugs
Joey Hess e674bb1445 fix other 2 cases of conflicting destdir files
Cleanly fixed case where destdir file failed to be written because there
was a directory with the same name. This can be detected with no extra
system calls, and dealt with by finding all pages that wrote files
inside the directory, and removing them and the directory.

The other, inverse case would be expensive to detect in will_render,
since it would need to check each parent directory of the file to see
if the directory is really a conflicting file. But prep_writefile
already does a similar scan for symlinks in the path, so I added code
there to remove the conflicting file. This fix assumes that the file
is written using writefile, and not some other means (but using other means
would be a security hole too, so hopefully nothing does).
2010-07-18 17:38:35 -04:00
..
Convert___34__somehost.com
IkiWiki::Wrapper_should_use_destdir not putting cgi in destdir 2008-12-15 15:39:07 +00:00
Spurious___60__p__62___elements_added_to_tags_in_inliine_pages web commit by sward: Real expected output 2007-10-23 12:49:53 +00:00
aggregate_plugin_errors
clearenv_not_present_at_FreeBSD_ 2010-03-28 22:47:17 +00:00
colon:problem typo 2008-07-21 17:15:12 -04:00
debbug_shortcut_should_expand_differently web commit by AlexandreDupas 2008-01-09 08:56:06 -05:00
links_from_sidebars web commit by Justin: explain workaround using server rewriting. 2008-02-20 12:30:33 -05:00
map_does_not_link_directory_for_which_a_file_also_exists fix up some links 2007-12-08 20:04:18 -05:00
tbasewiki__95__brokenlinks.t_broken
2.45_Compilation_error.mdwn close old bug, apparently worked around 2010-06-09 15:21:28 -04:00
4_spaces_after_bullet.mdwn markdown bug filed 2007-09-27 17:47:42 +00:00
404_plugin_and_lighttpd.mdwn Posting my change to the 404 module 2010-03-03 00:14:47 +00:00
404_when_cancel_create_page.mdwn remove some links to nonexistent pages that we don't want to add 2007-11-17 16:37:25 -05:00
Add_a_footer_div_on_all_pages_to_improve_theming.mdwn
Aggregated_Atom_feeds_are_double-encoded.mdwn Work around XML::Atom strangeness that results in double-encoded posts. (smcv) 2009-02-03 15:05:18 -05:00
Allow_overriding_of_symlink_restriction.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Another_UTF-8_problem.mdwn 2009-10-08 13:07:41 -04:00
Broken_URL_to_your_blog_script.mdwn fix link 2008-07-14 15:20:37 -04:00
Broken_access_to_Ikiwiki_gitweb.mdwn close 2008-07-26 21:16:09 -04:00
Building_a_sidebar_does_not_regenerate_the_subpages.mdwn Removed my previous patch that is still affected by the bestlink returns deleted pages bug 2009-12-05 02:06:25 -05:00
CGI__44___formbuilder__44___non-existent_field_address.mdwn 2009-03-30 18:04:56 -04:00
CGI_edit_and_slash_in_page_title.mdwn editpage escaping fixes 2008-07-06 15:52:04 -04:00
CGI_problem_with_some_webservers.mdwn Trim previous "bug" report 2009-07-13 16:28:31 -04:00
CGI_showed_HTML_when_perl_error.mdwn
Can__39__t_build_2.49__63__.mdwn close as dup 2008-06-15 15:35:09 -04:00
Can__39__t_create_root_page.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Can__39__t_deplete_page__63__.mdwn * Allow editing a page and deleting all content, while still disallowing 2007-12-12 19:11:29 -05:00
Can__39__t_rebuild_wiki_pages_with_ikiwiki_2.49.mdwn web commit by http://ptecza.myopenid.com/: * Thanks! 2008-06-16 03:36:03 -04:00
Cannot_inline_pages_with_apostrophes_in_title.mdwn closing; cannot reproduce and no followup for 1 year 9 months 2010-06-09 15:15:18 -04:00
Changing_language.mdwn
Command-line_arguments_should_override_settings_in_the_setup_file.mdwn remove ikiwiki.setup 2008-07-26 22:55:39 -04:00
Comments_dissapeared.mdwn 2010-04-21 19:48:31 +00:00
Comments_link_is_to_index.html_if_usedirs_is_on.mdwn close merged bugs 2008-12-21 13:00:03 -05:00
Disappearing_Pages.mdwn
Discussion_link_not_translated_after_page_update.mdwn
Discussion_link_not_translated_in_post.mdwn
Discussion_of_main_page_generates_invalid_link.mdwn already fixed 2008-06-04 01:58:52 -04:00
Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn fix IkiWiki::Setup::load docs 2008-09-12 21:20:34 -04:00
Dupe_entry_in_Bundle::IkiWiki::Extras.pm.mdwn remove dup 2009-04-06 13:34:31 -04:00
Error:_OpenID_failure:_time_bad_sig:.mdwn
Error:_Your_login_session_has_expired._.mdwn me too - thanks 2010-03-26 09:43:50 +00:00
Exception:_Unknown_function___96__this__39___.mdwn 2010-03-14 04:56:13 +00:00
Excessive_list_nesting_in_map_output_for_subpages.mdwn think this is fixed too.. 2007-09-21 17:57:14 +00:00
External_links_with_Creole.mdwn 2010-03-02 02:19:51 +00:00
Fancy_characters_get_munged_on_page_save.mdwn
Feeds_get_wrong_timezone..mdwn * Correct generation of RFC 3339 format times for atom/rss feeds. Always use 2007-09-02 19:29:40 +00:00
Feeds_link_to_index.html_instead_of_directory.mdwn
Filenames_with_colons_cause_problems_for_Windows_users.mdwn More NTFS filename compatability problems. 2009-06-09 18:37:58 -04:00
Git:_changed_behavior_w.r.t._timestamps.mdwn clarification 2010-06-09 13:42:13 -04:00
Git:_web_commit_message_not_utf-8.mdwn fixed 2009-03-09 14:30:27 -04:00
Graphviz_plug-in_directive_changed_in_2.60.mdwn fix a few direcives 2008-08-26 17:56:23 -04:00
HTML_for_parentlinks_makes_theming_hard.mdwn 2009-08-05 06:06:18 -04:00
HTML_inlined_into_Atom_not_necessarily_well-formed.mdwn merged 2008-07-31 18:52:30 -04:00
HTML_is_not_update_nor_created_when_editing_markdown_via_CGI.mdwn
Http_error_500_when_using_mercurial_backend.mdwn
Hyperestraier_search_plug-in_defective.mdwn fix links 2008-09-14 17:03:34 -04:00
INC_location_not_set_correctly_in_make_test.mdwn local configuration error. 2009-02-04 13:57:26 -05:00
IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn don't fail if %config is not set 2008-09-01 11:26:03 -04:00
IkiWiki::Wrapper_should_use_destdir.mdwn 2008-12-18 14:20:59 -05:00
IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn web commit by http://sabr.myopenid.com/ 2008-04-10 20:18:20 -04:00
Index_files_have_wrong_permissions.mdwn 2008-08-18 20:53:59 -04:00
Inline_doesn__39__t_wikilink_to_pages.mdwn remove test case for closed bug 2009-10-07 14:11:35 -04:00
Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Insecure_dependency_in_mkdir.mdwn response 2009-05-22 13:30:03 -04:00
Insecure_dependency_in_utime.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
Links_to_missing_pages_should_always_be_styled.mdwn applied 2010-04-21 12:50:43 -04:00
Links_with_symbols_can__39__t_be_edited.mdwn response 2008-07-08 19:28:20 -04:00
MTIME_not_set_for_inline_or_archive_entries.mdwn inline: Allow MTIME to be used in inlinepage.tmpl. 2008-10-14 15:00:46 -04:00
Map_sorts_subtags_under_a_different_tag.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
Meta_plugin_does_not_respect_htmlscrubber__95__skip_setting.___40__patch__41__.mdwn meta: Pass info to htmlscrubber so htmlscrubber_skip can take effect. 2008-12-12 14:06:45 -05:00
Missing_build-dep_on_perlmagick__63__.mdwn add perlmagick to build deps 2008-07-12 20:20:26 -04:00
Missing_constant_domain_at_IkiWiki.pm_line_842.mdwn
Monotone_rcs_support.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
No___34__sid__34___in_forms_resulting_in_Error:_Your_login_session_has_expired..mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
No_categories_in_RSS__47__Atom_feeds.mdwn
No_link_for_blog_items_when_filename_contains_a_colon.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
No_numbacklinks_setting_for___34__no_limit__34__.mdwn
No_progress_in_progress_bar.mdwn * Response 2008-09-23 08:34:43 -04:00
Obsolete_templates__47__estseek.conf.mdwn rm 2008-07-29 16:55:44 -04:00
OpenID_delegation_fails_on_my_server.mdwn 2008-09-16 08:19:41 -04:00
PNG_triggers_UTF-8_error_in_MimeInfo.pm.mdwn seems to be fixed in current File::MimeInfo versions 2009-02-09 14:34:24 -05:00
PREFIX_not_honoured_for_underlaydir.mdwn
Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn fix a few direcives 2008-08-26 17:56:23 -04:00
Please_don__39__t_refer_to_offsite_openid_image.mdwn
Preview_removes_page_location_drop-down_options.mdwn * Preview limits the page dropdown to what's selected previously 2008-02-14 15:42:14 -05:00
Problem_with_displaying_smileys_on_inline_page.mdwn web commit by http://ptecza.myopenid.com/: * Plural 2008-06-29 11:15:38 -04:00
Problem_with_editing_page_after_first_SVN_commit.mdwn
Problem_with_toc.pm_plug-in.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Problem_with_umlauts_and_friends.mdwn close 2007-12-09 12:37:05 -05:00
Problems_using_cygwin.mdwn
Problems_with_graphviz.pm_plug-in.mdwn split two graphviz bugs from one page; undo one of them 2010-05-04 16:39:50 +01:00
Problems_with_graphviz.pm_plug-in_previews.mdwn graphviz: Fix display of preexisting images in preview mode. 2010-05-04 16:54:58 -04:00
RecentChanges_broken_with_empty_svnpath.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
RecentChanges_contains_invalid_XHTML.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
RecentChanges_links_to_deleted_pages.mdwn response 2008-08-12 18:38:49 -04:00
Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn svn: Fix rcs_rename to properly scope call to dirname. 2009-07-08 13:13:23 -04:00
SSI_include_stripped_from_mdwn.mdwn template docu reorg 2010-04-23 16:14:33 -04:00
SVG_files_not_recognized_as_images.mdwn htmlscrubber patch for sanitizing SVG and MathML 2008-10-21 11:12:12 -04:00
Search_Help_doesn__39__t_exist.mdwn Give the full path to the hyperestraier helpfile in estseek.conf. 2008-04-10 17:50:43 -04:00
Search_results_should_point_to_dir__44___not_index.html__44___when_use__95__dirs_is_enabled.mdwn first pass at doing xapian indexing 2008-06-03 21:14:56 -04:00
Search_summary_includes_text_from_navigational_elements.mdwn Moved the postscan hook to run on the raw html of a page, before the template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar. 2009-11-08 13:48:07 -05:00
Smileys_in_the_block_code.mdwn smiley: Detect smileys inside pre and tags, and do not expand. 2008-03-21 02:43:20 -04:00
Spaces_in_link_text_for_ikiwiki_links.mdwn update for rename of users/jondowland.mdwn to users/jon.mdwn 2008-12-02 10:00:41 -05:00
Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
Symlinked_srcdir_requires_trailing_slash.mdwn releasing version 2.14 2007-11-26 15:30:44 -05:00
Tab_delimited_tables_don__39__t_work.mdwn Explain tab-delimited tables a bit better 2010-04-01 18:13:38 +01:00
Titles_are_lower-cased_when_creating_a_page.mdwn fix up display of patch, otherwise it's less clear 2009-05-18 00:03:58 -04:00
Toc_map_and_template_plugins_do_not_play_well_together.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
Trailing_slash_breaks_links.mdwn fix up some links 2007-12-08 20:04:18 -05:00
URLs_with_parentheses_displayed_badly.mdwn * Switched to Text::Markdown. Thanks a lot! 2009-01-05 16:21:35 -05:00
UTF-8_BOM_showing_up_inside_a_page__63__.mdwn
Undefined_subroutine_IkiWiki::escapeHTML.mdwn web commit by http://sabr.myopenid.com/ 2008-04-12 22:46:00 -04:00
Undefined_subroutine_IkiWiki::refresh.mdwn Add missing requirement of IkiWiki::render before starting to render things 2008-07-12 22:52:46 +01:00
Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn it falls back to using install 2009-01-03 12:35:26 -05:00
Warns_about_use_of_uninitialized_value_if_prefix__95__directives_is_on_and_a_directive_does_not_contain_a_space.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
Weird_interaction_between_toc_plugin_and_page_sections.mdwn response 2008-03-17 14:07:38 -04:00
Wrong_permissions_on_4_smileys.mdwn fix links 2008-09-14 17:03:34 -04:00
XHTML_needs_xmlns_attribute_on_html_element.mdwn Add xmlns attribute on html element in templates; pages can now validate. 2007-11-08 12:59:02 -08:00
__34__more__34___doesn__39__t_work.mdwn fixed link 2009-06-05 17:52:54 -04:00
__34__skipping_bad_filename__34___error_when_src_path_contains_spaces.mdwn web commit by http://morgant.myopenid.com/ 2007-12-22 10:25:15 -05:00
__36__ENV__123__PATH__125___should_include_PREFIXbin.mdwn web commit by JeremyReed: why if? 2008-04-28 17:54:32 -04:00
__38__uuml__59___in_markup_makes_ikiwiki_not_un-escape_HTML_at_all.mdwn close 2008-10-02 14:53:11 -04:00
__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
__63__Discussion_when_not_CGI_mode.mdwn
__91__PATCH__93___Use_correct_perl_when_running_make.html use PERL 2008-06-02 12:14:09 -04:00
__96____96__clear:_both__39____39___for___96__.page__42____39____63__.mdwn Mark bug "clear: both for .page*?" as [[done]] 2008-07-13 15:33:44 +01:00
aggregate_global_feed_names.mdwn add 2009-05-22 15:24:42 -04:00
aggregate_plugin_errors.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn ping 2008-10-02 14:54:52 -04:00
aggregateinline_planets_wrongly_link_to_posts.mdwn closures 2008-07-14 21:30:59 -04:00
align_doesn__39__t_always_work_with_img_plugin_.mdwn close 2010-01-07 15:44:32 -05:00
anonok_vs._httpauth.mdwn httpauth: When cgiauthurl is configured, httpauth can now be used alongside other authentication methods (like openid or anonok). Rather than always redirect to the cgiauthurl for authentication, there is now a button on the login form to use it. 2010-02-11 17:26:09 -05:00
attachment:_escaping_underscores_in_filename__63__.mdwn * Thanks! It works now. 2008-07-24 06:09:30 -04:00
attachment:_failed_to_get_filehandle.mdwn web commit by http://ptecza.myopenid.com/: * Confirmation and thanks 2008-07-09 04:27:10 -04:00
attachment_plugin_enabled_by_default__63__.mdwn close 2008-07-09 02:02:03 -04:00
attachment_upload_does_not_work_for_windows_clients.mdwn 2010-06-17 08:30:38 +00:00
backlinks_onhover_thing_can_go_weird.mdwn thoughts 2009-05-16 17:52:09 -04:00
barfs_on_recentchange_entry_for_a_change_removing_an_invalid_pagespec.mdwn close, unreproducible 2010-03-26 01:48:37 -04:00
basewiki_uses_meta_directives_but_meta_is_not_enabled_by_default.mdwn meta: Plugin is now enabled by default since the basewiki uses it. 2008-11-06 16:08:11 -05:00
beautify__95__urlpath_will_add_.__47___even_if_it_is_already_present.mdwn close merged bugs 2008-12-21 13:00:03 -05:00
bestlink_change_update_issue.mdwn I just fixed half of ikiwiki's second-oldest bug. Yay! 2009-11-30 17:39:33 -05:00
bestlink_returns_deleted_pages.mdwn Revert spam 2010-03-09 00:40:51 -05:00
blog_posts_not_added_to_mercurial_repo.mdwn response 2008-10-02 15:11:17 -04:00
broken_parentlinks.mdwn Reflect merge of page. 2009-10-17 15:00:12 +02:00
brokenlinks_accumulates_duplicate_items.mdwn good work, thank you! 2009-10-05 15:17:11 +01:00
brokenlinks_false_positives.mdwn MAJOR basewiki reorg 2007-12-08 15:59:08 -05:00
bug_when_toggling_in_a_preview_page.mdwn * Fix some issues with toggles in preview mode. 2007-10-29 17:16:10 -04:00
bugfix_for:___34__mtn:_operation_canceled:_Broken_pipe__34_____40__patch__41__.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
build_fails_oddly_when_older_ikiwiki_is_installed.mdwn switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden during build 2010-04-22 23:00:33 -04:00
build_in_opensolaris.mdwn
bzr-update-syntax-error.mdwn Fix broken rcs_update for bzr. (Scott Bronson) 2008-04-10 17:41:43 -04:00
bzr_2.0_breaks_bzr_plugin.mdwn close bug, comment 2010-04-04 12:28:12 -04:00
bzr_RecentChanges_dates_start_from_1969.mdwn bzr: Fix dates for recentchanges. 2008-11-11 13:44:47 -05:00
bzr_plugin_does_not_define_rcs__95__diff.mdwn bzr: Add missing rcs_diff. (liw) 2009-02-26 14:09:26 -05:00
cannot_preview_shortcuts.mdwn don't rely on plugin load order when determining generated directives 2008-10-30 13:41:19 -04:00
cannot_reliably_use_meta_in_template.mdwn template: Load templates in scan mode 2009-02-17 13:30:07 -05:00
cgi_does_not_use_templatedir_overlay.mdwn close 2009-10-05 17:11:03 -04:00
cgi_wrapper_always_regenerated.mdwn
clearenv_not_present_at_FreeBSD_.mdwn formatting 2010-03-28 18:37:00 -04:00
clearing_email_in_prefs.mdwn
colon:problem.mdwn fix fix 2008-07-08 10:05:57 -04:00
comments_not_searchable.mdwn done 2010-05-06 23:28:54 -04:00
comments_preview_unsafe_with_allowdirectives.mdwn editpage: Avoid storing accidental state changes when previewing pages. 2010-06-09 17:44:40 -04:00
comments_produce_broken_links_in_RecentChanges.mdwn merge recentchanges comments fix 2008-12-22 19:04:02 -05:00
complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn minor: Added a wikilink (for connectivity). 2009-05-26 12:01:17 -04:00
conflicts.mdwn fix other 2 cases of conflicting destdir files 2010-07-18 17:38:35 -04:00
correct_published_and_updated_time_information_for_the_feeds.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
ddate_plugin_causes_websetup_to_change_timeformat__44___even_when_disabled.mdwn fix bug closure 2008-10-02 14:48:35 -04:00
debbug_shortcut_should_expand_differently.mdwn close 2009-10-07 14:30:19 -04:00
debian_package_doesn__39__t_pull_in_packages_required_for_openid.mdwn
defintion_lists_appear_to_be_disabled.mdwn forwarded 2009-08-27 12:41:25 -04:00
deletion_warnings.mdwn fix undef warning when page() tests a deleted file 2010-05-07 13:25:32 -04:00
depends_simple_mixup.mdwn improved fix for depends_simple_mixup 2010-04-22 00:18:20 -04:00
diff_links_to_backtrace.mdwn closing this bug 2007-10-25 00:39:22 -04:00
disable_sub-discussion_pages.mdwn Fix several places that did not properly handle capitalization of the discussionpage setting. 2010-01-02 15:52:38 -05:00
disabling_backlinks.mdwn Clarified my question about selectively disabling backlinks. 2008-10-29 15:30:53 -04:00
discussion.mdwn
discussion_of_what__63__.mdwn close 2009-10-05 17:15:37 -04:00
discussion_removal.mdwn
done.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
dumpsetup_does_not_save_destdir.mdwn Correct --dumpsetup to include the srcdir in the setup file. 1997-08-14 08:31:42 -04:00
edit_preview_resolves_links_differently_from_commit.mdwn 2009-05-13 02:26:05 -04:00
edits_not_showing_up_in_compiled_pages.mdwn
edittemplate_seems_not_to_be_working.mdwn * Correct bug in encoding of %pagestate keys, fixes edittemplate. 2008-03-17 13:08:16 -04:00
entirely_negated_pagespec_matches_internal_pages.mdwn internal pages are already matched specially... 2009-07-26 07:03:32 -04:00
errors_with_ampersand_in_filename.mdwn 2008-09-29 00:03:23 -04:00
example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn * Fix mercurial historyurl in example setup file. 2007-11-17 14:43:49 -05:00
external_links_inside_headings_don__39__t_work.mdwn Update URL 2010-06-10 22:16:55 +00:00
external_plugins_cannot_access_ARGV_needed_for_getopt.mdwn * external: Add getargv and setargv methods to allow access to ikiwiki's 2008-03-15 14:19:49 -04:00
feedfile_does_the_wrong_thing_from_index.mdwn2.mdwn inline: Fix urls to feed when feedfile is used on an index page. 2009-03-19 16:01:30 -04:00
filecheck_failing_to_find_files.mdwn fix the other half of the filecheck filename bug 2010-03-26 00:16:21 -04:00
find:_invalid_predicate___96__-L__39__.mdwn
firefox_doesn__39__t_want_to_load_updated_pages_at_ikiwiki.info.mdwn close bug, was fixed in 3.20100403 2010-04-09 12:25:10 -04:00
format_bug.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
formbuilder_3.0401_broken.mdwn
git_fails_to_compile.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
git_mail_notification_race.mdwn * Removed support for sending commit notification mails. Along with it went 2008-01-29 00:36:58 -05:00
git_stderr_output_causes_problems.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
git_utf8.mdwn fixed a while ago 2009-10-05 17:12:38 -04:00
gitremotes_script_picks_up_tags_from_anywhere.mdwn remerged 2010-05-09 12:56:42 -04:00
gitweb_deficiency_w.r.t._log_messages.mdwn new gitweb url form fixes some bugs too 2009-01-05 21:26:47 -05:00
gitweb_deficiency_w.r.t._newly_created_pages.mdwn new gitweb url form fixes some bugs too 2009-01-05 21:26:47 -05:00
goto_with_bad_page_name.mdwn goto: Support being passed a page title that is not a valid page name, to support several cases including mercurial's long user names on the RecentChanges page, and urls with spaces being handled by the 404 plugin. 2009-06-06 02:36:40 -04:00
hardcoded___34__Discussion__34___link.mdwn
helponformatting_link_disappears.mdwn
html5_support.mdwn on img and figure 2010-05-02 18:55:21 -04:00
html5_time_element__39__s_pubdate_wrong_when_using_xhtml5___34__mode__34__.mdwn 2010-05-08 23:55:47 +00:00
html_errors.mdwn only htmlize errors when cgi is actually running 2008-07-12 23:23:25 -04:00
htmlscrubber_undoes_email_obfuscation_by_Text::Markdown.mdwn fix cpan links 2008-09-11 19:40:41 -04:00
htmltidy_has_no_possibilty_to_use_an_alternative_config_file_which_may_break_other_usages.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
http_proxy_for_openid.mdwn close; use ENV in setup file 2010-06-09 15:29:20 -04:00
ikiwiki-mass-rebuild_fails_to_drop_privileges_and_execute_ikiwiki.mdwn * ikiwiki-mass-rebuild: Patch from HenrikBrixAndersen to fix order 2007-10-25 23:12:23 -04:00
ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar if necessary for unusual install. 2010-03-26 13:11:02 -04:00
ikiwiki.setup:_syntax_error_at___40__eval_5__41___line_120__44___at_EOF.mdwn
ikiwiki.setup_require_blank_rcs_to_work_as_cgi_only.mdwn
ikiwiki__39__s_ViewVC_down.mdwn
ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn * external: Fix support of XML::RPC::fault. 2008-03-15 13:49:22 -04:00
images_in_inlined_pages_have_wrong_relative_URL.mdwn close 2008-10-15 23:50:20 -04:00
img_plugin_and_missing_heigth_value.mdwn 2010-06-11 11:14:34 +00:00
img_plugin_causes_taint_failure.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
img_plugin_renders___60__img__62___tag_without_src_attribute_post-2.20.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
img_plugin_should_pass_through_class_attribute.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
img_vs_align.mdwn response 2010-06-13 09:11:59 -04:00
img_with_alt_has_extra_double_quote.mdwn img: Fix extra double quote with alt text. (smcv) 2009-06-16 15:09:49 -04:00
index.html__63__updated.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
index.html_is_made_visible_by_various_actions.mdwn 2008-09-27 14:14:27 -04:00
iniline_breaks_toc_plugin.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
inline_breaks_PERMALINK_variable.mdwn meta: Gather permalink info on scan pass so it is available to inline when using a template that does not include page content. 2009-10-21 16:42:25 -04:00
inline_from_field_empty_if_rootpage_doesn__39__t_exist.mdwn inline: Fix handling of rootpage that doesn't exist. 2008-10-01 17:29:03 -04:00
inline_page_not_updated_on_removal.mdwn
inline_plugin_rootpage_option_is_not_case_insensitive.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
inline_plugin_sets_editurl_even_when_editpage_is_disabled.html inline: Avoid showing edit links if page editing is disabled. (Sjoerd) 2010-01-04 12:54:18 -05:00
inline_raw_broken_on_unknown_pagetype.mdwn seems this was fixed a long time ago 2010-06-09 15:02:08 -04:00
inline_skip_causes_empty_inline.mdwn inline: Fix display of all pages when archive=yes or show=0 are used. 2009-11-13 20:50:27 -05:00
inline_sort-by-title_issues.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
inline_sort_order_and_meta_date_value.mdwn meta: Process meta date during scan pass so that the date will always affect sorting in inlines. 2008-12-21 01:52:08 -05:00
install_into_home_dir_fails.mdwn Ignore failure to install files into /etc, in case install is running as non-root. 2008-08-29 15:53:46 -04:00
installing_from_svn_copies_.svn_directories.mdwn
internal_error:_smileys.mdwn_cannot_be_found.mdwn
librpc-xml-perl_0.69_breaks_XML-RPC_plugins.mdwn fixed 2009-09-29 13:36:09 -04:00
linkingrules_should_document_how_to_link_to_page_at_root_if_non-root_page_exists.mdwn MAJOR basewiki reorg 2007-12-08 15:59:08 -05:00
links_from_sidebars.mdwn responses 2008-02-24 16:57:52 -05:00
links_misparsed_in_CSV_files.mdwn table: Fix misparsed links in external files 2009-01-06 15:05:09 -05:00
lockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn mark this bug as done 2008-12-02 15:08:00 +00:00
locking_fun.mdwn
login_page_non-obvious_with_openid.mdwn template docu reorg 2010-04-23 16:14:33 -04:00
login_page_should_note_cookie_requirement.mdwn close 2010-06-09 15:13:46 -04:00
mailto:_links_not_properly_generated_in_rssatom_feeds.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
map_does_not_link_directory_for_which_a_file_also_exists.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
map_fails_to_close_ul_element_for_empty_list.mdwn Remove references to merged-and-deleted git branches 2009-09-01 14:18:12 +01:00
map_is_inconsistent_about_bare_directories.mdwn fix a few direcives 2008-08-26 17:56:23 -04:00
map_sorts_by_pagename_and_not_title_when_show__61__title_is_used.mdwn cross-reference 2010-03-24 03:04:16 +00:00
markdown_bug:_email_escaping_and_plus_addresses.mdwn update for rename of users/jondowland.mdwn to users/jon.mdwn 2008-12-02 10:00:44 -05:00
markdown_module_location.mdwn already fixed in git 2008-03-09 20:10:13 -04:00
mercurial_fail_to_add.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
merging_to_basewiki_causes_odd_inconsistencies.mdwn
messed_up_repository.mdwn 2008-11-07 11:21:04 -05:00
meta_inline.mdwn
methodResponse_in_add__95__plugins.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
minor:_tiny_rendering_error.mdwn respinse 2009-10-16 13:01:02 -04:00
misctemplate_does_not_respect_the_current_page___40__if_any__41__.mdwn Thanks 2010-06-15 13:33:16 +00:00
multiple_pages_with_same_name.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
multiple_rss_feeds_per_page.mdwn * Add handling of feeds for nested inlines, as well as support for a 2007-10-25 05:43:43 -04:00
nested_inlines_produce_no_output.mdwn inline: The optimisation in 2.41 broke nested inlines. Detect those and avoid overoptimising. 2008-05-31 15:10:23 -04:00
nested_raw_included_inlines.mdwn fixed 2010-06-09 15:08:41 -04:00
newfile-test.mdwn
no_commit_mails_for_new_pages.mdwn
no_easy_way_to_wrap_HTML_container_around_a_set_of_inlined_pages.mdwn response 2009-05-21 14:15:50 -04:00
openid_incompatability_with_pyblosxom_openid_server_plugin_when_used_with_simple_registration_extension.mdwn
openid_no_longer_pretty-prints_OpenIDs.mdwn Close bug (joeyh merged my patch), split out feature request, provide alternative patch 2009-07-10 18:58:08 +01:00
openid_postsignin_failure.mdwn
output_of_successful_rename_should_list_the_full_path_to_affected_pages.mdwn rename: Show full names of affected pages. 2009-01-06 17:29:12 -05:00
package_build_fails_in_non-English_environment.mdwn Hopefully fix regression tests in non-English environments 2008-07-12 23:00:57 +01:00
page_is_not_rebuilt_if_it_changes_extension.mdwn Rebuild pages that change their type. (Gabriel McManus) 2008-07-23 16:13:37 -04:00
page_preview_does_not_work_on_new_page_with_a_table.mdwn * Record new pages in %pagesources temporarily when previewing so that 2008-03-17 21:28:31 -04:00
pagecount_is_broken.mdwn disable pagecount here, sorta of excessive since the bug has been done 2009-08-13 19:05:27 -04:00
pagemtime_in_refresh_mode.mdwn response 2010-06-08 14:43:21 -04:00
pages_missing_top-level_directory.mdwn yay 2009-11-09 00:13:09 -05:00
pages_under_templates_are_invalid.mdwn response 2008-01-05 02:00:49 -05:00
pagespec:_tagged__40____41____44___globbing.mdwn Fixed. 2010-06-10 08:54:46 +00:00
pagespec_can__39__t_match___123__curly__125___braces.mdwn thanks. 2009-05-18 15:46:57 -04:00
pagespec_error_on_refresh_but_not_rebuild.mdwn 2010-05-11 21:52:38 +00:00
pagespec_parsing_chokes_on_function__40____41__.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
pagestats_plugin_broken.mdwn
pagetitle_function_does_not_respect_meta_titles.mdwn Renamed postscan hook to indexhtml, to reflect its changed position. 2010-05-06 23:14:36 -04:00
parsing_for_WikiWords_should_only_be_done_outside_html_tags.mdwn * camelcase: Tighten regexp to avoid false positives. WikiWords are only 2007-09-28 20:50:20 +00:00
password_deletion.mdwn
perl:_double_free_or_corruption.mdwn perl dumping core is not an ikiwiki bug, sorry 2008-04-10 17:09:58 -04:00
pipe-symbol_in_taglink_target.mdwn More tests; wikilinks. 2009-05-17 13:33:07 -04:00
pipe_in_tables_as_characters.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
plugins__47__relativedate_depends_on_locale_at_setup_file.mdwn 2010-06-10 03:29:22 +00:00
po_plugin_adds_new_dependency.mdwn Allow building ikiwiki on systems w/o po4a -- building of the translated underlays will be skipped in this case. 2009-08-15 14:10:39 -04:00
po_plugin_cannot_add_po_files_into_git.mdwn formatting 2009-08-19 14:45:29 -04:00
po_vs_templates.mdwn merged filter-full 2010-07-12 15:39:32 -04:00
poll_plugin:_can__39__t_vote_for_non-ascii_options.mdwn Fixes for behavior changes in perl 5.10's CGI 2008-05-12 20:44:22 -04:00
poll_plugin_uses_GET.mdwn
post-commit_hangs.mdwn close 2009-08-04 16:52:12 -04:00
post-update_hook_can__39__t_be_compiled_with_tcc.mdwn Allow wrappers to be built using tcc. 2010-03-18 17:44:46 -04:00
prettydate_with_weekday-date_inconsistency.mdwn attempt to clear up the bugs list a bit 2009-07-10 19:21:02 +01:00
preview_pagestate.mdwn editpage: Avoid storing accidental state changes when previewing pages. 2010-06-09 17:44:40 -04:00
previewing_new_page_can_leave_files_dangling.mdwn editpage: Be more aggressive (and less buggy) about cleaning up temporary files rendered during page preview. 2008-09-27 18:02:33 -04:00
previewing_with_an_edittemplate_reverts_edit_box.mdwn Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2008-08-25 20:51:45 -04:00
problem_adding_tag_from_template.mdwn
prune_causing_taint_mode_failures.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
pruning_is_too_strict.mdwn
quieten_mercurial.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
raw_html_in-page_and___91____91____33__included__93____93__.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
rebuild_after_changing_the_underlaydir_config_option.mdwn response 2010-02-19 13:33:48 -05:00
recentchanges_escaping.mdwn bug 2008-07-11 06:24:25 -04:00
recentchanges_feed_links.mdwn remove old dup div 2008-10-18 19:11:57 -04:00
recentchangesdiff_crashes_on_commits_which_remove_a_lot_of_files.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
relative_date_weird_results.mdwn fix relativedate timezone inclusion 2008-10-19 19:21:44 -04:00
remove_orphaned_sparkline-php_from_Suggests.mdwn close 2010-06-09 15:11:23 -04:00
remove_plugin_and_untracked_files.mdwn remove plugin and vcs rm failure reporting 2009-05-14 14:56:27 +01:00
removing_pages_with_utf8_characters.mdwn update 2010-01-18 20:41:12 -05:00
rss_feed_cleanup_on_delete.mdwn
rss_feeds_do_not_use_recommended_encoding_of_entities_for_some_fields.mdwn rename 2008-07-31 15:52:20 -04:00
rss_output_relative_links.mdwn
rst_fails_on_file_containing_only_a_number.mdwn remove patch tag 2008-07-09 02:05:57 -04:00
rst_plugin_hangs_on_utf-8.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
rst_plugin_has_python_hardcode_in_shebang_line.mdwn Use env hack in python scripts. 2009-12-29 15:56:25 -05:00
rst_plugin_traceback_with_SimpleXMLRPCDispatcher_from_pyhton_2.5.mdwn Handle SimpleXMLRPCDispatcher arg count change in Py2.5 2008-03-12 10:46:36 -04:00
rst_tweak.mdwn raw escape with roles 2009-09-17 16:44:33 -04:00
search:___34__link__34___and___34__title__34___fields_are_incorrectly_specified.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
search_creates_configuration_files_many_times_on_rebuild.mdwn search: generate configuration files once only when rebuilding (Gabriel McManus) 2008-07-07 01:55:06 -04:00
search_for_locale_data_in_the_installed_location.mdwn Tag patches with the plugin to which they apply, or core 2009-07-18 13:06:04 +01:00
search_plugin_and_CGI_preview.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
search_plugin_uses_wrong_css_path.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
shortcut_encoding.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
shortcut_plugin_will_not_work_without_shortcuts.mdwn.mdwn 2009-02-16 17:03:10 -05:00
shortcuts_don__39__t_escape_from_Markdown.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
sidebar_is_obscured_by_recentchanges.mdwn Mark done 2008-08-07 17:18:14 -04:00
sitemap_includes_images_directly.mdwn * meta: Drop support for "meta link", since supporting this for internal 2007-12-16 16:00:13 -05:00
some_but_not_all_meta_fields_are_stored_escaped.mdwn close 2010-04-10 15:29:31 -04:00
some_strings_are_not_internationalized.mdwn rename 2008-10-02 17:42:33 -04:00
space_in_a___91____91__page_link__93____93___doesn__39__t_make_link.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
special_characters_in_tag_names_need_manual_escaping.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
ssl_certificates_not_checked_with_openid.mdwn fix typo. 2008-10-25 22:53:55 -04:00
strange_hook_id_in_skeleton.pm.mdwn
stray___60____47__p__62___tags.mdwn fix bug that left stray </p> tags 2010-04-05 17:18:30 -04:00
support_for_openid2_logins.mdwn quick fix 2010-07-07 09:01:29 +00:00
svn+ssh_commit_fail.mdwn
svn-commit-hanging.mdwn
svn_commit_failures_interpreted_as_merge_conflicts.mdwn response 2010-04-30 14:15:58 -04:00
svn_fails_to_update.mdwn
svn_post-commit_wrapper_can__39__t_find_IkiWiki.pm_if_not_installed.mdwn
syntax_error_in_aggregate.mdwn typo 2008-09-27 12:50:39 -04:00
table_external_file_links.mdwn table: Find links in external files in scan pass. 2009-01-06 15:36:32 -05:00
tag_plugin:_autotag_vs._staged_changes.mdwn Ack. 2010-06-09 06:17:56 +00:00
tagged__40____41___matching_wikilinks.mdwn Remove tagged_is_strict option, and just behave as though it was enabled 2010-04-04 00:43:58 +01:00
tags__44___backlinks_and_3.x.mdwn template: Load templates in scan mode 2009-02-17 13:30:07 -05:00
tags_base_dir_not_used_when_creating_new_tags.mdwn close bugs for just fixed tag creation issue 2008-09-25 20:27:35 -04:00
taint_and_-T.mdwn Deal with different paths to perl when removing -T flag. 2008-04-28 15:37:17 -04:00
taint_issue_with_regular_expressions.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
tbasewiki__95__brokenlinks.t_broken.mdwn Coding style change: Remove explcit vim folding markers. 2008-12-17 15:22:16 -05:00
templateForRecentChangesMissingCloseSpan.mdwn Fix missing span on recentchanges page template. 2010-03-11 15:49:48 -05:00
teximg_does_not_work_Preview.mdwn * Save index after previewing page edit, since even previewing can create 2007-09-22 18:31:52 +00:00
teximg_fails_if_same_tex_is_used_on_multiple_pages.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
textile_plugin_dies_if_input_has_a_non-utf8_character.mdwn update for rename of users/jondowland.mdwn to users/jon.mdwn 2008-12-02 10:00:33 -05:00
the_login_page_is_unclear_when_multiple_methods_exist.mdwn fixed by improved openid login form 2010-06-09 15:03:51 -04:00
title__40____41___in_a_PageSpec__44___with_meta_enabled__44___causes_a_crash.mdwn remove example (which was lacking escaping) 2008-07-12 12:04:47 -04:00
toc_in_sidebar.mdwn remove bad link 2008-06-29 14:18:00 -04:00
toggle_expects_body_element_without_attributes.mdwn toggle, relativedate: Support templates that add attributes to the body tag. 2009-09-28 16:21:03 -04:00
toggle_fails_on_Safari.mdwn improved, possibly faster getelementsbyclass by willu 2008-07-25 01:43:37 -04:00
transitive_dependencies.mdwn Merge branch 'master' into dependency-types 2009-10-09 20:16:46 -04:00
txt_plugin_having_problems_with_meta_directives.mdwn txt: Do not encode quotes when filtering the txt, as that broke later parsing of any directives on the page. 2008-11-06 20:49:18 -05:00
typo_in_ikiwiki.setup.mdwn
typo_in_skeleton.pm:_sessionncgi.mdwn merged 2008-09-23 12:47:36 -04:00
undefined_tags_or_mismatched_tags_won__39__t_get_converted.mdwn Migrate doc/bugs via prefix_directives 2008-07-21 12:31:04 +01:00
underlaydir_file_expose.mdwn store state to avoid needing to rebuild when changing theme 2010-06-18 16:40:47 -04:00
unicode_chars_in_wikiname_break_auth.mdwn fixes confirmed 2008-10-20 08:53:36 -04:00
unicode_encoded_urls_and_recentchanges.mdwn remove unintended wikilink 2009-10-02 09:08:22 -04:00
unrecognized___34__do__61__blog__34___CGI_parameter_when_creating_todo_item.mdwn
unwanted_discussion_links_on_discussion_pages.mdwn Avoid relying on translators preserving the case when translating "discussion", which caused Discussion pages to get unwanted Discussion links. 2009-06-04 13:15:05 -04:00
user_links_on_recentchanges_pages_problem.mdwn fixed 2009-04-01 19:23:18 -04:00
utf-8_bug_in_websetup.pm.mdwn websetup: Fix utf-8 problems. 2010-01-09 16:20:09 -05:00
utf8_html_templates.mdwn
utf8_svn_log.mdwn
websetup_eats_setupconf_and_allow__95__symlinks__95__before__95__srcdir.mdwn 2008-09-11 07:13:45 -04:00
weird_signature_in_match__95__included__40____41__.mdwn
weird_syntax_in_aggregate.pm.mdwn
wiki_formatting_does_not_work_between_toc_and_an_inline.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
wiki_links_still_processed_inside_code_blocks.mdwn rename preprocessordirective to directive 2008-08-25 14:19:39 -04:00
wikilink_in_table.mdwn Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix 2008-07-21 12:46:47 +01:00
word_wrap.mdwn
wrapper_can__39__t_find_the_perl_modules.mdwn response 2010-03-28 18:49:15 -04:00
wrong_permissions_on_some_files_in_source.mdwn
wrong_rss_url_when_inside_another_blog-like_page.mdwn
xgettext_issue.mdwn