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
joey [Thu, 8 Mar 2007 11:13:16 +0000 (11:13 +0000)]
typo
joey [Thu, 8 Mar 2007 11:04:59 +0000 (11:04 +0000)]
* Correct a deadlock that could occur in post-commit if the aggregate plugin
was enabled and tried to lock the already locked wiki.
joey [Thu, 8 Mar 2007 08:48:40 +0000 (08:48 +0000)]
web commit by JoshTriplett: Add flickr
joey [Thu, 8 Mar 2007 08:43:36 +0000 (08:43 +0000)]
web commit by JoshTriplett: Add GNOME bugzilla.
joey [Thu, 8 Mar 2007 08:31:23 +0000 (08:31 +0000)]
web commit by JoshTriplett: Add the Haskell wiki.
joey [Thu, 8 Mar 2007 08:22:03 +0000 (08:22 +0000)]
web commit by JoshTriplett: Add hoogle, the Haskell code search engine.
joey [Thu, 8 Mar 2007 06:25:20 +0000 (06:25 +0000)]
need to use uri_escape_utf8
joey [Thu, 8 Mar 2007 06:03:59 +0000 (06:03 +0000)]
* The underscore escaping support exposed a bug in edit links: Such links
were titlepage escaped in the urls, and then doubly escaped by the CGI
when editing. To fix this, I removed the titlepage escaping in the edit
urls.
* That means that *every edit link* on the wiki is potentially changed.
Rebuilding wikis on upgrade to this version therefore necessary; enabled
that in postinst.
joey [Thu, 8 Mar 2007 04:42:10 +0000 (04:42 +0000)]
web commit by http://joey.kitenet.net/
joey [Thu, 8 Mar 2007 04:40:19 +0000 (04:40 +0000)]
rm
joey [Thu, 8 Mar 2007 04:36:59 +0000 (04:36 +0000)]
web commit by http://joey.kitenet.net/
joey [Thu, 8 Mar 2007 04:34:44 +0000 (04:34 +0000)]
web commit by http://joey.kitenet.net/: test commit
joey [Thu, 8 Mar 2007 03:18:43 +0000 (03:18 +0000)]
web commit from 128.151.253.249: poll vote (It's fast enough)
joey [Wed, 7 Mar 2007 19:57:53 +0000 (19:57 +0000)]
update
joey [Wed, 7 Mar 2007 19:50:34 +0000 (19:50 +0000)]
add colspan support
joey [Wed, 7 Mar 2007 19:12:22 +0000 (19:12 +0000)]
cleanup
joey [Wed, 7 Mar 2007 19:11:00 +0000 (19:11 +0000)]
missed a few
joey [Wed, 7 Mar 2007 19:07:36 +0000 (19:07 +0000)]
further refinement
joey [Wed, 7 Mar 2007 18:42:41 +0000 (18:42 +0000)]
further refinement
fix a regexp injection hole
joey [Wed, 7 Mar 2007 12:39:26 +0000 (12:39 +0000)]
web commit by JoshTriplett: Fix typo.
joey [Wed, 7 Mar 2007 12:36:56 +0000 (12:36 +0000)]
web commit by JoshTriplett: Fix typo.
joey [Wed, 7 Mar 2007 12:04:45 +0000 (12:04 +0000)]
more i18n improvements
joey [Wed, 7 Mar 2007 11:40:22 +0000 (11:40 +0000)]
* Add a table plugin, derived from the one written by Victor Moral.
joey [Wed, 7 Mar 2007 09:56:32 +0000 (09:56 +0000)]
fix link
joey [Wed, 7 Mar 2007 09:49:38 +0000 (09:49 +0000)]
remove debugging
joey [Wed, 7 Mar 2007 09:48:59 +0000 (09:48 +0000)]
My fix to support encoded underscores in page titles broke links to pages
with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
joey [Wed, 7 Mar 2007 09:39:13 +0000 (09:39 +0000)]
add check marks
joey [Wed, 7 Mar 2007 09:23:13 +0000 (09:23 +0000)]
* The slash escaping when adding to a blog from the CGI was not working
since it ended up being double-escaped. Instead, just remove slashes.
* Fix some nasty issues with page name escaping during previewing
(introduced in 1.44).
joey [Wed, 7 Mar 2007 08:45:30 +0000 (08:45 +0000)]
web commit by JonasSmedegaard: Correction: is should -> should.
joey [Wed, 7 Mar 2007 07:41:07 +0000 (07:41 +0000)]
support previewing of sparklines: embed in data uris for preview
joey [Wed, 7 Mar 2007 06:27:27 +0000 (06:27 +0000)]
improve l10n
joey [Wed, 7 Mar 2007 05:53:47 +0000 (05:53 +0000)]
deal with new preview parameter
joey [Wed, 7 Mar 2007 05:50:31 +0000 (05:50 +0000)]
improve
joey [Wed, 7 Mar 2007 05:49:02 +0000 (05:49 +0000)]
format improvements
joey [Wed, 7 Mar 2007 05:47:34 +0000 (05:47 +0000)]
mention git
joey [Wed, 7 Mar 2007 05:36:32 +0000 (05:36 +0000)]
improve format
joey [Wed, 7 Mar 2007 05:35:35 +0000 (05:35 +0000)]
typo sparline => sparkline
joey [Wed, 7 Mar 2007 05:33:45 +0000 (05:33 +0000)]
* Add a sparline plugin.
joey [Tue, 6 Mar 2007 23:16:15 +0000 (23:16 +0000)]
web commit by JoshTriplett: Application submitted 03-06-2007.
joey [Tue, 6 Mar 2007 22:47:53 +0000 (22:47 +0000)]
web commit by JoshTriplett: Fill in mentors, administrators, item 13 "What criteria did you use to select these individuals as mentors?", and item 15 "What is your plan for dealing with disappearing mentors?".
joey [Tue, 6 Mar 2007 22:37:05 +0000 (22:37 +0000)]
* Add preview parameter to preprocesser calls, use this rather than the
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
does all the work to make sure the resizing works, and dummys up a resized
image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
joey [Tue, 6 Mar 2007 20:20:26 +0000 (20:20 +0000)]
move to a more generic contact page
joey [Tue, 6 Mar 2007 20:20:09 +0000 (20:20 +0000)]
web commit by JoshTriplett: Reformat answers for easy copy-and-pasting into the application form. Change important wiki links to URLs and remove unimportant wiki links. Add answer for 17, "What will you do to ensure that your accepted students stick with the project after GSoC concludes?"
joey [Tue, 6 Mar 2007 20:09:31 +0000 (20:09 +0000)]
web commit by JoshTriplett: Mention IRC channel, and link to page on why ikiwiki does not have a mailing list.
joey [Tue, 6 Mar 2007 20:09:08 +0000 (20:09 +0000)]
web commit by JoshTriplett: Add page on why ikiwiki does not have a mailing list, based on the answer from the Google Summer of Code application.
joey [Tue, 6 Mar 2007 19:23:11 +0000 (19:23 +0000)]
application period open..
joey [Tue, 6 Mar 2007 19:18:47 +0000 (19:18 +0000)]
really add
joey [Tue, 6 Mar 2007 19:18:07 +0000 (19:18 +0000)]
response
joey [Tue, 6 Mar 2007 19:16:46 +0000 (19:16 +0000)]
* Add titlepage template for inline plugin.
joey [Mon, 5 Mar 2007 22:35:55 +0000 (22:35 +0000)]
web commit by http://wikevent.org/en/User:Mark: fixed link to my weblog
joey [Sun, 4 Mar 2007 22:56:23 +0000 (22:56 +0000)]
web commit by HenrikBrixAndersen: Say thanks :)
joey [Sun, 4 Mar 2007 22:55:12 +0000 (22:55 +0000)]
web commit by HenrikBrixAndersen: Add comment
joey [Sat, 3 Mar 2007 02:27:14 +0000 (02:27 +0000)]
remove debugging code
joey [Sat, 3 Mar 2007 01:52:44 +0000 (01:52 +0000)]
web commit by JoshTriplett: Reopen for addition of a titleonly template; add a sample titleonly.tmpl.
joey [Sat, 3 Mar 2007 00:46:21 +0000 (00:46 +0000)]
fix precidence problem, thanks bod
joey [Fri, 2 Mar 2007 21:55:13 +0000 (21:55 +0000)]
web commit by http://wikevent.org/en/User:Mark: add my site
joey [Fri, 2 Mar 2007 18:33:03 +0000 (18:33 +0000)]
web commit by MarkusSchaber
joey [Fri, 2 Mar 2007 18:23:21 +0000 (18:23 +0000)]
web commit by MarkusSchaber: fixed formatting error by adding blank line.
joey [Fri, 2 Mar 2007 17:40:35 +0000 (17:40 +0000)]
web commit by MarkusSchaber
joey [Fri, 2 Mar 2007 14:27:04 +0000 (14:27 +0000)]
web commit by http://ptecza.myopenid.com/: * Fixed bug
joey [Fri, 2 Mar 2007 04:00:42 +0000 (04:00 +0000)]
* Add "template" option to inline plugin to allow for use of customised
templates.
joey [Fri, 2 Mar 2007 02:29:29 +0000 (02:29 +0000)]
web commit by http://ethan.betacantrips.com/: updated patch
joey [Fri, 2 Mar 2007 01:28:59 +0000 (01:28 +0000)]
put the basewiki index and sandbox pages in a subdir of the doc wiki
joey [Fri, 2 Mar 2007 01:28:24 +0000 (01:28 +0000)]
change to links
joey [Fri, 2 Mar 2007 01:23:43 +0000 (01:23 +0000)]
web commit by http://joey.kitenet.net/
joey [Fri, 2 Mar 2007 01:14:39 +0000 (01:14 +0000)]
Wikiwyg
joey [Fri, 2 Mar 2007 01:07:48 +0000 (01:07 +0000)]
comments
joey [Fri, 2 Mar 2007 00:57:08 +0000 (00:57 +0000)]
response
joey [Fri, 2 Mar 2007 00:37:22 +0000 (00:37 +0000)]
* Allow for underscores to appear in page titles, if encoded appropriately
(__95__) in filenames. Previously, all underscores were replaced with
spaces. Thanks, Enrico Zini for noticing that bug.
joey [Thu, 1 Mar 2007 22:44:02 +0000 (22:44 +0000)]
web commit by MarkusSchaber
joey [Wed, 28 Feb 2007 14:50:28 +0000 (14:50 +0000)]
web commit by JeremyReed: mention showdown
joey [Wed, 28 Feb 2007 14:34:38 +0000 (14:34 +0000)]
web commit by JeremyReed: Add a line between the bullets and the patch to fix the formatting.
joey [Wed, 28 Feb 2007 13:14:50 +0000 (13:14 +0000)]
web commit by tuomov: Please, for the love of clear syntax, no!
joey [Wed, 28 Feb 2007 06:58:38 +0000 (06:58 +0000)]
web commit by http://ethan.betacantrips.com/: towards reST
joey [Tue, 27 Feb 2007 23:14:54 +0000 (23:14 +0000)]
typo
joey [Tue, 27 Feb 2007 23:14:17 +0000 (23:14 +0000)]
add basewiki page
joey [Tue, 27 Feb 2007 23:00:19 +0000 (23:00 +0000)]
add back the notes, without using templates
joey [Tue, 27 Feb 2007 21:04:49 +0000 (21:04 +0000)]
web commit by JoshTriplett: typo
joey [Tue, 27 Feb 2007 21:03:36 +0000 (21:03 +0000)]
web commit by JoshTriplett: I don't think MultiMarkdown solves [the BibTeX request|todo/BibTeX], but it might solve the request for LaTeX output.
joey [Tue, 27 Feb 2007 20:25:09 +0000 (20:25 +0000)]
web commit by DouglasCalvert
joey [Tue, 27 Feb 2007 12:39:09 +0000 (12:39 +0000)]
web commit by https://perolofsson.myopenid.com/
joey [Tue, 27 Feb 2007 08:37:38 +0000 (08:37 +0000)]
web commit by http://ethan.betacantrips.com/: document the issue
joey [Tue, 27 Feb 2007 07:37:55 +0000 (07:37 +0000)]
web commit by JoshTriplett: Fix typo. Link to the MetaWeblog protocol. Sign.
joey [Tue, 27 Feb 2007 03:35:28 +0000 (03:35 +0000)]
remove two uses of note templates, since a) templates are not enabled by
default and b) the note template is not in the basewiki
joey [Mon, 26 Feb 2007 19:41:50 +0000 (19:41 +0000)]
web commit by https://hhallman.myopenid.com/
joey [Mon, 26 Feb 2007 13:18:18 +0000 (13:18 +0000)]
web commit from 82.236.189.224: poll vote (It's fast enough)
joey [Mon, 26 Feb 2007 08:46:27 +0000 (08:46 +0000)]
web commit by JoshTriplett: mention httpauth plugin.
joey [Mon, 26 Feb 2007 08:38:29 +0000 (08:38 +0000)]
web commit by JoshTriplett: Fix signature.
joey [Mon, 26 Feb 2007 06:27:25 +0000 (06:27 +0000)]
web commit by http://ethan.betacantrips.com/: I think I like reST, can we improve support for it?
joey [Sun, 25 Feb 2007 23:10:11 +0000 (23:10 +0000)]
web commit by http://ethan.betacantrips.com/: oops, missed inline
joey [Sun, 25 Feb 2007 21:22:46 +0000 (21:22 +0000)]
web commit by http://ethan.betacantrips.com/: clarify -- I think relative pagespecs make more sense to new users
joey [Sun, 25 Feb 2007 21:08:49 +0000 (21:08 +0000)]
web commit by http://ethan.betacantrips.com/: won't someone think of the children?
joey [Sun, 25 Feb 2007 21:04:20 +0000 (21:04 +0000)]
web commit by http://ethan.betacantrips.com/: Per Bothner, you're my hero!
joey [Sun, 25 Feb 2007 20:18:31 +0000 (20:18 +0000)]
web commit by tuomov: inlinepage-$mode.tmpl
joey [Sun, 25 Feb 2007 16:10:32 +0000 (16:10 +0000)]
web commit by hb: more rationale on this