ikiwiki
13 years agoYaml formatted setup files are now produced by default
Joey Hess [Fri, 25 Mar 2011 01:30:18 +0000 (21:30 -0400)] 
Yaml formatted setup files are now produced by default

This has been a while coming. It turns out that non-excutable setup files
have a number of benefits. Also, I find YAML setup files easier to edit
myself, and I suspect many users will prefer not needing to deal with
perl syntax.

13 years agofix targetpage replacement to support 3 argument form
Joey Hess [Thu, 24 Mar 2011 23:44:32 +0000 (19:44 -0400)] 
fix targetpage replacement to support 3 argument form

Oddly, this hadn't caused any visible breakage. Possibly inline,
which is the only thing to use targetpage, resolves the function
to the "real" one before po gets loaded?

13 years agoavoid stomping on inline's rootpage sub if it's not already present
Joey Hess [Thu, 24 Mar 2011 21:55:03 +0000 (17:55 -0400)] 
avoid stomping on inline's rootpage sub if it's not already present

If the inline plugin is not being loaded, or is perhaps loaded after po
(when IkiWiki::Setup::getsetup loads all the plugins, for example),
po should not inject its custom rootpage sub, as that will lead to a
redefinition error message when inline loads.

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 24 Mar 2011 17:37:40 +0000 (13:37 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoAdd timezone setting in setup file. This alows time zone to be configured via the...
Joey Hess [Thu, 24 Mar 2011 17:36:16 +0000 (13:36 -0400)] 
Add timezone setting in setup file. This alows time zone to be configured via the web.

13 years agoin practice this is enabled by default, because recentchanges uses it
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:10:43 +0000 (16:10 +0000)] 
in practice this is enabled by default, because recentchanges uses it

13 years agothis was merged, fix cross-references to other plugins
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:07:16 +0000 (16:07 +0000)] 
this was merged, fix cross-references to other plugins

13 years agorename plugins/contrib/transient.mdwn to plugins/transient.mdwn
http://smcv.pseudorandom.co.uk/ [Thu, 24 Mar 2011 16:05:13 +0000 (16:05 +0000)] 
rename plugins/contrib/transient.mdwn to plugins/transient.mdwn

13 years agoikiwiki manual: fix a little spelling mistake
Jörg Sommer [Wed, 23 Mar 2011 16:54:39 +0000 (17:54 +0100)] 
ikiwiki manual: fix a little spelling mistake

13 years agotest of openid
http://tmarble.wordpress.com/ [Wed, 23 Mar 2011 02:19:40 +0000 (02:19 +0000)] 
test of openid

13 years agoresponse
Joey Hess [Tue, 22 Mar 2011 18:48:08 +0000 (14:48 -0400)] 
response

13 years agoRevert garbage
Joey Hess [Tue, 22 Mar 2011 18:41:32 +0000 (14:41 -0400)] 
Revert garbage

13 years agoRevert "тест"
Joey Hess [Tue, 22 Mar 2011 18:41:25 +0000 (14:41 -0400)] 
Revert "тест"

This reverts commit 426d4037d2ee2752f65775197e043fd623538d58.

13 years ago(no commit message)
verrens [Tue, 22 Mar 2011 17:19:57 +0000 (17:19 +0000)] 

13 years agoтест
verrens [Tue, 22 Mar 2011 17:19:34 +0000 (17:19 +0000)] 
тест

13 years agoremoved spam
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 06:46:44 +0000 (06:46 +0000)] 
removed spam

13 years ago(no commit message)
prosch [Tue, 22 Mar 2011 05:53:33 +0000 (05:53 +0000)] 

13 years agoanother thought
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 05:05:54 +0000 (05:05 +0000)] 
another thought

13 years agoresponse to response
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 05:03:10 +0000 (05:03 +0000)] 
response to response

13 years agoclean solution is not clean
http://kerravonsen.dreamwidth.org/ [Tue, 22 Mar 2011 04:56:33 +0000 (04:56 +0000)] 
clean solution is not clean

13 years agofix var name
Joey Hess [Mon, 21 Mar 2011 20:40:11 +0000 (16:40 -0400)] 
fix var name

13 years agoadd news item for ikiwiki 3.20110321
Joey Hess [Mon, 21 Mar 2011 19:02:44 +0000 (15:02 -0400)] 
add news item for ikiwiki 3.20110321

13 years agoreleasing version 3.20110321
Joey Hess [Mon, 21 Mar 2011 19:01:19 +0000 (15:01 -0400)] 
releasing version 3.20110321

