Joey Hess
ee9eb63599
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-01 20:12:41 -05:00
Joey Hess
8a021b3bdb
fixed
2008-01-01 20:12:22 -05:00
Joey Hess
cc1eafcf18
web commit by joey: remove markdown test foo
2008-01-01 20:11:27 -05:00
Joey Hess
57bba4dac1
* Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.
...
* decode_form_utf8 only fixed the utf-8 encoding for fields that were
registered at the time it was called, which was before the
formbuilder_setup hook. Fields added by the hook didn't get decoded.
But it can't be put after the hook either, since plugins using the hook
need to be able to use form values. To fix this dilemma, it's been changed
to a decode_cgi_utf8, which is called on the cgi query object, before the
form is set up, and decodes *all* cgi parameters.
2008-01-01 19:58:45 -05:00
Joey Hess
a22dfe6fef
response
2008-01-01 19:11:27 -05:00
Joey Hess
93a3707e9b
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2008-01-01 19:10:21 -05:00
Joey Hess
2269cfda30
* Split error messages for failures to drop real uid and gid.
...
* Retry dropping uid and gid, possibly this will help with the "Resource
temporarily unavailable" failures I've experienced under xen.
2008-01-01 18:48:34 -05:00
Joey Hess
0c26e5027d
web commit by tschwinge: Another UTF-8 problem.
2008-01-01 18:44:53 -05:00
Joey Hess
2f33fee799
web commit by tschwinge: Report an inconvenience.
2008-01-01 18:41:44 -05:00
Joey Hess
5693776ae4
web commit by AlexandreDupas: Added my self
2007-12-30 21:21:13 -05:00
Joey Hess
15966a3656
web commit by AlexandreDupas: Fix typo.
2007-12-30 20:50:29 -05:00
Joey Hess
d121891299
add news item for ikiwiki 2.17
2007-12-30 15:05:02 -05:00
Joey Hess
6b8a7a6bee
releasing version 2.17
2007-12-30 15:04:25 -05:00
Joey Hess
c3eec7fdf0
I *think* that this comment is out of date.
2007-12-30 14:57:33 -05:00
Joey Hess
d65b39fdcb
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-30 14:49:54 -05:00
Joey Hess
f0f52e602d
* aggregate: Fix stupid mistake introduced when converting it to use
...
the needsbuild hook. This resulted in feeds not being removed when pages
were updated, and probably other bugs.
* aggregate: Avoid uninitialised value warning when removing a feed that
has an expired guid.
2007-12-30 14:49:25 -05:00
Joey Hess
af7ee3e521
web commit by tschwinge: Answer.
2007-12-29 05:18:45 -05:00
Joey Hess
3e784ea8a1
* map: Fix handling of common prefix to handle the case where it's
...
in a subdirectory. Patch by Larry Clapp.
2007-12-28 17:22:17 -05:00
Joey Hess
191287b72f
pass -refresh
2007-12-28 17:12:43 -05:00
Joey Hess
63f62ef520
* conditional: Improve regexp testing for simple uses of pagespecs
...
that match only the page using the directive, adding 'included()'
and supporting negated pagespecs and added whitespace.
2007-12-28 16:55:20 -05:00
Joey Hess
f2c4939f38
response
2007-12-28 16:28:31 -05:00
Joey Hess
1bed865360
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-28 16:15:23 -05:00
Joey Hess
c2afda7f90
* img: Allow the link parameter to point to an exterior url.
2007-12-28 16:14:43 -05:00
Joey Hess
d72b92c443
web commit by http://mdlbear.livejournal.com/
2007-12-28 13:13:59 -05:00
Joey Hess
c0c02243e5
web commit by AlexandreDupas: Fix typo.
2007-12-28 10:43:48 -05:00
Joey Hess
bdbbac0ee1
web commit by tschwinge: Correct link.
2007-12-28 08:36:30 -05:00
Joey Hess
2f8123012c
web commit by tschwinge: passwordauth: sendmail interface
2007-12-28 07:36:11 -05:00
Joey Hess
c11ded60a8
web commit by AlexandreDupas: Patch for new header options
2007-12-28 07:09:01 -05:00
Joey Hess
633f8d4dd3
shut up git commands run manually
2007-12-27 19:38:55 -05:00
Joey Hess
4c39ec7f9b
web commit by http://liw.iki.fi/liw/ : Added Enemies of Carlotta to ikiwikiusers
2007-12-27 16:28:46 -05:00
Joey Hess
2332b40595
* img: Avoid nesting images when linking to another image. Closes : #457780
2007-12-26 10:49:15 -05:00
Joey Hess
7a4181e8eb
web commit by JoshTriplett
2007-12-23 19:06:50 -05:00
Joey Hess
79b1d4075c
web commit by JoshTriplett: Fix typo.
2007-12-23 18:43:33 -05:00
Joey Hess
4b064a3ef7
web commit by JoshTriplett: Add version information to front page.
2007-12-23 18:39:43 -05:00
Joey Hess
64428ba40f
followup
2007-12-23 12:13:48 -05:00
Joey Hess
6a43462e0e
web commit by http://engla.myopenid.com/ : About the proposal to add access to "off-wiki places"
2007-12-23 12:01:44 -05:00
Joey Hess
fc7b515064
web commit by http://engla.myopenid.com/ : +a comment on symlinks and other
2007-12-23 11:55:11 -05:00
Joey Hess
bc9017308e
response
2007-12-22 20:37:37 -05:00
Joey Hess
381a8dd086
Revert change to example pagespec for matching the tag. The pagespec intentionally
...
limits it to pages in the blog tagged with the tag, since that's what you typically
want, not any page anywhere in the wiki that is tagged or links to the tag.
2007-12-22 20:20:09 -05:00
Joey Hess
fb5079d9a0
correct misconception about links to nonexistant pages not existing -
...
such links _do_ exist!
2007-12-22 13:41:20 -05:00
Joey Hess
0e4da6b73b
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
2007-12-22 13:36:24 -05:00
Joey Hess
c10b9ca3be
update changelog
2007-12-22 13:11:56 -05:00
Thomas Schwinge
1ac0fd03bb
IkiWiki/Plugin/meta.pm <redir>: Support for specifying anchors.
2007-12-22 13:10:55 -05:00
Joey Hess
01fb89bcd4
web commit by http://morgant.myopenid.com/
2007-12-22 10:25:15 -05:00
Joey Hess
8937e5e285
typo
2007-12-22 01:36:55 -05:00
Joey Hess
554f4c2b5f
web commit by http://engla.myopenid.com/ : fixing larry's link
2007-12-21 16:47:45 -05:00
Joey Hess
91220207e3
web commit by http://theclapp.myopenid.com/
2007-12-21 16:39:53 -05:00
Joey Hess
5c2ac340ce
web commit by http://theclapp.myopenid.com/ : question / feature request about tag plugin
2007-12-21 16:35:17 -05:00
Joey Hess
00992fffdb
response
2007-12-21 16:21:50 -05:00
Joey Hess
447094b381
web commit by http://svend.myopenid.com/ : Patch was reversed.
2007-12-21 11:31:48 -05:00