]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/log
git.ikiwiki.info.git
13 years agofinalize debian-testing 3.20100815.6
Joey Hess [Mon, 24 Jan 2011 21:26:33 +0000 (17:26 -0400)]
finalize

13 years agobleagh
Joey Hess [Mon, 24 Jan 2011 20:56:28 +0000 (16:56 -0400)]
bleagh
(cherry picked from commit 2be49b623a85b10ad584d7e4e8c31c8436d1c16f)

13 years agocomments: Fix XSS security hole due to missing validation of page name. CVE-2011... 3.20100815.5
Joey Hess [Sat, 22 Jan 2011 15:04:00 +0000 (11:04 -0400)]
comments: Fix XSS security hole due to missing validation of page name. CVE-2011-0428 (Thanks, Dave B.)

13 years agoMerge remote branch 'origin/debian-testing' into debian-testing
Joey Hess [Sun, 5 Dec 2010 20:39:06 +0000 (16:39 -0400)]
Merge remote branch 'origin/debian-testing' into debian-testing

13 years agoupdate version
Joey Hess [Thu, 2 Dec 2010 16:09:35 +0000 (12:09 -0400)]
update version

13 years agoadd news item for ikiwiki 3.20100815.3
Joey Hess [Thu, 2 Dec 2010 01:21:32 +0000 (21:21 -0400)]
add news item for ikiwiki 3.20100815.3

13 years agocherry-pick reversion fix
Joey Hess [Thu, 2 Dec 2010 00:53:39 +0000 (20:53 -0400)]
cherry-pick reversion fix

13 years agoupdate test 3.20100815.2
Joey Hess [Wed, 15 Sep 2010 19:38:06 +0000 (15:38 -0400)]
update test
(cherry picked from commit 78e89acf370cd456b64a163cc1963362c14ebe28)

13 years agofinalize
Joey Hess [Fri, 12 Nov 2010 15:20:35 +0000 (11:20 -0400)]
finalize

13 years agoadd CVE
Joey Hess [Fri, 12 Nov 2010 14:24:20 +0000 (10:24 -0400)]
add CVE

13 years agochangelog
Joey Hess [Fri, 12 Nov 2010 06:20:14 +0000 (02:20 -0400)]
changelog

13 years agoreorg
Joey Hess [Fri, 12 Nov 2010 06:13:27 +0000 (02:13 -0400)]
reorg

13 years agocomments: Make comment() pagespec also match comments that are being posted.
Joey Hess [Fri, 12 Nov 2010 06:06:56 +0000 (02:06 -0400)]
comments: Make comment() pagespec also match comments that are being posted.

(cherry picked from commit d8de98911ec98f9e4560ab2939b4edf8fb04066b)

Conflicts:

debian/changelog

13 years agocomments: Make postcomment() pagespec work when previewing a comment.
Joey Hess [Fri, 12 Nov 2010 06:06:21 +0000 (02:06 -0400)]
comments: Make postcomment() pagespec work when previewing a comment.
(cherry picked from commit 78de33d2eaf8a187b610685f70e60b7d5946374f)

Conflicts:

debian/changelog

13 years agoFix htmlscrubber_skip to be matched on the source page, not the page it is inlined...
Joey Hess [Fri, 12 Nov 2010 06:05:09 +0000 (02:05 -0400)]
Fix htmlscrubber_skip to be matched on the source page, not the page it is inlined into. Should allow setting to "* and !comment(*)" to scrub comments, but leave your blog posts unscrubbed, etc.

(cherry picked from commit 289b30a47d548326aad9c1dc5252fc0269494c87)

Conflicts:

debian/changelog

