http://adam.shand.net/
fd6ac25f3c
2011-01-25 03:06:28 +00:00
http://adam.shand.net/
fc981086c9
Added a comment: Depending ...
2011-01-25 03:00:12 +00:00
http://adam.shand.net/
2fad76fcd6
Added a comment: Thanks!
2011-01-25 02:51:35 +00:00
Joey Hess
d50632674e
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-01-24 20:02:10 -04:00
Joey Hess
b4d2910dda
clean up t/tmp
2011-01-24 19:58:51 -04:00
http://kerravonsen.dreamwidth.org/
fc7bc6b83c
Added a comment: contrib plugins can do this
2011-01-24 23:11:40 +00:00
Joey Hess
6e96b5921a
remove more test diag stuff that needs a newer Test::More than debian stable's
2011-01-24 17:23:58 -04:00
Joey Hess
f6b442aa2e
add news item for ikiwiki 3.20110124
2011-01-24 17:15:44 -04:00
Joey Hess
2c8cb980bb
releasing version 3.20110124
2011-01-24 17:11:53 -04:00
Joey Hess
930682fcff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-01-24 17:02:11 -04:00
Joey Hess
80452eba92
inline: Fix regression in feed titles. Closes : #610878 (Thanks, Paul Wise)
2011-01-24 17:01:01 -04:00
Joey Hess
1640d12102
blogspam: Don't check modifications from admins for spam, and also allow the blogspam_pagespec to do other matches against who the user is.
2011-01-24 16:59:15 -04:00
http://smcv.pseudorandom.co.uk/
16e8e731a2
Added a comment
2011-01-24 20:58:52 +00:00
Joey Hess
2be49b623a
bleagh
2011-01-24 16:56:28 -04:00
Joey Hess
bb8303dc87
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-01-24 16:32:29 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlUsCEra2nuTI6c_MLhPpFjCgFviBdEYw0
295a08394f
2011-01-24 19:08:17 +00:00
http://adam.shand.net/
e18b737440
Added a comment: Bummer.
2011-01-24 15:26:33 +00:00
http://smcv.pseudorandom.co.uk/
964745ecf8
Added a comment: not supported at the moment
2011-01-24 15:17:59 +00:00
http://adam.shand.net/
52d27e4083
oops, typo.
2011-01-24 14:54:24 +00:00
http://adam.shand.net/
b424e3a34a
2011-01-24 14:52:23 +00:00
http://adam.shand.net/
2ffd789200
2011-01-24 04:55:17 +00:00
http://adam.shand.net/
402e82a390
oops, wrong page.
2011-01-24 04:54:26 +00:00
http://adam.shand.net/
06efc441b9
2011-01-24 04:53:46 +00:00
http://adam.shand.net/
51a88ef900
2011-01-24 04:52:17 +00:00
http://adam.shand.net/
babb86ef31
2011-01-24 04:50:58 +00:00
http://nicolas-schodet.myopenid.com/
4a81f7d62d
add NXT Improved Firmware
2011-01-23 23:59:07 +00:00
Joey Hess
c1c69db749
fix uninitilized value warning on bad page name
...
properly this time
2011-01-23 17:36:27 -04:00
Joey Hess
3e791deb76
add news item for ikiwiki 3.20110123
2011-01-23 10:26:36 -04:00
Joey Hess
4d79b58381
releasing version 3.20110123
2011-01-23 10:26:12 -04:00
Joey Hess
73364d2b29
Revert "fix uninitilized value warning on bad page name"
...
This reverts commit 5d3998555f
.
That broke posting via blog form.
2011-01-23 10:11:46 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlOkUOJlzMqwzveE-ccbOg4W4LjeBcC4xo
092af3c8a5
very obvious now, but I banged my head for hours
2011-01-23 09:52:28 +00:00
Simon McVittie
5a73ed82cf
autoindex test: write autoindex pages into the transient underlay
2011-01-22 22:39:45 +00:00
Simon McVittie
44547af279
autoindex: default to autoindex_commit=1 as intended
2011-01-22 22:37:46 +00:00
Simon McVittie
01d812decb
Don't create autoindex pages just because of transient things
2011-01-22 22:37:14 +00:00
Simon McVittie
059259ecd1
Allow autoindex files to be written into the transient underlay
...
As with the tag plugin, for the moment keep the old behaviour in the test.
2011-01-22 22:36:41 +00:00
Simon McVittie
594a919456
Merge branch 'ready/autoindex-autofile' into HEAD
2011-01-22 22:35:37 +00:00
Simon McVittie
8ee9eabb1c
autoindex: stop tracking deletions, use generic autofile tracking instead
...
- Migrate the set of deletions to the {autofile} set, since it has
more or less the same effect. This affects the "deleted" case in the
test.
- If a page has just been deleted, add it as an autofile anyway: by
the time gen_autofile is called, it'll be in the list of deleted files,
so it'll just be added to {autofile}. This affects the "gone" case
in the test.
- Behaviour change: we don't forget that a page with no reason to be
re-created was deleted. This affects the 'expunged' and 'reinstated'
cases in the test.
2011-01-22 22:28:50 +00:00
Simon McVittie
db029393f6
autoindex.t: check that none of the files that shouldn't be generated are autofiles
2011-01-22 22:27:04 +00:00
Simon McVittie
dca6679a54
autoindex: use add_autofile
...
This does cause a minor regression: index pages are now committed
individually rather than being a single commit per rebuild.
This also means the autoindex regression test needs to trigger the
autofile generation pass.
2011-01-22 22:25:48 +00:00
Simon McVittie
0118479c9a
autoindex.t: check that attachments cause indexing
2011-01-22 22:23:50 +00:00
Simon McVittie
e15e6cce6c
autoindex test: check that an internal page doesn't cause indexing
2011-01-22 22:22:48 +00:00
Joey Hess
394e8fdb5e
backport
2011-01-22 11:51:00 -04:00
Joey Hess
0e224058e7
Adapt autoindex test suite to work with old Test::More.
2011-01-22 11:00:57 -04:00
Joey Hess
9e3b624709
add news item for ikiwiki 3.20110122
2011-01-22 10:45:51 -04:00
Joey Hess
24792dabe4
releasing version 3.20110122
2011-01-22 10:44:33 -04:00
Joey Hess
872dc3de27
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2011-01-22 10:23:29 -04:00
Joey Hess
afeb8db569
document XSS
2011-01-22 10:23:09 -04:00
Joey Hess
b5d7469830
rename: Fix crash when renaming a page that is linked to by a page in an underlay.
...
Skip fixing links in such pages. The user will get a list of pages that
still link to the old page.
2011-01-22 10:20:38 -04:00
Joey Hess
dcfeaaad5b
comments: Fix XSS security hole due to missing validation of page name.
...
Values have to be checked against wiki_file_regexp, not just file_pruned.
Audited the rest of the code base for similar problems, found none.
2011-01-22 10:15:33 -04:00
Joey Hess
5d3998555f
fix uninitilized value warning on bad page name
2011-01-22 10:07:37 -04:00