aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-07 13:24:59 -0400
committerJoey Hess <joey@kitenet.net>2011-12-07 13:24:59 -0400
commitd9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f (patch)
tree2de604a9cab044abaa46e747d6f7cfcc4679c1d5 /doc/bugs
parent3c10ca6a2c8f8be93a1be6c509d538d4ed64efe2 (diff)
downloadikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar
ikiwiki-d9214e7e975efb8ebeb5dbe35e2844e9ebd35a9f.tar.gz
remove some links to gitweb
these are a pain to keep working, and not needed
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Broken_access_to_Ikiwiki_gitweb.mdwn6
-rw-r--r--doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn3
-rw-r--r--doc/bugs/attachment:_failed_to_get_filehandle.mdwn4
-rw-r--r--doc/bugs/bzr-update-syntax-error.mdwn2
-rw-r--r--doc/bugs/complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn2
-rw-r--r--doc/bugs/img_vs_align.mdwn2
-rw-r--r--doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn2
7 files changed, 10 insertions, 11 deletions
diff --git a/doc/bugs/Broken_access_to_Ikiwiki_gitweb.mdwn b/doc/bugs/Broken_access_to_Ikiwiki_gitweb.mdwn
index fed6cd026..902e4086f 100644
--- a/doc/bugs/Broken_access_to_Ikiwiki_gitweb.mdwn
+++ b/doc/bugs/Broken_access_to_Ikiwiki_gitweb.mdwn
@@ -1,5 +1,5 @@
I can't check the last changes in Ikiwiki using
-[gitweb](http://git.ikiwiki.info/?p=ikiwiki). It looks like XML
+gitweb. It looks like XML
validation problem with HTML entity.
When I click a appropriate link on a [[git]] page, then I can only
@@ -12,8 +12,8 @@ see the following error message. --[[Paweł|ptecza]]
> as the diff links in RecentChanges, both seem to be working. --[[Joey]]
>> Hm. It's strange. I really could see the error message like above
->> when I sent my report. It seems that <http://git.ikiwiki.info/?p=ikiwiki>
->> URL works now. So, we should be happy that it was self-fixed bug ;)
+>> when I sent my report. It seems that
+>> works now. So, we should be happy that it was self-fixed bug ;)
>> --[[Paweł|ptecza]]
>>> If it happens again, maybe take a full dump of the page? [[done]]
diff --git a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn
index aeeb9e21b..eb95e9992 100644
--- a/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn
+++ b/doc/bugs/RecentChanges_contains_invalid_XHTML.mdwn
@@ -1,4 +1,4 @@
-The final `</div>` in [`recentchanges.tmpl`][tmpl] gets wrapped in a
+The final `</div>` in `recentchanges.tmpl` gets wrapped in a
`<p>` tag for some reason, resulting in the following invalid XHTML at
the end of the [[RecentChanges]] page
@@ -17,7 +17,6 @@ plugin should be disabled on [[RecentChanges]]?
See the [validator output][validate] for more details.
- [tmpl]: http://git.ikiwiki.info/?p=ikiwiki;a=blob_plain;f=templates/recentchanges.tmpl;hb=HEAD
[validate]: http://validator.w3.org/check?uri=http://ikiwiki.info/recentchanges/
- - -
diff --git a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
index 54f31a925..acfc60078 100644
--- a/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
+++ b/doc/bugs/attachment:_failed_to_get_filehandle.mdwn
@@ -44,7 +44,7 @@ the error message like below:
>>>>>> $CGI::VERSION='3.15';
>>>>> I've just checked in a fix that should work, can you test it?
->>>>> [diff](http://git.ikiwiki.info/?p=ikiwiki;a=commitdiff;h=71f10579c00a8ddc20ada1a1efd33aac25a3da7e) --[[Joey]]
+>>>>> 71f10579c00a8ddc20ada1a1efd33aac25a3da7e --[[Joey]]
>>>>>> I've patched `attachment.pm` module, but the bug still occurs.
>>>>>> However I can see a little progress. I changed invoking `error()`
@@ -63,7 +63,7 @@ the error message like below:
>>>>>>> though. I've checked in a second try at dealing with things, can
>>>>>>> you try it? --[[Joey]]
->>>>>>>> Do you mean that [diff](http://git.ikiwiki.info/?p=ikiwiki;a=commitdiff;h=66f35e30dcea03c631a293e2341771277543b4ae)?
+>>>>>>>> Do you mean that 66f35e30dcea03c631a293e2341771277543b4ae?
>>>>>>>> If so, then it causes "Internal Server Error" for me:
>>>>>>>> Can't use string ("test.txt") as a symbol ref while "strict refs" in use at /usr/share/perl5/IkiWiki/Plugin/attachment.pm line 144.
diff --git a/doc/bugs/bzr-update-syntax-error.mdwn b/doc/bugs/bzr-update-syntax-error.mdwn
index 800e5ebb2..bf715a29e 100644
--- a/doc/bugs/bzr-update-syntax-error.mdwn
+++ b/doc/bugs/bzr-update-syntax-error.mdwn
@@ -1,4 +1,4 @@
-On [Line #46 of the `bzr` plugin](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=IkiWiki/Rcs/bzr.pm;h=526036bf36e0ce5ec6fab47cb8a46991d2ebe0b2;hb=HEAD#l46) there's a mistalke. Instead of:
+On Line #46 of the `bzr` plugin there's a mistalke. Instead of:
my @cmdline = ("bzr", $config{srcdir}, "update");
diff --git a/doc/bugs/complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn b/doc/bugs/complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn
index 364fae394..780e695c2 100644
--- a/doc/bugs/complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn
+++ b/doc/bugs/complex_wiki-code___40__braces__41___in_wikilink-text_breaks_wikilinks.mdwn
@@ -1,4 +1,4 @@
-Example (from [here](http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/matching_different_kinds_of_links.mdwn;h=26c5a072bf3cb205b238a4e6fd0882583a0b7609;hp=1d7c78d9065d78307b43a1f58a53300cde4015fa;hb=9b4c83127fdef0ceb682c104db9bfb321b17022e;hpb=df4cc4c16ca230ee99b80c80043ba54fb95f6e71)):
+Example:
<pre>
[[`\[[!taglink TAG\]\]`|plugins/tag]]
</pre>
diff --git a/doc/bugs/img_vs_align.mdwn b/doc/bugs/img_vs_align.mdwn
index c78465a37..5eb4489b0 100644
--- a/doc/bugs/img_vs_align.mdwn
+++ b/doc/bugs/img_vs_align.mdwn
@@ -5,7 +5,7 @@ embedded as `<p><img ...></p>`. That's at least what I see on
hand, CSS is supposed to be used instead, I guess. (But how... I forgot
almost of my CSS foo again ;-) it seems.) --[[tschwinge]]
-> [[!img logo/ikiwiki.png align=right]]The [img tag doesn't create P tags](http://git.ikiwiki.info/?p=ikiwiki;a=blob;f=IkiWiki/Plugin/img.pm;h=32023fa97af8ba8e63192cacaff10a4677d20654;hb=HEAD), but if you have surrounded the img directive with newlines, they will result in paragraph tags.
+> [[!img logo/ikiwiki.png align=right]]The img tag doesn't create P tags, but if you have surrounded the img directive with newlines, they will result in paragraph tags.
>
> I've edited the URL you provided to demonstrate this -- hope you don't mind! I've also added an inline, right-aligned image to this page.[[!tag done]]
> -- [[Jon]]
diff --git a/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn b/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
index e89545955..df941af37 100644
--- a/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
+++ b/doc/bugs/pagespec_error_on_refresh_but_not_rebuild.mdwn
@@ -20,7 +20,7 @@ But there is no error if I use `ikiwiki --rebuild` to regenerate the whole thing
> or give any information to reproduce the bug.
>
> My guess: A version older than 3.20100403, which included
-> [this bugfix](http://git.ikiwiki.info/?p=ikiwiki;a=commitdiff;h=799b93d258bad917262ac160df74136f05d4a451),
+> 799b93d258bad917262ac160df74136f05d4a451,
> which could lead to incorrect "syntax error in pagespec"
> that only happened some of the time.
>