13 years agoSet isPermaLink="no" for guids in rss feeds.
Joey Hess [Fri, 12 Nov 2010 06:03:47 +0000 (02:03 -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.)
(cherry picked from commit 894d09ba9482dd53448986f487ca0f372083fee4)

Conflicts:

debian/changelog

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.
(cherry picked from commit 2df92a956af2ed6b4ac3c2c3de01c56bb08e2368)

13 years agowebsetup: Fix defaults of checkboxes in advanced mode.
Joey Hess [Fri, 12 Nov 2010 05:55:11 +0000 (01:55 -0400)]
websetup: Fix defaults of checkboxes in advanced mode.

So formbuilder has an annoying glitch, that setting the value of a
checkbox, even without force, will override the value currently on the
form. Thus the guards against changing checkbox values when a form has been
submitted.

But those guards also prevented the checkboxes for advanced items getting
the right value when going into advanced mode.

Note that if the user makes changes to advanced mode stuff and leaves
advanced mode, those changes are lost. That seems reasonable so I didn't
change it -- and it made this fix simple.
(cherry picked from commit cfbd272c8bdbb96b6e92449f4d940fb2b72aa651)

Conflicts:

debian/changelog

13 years agowebsetup: Fix saving of advanced mode changes.
Joey Hess [Fri, 12 Nov 2010 05:54:29 +0000 (01:54 -0400)]
websetup: Fix saving of advanced mode changes.

The showadvanced field was not known to formbuilder when hitting the save
changes button.
(cherry picked from commit 274219ecc865f9bdcb65ad26e4750fa90dfaa670)

Conflicts:

debian/changelog

13 years agoAdded missing registration of checkconfig hook.
Craig Lennox [Sat, 30 Oct 2010 16:34:00 +0000 (12:34 -0400)]
Added missing registration of checkconfig hook.
(cherry picked from commit cf2e3cb7d9d825ec2e517acdbc61e2502b5a87df)

13 years agoexternal: Disable RPC::XML's "smart" encoding, which sent ints for strings that conta...
Joey Hess [Fri, 12 Nov 2010 05:46:30 +0000 (01:46 -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.
(cherry picked from commit 0ff945ddf19010b890458face057505f7b48b572)

Conflicts:

debian/changelog

13 years agoblogspam: Fix crash when content contained utf-8.
Joey Hess [Fri, 12 Nov 2010 05:44:00 +0000 (01:44 -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.
(cherry picked from commit e0898ae1a8e64a12c4e47b3f922d6cf1fad4f31c)

Conflicts:

debian/changelog
doc/bugs/blog_spam_plugin_not_allowing_non-ASCII_chars__63__.mdwn

13 years agoopenid: Syntax tweak to the javascript code to make it work with MSIE 7 (and MSIE...
Joey Hess [Fri, 12 Nov 2010 05:40:42 +0000 (01:40 -0400)]
openid: Syntax tweak to the javascript code to make it work with MSIE 7 (and MSIE 8 in compat mode). Thanks to Iain McLaren for reporting the bug and providing access to debug it.

(cherry picked from commit 9744c11f806cc72436b1d7b813fc194136e60db0)

Conflicts:

debian/changelog

13 years agoadd news item for ikiwiki 3.20100815
Joey Hess [Sun, 15 Aug 2010 15:58:00 +0000 (11:58 -0400)]
add news item for ikiwiki 3.20100815

13 years agoreleasing version 3.20100815 3.20100815
Joey Hess [Sun, 15 Aug 2010 15:53:37 +0000 (11:53 -0400)]
releasing version 3.20100815

13 years agoFix po test suite to not assume ikiwiki's underlay is already installed. Closes:...
Joey Hess [Sun, 15 Aug 2010 15:43:21 +0000 (11:43 -0400)]
Fix po test suite to not assume ikiwiki's underlay is already installed. Closes: #593047

(cherry picked from commit 5664401fbcd0694539ec8274d2df11b3e5db1e48)

13 years agoreleasing version 3.20100804 3.20100804
Joey Hess [Wed, 4 Aug 2010 13:26:43 +0000 (09:26 -0400)]
releasing version 3.20100804

13 years agoFixes a bug that prevented matching deleted pages when using the page() PageSpec.
Joey Hess [Wed, 4 Aug 2010 12:24:47 +0000 (08:24 -0400)]
Fixes a bug that prevented matching deleted pages when using the page() PageSpec.

13 years agobug isolated
Joey Hess [Wed, 4 Aug 2010 12:09:11 +0000 (08:09 -0400)]
bug isolated

13 years agoresp
Joey Hess [Mon, 2 Aug 2010 18:37:02 +0000 (14:37 -0400)]
resp

13 years ago(no commit message)
http://liw.fi/ [Mon, 2 Aug 2010 18:35:07 +0000 (18:35 +0000)]

13 years agoexplored possible ways to do it, got trapped.
intrigeri [Mon, 2 Aug 2010 14:00:37 +0000 (16:00 +0200)]
explored possible ways to do it, got trapped.

13 years agoboth are now fixed in my po branch.
intrigeri [Mon, 2 Aug 2010 13:14:33 +0000 (15:14 +0200)]
both are now fixed in my po branch.

13 years agoackĀ²
intrigeri [Mon, 2 Aug 2010 01:23:30 +0000 (03:23 +0200)]
ackĀ²

13 years agocomment
Joey Hess [Sun, 1 Aug 2010 16:36:44 +0000 (12:36 -0400)]
comment

13 years agoresponse
Joey Hess [Sun, 1 Aug 2010 16:25:35 +0000 (12:25 -0400)]
response

13 years agopot files maybe..
Joey Hess [Sun, 1 Aug 2010 16:22:27 +0000 (12:22 -0400)]
pot files maybe..

13 years agoclose, cannot reproduce
Joey Hess [Sun, 1 Aug 2010 16:18:57 +0000 (12:18 -0400)]
close, cannot reproduce

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

13 years agoUse Digest::SHA built into perl rather than external Digest::SHA1 to simplify depende...
Joey Hess [Sat, 31 Jul 2010 19:54:25 +0000 (15:54 -0400)]
Use Digest::SHA built into perl rather than external Digest::SHA1 to simplify dependencies. Closes: #591040

13 years agoeventually got rid of the double rebuild issue. please have a look.
intrigeri [Fri, 30 Jul 2010 14:19:50 +0000 (16:19 +0200)]
eventually got rid of the double rebuild issue. please have a look.

13 years agoresubmitted patch to po4a upstream
intrigeri [Fri, 30 Jul 2010 11:15:33 +0000 (13:15 +0200)]
resubmitted patch to po4a upstream

13 years agofixed by the last po4a release
intrigeri [Fri, 30 Jul 2010 10:55:28 +0000 (12:55 +0200)]
fixed by the last po4a release

13 years agotodo++
intrigeri [Thu, 29 Jul 2010 14:37:17 +0000 (16:37 +0200)]
todo++

13 years agofixed broken link
intrigeri [Thu, 29 Jul 2010 14:34:57 +0000 (16:34 +0200)]
fixed broken link

13 years agoremove spurious map directive
intrigeri [Thu, 29 Jul 2010 14:33:57 +0000 (16:33 +0200)]
remove spurious map directive

13 years agoMove po todo/bugs to dedicated pages.
intrigeri [Thu, 29 Jul 2010 14:32:56 +0000 (16:32 +0200)]
Move po todo/bugs to dedicated pages.

13 years agofound the root cause of the "bug"
intrigeri [Thu, 29 Jul 2010 14:18:59 +0000 (16:18 +0200)]
found the root cause of the "bug"

13 years agowhat approach to take for pagination?
http://kerravonsen.dreamwidth.org/ [Thu, 29 Jul 2010 02:47:26 +0000 (02:47 +0000)]
what approach to take for pagination?

13 years agotodo++ (?)
intrigeri [Wed, 28 Jul 2010 18:07:44 +0000 (20:07 +0200)]
todo++ (?)

13 years agoresearched a bit the next po bug
intrigeri [Wed, 28 Jul 2010 17:48:40 +0000 (19:48 +0200)]
researched a bit the next po bug

13 years agocurrently unreproducible
intrigeri [Wed, 28 Jul 2010 17:23:24 +0000 (19:23 +0200)]
currently unreproducible

13 years agoreply
intrigeri [Wed, 28 Jul 2010 17:13:57 +0000 (19:13 +0200)]
reply

13 years agopo todo update: this has been fixed already.
intrigeri [Wed, 28 Jul 2010 17:08:47 +0000 (19:08 +0200)]
po todo update: this has been fixed already.

13 years agoremove debug code
Joey Hess [Mon, 26 Jul 2010 21:53:06 +0000 (17:53 -0400)]
remove debug code

13 years agoAdd new disable hook, allowing plugins to perform cleanup after they have been disabled.
Joey Hess [Mon, 26 Jul 2010 20:24:17 +0000 (16:24 -0400)]
Add new disable hook, allowing plugins to perform cleanup after they have been disabled.

13 years agouse new disable hook
Joey Hess [Mon, 26 Jul 2010 20:23:10 +0000 (16:23 -0400)]
use new disable hook

clean up xapian db when plugin is disabled

13 years agoavoid generating receive wrapper if there are no untrusted committers
Joey Hess [Mon, 26 Jul 2010 17:30:45 +0000 (13:30 -0400)]
avoid generating receive wrapper if there are no untrusted committers

The wrapper is pointless in that configuration. Also, the code for it
doesn't compile w/o untrusted commiters to test. :)

13 years agometa: Allow syntax closer to html meta to be used.
Joey Hess [Mon, 26 Jul 2010 00:18:02 +0000 (20:18 -0400)]
meta: Allow syntax closer to html meta to be used.

The idea here is that <meta name="foo" description="bar">
can be written like [[!meta name="foo" description="bar">.
Of course, [[!meta foo=bar]] is still supported; this new feature
provides some DWIM when trying to directly convert a meta tag into
a meta directive.

13 years agoRevert refactment
Joey Hess [Sun, 25 Jul 2010 17:09:12 +0000 (13:09 -0400)]
Revert refactment

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 25 Jul 2010 17:07:30 +0000 (13:07 -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=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0 [Sun, 25 Jul 2010 16:53:17 +0000 (16:53 +0000)]

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0 [Sun, 25 Jul 2010 16:42:37 +0000 (16:42 +0000)]

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0 [Sun, 25 Jul 2010 16:38:19 +0000 (16:38 +0000)]

13 years ago(no commit message)
https://www.google.com/accounts/o8/id?id=AItOawlYXeKSEBoSCzES7o5VYiSratG5RfNucL0 [Sun, 25 Jul 2010 16:36:31 +0000 (16:36 +0000)]

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 24 Jul 2010 21:34:19 +0000 (17:34 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agomove wrapper building loop into Wrapper.pm
Joey Hess [Sat, 24 Jul 2010 21:33:59 +0000 (17:33 -0400)]
move wrapper building loop into Wrapper.pm

13 years agoSingle escape (not double escape) square bracket.
http://sirireiter.dk/ [Sat, 24 Jul 2010 20:14:11 +0000 (20:14 +0000)]
Single escape (not double escape) square bracket.

13 years agogit: Fix gitweb historyurl examples so "diff to current" links work. (Thanks jrayhawk)
Joey Hess [Sat, 24 Jul 2010 10:18:19 +0000 (06:18 -0400)]
git: Fix gitweb historyurl examples so "diff to current" links work. (Thanks jrayhawk)

13 years agoresponse
Joey Hess [Sat, 24 Jul 2010 09:23:52 +0000 (05:23 -0400)]
response

13 years agoMerge remote branch 'intrigeri/po'
Joey Hess [Sat, 24 Jul 2010 09:22:33 +0000 (05:22 -0400)]
Merge remote branch 'intrigeri/po'

13 years agoMerge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 24 Jul 2010 09:22:20 +0000 (05:22 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info

13 years agoMerge remote branch 'upstream/master' into prv/po
intrigeri [Sat, 24 Jul 2010 09:19:28 +0000 (11:19 +0200)]
Merge remote branch 'upstream/master' into prv/po

13 years agoanswering joey
intrigeri [Sat, 24 Jul 2010 09:18:57 +0000 (11:18 +0200)]
answering joey

13 years agowhitespace
Joey Hess [Fri, 23 Jul 2010 18:30:15 +0000 (14:30 -0400)]
whitespace

13 years agomerged; notes
Joey Hess [Fri, 23 Jul 2010 18:29:17 +0000 (14:29 -0400)]
merged; notes

13 years agowhitespace fixes and a typo
Joey Hess [Fri, 23 Jul 2010 18:26:57 +0000 (14:26 -0400)]
whitespace fixes and a typo

13 years agoMerge commit '862fc7c1ab1f7d709561bcb02fc8ede57b90a51b'
Joey Hess [Fri, 23 Jul 2010 18:24:48 +0000 (14:24 -0400)]
Merge commit '862fc7c1ab1f7d709561bcb02fc8ede57b90a51b'

13 years agohtml
Joey Hess [Fri, 23 Jul 2010 18:22:18 +0000 (14:22 -0400)]
html

13 years agohtml
Joey Hess [Fri, 23 Jul 2010 18:19:54 +0000 (14:19 -0400)]
html

13 years agohtml
Joey Hess [Fri, 23 Jul 2010 18:16:22 +0000 (14:16 -0400)]
html

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

13 years agotemplate: Fix dependency tracking. Broken in version 3.20100427.
Joey Hess [Fri, 23 Jul 2010 18:14:25 +0000 (14:14 -0400)]
template: Fix dependency tracking. Broken in version 3.20100427.

template_depends was adding a dependency on the source filename,
instead of on the page name when a template is a page. Such a
dependency doesn't work.

13 years agoImplemented, please merge.
intrigeri [Tue, 20 Jul 2010 11:48:37 +0000 (13:48 +0200)]
Implemented, please merge.

13 years agotodo update
intrigeri [Mon, 19 Jul 2010 23:49:48 +0000 (01:49 +0200)]
todo update

13 years agoadd tipjar link to sidebar
Joey Hess [Fri, 23 Jul 2010 17:24:15 +0000 (13:24 -0400)]
add tipjar link to sidebar

and flattr button, as an experiment

13 years agoadd flattr button
Joey Hess [Fri, 23 Jul 2010 16:49:34 +0000 (12:49 -0400)]
add flattr button

13 years agoadd news item for ikiwiki 3.20100722
Joey Hess [Thu, 22 Jul 2010 20:59:40 +0000 (16:59 -0400)]
add news item for ikiwiki 3.20100722

13 years agoreleasing version 3.20100722 3.20100722
Joey Hess [Thu, 22 Jul 2010 20:59:11 +0000 (16:59 -0400)]
releasing version 3.20100722

13 years agomerge translation updates from l10n site
Joey Hess [Thu, 22 Jul 2010 20:48:38 +0000 (16:48 -0400)]
merge translation updates from l10n site

13 years agoAvoid showing 'Add a comment' link at the bottom of the comment post form.
Joey Hess [Thu, 22 Jul 2010 19:02:04 +0000 (15:02 -0400)]
Avoid showing 'Add a comment' link at the bottom of the comment post form.

Since misctemplate is called with a page context, the comments plugin
thinks it should add that, as well as the comment link in the actionbar.
I kept the comment link because a quick link back to the comments to a page
is sorta useful.

13 years agopo.t: fix expected results
intrigeri [Tue, 20 Jul 2010 11:40:34 +0000 (13:40 +0200)]
po.t: fix expected results

As index.{es,fr} don't exist, po::refreshpofiles copies them from the basewiki
underlay before running msgmerge. msgmerge marks as obsolete the translation
strings that came from the basewiki po files, but the link plugin
does not make the difference between obsolete and up-to-date links.

$links{'index.fr'} and $links{'index.es'} are therefore expected to contain
SandBox and ikiwiki.

13 years agoAdded tests for po::pofiles.
intrigeri [Tue, 20 Jul 2010 11:39:47 +0000 (13:39 +0200)]
Added tests for po::pofiles.

13 years agoRun checkconfig after loading the po plugin, else state is not populated.
intrigeri [Tue, 20 Jul 2010 11:24:25 +0000 (13:24 +0200)]
Run checkconfig after loading the po plugin, else state is not populated.

The pofiles function relies on @slavelanguages to have been populated by po's
checkconfig hook.

13 years agopo: optimization
intrigeri [Tue, 20 Jul 2010 00:26:23 +0000 (02:26 +0200)]
po: optimization

No need to use "keys %{$config{po_slave_languages}}" repeatedly:
the slave languages codes list is already cached in @slavelanguages.

13 years agoSupport ordered po_slave_languages as discussed previously.
intrigeri [Tue, 20 Jul 2010 00:25:17 +0000 (02:25 +0200)]
Support ordered po_slave_languages as discussed previously.

Backward compatibility is still supported.

13 years ago(no commit message)
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:16:32 +0000 (09:16 +0000)]

13 years ago(no commit message)
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:16:09 +0000 (09:16 +0000)]

13 years agoAdded example
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:15:30 +0000 (09:15 +0000)]
Added example

13 years agoAdded second question.
http://jeremiahfoster.com/ [Mon, 19 Jul 2010 09:12:39 +0000 (09:12 +0000)]
Added second question.