joey
bbb0b3e72f
* Finally fixed the longstanding inline removal bug.
...
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
2007-03-24 15:10:58 +00:00
joey
dc0bf7982f
web commit by MarkusSchaber: removed obsolete suggestion
2007-03-24 15:09:33 +00:00
joey
dbb4622c1b
web commit by MarkusSchaber
2007-03-24 14:59:10 +00:00
joey
210fe3664b
web commit by hb: Adding patch for the no message case for mercurial
2007-03-24 12:21:34 +00:00
joey
b2cf231a43
web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.
2007-03-24 01:11:35 +00:00
joey
e490e06841
web commit by http://getopenid.com/tpikonen
2007-03-22 15:47:59 +00:00
joey
5a6a93544f
* Make ikiwiki's stylesheet support printing by hiding parts of the page
...
that shouldn't appear in a printout: Search box, actions bar,
blog post form, tags, backlinks, and feed buttons.
2007-03-22 00:02:48 +00:00
joey
eeea100023
improve Makefile
2007-03-21 23:23:21 +00:00
joey
d3df4c133c
typo
2007-03-21 23:16:44 +00:00
joey
c79f320820
updates
2007-03-21 23:15:48 +00:00
joey
2a0d91af2f
* Fix link() PageSpecs to not just look at the raw link text, but at where
...
that given link points based on the page doing the linking. Note that this
could make such PageSpecs match different things than before, if you
relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
joey
0daec2bf14
response
2007-03-21 19:26:23 +00:00
joey
12d947a02f
add news item for ikiwiki 1.47
2007-03-21 19:16:39 +00:00
joey
1ecd251ffa
releasing version 1.47
2007-03-21 19:16:18 +00:00
joey
c5b443f25d
thoughts
2007-03-21 19:13:35 +00:00
joey
b8e096f96a
fix
2007-03-21 19:08:29 +00:00
joey
c8b4ba354f
* Fix a security hole that allowed insertion of unsafe content via the meta
...
plugins's support for inserting html link and meta tags. Now such content
is passed through the htmlscrubber like everything else.
* Unfortunatly, that means that some valid uses of those tags are no longer
usable, and special case methods needed to be added for including
stylesheets, and for doing openid delegation. If you use either of these
in your wiki, it will need to be modified. See the meta plugin docs
for details.
2007-03-21 18:52:56 +00:00
joey
829d097dc5
web commit by http://getopenid.com/tpikonen
2007-03-21 17:54:46 +00:00
joey
491338496e
web commit by JoshTriplett: Unindent my comment and reply to the right level, and provide an example.
2007-03-21 17:19:03 +00:00
joey
37f8769b41
web commit by JoshTriplett: meta link stylesheet test
2007-03-21 17:12:06 +00:00
joey
62e2bd136e
hmm
2007-03-21 08:35:11 +00:00
joey
d9ed827e28
switch to titlepage template
2007-03-21 08:29:15 +00:00
joey
db6471fd50
web commit by http://joey.kitenet.net/ : test
2007-03-21 08:14:09 +00:00
joey
8c26ba5283
web commit by JoshTriplett: stylesheet media="print"
2007-03-21 07:24:35 +00:00
joey
d76a23f06d
web commit by JoshTriplett: Avoid a line break inside the sample syntax when inside a blockquote, since that makes the > show up as part of the syntax.
2007-03-21 07:21:19 +00:00
joey
2fdedbe7e6
web commit by JoshTriplett
2007-03-21 07:16:41 +00:00
joey
24961ae9f2
add news item for ikiwiki 1.46
2007-03-21 06:57:37 +00:00
joey
201e832977
add news item for ikiwiki 1.33.2
2007-03-21 06:55:49 +00:00
joey
72ed9e455c
the real bug turned out to be in the meta plugin
2007-03-21 06:46:06 +00:00
joey
af63a2ebff
forgot to revert this
2007-03-21 06:39:01 +00:00
joey
03e5438155
oh, this is confusing, it needs escaping in <title>, but not when it's used
...
inline, already escaped there
2007-03-21 06:22:06 +00:00
joey
1c65ca4922
* Fix a few bugs around page titles containing html. The worst of these
...
is an actual security hole as it allows insertion of html into the title
element of a page, which is not processed by the htmlscrubber.
2007-03-21 06:05:21 +00:00
joey
9bf29d60b2
web commit by JoshTriplett
2007-03-21 00:07:12 +00:00
joey
09dada42da
web commit by http://choffee.co.uk/ : Added a zooomr shortcut
2007-03-20 18:31:04 +00:00
joey
b984d00921
another issue with the mercurual backend
2007-03-19 19:55:37 +00:00
joey
0416a79dfe
web commit by http://bmalee.eu/~bma/ : Oops...fix the toggle thing.
2007-03-19 17:56:37 +00:00
joey
0b57bfe5b9
web commit by http://bmalee.eu/~bma/ : Here's my mostly-working darcs plugin.
2007-03-19 17:51:39 +00:00
joey
16112c3294
response
2007-03-18 22:27:09 +00:00
joey
cb0c642aed
* Applied a patch from Michał to make the mercurial backend pass --quiet to
...
hg.
2007-03-18 22:20:44 +00:00
joey
62aecc19f0
web commit by http://meep.pl/ : bug report
2007-03-18 21:59:04 +00:00
joey
21bc9abfcf
wording
2007-03-17 23:58:34 +00:00
joey
26213f8ee4
* Detect the case of two people independently creating the same page at the
...
same time, and let the second person resolve the conflict.
2007-03-17 23:57:03 +00:00
joey
50a9ef4753
* Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
...
output the verbose build log to stdout, rather than to the syslog.
2007-03-17 23:32:48 +00:00
joey
44820713d3
updates
2007-03-17 23:32:36 +00:00
joey
eeaaac10e5
web commit by http://joey.kitenet.net/ : more detail
2007-03-17 23:26:46 +00:00
joey
188f1931c2
* Fix some broken logic in cgi creation of a subpage when a toplevel page
...
with the same name already exists, and generally simplify the edit code.
2007-03-17 23:20:27 +00:00
joey
6003422f45
simplify preview code
2007-03-17 22:33:34 +00:00
joey
c1bf0eaf5d
respinse
2007-03-17 22:07:46 +00:00
joey
bf2c7f2298
response
2007-03-17 22:05:15 +00:00
joey
57606c7992
web commit by MichaelStevens: added new bug report
2007-03-17 21:00:34 +00:00