13 years agocomment about locking
Joey Hess [Mon, 21 Mar 2011 18:44:43 +0000 (14:44 -0400)] 
comment about locking

13 years agocall aggregate checkconfig last
Joey Hess [Mon, 21 Mar 2011 18:32:46 +0000 (14:32 -0400)] 
call aggregate checkconfig last

Since the plugin abuses the checkconfig hook to launch aggregation when in
--aggregate mode, it should give other plugins that have checkconfig hooks
a chance to run before they are possibly used in rendering the aggregated
content.

13 years agoAvoid escaping / characters in filenames when building the cgiurl, as this confuses...
Joey Hess [Mon, 21 Mar 2011 18:21:55 +0000 (14:21 -0400)] 
Avoid escaping / characters in filenames when building the cgiurl, as this confuses eg, cvsweb.

13 years agoaggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar confi...
Joey Hess [Mon, 21 Mar 2011 18:19:21 +0000 (14:19 -0400)] 
aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz)

13 years agoresponse
Joey Hess [Mon, 21 Mar 2011 17:58:26 +0000 (13:58 -0400)] 
response

13 years agoclose as user error
Joey Hess [Mon, 21 Mar 2011 17:52:14 +0000 (13:52 -0400)] 
close as user error

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 21 Mar 2011 17:47:12 +0000 (13:47 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoresponse
Joey Hess [Mon, 21 Mar 2011 17:44:42 +0000 (13:44 -0400)] 
response

13 years agoclean
Joey Hess [Mon, 21 Mar 2011 17:33:47 +0000 (13:33 -0400)] 
clean

13 years agobase href has to be (fully) absolute
http://smcv.pseudorandom.co.uk/ [Mon, 21 Mar 2011 14:31:33 +0000 (14:31 +0000)] 
base href has to be (fully) absolute

13 years agooops, it was me
http://kerravonsen.dreamwidth.org/ [Mon, 21 Mar 2011 03:09:26 +0000 (03:09 +0000)] 
oops, it was me

13 years agoproblem with reverse proxy and searching
http://kerravonsen.dreamwidth.org/ [Mon, 21 Mar 2011 03:08:39 +0000 (03:08 +0000)] 
problem with reverse proxy and searching

13 years agoresponse
https://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E [Sun, 20 Mar 2011 20:19:06 +0000 (20:19 +0000)] 
response

13 years agoremove reundant chengelog version parse
Joey Hess [Sat, 19 Mar 2011 18:03:50 +0000 (14:03 -0400)] 
remove reundant chengelog version parse

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 17 Mar 2011 21:09:39 +0000 (17:09 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawn8h6atTZOkH26yuHC4SdOmistFL_BMBEE [Thu, 17 Mar 2011 19:18:17 +0000 (19:18 +0000)] 

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmgCg984na5f7ef0FHyQQPaqXNXjfaq-Z4 [Wed, 16 Mar 2011 11:00:07 +0000 (11:00 +0000)] 

13 years agoCan one enable Apache XBitHack?
http://kerravonsen.dreamwidth.org/ [Tue, 15 Mar 2011 04:01:52 +0000 (04:01 +0000)] 
Can one enable Apache XBitHack?

13 years ago(no commit message)
justint [Fri, 11 Mar 2011 00:46:43 +0000 (00:46 +0000)] 

13 years agoikiwikiusers: Add link to some Ikiwiki love
Øyvind A. Holm [Thu, 10 Mar 2011 06:22:44 +0000 (07:22 +0100)] 
ikiwikiusers: Add link to some Ikiwiki love

ebc91c32-4ade-11e0-b799-fefdb24f8e10

13 years agoFix typo: s/insertation/insertion/g
Josh Triplett [Wed, 9 Mar 2011 19:28:38 +0000 (11:28 -0800)] 
Fix typo: s/insertation/insertion/g

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 8 Mar 2011 01:56:04 +0000 (21:56 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoadd patch tag
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 03:00:09 +0000 (03:00 +0000)] 
add patch tag

13 years agoPermit a level of user interposition in the inline directive.
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 02:57:34 +0000 (02:57 +0000)] 
Permit a level of user interposition in the inline directive.

13 years ago(no commit message)
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 02:31:33 +0000 (02:31 +0000)] 

13 years ago(no commit message)
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 01:56:11 +0000 (01:56 +0000)] 

13 years agoIdea for extending inline.
http://lovesgoodfood.com/jason/ [Mon, 7 Mar 2011 01:47:33 +0000 (01:47 +0000)] 
Idea for extending inline.

