joey [Sun, 25 Mar 2007 18:16:51 +0000 (18:16 +0000)]
web commit by http://ressukka.net/
joey [Sun, 25 Mar 2007 17:24:35 +0000 (17:24 +0000)]
web commit by tuomov: A note on getctime optimisation
joey [Sun, 25 Mar 2007 17:19:35 +0000 (17:19 +0000)]
web commit by tuomov: bah
joey [Sun, 25 Mar 2007 17:18:53 +0000 (17:18 +0000)]
web commit by tuomov: Another partial darcs suppot plugin
joey [Sat, 24 Mar 2007 17:52:47 +0000 (17:52 +0000)]
web commit by hb
joey [Sat, 24 Mar 2007 17:52:06 +0000 (17:52 +0000)]
web commit by hb
joey [Sat, 24 Mar 2007 15:14:53 +0000 (15:14 +0000)]
* Fix mercurial backend to deal with empty commit messages.
joey [Sat, 24 Mar 2007 15:10:58 +0000 (15:10 +0000)]
* 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.
joey [Sat, 24 Mar 2007 15:09:33 +0000 (15:09 +0000)]
web commit by MarkusSchaber: removed obsolete suggestion
joey [Sat, 24 Mar 2007 14:59:10 +0000 (14:59 +0000)]
web commit by MarkusSchaber
joey [Sat, 24 Mar 2007 12:21:34 +0000 (12:21 +0000)]
web commit by hb: Adding patch for the no message case for mercurial
joey [Sat, 24 Mar 2007 01:11:35 +0000 (01:11 +0000)]
web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44.
joey [Thu, 22 Mar 2007 15:47:59 +0000 (15:47 +0000)]
web commit by http://getopenid.com/tpikonen
joey [Thu, 22 Mar 2007 00:02:48 +0000 (00:02 +0000)]
* 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.
joey [Wed, 21 Mar 2007 23:23:21 +0000 (23:23 +0000)]
improve Makefile
joey [Wed, 21 Mar 2007 23:16:44 +0000 (23:16 +0000)]
typo
joey [Wed, 21 Mar 2007 23:15:48 +0000 (23:15 +0000)]
updates
joey [Wed, 21 Mar 2007 23:11:09 +0000 (23:11 +0000)]
* 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.
joey [Wed, 21 Mar 2007 19:26:23 +0000 (19:26 +0000)]
response
joey [Wed, 21 Mar 2007 19:16:39 +0000 (19:16 +0000)]
add news item for ikiwiki 1.47
joey [Wed, 21 Mar 2007 19:16:18 +0000 (19:16 +0000)]
releasing version 1.47
joey [Wed, 21 Mar 2007 19:13:35 +0000 (19:13 +0000)]
thoughts
joey [Wed, 21 Mar 2007 19:08:29 +0000 (19:08 +0000)]
fix
joey [Wed, 21 Mar 2007 18:52:56 +0000 (18:52 +0000)]
* 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.
joey [Wed, 21 Mar 2007 17:54:46 +0000 (17:54 +0000)]
web commit by http://getopenid.com/tpikonen
joey [Wed, 21 Mar 2007 17:19:03 +0000 (17:19 +0000)]
web commit by JoshTriplett: Unindent my comment and reply to the right level, and provide an example.
joey [Wed, 21 Mar 2007 17:12:06 +0000 (17:12 +0000)]
web commit by JoshTriplett: meta link stylesheet test
joey [Wed, 21 Mar 2007 08:35:11 +0000 (08:35 +0000)]
hmm
joey [Wed, 21 Mar 2007 08:29:15 +0000 (08:29 +0000)]
switch to titlepage template
joey [Wed, 21 Mar 2007 08:14:09 +0000 (08:14 +0000)]
web commit by http://joey.kitenet.net/: test
joey [Wed, 21 Mar 2007 07:24:35 +0000 (07:24 +0000)]
web commit by JoshTriplett: stylesheet media="print"
joey [Wed, 21 Mar 2007 07:21:19 +0000 (07:21 +0000)]
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.
joey [Wed, 21 Mar 2007 07:16:41 +0000 (07:16 +0000)]
web commit by JoshTriplett
joey [Wed, 21 Mar 2007 06:57:37 +0000 (06:57 +0000)]
add news item for ikiwiki 1.46
joey [Wed, 21 Mar 2007 06:55:49 +0000 (06:55 +0000)]
add news item for ikiwiki 1.33.2
joey [Wed, 21 Mar 2007 06:46:06 +0000 (06:46 +0000)]
the real bug turned out to be in the meta plugin
joey [Wed, 21 Mar 2007 06:39:01 +0000 (06:39 +0000)]
forgot to revert this
joey [Wed, 21 Mar 2007 06:22:06 +0000 (06:22 +0000)]
oh, this is confusing, it needs escaping in <title>, but not when it's used
inline, already escaped there
joey [Wed, 21 Mar 2007 06:05:21 +0000 (06:05 +0000)]
* 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.
joey [Wed, 21 Mar 2007 00:07:12 +0000 (00:07 +0000)]
web commit by JoshTriplett
joey [Tue, 20 Mar 2007 18:31:04 +0000 (18:31 +0000)]
web commit by http://choffee.co.uk/: Added a zooomr shortcut
joey [Mon, 19 Mar 2007 19:55:37 +0000 (19:55 +0000)]
another issue with the mercurual backend
joey [Mon, 19 Mar 2007 17:56:37 +0000 (17:56 +0000)]
web commit by http://bmalee.eu/~bma/: Oops...fix the toggle thing.
joey [Mon, 19 Mar 2007 17:51:39 +0000 (17:51 +0000)]
web commit by http://bmalee.eu/~bma/: Here's my mostly-working darcs plugin.
joey [Sun, 18 Mar 2007 22:27:09 +0000 (22:27 +0000)]
response
joey [Sun, 18 Mar 2007 22:20:44 +0000 (22:20 +0000)]
* Applied a patch from Michał to make the mercurial backend pass --quiet to
hg.
joey [Sun, 18 Mar 2007 21:59:04 +0000 (21:59 +0000)]
web commit by http://meep.pl/: bug report
joey [Sat, 17 Mar 2007 23:58:34 +0000 (23:58 +0000)]
wording
joey [Sat, 17 Mar 2007 23:57:03 +0000 (23:57 +0000)]
* Detect the case of two people independently creating the same page at the
same time, and let the second person resolve the conflict.
joey [Sat, 17 Mar 2007 23:32:48 +0000 (23:32 +0000)]
* Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
output the verbose build log to stdout, rather than to the syslog.
joey [Sat, 17 Mar 2007 23:32:36 +0000 (23:32 +0000)]
updates
joey [Sat, 17 Mar 2007 23:26:46 +0000 (23:26 +0000)]
web commit by http://joey.kitenet.net/: more detail
joey [Sat, 17 Mar 2007 23:20:27 +0000 (23:20 +0000)]
* 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.
joey [Sat, 17 Mar 2007 22:33:34 +0000 (22:33 +0000)]
simplify preview code
joey [Sat, 17 Mar 2007 22:07:46 +0000 (22:07 +0000)]
respinse
joey [Sat, 17 Mar 2007 22:05:15 +0000 (22:05 +0000)]
response
joey [Sat, 17 Mar 2007 21:00:34 +0000 (21:00 +0000)]
web commit by MichaelStevens: added new bug report
joey [Sat, 17 Mar 2007 02:01:19 +0000 (02:01 +0000)]
web commit by http://id.inelegant.org/: Added link to my site.
joey [Sat, 17 Mar 2007 01:37:36 +0000 (01:37 +0000)]
web commit by MarkusSchaber
joey [Sat, 17 Mar 2007 00:59:18 +0000 (00:59 +0000)]
web commit by http://id.inelegant.org/: Let .htaccess files be copied over.
joey [Sat, 17 Mar 2007 00:45:51 +0000 (00:45 +0000)]
web commit by http://id.inelegant.org/: Suggestion for branch.
joey [Sat, 17 Mar 2007 00:09:37 +0000 (00:09 +0000)]
web commit by http://id.inelegant.org/: Bug report.
joey [Fri, 16 Mar 2007 23:40:17 +0000 (23:40 +0000)]
web commit by http://id.inelegant.org/: Test over. Please delete this page.
joey [Fri, 16 Mar 2007 23:38:10 +0000 (23:38 +0000)]
web commit by http://id.inelegant.org/: Testing a possible bug.
joey [Fri, 16 Mar 2007 21:47:31 +0000 (21:47 +0000)]
close
joey [Fri, 16 Mar 2007 21:10:31 +0000 (21:10 +0000)]
web commit by http://id.inelegant.org/: Admission of stupidity. ;-)
joey [Fri, 16 Mar 2007 20:34:18 +0000 (20:34 +0000)]
response
joey [Fri, 16 Mar 2007 20:28:18 +0000 (20:28 +0000)]
web commit by http://ressukka.net/: nice and simple
joey [Fri, 16 Mar 2007 19:20:36 +0000 (19:20 +0000)]
response
joey [Fri, 16 Mar 2007 13:52:35 +0000 (13:52 +0000)]
web commit by http://id.inelegant.org/
joey [Fri, 16 Mar 2007 12:28:52 +0000 (12:28 +0000)]
web commit by http://id.inelegant.org/: Comment on potential scaling issue.
joey [Thu, 15 Mar 2007 19:19:54 +0000 (19:19 +0000)]
web commit by http://joey.kitenet.net/
joey [Thu, 15 Mar 2007 19:18:27 +0000 (19:18 +0000)]
web commit by http://joey.kitenet.net/: comments, soc
joey [Thu, 15 Mar 2007 19:00:49 +0000 (19:00 +0000)]
web commit by http://formorer.myopenid.com/
joey [Thu, 15 Mar 2007 14:31:13 +0000 (14:31 +0000)]
web commit from 62.213.72.100: poll vote (It's fast enough)
joey [Thu, 15 Mar 2007 10:55:18 +0000 (10:55 +0000)]
web commit by JoshTriplett: Google has accepted ikiwiki as a mentoring organization for Summer of Code 2007.
joey [Thu, 15 Mar 2007 04:16:43 +0000 (04:16 +0000)]
web commit by http://id.inelegant.org/
joey [Thu, 15 Mar 2007 01:29:36 +0000 (01:29 +0000)]
web commit by http://per.bothner.myopenid.com/: translate foo/index.html to foo using JavaScript
joey [Wed, 14 Mar 2007 23:56:41 +0000 (23:56 +0000)]
web commit by MarkusSchaber
joey [Mon, 12 Mar 2007 23:07:09 +0000 (23:07 +0000)]
web commit by http://dmarti.myopenid.com/
joey [Mon, 12 Mar 2007 19:52:52 +0000 (19:52 +0000)]
* French update. Closes: #414597
joey [Mon, 12 Mar 2007 10:41:07 +0000 (10:41 +0000)]
web commit by http://sven.lankes.net/: changed lbw url to www
joey [Mon, 12 Mar 2007 06:22:20 +0000 (06:22 +0000)]
web commit by http://thedaniel.livejournal.com/: added reference to my site
joey [Mon, 12 Mar 2007 03:54:20 +0000 (03:54 +0000)]
web commit by http://gypark.pe.kr/cgi-bin/wiki/wiki.pl
joey [Mon, 12 Mar 2007 03:46:36 +0000 (03:46 +0000)]
web commit by http://gypark.pe.kr/wiki
joey [Mon, 12 Mar 2007 03:43:06 +0000 (03:43 +0000)]
web commit by http://gypark.pe.kr/wiki
joey [Mon, 12 Mar 2007 03:42:45 +0000 (03:42 +0000)]
response
joey [Mon, 12 Mar 2007 03:37:11 +0000 (03:37 +0000)]
web commit by http://raymundo.egloos.com/
joey [Mon, 12 Mar 2007 02:08:49 +0000 (02:08 +0000)]
web commit by http://id.inelegant.org/
joey [Sun, 11 Mar 2007 04:59:03 +0000 (04:59 +0000)]
* Fix a bug with inlined create page links, including Discussion links on
blog post pages. The links will now create pages relative to the page that
actually contains the link.
joey [Sun, 11 Mar 2007 02:30:58 +0000 (02:30 +0000)]
rm obsolete news item
joey [Sun, 11 Mar 2007 02:29:34 +0000 (02:29 +0000)]
add news item for ikiwiki 1.45
joey [Sun, 11 Mar 2007 02:29:15 +0000 (02:29 +0000)]
releasing version 1.45
joey [Sun, 11 Mar 2007 00:32:00 +0000 (00:32 +0000)]
foo
joey [Sun, 11 Mar 2007 00:29:25 +0000 (00:29 +0000)]
suggest as a soc project
joey [Sun, 11 Mar 2007 00:24:31 +0000 (00:24 +0000)]
add postsparkline plugin, providing sparkliney stats goodness for blog
posts
joey [Fri, 9 Mar 2007 22:51:41 +0000 (22:51 +0000)]
rm
joey [Fri, 9 Mar 2007 22:41:25 +0000 (22:41 +0000)]
web commit by http://ajdlinux.livejournal.com/
joey [Fri, 9 Mar 2007 22:40:10 +0000 (22:40 +0000)]
web commit by http://ajdlinux.livejournal.com/
joey [Thu, 8 Mar 2007 22:16:03 +0000 (22:16 +0000)]
correct dup page name detect in blog posting code