]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
14 years agoresp
Joey Hess [Tue, 9 Jun 2009 00:53:23 +0000 (20:53 -0400)] 
resp

14 years agoadd my response
http://www.lunix.com.au/ [Tue, 9 Jun 2009 00:24:36 +0000 (20:24 -0400)] 
add my response

14 years agoresponse
Joey Hess [Mon, 8 Jun 2009 23:08:06 +0000 (19:08 -0400)] 
response

14 years agoOptimise use of gettext, and avoid ugly warnings if Locale::gettext is not available.
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.

14 years agoInstructions to allow .cgi files to execute from anywhere using boa webserver
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

14 years agoadd in new openid forum question
http://www.lunix.com.au/ [Mon, 8 Jun 2009 04:15:53 +0000 (00:15 -0400)] 
add in new openid forum question

14 years agoAdded a wikilink to the solution.
http://lj.rossia.org/users/imz/ [Sun, 7 Jun 2009 17:25:14 +0000 (13:25 -0400)] 
Added a wikilink to the solution.

14 years agogoto: Support being passed a page title that is not a valid page name, to support...
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.

14 years agoadd
Joey Hess [Sat, 6 Jun 2009 06:25:25 +0000 (02:25 -0400)] 
add

14 years agopagecount: Fix broken optimisation for * pagespec.
Joey Hess [Fri, 5 Jun 2009 22:04:39 +0000 (18:04 -0400)] 
pagecount: Fix broken optimisation for * pagespec.

14 years agofixed link
martin [Fri, 5 Jun 2009 21:52:54 +0000 (17:52 -0400)] 
fixed link

14 years agopagecount incorrectly claims there are 0 pages ...
martin [Fri, 5 Jun 2009 21:50:43 +0000 (17:50 -0400)] 
pagecount incorrectly claims there are 0 pages ...

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agoSetup automator: Check that each plugin added to the generated setup file can be...
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

14 years agothanks.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 20:38:13 +0000 (16:38 -0400)] 
thanks.

14 years agoadd note about the basewiki being self contained
Joey Hess [Fri, 5 Jun 2009 20:33:07 +0000 (16:33 -0400)] 
add note about the basewiki being self contained

14 years agomove anchor page out of ikiwiki subdir
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.

14 years agoremove link to page outside the base wiki
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.

14 years agoTighten up matching of bare words inside directives
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.)

