Commit Graph

9788 Commits (9e74d600575f59456fa46df22f8be1ec411c9200)

Author SHA1 Message Date
Joey Hess 9e74d60057 add note about the basewiki being self contained 2009-06-05 16:33:07 -04:00
Joey Hess df20a91bc9 move anchor page out of ikiwiki subdir
Since this page is not in the basewiki, it is confusing to put it in
the ikiwiki subdir, which is intended for basewiki and other underlay pages
that are used to document ikiwiki on other wikis.
2009-06-05 16:24:46 -04:00
Joey Hess dd4e363215 remove link to page outside the base wiki
I'm sorry, but you can't simply go around adding links to pages that are
part of the basewiki, that point to pages outside the basewiki. Doing
so causes the test suite to fail, since the basewiki is then not
self-contained and has broken links.

FYI, the ikiwiki/anchor page you added is not part of the basewiki because
there's not a symlink to it in underlays/basewiki/ikiwiki in ikiwiki's
source. And I can't condone cluttering up the basewiki with such a page,
at least unless it gets significantly more useful somehow.
2009-06-05 16:18:19 -04:00
Joey Hess bd78168f71 Tighten up matching of bare words inside directives
Do not allow an unterminated """ string to be treated as a series of bare
words. Fixes runaway regexp recursion/backtracking in strange situations.

(See 1d57a21c98 for test case.)
2009-06-05 16:14:51 -04:00
Joey Hess 763f4b91da add test case for unterminated """ string
A directive that contains an unterminated """ string should not
cause each word of the string to be treated as a bare word. Instead,
the directive should fail to parse.

There are two tests. One just checks that a complete directive
containing such a string fails to parse. The other checks for a case
where a directive ends with a very long unterminated """ string,
and the directive is itself not closed. While this test won't fail,
it does trigger a nasty perl warning.
2009-06-05 16:10:08 -04:00
Joey Hess 1d57a21c98 close 2009-06-05 15:04:49 -04:00
http://lj.rossia.org/users/imz/ ba78867d73 minor formatting issue: Having a wikilink in the heading was not very nice. 2009-06-05 14:59:56 -04:00
http://lj.rossia.org/users/imz/ 3b1dd0facb Created the page, so that one can inspect the backlinks. 2009-06-05 14:58:29 -04:00
http://lj.rossia.org/users/imz/ 891ccea06f Added a wikilink on a term (to keep track of the discussions of anchors). 2009-06-05 14:57:14 -04:00
http://lj.rossia.org/users/imz/ 30d23b969e Fixed a wikilink target. 2009-06-05 14:56:41 -04:00
http://lj.rossia.org/users/imz/ 91edfd2851 A suggestion to simply extract/merge this functionality from/with another plugin. 2009-06-05 14:55:27 -04:00
http://lj.rossia.org/users/imz/ 62bec4f47b Added a keyword to the description, so that this plugin can be found by searching. 2009-06-05 14:50:53 -04:00
http://lj.rossia.org/users/imz/ c715c20fde Put wikilink on a useful term (perhaps, someday there is an explanation there about all relevant stuff about anchors in ikiwiki). 2009-06-05 14:49:39 -04:00
http://lj.rossia.org/users/imz/ 7158fab372 minor: Style. 2009-06-05 14:41:05 -04:00
http://lj.rossia.org/users/imz/ 08b5581b92 minor: Formatting the code. 2009-06-05 14:38:49 -04:00
http://lj.rossia.org/users/imz/ c873dd03b8 Report the failed test of the "more" plugin. 2009-06-05 14:37:14 -04:00
http://lj.rossia.org/users/imz/ 9362aa7756 Test the more plugin. 2009-06-05 14:31:16 -04:00
http://lj.rossia.org/users/imz/ 52b635c708 Fixed a wikilink. 2009-06-05 13:55:48 -04:00
Lunar e78883e07f Some thoughts on how to disable 'Preferences' link when irrelevant 2009-06-05 13:22:03 +02:00
Joey Hess 27624f0456 update po files 2009-06-04 13:24:45 -04:00
Joey Hess 059d6f01fa fix further places where translated discussion case was assumed
Another benefit is that consistently using gettext("Discussion")
eliminates the need to translate one string.
2009-06-04 13:20:52 -04:00
Joey Hess 6842328405 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
http://lj.rossia.org/users/imz/ 2e48da19a2 Reporting minor problems with cvonnecting to the remote repo. 2009-06-04 10:53:15 -04:00
Joey Hess 95e3e2d352 fix link, remove redirection page
There was only one broken links. See plugins/brokenlinks for
a list.
2009-06-03 15:46:47 -04:00
Joey Hess 5193f9ee6b update openid docs regarding openid 2, since smcv noticed
a newer perl module supports it. Although, based on its bug
reports at
<http://rt.cpan.org/Public/Dist/Display.html?Name=Net-OpenID-Consumer>,
there may be some problems (myspace is known not to work,
for example).
2009-06-03 15:42:04 -04:00
http://smcv.pseudorandom.co.uk/ 25aa050305 fixed upstream, debian bug opened 2009-06-03 14:28:21 -04:00
http://smcv.pseudorandom.co.uk/ 296554daaf 2009-06-03 14:21:40 -04:00
http://lj.rossia.org/users/imz/ 1f0560d262 Adding a plain link along with a redirect in order to track backlinks at the bottom of the target page correctly. 2009-06-03 12:53:51 -04:00
http://lj.rossia.org/users/imz/ 068f139885 Fixing a broken link: since it's not obvious how many broken links point to this location, I'm creating a redirect rather than just fixing one broken link. 2009-06-03 12:50:22 -04:00
intrigeri f902bedd32 po: fixed one of the last Joey's concerns
Signed-off-by: intrigeri <intrigeri@boum.org>
2009-06-03 18:31:41 +02:00
intrigeri 9470667a0d new bug and patch 2009-06-03 12:09:29 -04:00
http://lj.rossia.org/users/imz/ 2ab9e4b4d4 Correct wikilink. 2009-06-03 07:34:25 -04:00
Joey Hess 5cdee82ef6 comment: Make comment directives no longer use the internal "_comment" form, and document the comment directive syntax.
Rationalle: Comments need to be user-editable so that they can be posted
via git commit etc.

