ikiwiki
13 years agolists and bullets
http://jmtd.livejournal.com/ [Thu, 30 Sep 2010 08:59:12 +0000 (08:59 +0000)] 
lists and bullets

13 years ago+branchable link, demo of actiontabs
http://jmtd.livejournal.com/ [Thu, 30 Sep 2010 08:57:56 +0000 (08:57 +0000)] 
+branchable link, demo of actiontabs

13 years agocode and lists
http://jmtd.livejournal.com/ [Thu, 30 Sep 2010 08:55:04 +0000 (08:55 +0000)] 
code and lists

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 29 Sep 2010 16:00:34 +0000 (12:00 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoFix test suite failure on other side of date line.
Joey Hess [Wed, 29 Sep 2010 15:58:45 +0000 (11:58 -0400)] 
Fix test suite failure on other side of date line.

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZyXrBJHCbhjyf69drmoWxbsEex_bQhEk [Wed, 29 Sep 2010 10:15:04 +0000 (10:15 +0000)] 

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawnZyXrBJHCbhjyf69drmoWxbsEex_bQhEk [Wed, 29 Sep 2010 10:12:52 +0000 (10:12 +0000)] 

13 years ago(no commit message)
PeteG [Wed, 29 Sep 2010 04:22:10 +0000 (04:22 +0000)] 

13 years agoalternative approach with untested branch
http://smcv.pseudorandom.co.uk/ [Wed, 29 Sep 2010 00:28:14 +0000 (00:28 +0000)] 
alternative approach with untested branch

13 years agoadd todo page for web reversion, with code review of patch
Joey Hess [Tue, 28 Sep 2010 21:07:01 +0000 (17:07 -0400)] 
add todo page for web reversion, with code review of patch

13 years agoadd reference to peteg's revert code
Joey Hess [Tue, 28 Sep 2010 20:34:43 +0000 (16:34 -0400)] 
add reference to peteg's revert code

13 years agobetter tags
https://www.google.com/accounts/o8/id?id=AItOawnZyXrBJHCbhjyf69drmoWxbsEex_bQhEk [Tue, 28 Sep 2010 19:24:07 +0000 (19:24 +0000)] 
better tags

13 years agoinitial page
https://www.google.com/accounts/o8/id?id=AItOawnZyXrBJHCbhjyf69drmoWxbsEex_bQhEk [Tue, 28 Sep 2010 19:01:50 +0000 (19:01 +0000)] 
initial page

13 years agotest case
Joey Hess [Mon, 27 Sep 2010 22:47:13 +0000 (18:47 -0400)] 
test case

13 years agoprobably PEBKAC (but still haven't figured it out)
http://jmtd.livejournal.com/ [Mon, 27 Sep 2010 22:17:29 +0000 (22:17 +0000)] 
probably PEBKAC (but still haven't figured it out)

13 years agoparameterize FIND and SED
Joey Hess [Mon, 27 Sep 2010 20:10:13 +0000 (16:10 -0400)] 
parameterize FIND and SED

13 years agotemplate_depends: throw nice error message when template cannot be found
Joey Hess [Mon, 27 Sep 2010 19:47:14 +0000 (15:47 -0400)] 
template_depends: throw nice error message when template cannot be found

plovs reported a crash when templates were not installed properly,
with a non-useful error about the template object not being defined.
I've audited all uses of template_depends(), and template(), and it makes
sense for them to throw an error if the template cannot be found. All code
with a user-supplied template catches errors already, to handle template
parse failures.

It did not make sense for template_file to throw errors, as some code uses
it to probe if a template file is available.

13 years agoavoid fatal error if aggregate page template could not be found
Joey Hess [Mon, 27 Sep 2010 19:44:04 +0000 (15:44 -0400)] 
avoid fatal error if aggregate page template could not be found

That template is user-controlled.

13 years agoresponse
Joey Hess [Mon, 27 Sep 2010 19:36:05 +0000 (15:36 -0400)] 
response

13 years agoyay https
http://smcv.pseudorandom.co.uk/ [Mon, 27 Sep 2010 18:48:58 +0000 (18:48 +0000)] 
yay https

13 years agoadd news item for ikiwiki 3.20100926
Joey Hess [Mon, 27 Sep 2010 04:56:26 +0000 (00:56 -0400)] 
add news item for ikiwiki 3.20100926

13 years agoreleasing version 3.20100926
Joey Hess [Mon, 27 Sep 2010 04:56:03 +0000 (00:56 -0400)] 
releasing version 3.20100926

13 years agoreview
Joey Hess [Mon, 27 Sep 2010 03:01:01 +0000 (23:01 -0400)] 
review

13 years agoMerge remote branch 'remotes/smcv/ready/htmlbalance'
Joey Hess [Mon, 27 Sep 2010 02:44:52 +0000 (22:44 -0400)] 
Merge remote branch 'remotes/smcv/ready/htmlbalance'

13 years agohtmlbalance: Fix compatability with HTML::Tree 4.0. (smcv)
Joey Hess [Mon, 27 Sep 2010 02:37:18 +0000 (22:37 -0400)] 
htmlbalance: Fix compatability with HTML::Tree 4.0. (smcv)

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 27 Sep 2010 02:27:50 +0000 (22:27 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoPropigate PATH into wrapper.
Joey Hess [Mon, 27 Sep 2010 02:27:46 +0000 (22:27 -0400)] 
Propigate PATH into wrapper.

In the last version, the ikiwiki script stopped setting PATH.
But that leads to gcc failing when run from websetup. See
http://www.branchable.com/bugs/Crashes_when_rebuilding_wiki_after_setup_change/

13 years agosign
http://smcv.pseudorandom.co.uk/ [Sun, 26 Sep 2010 21:54:32 +0000 (21:54 +0000)] 
sign

13 years agosign my change
http://smcv.pseudorandom.co.uk/ [Sun, 26 Sep 2010 21:53:54 +0000 (21:53 +0000)] 
sign my change

13 years ago+patch
http://smcv.pseudorandom.co.uk/ [Sun, 26 Sep 2010 21:53:00 +0000 (21:53 +0000)] 
+patch

13 years ago+patch
http://smcv.pseudorandom.co.uk/ [Sun, 26 Sep 2010 21:39:47 +0000 (21:39 +0000)] 
+patch

13 years agoHTML::Tree v4 is not entirely backwards-compatible
http://smcv.pseudorandom.co.uk/ [Sun, 26 Sep 2010 21:39:07 +0000 (21:39 +0000)] 
HTML::Tree v4 is not entirely backwards-compatible

13 years agohtmlbalance: be compatible with HTML::Tree 4.0
Simon McVittie [Sun, 26 Sep 2010 21:12:10 +0000 (22:12 +0100)] 
htmlbalance: be compatible with HTML::Tree 4.0

The HTML::Tree changelog says:

    [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
    ...
    * Attribute names are now validated in as_XML and invalid names will
      cause an error.

and indeed the regression tests do get an error.

13 years ago(fixing silly formatting issue)
http://lovesgoodfood.com/jason/ [Sun, 26 Sep 2010 04:19:29 +0000 (04:19 +0000)] 
(fixing silly formatting issue)

13 years ago(no commit message)
http://lovesgoodfood.com/jason/ [Sun, 26 Sep 2010 04:18:15 +0000 (04:18 +0000)] 

13 years agopoll vote (Accept both)
98.66.223.132 [Sun, 26 Sep 2010 04:16:56 +0000 (04:16 +0000)] 
poll vote (Accept both)

13 years agopebak?
Joey Hess [Sat, 25 Sep 2010 19:20:41 +0000 (15:20 -0400)] 
pebak?

13 years agoforgot to close this, was fixed using %pagestate
Joey Hess [Sat, 25 Sep 2010 19:04:00 +0000 (15:04 -0400)] 
forgot to close this, was fixed using %pagestate

13 years agonotabug
Joey Hess [Sat, 25 Sep 2010 19:02:32 +0000 (15:02 -0400)] 
notabug

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 25 Sep 2010 19:00:31 +0000 (15:00 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoAdded a comment
https://www.google.com/accounts/o8/id?id=AItOawmlZJCPogIE74m6GSCmkbJoMZiWNOlXcjI [Fri, 24 Sep 2010 19:01:08 +0000 (19:01 +0000)] 
Added a comment

13 years agoresponse
Joey Hess [Thu, 23 Sep 2010 20:05:43 +0000 (16:05 -0400)] 
response

13 years agopoll vote (Accept only OpenID for logins)
188.118.202.217 [Thu, 23 Sep 2010 11:17:06 +0000 (11:17 +0000)] 
poll vote (Accept only OpenID for logins)

13 years agoconnection between alias direcive and autotag
chrysn [Thu, 23 Sep 2010 11:09:05 +0000 (13:09 +0200)] 
connection between alias direcive and autotag

13 years agob00g
http://hendry.iki.fi/ [Thu, 23 Sep 2010 10:15:19 +0000 (10:15 +0000)] 
b00g

13 years agotypo
Javier Rojas [Thu, 23 Sep 2010 03:44:07 +0000 (22:44 -0500)] 
typo

13 years agopossible bug with img plugin
Javier Rojas [Thu, 23 Sep 2010 03:41:18 +0000 (22:41 -0500)] 
possible bug with img plugin

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 22 Sep 2010 21:50:26 +0000 (17:50 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years ago(no commit message)
http://blipvert.myopenid.com/ [Wed, 22 Sep 2010 20:10:26 +0000 (20:10 +0000)] 

13 years ago(no commit message)
http://blipvert.myopenid.com/ [Wed, 22 Sep 2010 19:38:32 +0000 (19:38 +0000)] 

13 years ago(no commit message)
http://blipvert.myopenid.com/ [Wed, 22 Sep 2010 19:37:40 +0000 (19:37 +0000)] 

13 years agopoll vote (Accept only OpenID for logins)
http://blipvert.myopenid.com/ [Wed, 22 Sep 2010 19:33:19 +0000 (19:33 +0000)] 
poll vote (Accept only OpenID for logins)

13 years ago(no commit message)
hb7 [Wed, 22 Sep 2010 07:55:50 +0000 (07:55 +0000)] 

13 years agoattachment: Fix attachment file size display.
Joey Hess [Tue, 21 Sep 2010 19:33:42 +0000 (15:33 -0400)] 
attachment: Fix attachment file size display.

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawl_d5VW9AK4YSf-cJKz8vUONCihstBZU9o [Mon, 20 Sep 2010 17:00:21 +0000 (17:00 +0000)] 

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 20 Sep 2010 00:15:38 +0000 (20:15 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agometa: Ensure that the url specified by xrds-location is absolute.
Joey Hess [Mon, 20 Sep 2010 00:15:34 +0000 (20:15 -0400)] 
meta: Ensure that the url specified by xrds-location is absolute.

With a relative xrds-location, the openid perl client module will fail.
I haven't checked the specs to see if it needs to be absolute, but all
examples I've seen are absolute, so it seems a very good idea.

13 years agoadd missing space
Joey Hess [Mon, 20 Sep 2010 00:04:31 +0000 (20:04 -0400)] 
add missing space

13 years agoAdd link to html5shiv.
jason [Sun, 19 Sep 2010 20:23:13 +0000 (20:23 +0000)] 
Add link to html5shiv.

13 years agoBack to Joey.
tschwinge [Sun, 19 Sep 2010 06:17:01 +0000 (06:17 +0000)] 
Back to Joey.

13 years agodocument settings needed to fix bug
Joey Hess [Sat, 18 Sep 2010 22:48:46 +0000 (18:48 -0400)] 
document settings needed to fix bug

13 years agobetter fix developed on #httpd channel
Joey Hess [Sat, 18 Sep 2010 19:09:14 +0000 (15:09 -0400)] 
better fix developed on #httpd channel

13 years agoresponse
Joey Hess [Sat, 18 Sep 2010 17:36:29 +0000 (13:36 -0400)] 
response

13 years agoformat
Joey Hess [Sat, 18 Sep 2010 17:03:33 +0000 (13:03 -0400)] 
format

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 18 Sep 2010 16:58:41 +0000 (12:58 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoadd
Joey Hess [Sat, 18 Sep 2010 16:58:37 +0000 (12:58 -0400)] 
add

13 years agoremove obsolete docs about DefaultLanguage
Joey Hess [Sat, 18 Sep 2010 16:24:33 +0000 (12:24 -0400)] 
remove obsolete docs about DefaultLanguage

I think this may have made sense when the master language was rendered to
index.html, but with it at index.en.html, DefaultLanguage is not needed.

13 years agoidea about 'dynamic' forms
Javier Rojas [Sat, 18 Sep 2010 01:08:49 +0000 (20:08 -0500)] 
idea about 'dynamic' forms

13 years agoReport.
tschwinge [Fri, 17 Sep 2010 11:48:29 +0000 (11:48 +0000)] 
Report.

13 years agopatch proposal: add option to capitalize pagetitles
privat [Fri, 17 Sep 2010 01:42:46 +0000 (01:42 +0000)] 
patch proposal: add option to capitalize pagetitles

13 years agoadd news item for ikiwiki 3.20100915
Joey Hess [Wed, 15 Sep 2010 20:40:53 +0000 (16:40 -0400)] 
add news item for ikiwiki 3.20100915

13 years agoreleasing version 3.20100915
Joey Hess [Wed, 15 Sep 2010 20:40:26 +0000 (16:40 -0400)] 
releasing version 3.20100915

13 years agocutpaste: Fix bug that occured in some cases involving inlines when text was pasted...
Joey Hess [Wed, 15 Sep 2010 20:24:50 +0000 (16:24 -0400)] 
cutpaste: Fix bug that occured in some cases involving inlines when text was pasted on a page before being cut.

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 15 Sep 2010 19:38:24 +0000 (15:38 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoupdate test
Joey Hess [Wed, 15 Sep 2010 19:38:06 +0000 (15:38 -0400)] 
update test

13 years agoreply
intrigeri [Wed, 15 Sep 2010 12:39:42 +0000 (14:39 +0200)] 
reply

13 years agobugs/Error:_no_text_was_copied_in_this_page_--_missing_page_dependencies
tschwinge [Wed, 15 Sep 2010 05:34:11 +0000 (05:34 +0000)] 
bugs/Error:_no_text_was_copied_in_this_page_--_missing_page_dependencies

13 years agoReport.
tschwinge [Wed, 15 Sep 2010 05:31:41 +0000 (05:31 +0000)] 
Report.

13 years agogit: When updating from remote, use git pull --prune, to avoid possible errors from...
Joey Hess [Tue, 14 Sep 2010 19:45:38 +0000 (15:45 -0400)] 
git: When updating from remote, use git pull --prune, to avoid possible errors from conflicting obsolete remote branches.

13 years agoclose
Joey Hess [Tue, 14 Sep 2010 19:44:52 +0000 (15:44 -0400)] 
close

13 years agoupdate
Joey Hess [Tue, 14 Sep 2010 19:39:30 +0000 (15:39 -0400)] 
update

13 years agoexternal: Disable RPC::XML's "smart" encoding, which sent ints for strings that conta...
Joey Hess [Tue, 14 Sep 2010 19:37:45 +0000 (15:37 -0400)] 
external: Disable RPC::XML's "smart" encoding, which sent ints for strings that contained only a number, fixing a longstanding crash of the rst plugin.

13 years agoblogspam: Fix crash when content contained utf-8.
Joey Hess [Tue, 14 Sep 2010 19:23:16 +0000 (15:23 -0400)] 
blogspam: Fix crash when content contained utf-8.

I also tried setting RPC::XML::ENCODING but that did not prevent the crash,
and it seems that blogspam.net doesn't like getting xml encoded in unicode,
since it mis-flagged comments as spammy that way that are normally allowed
through.

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 14 Sep 2010 19:13:13 +0000 (15:13 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoAdd new bug about the comments/blogspam plugins
http://k1024.org/~iusty/ [Tue, 14 Sep 2010 18:33:15 +0000 (18:33 +0000)] 
Add new bug about the comments/blogspam plugins

13 years agocorrected link
https://www.google.com/accounts/o8/id?id=AItOawlY5yDefnXSHvWGbJ9kvhnAyQZiAAttENk [Tue, 14 Sep 2010 17:04:14 +0000 (17:04 +0000)] 
corrected link

13 years agoSet isPermaLink="no" for guids in rss feeds.
Joey Hess [Tue, 14 Sep 2010 16:40:40 +0000 (12:40 -0400)] 
Set isPermaLink="no" for guids in rss feeds.

The rss spec says that unless the attribute is set, guid elements *are*
permalinks. The problem with that is that if [[meta permalink=]] is used,
as is done with aggregated posts, that goes into the link element, and
apparently some rss readers prefer the not-really-permalink in the guid
element when linking to the post.

Without meta permalink, the link and guid elements have the same content,
so it should be ok, in that case too for the guid to not be a permalink.

(Checked and this does not flood aggregators.)

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 13 Sep 2010 21:11:33 +0000 (17:11 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agofurther fixes for config data structure change
Joey Hess [Mon, 13 Sep 2010 20:48:12 +0000 (16:48 -0400)] 
further fixes for config data structure change

13 years agoupdate for changed data structure
Joey Hess [Mon, 13 Sep 2010 19:44:08 +0000 (15:44 -0400)] 
update for changed data structure

13 years agomixing template vars into directive arguments
http://jmtd.livejournal.com/ [Mon, 13 Sep 2010 19:37:50 +0000 (19:37 +0000)] 
mixing template vars into directive arguments

13 years agomention branch
Joey Hess [Mon, 13 Sep 2010 19:13:07 +0000 (15:13 -0400)] 
mention branch

13 years agofurther thought
Joey Hess [Mon, 13 Sep 2010 19:11:46 +0000 (15:11 -0400)] 
further thought

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 13 Sep 2010 16:49:55 +0000 (12:49 -0400)] 
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agorevert accidentially committed change
Joey Hess [Mon, 13 Sep 2010 16:49:31 +0000 (12:49 -0400)] 
revert accidentially committed change

13 years agofix typo
blipvert [Mon, 13 Sep 2010 01:46:22 +0000 (01:46 +0000)] 
fix typo

13 years ago(no commit message)
blipvert [Mon, 13 Sep 2010 01:45:13 +0000 (01:45 +0000)] 

13 years ago(no commit message)
blipvert [Mon, 13 Sep 2010 01:44:37 +0000 (01:44 +0000)] 

13 years agoreverted typo
Javier Rojas [Mon, 13 Sep 2010 00:27:44 +0000 (19:27 -0500)] 
reverted typo

13 years agoMerge branch 'master' of git://git.ikiwiki.info
Javier Rojas [Mon, 13 Sep 2010 00:25:51 +0000 (19:25 -0500)] 
Merge branch 'master' of git://git.ikiwiki.info