14 years agoadd test case for unterminated """ string
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.

14 years agoclose
Joey Hess [Fri, 5 Jun 2009 19:04:49 +0000 (15:04 -0400)] 
close

14 years agominor formatting issue: Having a wikilink in the heading was not very nice.
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.

14 years agoCreated the page, so that one can inspect the backlinks.
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.

14 years agoAdded a wikilink on a term (to keep track of the discussions of anchors).
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).

14 years agoFixed a wikilink target.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:56:41 +0000 (14:56 -0400)] 
Fixed a wikilink target.

14 years agoA suggestion to simply extract/merge this functionality from/with another plugin.
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.

14 years agoAdded 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:50:53 +0000 (14:50 -0400)] 
Added a keyword to the description, so that this plugin can be found by searching.

14 years agoPut wikilink on a useful term (perhaps, someday there is an explanation there about...
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).

14 years agominor: Style.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:41:05 +0000 (14:41 -0400)] 
minor: Style.

14 years agominor: Formatting the code.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:38:49 +0000 (14:38 -0400)] 
minor: Formatting the code.

14 years agoReport the failed test of the "more" plugin.
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.

14 years agoTest the more plugin.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 18:31:16 +0000 (14:31 -0400)] 
Test the more plugin.

14 years agoFixed a wikilink.
http://lj.rossia.org/users/imz/ [Fri, 5 Jun 2009 17:55:48 +0000 (13:55 -0400)] 
Fixed a wikilink.

14 years agoSome thoughts on how to disable 'Preferences' link when irrelevant
Lunar [Fri, 5 Jun 2009 11:22:03 +0000 (13:22 +0200)] 
Some thoughts on how to disable 'Preferences' link when irrelevant

14 years agoupdate po files
Joey Hess [Thu, 4 Jun 2009 17:24:45 +0000 (13:24 -0400)] 
update po files

14 years agofix further places where translated discussion case was assumed
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.

14 years agoAvoid relying on translators preserving the case when translating "discussion", which...
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.

14 years agoReporting minor problems with cvonnecting to the remote repo.
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.

14 years agofix link, remove redirection page
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.

14 years agoupdate openid docs regarding openid 2, since smcv noticed
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).

14 years agofixed upstream, debian bug opened
http://smcv.pseudorandom.co.uk/ [Wed, 3 Jun 2009 18:28:21 +0000 (14:28 -0400)] 
fixed upstream, debian bug opened

14 years ago(no commit message)
http://smcv.pseudorandom.co.uk/ [Wed, 3 Jun 2009 18:21:40 +0000 (14:21 -0400)] 

14 years agoAdding a plain link along with a redirect in order to track backlinks at the bottom...
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.

14 years agoFixing a broken link: since it's not obvious how many broken links point to this...
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.

14 years agopo: fixed one of the last Joey's concerns
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>
14 years agonew bug and patch
intrigeri [Wed, 3 Jun 2009 16:09:29 +0000 (12:09 -0400)] 
new bug and patch

14 years agoCorrect wikilink.
http://lj.rossia.org/users/imz/ [Wed, 3 Jun 2009 11:34:25 +0000 (07:34 -0400)] 
Correct wikilink.

14 years agocomment: Make comment directives no longer use the internal "_comment" form, and...
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.

14 years agoRevert "testing 123"
Joey Hess [Tue, 2 Jun 2009 16:27:22 +0000 (12:27 -0400)] 
Revert "testing 123"

This reverts commit 15a3647b3f89d0629e77fbcf43335894329ffa24.

14 years agorevert my incorrect reversion. oops
Joey Hess [Tue, 2 Jun 2009 16:27:05 +0000 (12:27 -0400)] 
revert my incorrect reversion. oops

14 years agoRevert "add news item for ikiwiki 3.14"
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

14 years agotesting 123
pilchu [Tue, 2 Jun 2009 14:20:38 +0000 (10:20 -0400)] 
testing 123

14 years agoadd news item for ikiwiki 3.14
Joey Hess [Mon, 1 Jun 2009 17:11:52 +0000 (13:11 -0400)] 
add news item for ikiwiki 3.14

14 years agoreleasing version 3.14
Joey Hess [Mon, 1 Jun 2009 17:11:18 +0000 (13:11 -0400)] 
releasing version 3.14

14 years agoMention need for localized templates, and separation of system and page locales.
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.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agoDanish translation update. Closes: #530877
Joey Hess [Thu, 28 May 2009 15:06:03 +0000 (11:06 -0400)] 
Danish translation update. Closes: #530877

14 years agoMove po4a patch note up close to "translated basewiki", and expand with note on danis...
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.

14 years agoadd link to openSUSE packages
lnussel [Wed, 27 May 2009 12:09:51 +0000 (08:09 -0400)] 
add link to openSUSE packages

14 years agominor: A bit more wikilinks.
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:18:03 +0000 (21:18 -0400)] 
minor: A bit more wikilinks.

14 years agominor: Added wikilinks for better "connectivity".
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:13:01 +0000 (21:13 -0400)] 
minor: Added wikilinks for better "connectivity".

14 years agoMade the links to the userpage work in the prev.edit.
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.

14 years agoAdded links to related work.
http://lj.rossia.org/users/imz/ [Wed, 27 May 2009 01:03:18 +0000 (21:03 -0400)] 
Added links to related work.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agocall initLanguage after initTheme
Joey Hess [Tue, 26 May 2009 21:04:49 +0000 (17:04 -0400)] 
call initLanguage after initTheme

See #530654

14 years agominor invisible: I learned how to mark up code examples.
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.

14 years agoA wish.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 16:47:46 +0000 (12:47 -0400)] 
A wish.

14 years agominor: Added a wikilink (for connectivity).
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 16:01:17 +0000 (12:01 -0400)] 
minor: Added a wikilink (for connectivity).

14 years agominor: 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:59:36 +0000 (11:59 -0400)] 
minor: A text for a link, otherwise it's not displayed; also rm unneeded escaping.

14 years agoA misfeature I stumbled upon.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:57:12 +0000 (11:57 -0400)] 
A misfeature I stumbled upon.

14 years agoAdded a wikilink (for connectivity).
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:51:48 +0000 (11:51 -0400)] 
Added a wikilink (for connectivity).

14 years agoOne more suggestion for the wiki-synatx.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:34:35 +0000 (11:34 -0400)] 
One more suggestion for the wiki-synatx.

14 years agoA workaround without introducing different kinds of links (but with completely auxili...
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).

14 years agoComment: this illustrates there is no workaround.
http://lj.rossia.org/users/imz/ [Tue, 26 May 2009 15:16:40 +0000 (11:16 -0400)] 
Comment: this illustrates there is no workaround.

14 years agoReport the unpleasant need to press "reload" in firefox.
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.

14 years agoAdded a reason for this to be an ikiwiki's concern.
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.

14 years agoMention bug#530574: improved po4a Markdown support
http://dr.jones.dk/ [Mon, 25 May 2009 22:29:16 +0000 (18:29 -0400)] 
Mention bug#530574: improved po4a Markdown support

14 years agoFix test suite to not rely on an installed copy of ikiwiki after underlaydir change...
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

14 years agoupdated spanish translation
Víctor Moral [Mon, 25 May 2009 07:33:08 +0000 (09:33 +0200)] 
updated spanish translation

14 years agoNew wish.
http://lj.rossia.org/users/imz/ [Mon, 25 May 2009 14:13:19 +0000 (10:13 -0400)] 
New wish.

14 years agocache highlighters to optimise
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.

14 years agoupdate
Joey Hess [Sat, 23 May 2009 09:33:08 +0000 (05:33 -0400)] 
update

14 years agomention highlight
Joey Hess [Sat, 23 May 2009 09:21:19 +0000 (05:21 -0400)] 
mention highlight

14 years agoallow format to use any language supported by 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.

14 years agoremove commas in tohighlight list
Joey Hess [Sat, 23 May 2009 04:09:14 +0000 (00:09 -0400)] 
remove commas in tohighlight list

14 years agoformatting
Joey Hess [Sat, 23 May 2009 03:05:58 +0000 (23:05 -0400)] 
formatting

14 years agohighlight: New plugin supporting syntax highlighting of pretty much anything.
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)

14 years agoResponse
http://www.cse.unsw.edu.au/~willu/ [Sat, 23 May 2009 01:14:16 +0000 (21:14 -0400)] 
Response

14 years agoresponse
Joey Hess [Fri, 22 May 2009 22:08:50 +0000 (18:08 -0400)] 
response

14 years agoadd
Joey Hess [Fri, 22 May 2009 19:24:42 +0000 (15:24 -0400)] 
add

14 years agodocument internal here (was already documented in plugins/aggregate)
Joey Hess [Fri, 22 May 2009 18:43:31 +0000 (14:43 -0400)] 
document internal here (was already documented in plugins/aggregate)

14 years agoupdate as command syntax has changed
Joey Hess [Fri, 22 May 2009 18:33:22 +0000 (14:33 -0400)] 
update as command syntax has changed

14 years agoadd news item for ikiwiki 3.13
Joey Hess [Fri, 22 May 2009 18:30:58 +0000 (14:30 -0400)] 
add news item for ikiwiki 3.13

14 years agolistdirectives: Avoid listing _comment directives and generally assume any directive...
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.

14 years agoremove -T from ikiwiki.in, add back if NOTAINT=0
Joey Hess [Fri, 22 May 2009 17:45:38 +0000 (13:45 -0400)] 
remove -T from ikiwiki.in, add back if NOTAINT=0

14 years agoremove wikilink to ikiwiki/directive/shortcut
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.

14 years agoresponse
Joey Hess [Fri, 22 May 2009 17:30:03 +0000 (13:30 -0400)] 
response

14 years agostop using perl -T here
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.

14 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
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

14 years agoikiwiki-transition: deduplinks was broken and threw away all metadata stored by plugi...
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.