13 years agoForgot to sign...
https://www.google.com/accounts/o8/id?id=AItOawmJXXNEI07X9crH8W7SN2wN2FIErshpZM4 [Sun, 6 Mar 2011 23:46:21 +0000 (23:46 +0000)] 
Forgot to sign...

13 years agowiki_file_regexp vs CGI bug
https://www.google.com/accounts/o8/id?id=AItOawmJXXNEI07X9crH8W7SN2wN2FIErshpZM4 [Sun, 6 Mar 2011 23:43:45 +0000 (23:43 +0000)] 
wiki_file_regexp vs CGI bug

13 years ago(no commit message)
nil [Sat, 5 Mar 2011 13:02:28 +0000 (13:02 +0000)] 

13 years agoikiwiki behind a nginx proxy
nil [Sat, 5 Mar 2011 13:01:26 +0000 (13:01 +0000)] 
ikiwiki behind a nginx proxy

13 years agoget rid of diag explain again
Ludwig Nussel [Fri, 4 Mar 2011 13:50:56 +0000 (14:50 +0100)] 
get rid of diag explain again

13 years agohow now brown cow
https://www.google.com/accounts/o8/id?id=AItOawk-hs618TaVepM6Wo6fevJkVvqArSisqyc [Fri, 4 Mar 2011 06:42:27 +0000 (06:42 +0000)] 
how now brown cow

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawmBXdtpvfwqNVO1Cmo1AKb01ZQtoRifb08 [Thu, 3 Mar 2011 00:05:20 +0000 (00:05 +0000)] 

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 2 Mar 2011 16:40:57 +0000 (12:40 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agodarcs: Fix multiple issues preventing rcs_diff from working.
Joey Hess [Wed, 2 Mar 2011 16:39:58 +0000 (12:39 -0400)] 
darcs: Fix multiple issues preventing rcs_diff from working.

13 years ago(no commit message)
justint [Wed, 2 Mar 2011 06:45:52 +0000 (06:45 +0000)] 

13 years ago(no commit message)
justint [Wed, 2 Mar 2011 03:14:01 +0000 (03:14 +0000)] 

13 years ago(no commit message)
justint [Wed, 2 Mar 2011 03:00:28 +0000 (03:00 +0000)] 

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 1 Mar 2011 16:39:08 +0000 (12:39 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years ago(no commit message)
justint [Tue, 1 Mar 2011 14:46:17 +0000 (14:46 +0000)] 

13 years ago(no commit message)
justint [Tue, 1 Mar 2011 14:45:04 +0000 (14:45 +0000)] 

13 years agoResponse
Giuseppe Bilotta [Mon, 28 Feb 2011 15:29:12 +0000 (16:29 +0100)] 
Response

13 years agorootpage="bugs"
https://www.google.com/accounts/o8/id?id=AItOawlYl5TcaZeBgGyH-ze2BTKEhQKaWg7Jzns [Mon, 28 Feb 2011 13:44:11 +0000 (13:44 +0000)] 
rootpage="bugs"

13 years ago(no commit message)
http://www.tobez.org/ [Sun, 27 Feb 2011 23:58:13 +0000 (23:58 +0000)] 

13 years agoavoid uninitlized value when urlto is called with 1 parameter and no url is configured
Joey Hess [Sun, 27 Feb 2011 22:32:44 +0000 (18:32 -0400)] 
avoid uninitlized value when urlto is called with 1 parameter and no url is configured

This brings back the old behavior before urlto changes for this case.
It will generate a path like "/foo", which is not right, but is
the same as is generated by urlto($page, "", 1) -- which is what
the code that now uses 1-parameter urlto used to use.

13 years agocomment: Don't show comments of subpages on parent pages. (Fixes bug introduced in...
Joey Hess [Sun, 27 Feb 2011 22:16:07 +0000 (18:16 -0400)] 
comment: Don't show comments of subpages on parent pages. (Fixes bug introduced in version 3.20100505.)

13 years ago(no commit message)
https://shinji.startssl.com/ [Sun, 27 Feb 2011 21:38:52 +0000 (21:38 +0000)] 

13 years ago(no commit message)
wentasah [Sun, 27 Feb 2011 20:39:16 +0000 (20:39 +0000)] 

13 years agoresponse
Joey Hess [Sun, 27 Feb 2011 20:08:02 +0000 (16:08 -0400)] 
response

13 years ago(no commit message)
wentasah [Sun, 27 Feb 2011 16:11:26 +0000 (16:11 +0000)] 

13 years ago(no commit message)
wentasah [Sun, 27 Feb 2011 16:01:35 +0000 (16:01 +0000)] 

13 years agoAdded a comment: thank you
justint [Sun, 27 Feb 2011 05:21:54 +0000 (05:21 +0000)] 
Added a comment: thank you

13 years ago(no commit message)
justint [Sun, 27 Feb 2011 05:19:17 +0000 (05:19 +0000)] 

13 years agoFix link.
https://www.google.com/accounts/o8/id?id=AItOawkHAS2_IG7j47TM0DD1lPS-MNp6-zfoqeg [Sun, 27 Feb 2011 01:57:31 +0000 (01:57 +0000)] 
Fix link.

13 years agoAdd link to http://ikiwiki.info/ikiwiki/, where most of the documentation lives.
https://www.google.com/accounts/o8/id?id=AItOawkHAS2_IG7j47TM0DD1lPS-MNp6-zfoqeg [Sun, 27 Feb 2011 01:55:46 +0000 (01:55 +0000)] 
Add link to ikiwiki.info/ikiwiki/, where most of the documentation lives.

13 years agoadd news item for ikiwiki 3.20110225
Joey Hess [Sat, 26 Feb 2011 00:14:52 +0000 (20:14 -0400)] 
add news item for ikiwiki 3.20110225

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 26 Feb 2011 00:12:09 +0000 (20:12 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoreleasing version 3.20110225
Joey Hess [Fri, 25 Feb 2011 23:59:06 +0000 (19:59 -0400)] 
releasing version 3.20110225

13 years agoProbably a good thing to add my name used IRL + join some lines
Øyvind A. Holm [Fri, 25 Feb 2011 22:44:21 +0000 (23:44 +0100)] 
Probably a good thing to add my name used IRL + join some lines

13 years agoavoid uninitialized value warning when running -dumpsetup
Joey Hess [Fri, 25 Feb 2011 21:32:36 +0000 (17:32 -0400)] 
avoid uninitialized value warning when running -dumpsetup

Here wikistatedir has not been configured.

13 years agoresponse
Joey Hess [Fri, 25 Feb 2011 21:30:34 +0000 (17:30 -0400)] 
response

13 years agoresponse
Joey Hess [Fri, 25 Feb 2011 21:22:00 +0000 (17:22 -0400)] 
response

13 years agoresponse
Joey Hess [Fri, 25 Feb 2011 21:15:35 +0000 (17:15 -0400)] 
response

13 years agoupdate
Joey Hess [Fri, 25 Feb 2011 20:31:37 +0000 (16:31 -0400)] 
update

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 25 Feb 2011 18:59:13 +0000 (14:59 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoAdded a comment
http://joey.kitenet.net/ [Fri, 25 Feb 2011 18:58:38 +0000 (18:58 +0000)] 
Added a comment

13 years agoAdded a comment
http://joey.kitenet.net/ [Fri, 25 Feb 2011 18:57:23 +0000 (18:57 +0000)] 
Added a comment

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Fri, 25 Feb 2011 18:56:16 +0000 (14:56 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoRevert change adding a huge, unformatted, unmaintainable, and basically
Joey Hess [Fri, 25 Feb 2011 18:55:06 +0000 (14:55 -0400)] 
Revert change adding a huge, unformatted, unmaintainable, and basically
useless set of every variable in every template file.

This reverts commit 39d37c7c1be6b8bd4ac48aa7f0f4fc04c86aa310.

13 years ago(no commit message)
justint [Fri, 25 Feb 2011 02:02:43 +0000 (02:02 +0000)] 

13 years agodoesn't look like an ikiwiki bug
http://smcv.pseudorandom.co.uk/ [Thu, 24 Feb 2011 21:52:43 +0000 (21:52 +0000)] 
doesn't look like an ikiwiki bug

13 years agoAnswer about the .deb file from Debian unstable
Øyvind A. Holm [Thu, 24 Feb 2011 20:26:50 +0000 (21:26 +0100)] 
Answer about the .deb file from Debian unstable

13 years agotips/github.mdwn: "mb" → "MB" (megabytes)
Øyvind A. Holm [Thu, 24 Feb 2011 13:01:24 +0000 (14:01 +0100)] 
tips/github.mdwn: "mb" → "MB" (megabytes)

13 years agoMy solution to working with ikiwiki from git
Giuseppe Bilotta [Thu, 24 Feb 2011 09:09:04 +0000 (10:09 +0100)] 
My solution to working with ikiwiki from git

13 years ago(no commit message)
fmarier [Thu, 24 Feb 2011 08:48:25 +0000 (08:48 +0000)] 

13 years agopimp Libravatar too
fmarier [Thu, 24 Feb 2011 08:46:30 +0000 (08:46 +0000)] 
pimp Libravatar too