The _comment directive is still supported, for back-compat.
2009-06-02 17:06:46 -04:00
Joey Hess bd1aed61e9 Revert "testing 123"
This reverts commit 15a3647b3f.
2009-06-02 12:27:22 -04:00
Joey Hess 9c7b2ad331 revert my incorrect reversion. oops 2009-06-02 12:27:05 -04:00
Joey Hess 1b6f04424f Revert "add news item for ikiwiki 3.14"
This reverts commit b0fb8a6255.

pilchu: abuse the front page again and you will be banned
2009-06-02 12:25:39 -04:00
pilchu 15a3647b3f testing 123 2009-06-02 10:20:38 -04:00
Joey Hess b0fb8a6255 add news item for ikiwiki 3.14 2009-06-01 13:11:52 -04:00
Joey Hess 42cc56f796 releasing version 3.14 2009-06-01 13:11:18 -04:00
http://dr.jones.dk/ e90adc56c3 Mention need for localized templates, and separation of system and page locales. 2009-05-28 13:20:52 -04:00
Joey Hess 14cbc42b03 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-05-28 11:06:19 -04:00
Joey Hess 52dc080ed1 Danish translation update. Closes: #530877 2009-05-28 11:06:03 -04:00
http://dr.jones.dk/ 817a40b781 Move po4a patch note up close to "translated basewiki", and expand with note on danish translation. 2009-05-28 04:13:33 -04:00
lnussel 82a4ea3ab4 add link to openSUSE packages 2009-05-27 08:09:51 -04:00
http://lj.rossia.org/users/imz/ 1151d06d54 minor: A bit more wikilinks. 2009-05-26 21:18:03 -04:00
http://lj.rossia.org/users/imz/ 04a7da956f minor: Added wikilinks for better "connectivity". 2009-05-26 21:13:01 -04:00
http://lj.rossia.org/users/imz/ d1553bd361 Made the links to the userpage work in the prev.edit. 2009-05-26 21:07:18 -04:00
http://lj.rossia.org/users/imz/ 67cdee214b Added links to related work. 2009-05-26 21:03:18 -04:00
Joey Hess 4b81616c04 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-05-26 17:05:39 -04:00
Joey Hess 96087cbd88 call initLanguage after initTheme
See #530654
2009-05-26 17:04:49 -04:00