Joey Hess [Sat, 13 Jun 2009 18:41:31 +0000 (14:41 -0400)]
add news item for ikiwiki 3.141
Joey Hess [Sat, 13 Jun 2009 18:40:36 +0000 (14:40 -0400)]
releasing version 3.141
Joey Hess [Sat, 13 Jun 2009 18:33:52 +0000 (14:33 -0400)]
response
PaulePanter [Sat, 13 Jun 2009 16:12:58 +0000 (12:12 -0400)]
Documentation for parameter `template`?
http://www.larted.org.uk/~dom/ [Sat, 13 Jun 2009 11:58:13 +0000 (07:58 -0400)]
http://www.larted.org.uk/~dom/ [Sat, 13 Jun 2009 11:56:56 +0000 (07:56 -0400)]
comment about newer OpenID now being available.
Joey Hess [Fri, 12 Jun 2009 23:31:18 +0000 (19:31 -0400)]
aggregate: Avoid resetting ctime when an item md5 changes.
Besides being wrong to do, this could lead to the wrong item
being expired, as follows: If B is added and at the same time
A is changed, then A's ctime may be set to the current time,
while B's is set to its creation time. Thus the new item, A,
is incorrectly removed as older.
(This interacted especially badly with the bug fixed by
90b4d079605b72bb50d1da41402d994960e10937.)
Joey Hess [Fri, 12 Jun 2009 23:24:47 +0000 (19:24 -0400)]
aggregate: Fix storing of changed md5.
The aggregate state merge code neglected to merge changes to the md5
field of an item. Therefore, if an item's md5 changed after initial
aggregation, it would be updated, and rewritten, each time thereafter.
This was wasteful and indirectly led to some expire problems.
Jon Dowland [Fri, 12 Jun 2009 15:00:04 +0000 (16:00 +0100)]
argh, wrong diff again. third time lucky.
Jon Dowland [Fri, 12 Jun 2009 12:26:12 +0000 (13:26 +0100)]
update diff (one redundant hunk removed)
Jon Dowland [Fri, 12 Jun 2009 08:42:47 +0000 (09:42 +0100)]
add allow_site-wide_meta_definitions.mdwn
Jérémy Bobbio [Thu, 11 Jun 2009 15:15:29 +0000 (17:15 +0200)]
Thanks
Joey Hess [Wed, 10 Jun 2009 17:59:31 +0000 (13:59 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 10 Jun 2009 17:58:59 +0000 (13:58 -0400)]
Updated French translation. Closes: #532654
bremner [Wed, 10 Jun 2009 02:54:28 +0000 (22:54 -0400)]
feature request/discussion for highlight options.
http://www.lunix.com.au/ [Wed, 10 Jun 2009 02:31:42 +0000 (22:31 -0400)]
simple format tidyup
JoeRayhawk [Tue, 9 Jun 2009 22:37:58 +0000 (18:37 -0400)]
More NTFS filename compatability problems.
Joey Hess [Tue, 9 Jun 2009 19:39:00 +0000 (15:39 -0400)]
Disable the Preferences link if no plugin with an auth hook is enabled.
http://www.lunix.com.au/ [Tue, 9 Jun 2009 01:50:13 +0000 (21:50 -0400)]
add my response and thanks
Joey Hess [Tue, 9 Jun 2009 01:44:52 +0000 (21:44 -0400)]
reorg
Joey Hess [Tue, 9 Jun 2009 01:41:42 +0000 (21:41 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
http://www.lunix.com.au/ [Tue, 9 Jun 2009 01:42:26 +0000 (21:42 -0400)]
fixed formatting of last response
Joey Hess [Tue, 9 Jun 2009 01:41:31 +0000 (21:41 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
doc/forum/is_it_possible_to_NOT_add_openid2_meta_tags.mdwn
http://www.lunix.com.au/ [Tue, 9 Jun 2009 01:40:19 +0000 (21:40 -0400)]
add my response
Joey Hess [Tue, 9 Jun 2009 01:40:06 +0000 (21:40 -0400)]
meta: Add openid delegate parameter to allow delegating only openid or openid2.
Joey Hess [Tue, 9 Jun 2009 01:28:46 +0000 (21:28 -0400)]
response
http://www.lunix.com.au/ [Tue, 9 Jun 2009 01:25:37 +0000 (21:25 -0400)]
add my site.
Joey Hess [Tue, 9 Jun 2009 01:25:17 +0000 (21:25 -0400)]
update
http://www.lunix.com.au/ [Tue, 9 Jun 2009 01:18:36 +0000 (21:18 -0400)]
add my response
Joey Hess [Tue, 9 Jun 2009 00:53:23 +0000 (20:53 -0400)]
resp
http://www.lunix.com.au/ [Tue, 9 Jun 2009 00:24:36 +0000 (20:24 -0400)]
add my response
Joey Hess [Mon, 8 Jun 2009 23:08:06 +0000 (19:08 -0400)]
response
Joey Hess [Mon, 8 Jun 2009 22:27:40 +0000 (18:27 -0400)]
Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not available.
The test suite was emitting a lot of ugly gettext warnings;
setting LC_ALL didn't solve the problem for all locale setups
(since ikiwiki remaps it to LANG, and ikiwiki didn't know about
the C locale).
People also seem generally annoyed by the messages when
Locale::Gettext is not installed, and I suspect will be
generally happier if it just silently doesn't localize.
The optimisation came about when I noticed that the gettext
sub was doing rather a lot of work each call just to see
if localisation is needed. We can avoid that work by caching,
and the best thing to cache is a version of the gettext sub
that does exactly the right thing.
This was slightly complicated by the locale setting,
which might need to override the original locale (or lack
thereof) after gettext has been called. So it needs to invalidate
the cache in that case. It used to do it via a global variable,
which I am happy to have also gotten rid of.
http://davide.viti.myopenid.com/ [Mon, 8 Jun 2009 07:33:30 +0000 (03:33 -0400)]
Instructions to allow .cgi files to execute from anywhere using boa webserver
http://www.lunix.com.au/ [Mon, 8 Jun 2009 04:15:53 +0000 (00:15 -0400)]
add in new openid forum question
http://lj.rossia.org/users/imz/ [Sun, 7 Jun 2009 17:25:14 +0000 (13:25 -0400)]
Added a wikilink to the solution.
Joey Hess [Sat, 6 Jun 2009 06:36:40 +0000 (02:36 -0400)]
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.
Joey Hess [Sat, 6 Jun 2009 06:25:25 +0000 (02:25 -0400)]
add
Joey Hess [Fri, 5 Jun 2009 22:04:39 +0000 (18:04 -0400)]
pagecount: Fix broken optimisation for * pagespec.
martin [Fri, 5 Jun 2009 21:52:54 +0000 (17:52 -0400)]
fixed link
martin [Fri, 5 Jun 2009 21:50:43 +0000 (17:50 -0400)]
pagecount incorrectly claims there are 0 pages ...
Joey Hess [Fri, 5 Jun 2009 20:58:37 +0000 (16:58 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 5 Jun 2009 20:58:06 +0000 (16:58 -0400)]
Setup automator: Check that each plugin added to the generated setup file can be loaded and that its config is ok. If a plugin fails for any reason, disable it in the generated file. Closes: 532001
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 20:38:13 +0000 (16:38 -0400)]
thanks.
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: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).