Joey Hess [Fri, 5 Jun 2009 20:33:07 +0000 (16:33 -0400)]
add note about the basewiki being self contained
Joey Hess [Fri, 5 Jun 2009 20:24:46 +0000 (16:24 -0400)]
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.
Joey Hess [Fri, 5 Jun 2009 20:18:19 +0000 (16:18 -0400)]
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.
Joey Hess [Fri, 5 Jun 2009 20:14:51 +0000 (16:14 -0400)]
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
1d57a21c987a5e970df01efe10acdf69982c2d61 for test case.)
Joey Hess [Fri, 5 Jun 2009 20:10:08 +0000 (16:10 -0400)]
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.
Joey Hess [Fri, 5 Jun 2009 19:04:49 +0000 (15:04 -0400)]
close
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:59:56 +0000 (14:59 -0400)]
minor formatting issue: Having a wikilink in the heading was not very nice.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:58:29 +0000 (14:58 -0400)]
Created the page, so that one can inspect the backlinks.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:57:14 +0000 (14:57 -0400)]
Added a wikilink on a term (to keep track of the discussions of anchors).
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:56:41 +0000 (14:56 -0400)]
Fixed a wikilink target.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:55:27 +0000 (14:55 -0400)]
A suggestion to simply extract/merge this functionality from/with another plugin.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:50:53 +0000 (14:50 -0400)]
Added a keyword to the description, so that this plugin can be found by searching.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:49:39 +0000 (14:49 -0400)]
Put wikilink on a useful term (perhaps, someday there is an explanation there about all relevant stuff about anchors in ikiwiki).
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:41:05 +0000 (14:41 -0400)]
minor: Style.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:38:49 +0000 (14:38 -0400)]
minor: Formatting the code.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:37:14 +0000 (14:37 -0400)]
Report the failed test of the "more" plugin.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:31:16 +0000 (14:31 -0400)]
Test the more plugin.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 17:55:48 +0000 (13:55 -0400)]
Fixed a wikilink.
Lunar [Fri, 5 Jun 2009 11:22:03 +0000 (13:22 +0200)]
Some thoughts on how to disable 'Preferences' link when irrelevant
Joey Hess [Thu, 4 Jun 2009 17:24:45 +0000 (13:24 -0400)]
update po files
Joey Hess [Thu, 4 Jun 2009 17:20:52 +0000 (13:20 -0400)]
fix further places where translated discussion case was assumed
Another benefit is that consistently using gettext("Discussion")
eliminates the need to translate one string.
Joey Hess [Thu, 4 Jun 2009 17:15:05 +0000 (13:15 -0400)]
Avoid relying on translators preserving the case when translating "discussion", which caused Discussion pages to get unwanted Discussion links.
http://lj.rossia.org/users/imz/ [Thu, 4 Jun 2009 14:53:15 +0000 (10:53 -0400)]
Reporting minor problems with cvonnecting to the remote repo.
Joey Hess [Wed, 3 Jun 2009 19:46:47 +0000 (15:46 -0400)]
fix link, remove redirection page
There was only one broken links. See plugins/brokenlinks for
a list.
Joey Hess [Wed, 3 Jun 2009 19:42:04 +0000 (15:42 -0400)]
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).
http://smcv.pseudorandom.co.uk/ [Wed, 3 Jun 2009 18:28:21 +0000 (14:28 -0400)]
fixed upstream, debian bug opened
http://smcv.pseudorandom.co.uk/ [Wed, 3 Jun 2009 18:21:40 +0000 (14:21 -0400)]
http://lj.rossia.org/users/imz/ [Wed, 3 Jun 2009 16:53:51 +0000 (12:53 -0400)]
Adding a plain link along with a redirect in order to track backlinks at the bottom of the target page correctly.
http://lj.rossia.org/users/imz/ [Wed, 3 Jun 2009 16:50:22 +0000 (12:50 -0400)]
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.
intrigeri [Wed, 3 Jun 2009 16:31:41 +0000 (18:31 +0200)]
po: fixed one of the last Joey's concerns
Signed-off-by: intrigeri <intrigeri@boum.org>
intrigeri [Wed, 3 Jun 2009 16:30:00 +0000 (18:30 +0200)]
po: better discussion link logic
Signed-off-by: intrigeri <intrigeri@boum.org>
intrigeri [Wed, 3 Jun 2009 16:29:20 +0000 (18:29 +0200)]
quick fix for http://ikiwiki.info/bugs/unwanted_discussion_links_on_discussion_pages/
Signed-off-by: intrigeri <intrigeri@boum.org>
intrigeri [Wed, 3 Jun 2009 16:09:29 +0000 (12:09 -0400)]
new bug and patch
http://lj.rossia.org/users/imz/ [Wed, 3 Jun 2009 11:34:25 +0000 (07:34 -0400)]
Correct wikilink.
Joey Hess [Tue, 2 Jun 2009 21:06:46 +0000 (17:06 -0400)]
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.
Joey Hess [Tue, 2 Jun 2009 16:27:22 +0000 (12:27 -0400)]
Revert "testing 123"
This reverts commit
15a3647b3f89d0629e77fbcf43335894329ffa24.
Joey Hess [Tue, 2 Jun 2009 16:27:05 +0000 (12:27 -0400)]
revert my incorrect reversion. oops
Joey Hess [Tue, 2 Jun 2009 16:25:39 +0000 (12:25 -0400)]
Revert "add news item for ikiwiki 3.14"
This reverts commit
b0fb8a62554578738b8ee7b0ca42c09e8ada8c20.
pilchu: abuse the front page again and you will be banned
pilchu [Tue, 2 Jun 2009 14:20:38 +0000 (10:20 -0400)]
testing 123
Joey Hess [Mon, 1 Jun 2009 17:11:52 +0000 (13:11 -0400)]
add news item for ikiwiki 3.14
Joey Hess [Mon, 1 Jun 2009 17:11:18 +0000 (13:11 -0400)]
releasing version 3.14
http://dr.jones.dk/ [Thu, 28 May 2009 17:20:52 +0000 (13:20 -0400)]
Mention need for localized templates, and separation of system and page locales.
Joey Hess [Thu, 28 May 2009 15:06:19 +0000 (11:06 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 28 May 2009 15:06:03 +0000 (11:06 -0400)]
Danish translation update. Closes: #530877
http://dr.jones.dk/ [Thu, 28 May 2009 08:13:33 +0000 (04:13 -0400)]
Move po4a patch note up close to "translated basewiki", and expand with note on danish translation.
lnussel [Wed, 27 May 2009 12:09:51 +0000 (08:09 -0400)]
add link to openSUSE packages
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:18:03 +0000 (21:18 -0400)]
minor: A bit more wikilinks.
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:13:01 +0000 (21:13 -0400)]
minor: Added wikilinks for better "connectivity".
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:07:18 +0000 (21:07 -0400)]
Made the links to the userpage work in the prev.edit.
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:03:18 +0000 (21:03 -0400)]
Added links to related work.
Joey Hess [Tue, 26 May 2009 21:05:39 +0000 (17:05 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 26 May 2009 21:04:49 +0000 (17:04 -0400)]
call initLanguage after initTheme
See #530654
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 16:52:40 +0000 (12:52 -0400)]
minor invisible: I learned how to mark up code examples.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 16:47:46 +0000 (12:47 -0400)]
A wish.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 16:01:17 +0000 (12:01 -0400)]
minor: Added a wikilink (for connectivity).
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:59:36 +0000 (11:59 -0400)]
minor: A text for a link, otherwise it's not displayed; also rm unneeded escaping.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:57:12 +0000 (11:57 -0400)]
A misfeature I stumbled upon.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:51:48 +0000 (11:51 -0400)]
Added a wikilink (for connectivity).
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:34:35 +0000 (11:34 -0400)]
One more suggestion for the wiki-synatx.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:25:33 +0000 (11:25 -0400)]
A workaround without introducing different kinds of links (but with completely auxiliary link targets).
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:16:40 +0000 (11:16 -0400)]
Comment: this illustrates there is no workaround.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 13:19:02 +0000 (09:19 -0400)]
Report the unpleasant need to press "reload" in firefox.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 12:14:37 +0000 (08:14 -0400)]
Added a reason for this to be an ikiwiki's concern.
http://dr.jones.dk/ [Mon, 25 May 2009 22:29:16 +0000 (18:29 -0400)]
Mention bug#530574: improved po4a Markdown support
Joey Hess [Mon, 25 May 2009 16:40:40 +0000 (12:40 -0400)]
Fix test suite to not rely on an installed copy of ikiwiki after underlaydir change. Closes: #530502
Víctor Moral [Mon, 25 May 2009 07:33:08 +0000 (09:33 +0200)]
updated spanish translation
http://lj.rossia.org/users/imz/ [Mon, 25 May 2009 14:13:19 +0000 (10:13 -0400)]
New wish.
Joey Hess [Sat, 23 May 2009 22:39:49 +0000 (18:39 -0400)]
cache highlighters to optimise
Setting up a new highlighter object is slightly expensive since it
reads and parses the langfile each time. So cache them.
This also speeds up ext2langfile by avoiding it needing to check for the
existence of a language file in some cases.
Joey Hess [Sat, 23 May 2009 09:33:08 +0000 (05:33 -0400)]
update
Joey Hess [Sat, 23 May 2009 09:21:19 +0000 (05:21 -0400)]
mention highlight
Joey Hess [Sat, 23 May 2009 09:17:26 +0000 (05:17 -0400)]
allow format to use any language supported by highlight
format: Provide a htmlizefallback hook that other plugins can use to
handle formats that are not suitable for general-purpose htmlize hooks.
highlight: Use the hook to allow formatting of any language/extension,
without it needing to be enabled for standalone source files.
highlight: If the highlight perl binding is not available, fallback
safely to a passthrough mode.
Joey Hess [Sat, 23 May 2009 04:09:14 +0000 (00:09 -0400)]
remove commas in tohighlight list
Joey Hess [Sat, 23 May 2009 03:05:58 +0000 (23:05 -0400)]
formatting
Joey Hess [Sat, 23 May 2009 02:57:03 +0000 (22:57 -0400)]
highlight: New plugin supporting syntax highlighting of pretty much anything.
* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869)
http://www.cse.unsw.edu.au/~willu/ [Sat, 23 May 2009 01:14:16 +0000 (21:14 -0400)]
Response
Joey Hess [Fri, 22 May 2009 22:08:50 +0000 (18:08 -0400)]
response
Joey Hess [Fri, 22 May 2009 19:24:42 +0000 (15:24 -0400)]
add
Joey Hess [Fri, 22 May 2009 18:43:31 +0000 (14:43 -0400)]
document internal here (was already documented in plugins/aggregate)
Joey Hess [Fri, 22 May 2009 18:33:22 +0000 (14:33 -0400)]
update as command syntax has changed
Joey Hess [Fri, 22 May 2009 18:30:58 +0000 (14:30 -0400)]
add news item for ikiwiki 3.13
Joey Hess [Fri, 22 May 2009 18:17:26 +0000 (14:17 -0400)]
listdirectives: Avoid listing _comment directives and generally assume any directive starting with _ is likewise internal.
Joey Hess [Fri, 22 May 2009 17:45:38 +0000 (13:45 -0400)]
remove -T from ikiwiki.in, add back if NOTAINT=0
Joey Hess [Fri, 22 May 2009 17:35:47 +0000 (13:35 -0400)]
remove wikilink to ikiwiki/directive/shortcut
This is a broken link if ikiwiki is configured w/o
the listdirectives plugin. Since the value of the
link to the directive docs is fairly low (there are
a bunch of examples of it right on the page
you put it on), it seems simplest to just remove the link.
Joey Hess [Fri, 22 May 2009 17:30:03 +0000 (13:30 -0400)]
response
Joey Hess [Fri, 22 May 2009 17:27:23 +0000 (13:27 -0400)]
stop using perl -T here
See bug #411786. Perl's random corruption of the taint flag is even effecting
the untainting of source filenames now (which AFAICS, is a proper untaint
and always worked before..), and that makes using ikiwiki in perl taint
mode not work at all.
Joey Hess [Fri, 22 May 2009 17:09:38 +0000 (13:09 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 22 May 2009 17:09:11 +0000 (13:09 -0400)]
ikiwiki-transition: deduplinks was broken and threw away all metadata stored by plugins in the index. Fix this bug.
Joey Hess [Fri, 22 May 2009 17:00:50 +0000 (13:00 -0400)]
fix
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 06:36:11 +0000 (02:36 -0400)]
response
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 06:30:58 +0000 (02:30 -0400)]
response
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 06:04:33 +0000 (02:04 -0400)]
Update patch
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 04:43:45 +0000 (00:43 -0400)]
response
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 03:33:16 +0000 (23:33 -0400)]
responses
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 01:22:09 +0000 (21:22 -0400)]
remove bad example
http://www.cse.unsw.edu.au/~willu/ [Fri, 22 May 2009 01:10:55 +0000 (21:10 -0400)]
treatise on dependencies
bremner [Thu, 21 May 2009 22:21:31 +0000 (18:21 -0400)]
note that highlight should be slightly easier to call from perl than source-highlight
Joey Hess [Thu, 21 May 2009 21:37:52 +0000 (17:37 -0400)]
source-highlight C++ library
Joey Hess [Thu, 21 May 2009 21:23:42 +0000 (17:23 -0400)]
update
Joey Hess [Thu, 21 May 2009 21:14:39 +0000 (17:14 -0400)]
remove fortranwiki, not using ikiwiki at this time
Joey Hess [Thu, 21 May 2009 20:37:48 +0000 (16:37 -0400)]
update