]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
17 years agocorrect dup page name detect in blog posting code
joey [Thu, 8 Mar 2007 22:16:03 +0000 (22:16 +0000)] 
correct dup page name detect in blog posting code

17 years agotypo
joey [Thu, 8 Mar 2007 11:13:16 +0000 (11:13 +0000)] 
typo

17 years ago* Correct a deadlock that could occur in post-commit if the aggregate plugin
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.

17 years agoweb commit by JoshTriplett: Add flickr
joey [Thu, 8 Mar 2007 08:48:40 +0000 (08:48 +0000)] 
web commit by JoshTriplett: Add flickr

17 years agoweb commit by JoshTriplett: Add GNOME bugzilla.
joey [Thu, 8 Mar 2007 08:43:36 +0000 (08:43 +0000)] 
web commit by JoshTriplett: Add GNOME bugzilla.

17 years agoweb commit by JoshTriplett: Add the Haskell wiki.
joey [Thu, 8 Mar 2007 08:31:23 +0000 (08:31 +0000)] 
web commit by JoshTriplett: Add the Haskell wiki.

17 years agoweb commit by JoshTriplett: Add hoogle, the Haskell code search engine.
joey [Thu, 8 Mar 2007 08:22:03 +0000 (08:22 +0000)] 
web commit by JoshTriplett: Add hoogle, the Haskell code search engine.

17 years agoneed to use uri_escape_utf8
joey [Thu, 8 Mar 2007 06:25:20 +0000 (06:25 +0000)] 
need to use uri_escape_utf8

17 years ago* The underscore escaping support exposed a bug in edit links: Such links
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.

17 years agoweb commit by http://joey.kitenet.net/
joey [Thu, 8 Mar 2007 04:42:10 +0000 (04:42 +0000)] 
web commit by http://joey.kitenet.net/

17 years agorm
joey [Thu, 8 Mar 2007 04:40:19 +0000 (04:40 +0000)] 
rm

17 years agoweb commit by http://joey.kitenet.net/
joey [Thu, 8 Mar 2007 04:36:59 +0000 (04:36 +0000)] 
web commit by http://joey.kitenet.net/

17 years agoweb commit by http://joey.kitenet.net/: test commit
joey [Thu, 8 Mar 2007 04:34:44 +0000 (04:34 +0000)] 
web commit by http://joey.kitenet.net/: test commit

17 years agoweb commit from 128.151.253.249: poll vote (It's fast enough)
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)

17 years agoupdate
joey [Wed, 7 Mar 2007 19:57:53 +0000 (19:57 +0000)] 
update

17 years agoadd colspan support
joey [Wed, 7 Mar 2007 19:50:34 +0000 (19:50 +0000)] 
add colspan support

17 years agocleanup
joey [Wed, 7 Mar 2007 19:12:22 +0000 (19:12 +0000)] 
cleanup

17 years agomissed a few
joey [Wed, 7 Mar 2007 19:11:00 +0000 (19:11 +0000)] 
missed a few

17 years agofurther refinement
joey [Wed, 7 Mar 2007 19:07:36 +0000 (19:07 +0000)] 
further refinement

17 years agofurther refinement
joey [Wed, 7 Mar 2007 18:42:41 +0000 (18:42 +0000)] 
further refinement

fix a regexp injection hole

17 years agoweb commit by JoshTriplett: Fix typo.
joey [Wed, 7 Mar 2007 12:39:26 +0000 (12:39 +0000)] 
web commit by JoshTriplett: Fix typo.

17 years agoweb commit by JoshTriplett: Fix typo.
joey [Wed, 7 Mar 2007 12:36:56 +0000 (12:36 +0000)] 
web commit by JoshTriplett: Fix typo.

17 years agomore i18n improvements
joey [Wed, 7 Mar 2007 12:04:45 +0000 (12:04 +0000)] 
more i18n improvements

17 years ago* Add a table plugin, derived from the one written by Victor Moral.
joey [Wed, 7 Mar 2007 11:40:22 +0000 (11:40 +0000)] 
* Add a table plugin, derived from the one written by Victor Moral.

17 years agofix link
joey [Wed, 7 Mar 2007 09:56:32 +0000 (09:56 +0000)] 
fix link

17 years agoremove debugging
joey [Wed, 7 Mar 2007 09:49:38 +0000 (09:49 +0000)] 
remove debugging

17 years agoMy fix to support encoded underscores in page titles broke links to pages
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.

17 years agoadd check marks
joey [Wed, 7 Mar 2007 09:39:13 +0000 (09:39 +0000)] 
add check marks

17 years ago* The slash escaping when adding to a blog from the CGI was not working
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).

17 years agoweb commit by JonasSmedegaard: Correction: is should -> should.
joey [Wed, 7 Mar 2007 08:45:30 +0000 (08:45 +0000)] 
web commit by JonasSmedegaard: Correction: is should -> should.

17 years agosupport previewing of sparklines: embed in data uris for preview
joey [Wed, 7 Mar 2007 07:41:07 +0000 (07:41 +0000)] 
support previewing of sparklines: embed in data uris for preview

17 years agoimprove l10n
joey [Wed, 7 Mar 2007 06:27:27 +0000 (06:27 +0000)] 
improve l10n

17 years agodeal with new preview parameter
joey [Wed, 7 Mar 2007 05:53:47 +0000 (05:53 +0000)] 
deal with new preview parameter

17 years agoimprove
joey [Wed, 7 Mar 2007 05:50:31 +0000 (05:50 +0000)] 
improve

17 years agoformat improvements
joey [Wed, 7 Mar 2007 05:49:02 +0000 (05:49 +0000)] 
format improvements

17 years agomention git
joey [Wed, 7 Mar 2007 05:47:34 +0000 (05:47 +0000)] 
mention git

17 years agoimprove format
joey [Wed, 7 Mar 2007 05:36:32 +0000 (05:36 +0000)] 
improve format

17 years agotypo sparline => sparkline
joey [Wed, 7 Mar 2007 05:35:35 +0000 (05:35 +0000)] 
typo sparline => sparkline

17 years ago* Add a sparline plugin.
joey [Wed, 7 Mar 2007 05:33:45 +0000 (05:33 +0000)] 
* Add a sparline plugin.

17 years agoweb commit by JoshTriplett: Application submitted 03-06-2007.
joey [Tue, 6 Mar 2007 23:16:15 +0000 (23:16 +0000)] 
web commit by JoshTriplett: Application submitted 03-06-2007.

17 years agoweb commit by JoshTriplett: Fill in mentors, administrators, item 13 "What criteria...
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?".

17 years ago* Add preview parameter to preprocesser calls, use this rather than the
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.

17 years agomove to a more generic contact page
joey [Tue, 6 Mar 2007 20:20:26 +0000 (20:20 +0000)] 
move to a more generic contact page

17 years agoweb commit by JoshTriplett: Reformat answers for easy copy-and-pasting into the appli...
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?"

17 years agoweb commit by JoshTriplett: Mention IRC channel, and link to page on why ikiwiki...
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.

17 years agoweb commit by JoshTriplett: Add 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.

17 years agoapplication period open..
joey [Tue, 6 Mar 2007 19:23:11 +0000 (19:23 +0000)] 
application period open..

17 years agoreally add
joey [Tue, 6 Mar 2007 19:18:47 +0000 (19:18 +0000)] 
really add

17 years agoresponse
joey [Tue, 6 Mar 2007 19:18:07 +0000 (19:18 +0000)] 
response

17 years ago* Add titlepage template for inline plugin.
joey [Tue, 6 Mar 2007 19:16:46 +0000 (19:16 +0000)] 
* Add titlepage template for inline plugin.

17 years agoweb commit by http://wikevent.org/en/User:Mark: fixed link to my weblog
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

17 years agoweb commit by HenrikBrixAndersen: Say thanks :)
joey [Sun, 4 Mar 2007 22:56:23 +0000 (22:56 +0000)] 
web commit by HenrikBrixAndersen: Say thanks :)

17 years agoweb commit by HenrikBrixAndersen: Add comment
joey [Sun, 4 Mar 2007 22:55:12 +0000 (22:55 +0000)] 
web commit by HenrikBrixAndersen: Add comment

17 years agoremove debugging code
joey [Sat, 3 Mar 2007 02:27:14 +0000 (02:27 +0000)] 
remove debugging code

17 years agoweb commit by JoshTriplett: Reopen for addition of a titleonly template; add a sample...
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.

17 years agofix precidence problem, thanks bod
joey [Sat, 3 Mar 2007 00:46:21 +0000 (00:46 +0000)] 
fix precidence problem, thanks bod

17 years agoweb commit by http://wikevent.org/en/User:Mark: add my site
joey [Fri, 2 Mar 2007 21:55:13 +0000 (21:55 +0000)] 
web commit by http://wikevent.org/en/User:Mark: add my site

17 years agoweb commit by MarkusSchaber
joey [Fri, 2 Mar 2007 18:33:03 +0000 (18:33 +0000)] 
web commit by MarkusSchaber

17 years agoweb commit by MarkusSchaber: fixed formatting error by adding blank line.
joey [Fri, 2 Mar 2007 18:23:21 +0000 (18:23 +0000)] 
web commit by MarkusSchaber: fixed formatting error by adding blank line.

17 years agoweb commit by MarkusSchaber
joey [Fri, 2 Mar 2007 17:40:35 +0000 (17:40 +0000)] 
web commit by MarkusSchaber

17 years agoweb commit by http://ptecza.myopenid.com/: * Fixed bug
joey [Fri, 2 Mar 2007 14:27:04 +0000 (14:27 +0000)] 
web commit by http://ptecza.myopenid.com/: * Fixed bug

17 years ago* Add "template" option to inline plugin to allow for use of customised
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.

17 years agoweb commit by http://ethan.betacantrips.com/: updated patch
joey [Fri, 2 Mar 2007 02:29:29 +0000 (02:29 +0000)] 
web commit by http://ethan.betacantrips.com/: updated patch

17 years agoput the basewiki index and sandbox pages in a subdir of the doc wiki
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

17 years agochange to links
joey [Fri, 2 Mar 2007 01:28:24 +0000 (01:28 +0000)] 
change to links

17 years agoweb commit by http://joey.kitenet.net/
joey [Fri, 2 Mar 2007 01:23:43 +0000 (01:23 +0000)] 
web commit by http://joey.kitenet.net/

17 years agoWikiwyg
joey [Fri, 2 Mar 2007 01:14:39 +0000 (01:14 +0000)] 
Wikiwyg

17 years agocomments
joey [Fri, 2 Mar 2007 01:07:48 +0000 (01:07 +0000)] 
comments

17 years agoresponse
joey [Fri, 2 Mar 2007 00:57:08 +0000 (00:57 +0000)] 
response

17 years ago* Allow for underscores to appear in page titles, if encoded appropriately
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.

17 years agoweb commit by MarkusSchaber
joey [Thu, 1 Mar 2007 22:44:02 +0000 (22:44 +0000)] 
web commit by MarkusSchaber

17 years agoweb commit by JeremyReed: mention showdown
joey [Wed, 28 Feb 2007 14:50:28 +0000 (14:50 +0000)] 
web commit by JeremyReed: mention showdown

17 years agoweb commit by JeremyReed: Add a line between the bullets and the patch to fix the...
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.

17 years agoweb commit by tuomov: Please, for the love of clear syntax, no!
joey [Wed, 28 Feb 2007 13:14:50 +0000 (13:14 +0000)] 
web commit by tuomov: Please, for the love of clear syntax, no!

17 years agoweb commit by http://ethan.betacantrips.com/: towards reST
joey [Wed, 28 Feb 2007 06:58:38 +0000 (06:58 +0000)] 
web commit by http://ethan.betacantrips.com/: towards reST

17 years agotypo
joey [Tue, 27 Feb 2007 23:14:54 +0000 (23:14 +0000)] 
typo

17 years agoadd basewiki page
joey [Tue, 27 Feb 2007 23:14:17 +0000 (23:14 +0000)] 
add basewiki page

17 years agoadd back the notes, without using templates
joey [Tue, 27 Feb 2007 23:00:19 +0000 (23:00 +0000)] 
add back the notes, without using templates

17 years agoweb commit by JoshTriplett: typo
joey [Tue, 27 Feb 2007 21:04:49 +0000 (21:04 +0000)] 
web commit by JoshTriplett: typo

17 years agoweb commit by JoshTriplett: I don't think MultiMarkdown solves [the BibTeX request...
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.

17 years agoweb commit by DouglasCalvert
joey [Tue, 27 Feb 2007 20:25:09 +0000 (20:25 +0000)] 
web commit by DouglasCalvert

17 years agoweb commit by https://perolofsson.myopenid.com/
joey [Tue, 27 Feb 2007 12:39:09 +0000 (12:39 +0000)] 
web commit by https://perolofsson.myopenid.com/

17 years agoweb commit by http://ethan.betacantrips.com/: document the issue
joey [Tue, 27 Feb 2007 08:37:38 +0000 (08:37 +0000)] 
web commit by http://ethan.betacantrips.com/: document the issue

17 years agoweb commit by JoshTriplett: Fix typo. Link to the MetaWeblog protocol. Sign.
joey [Tue, 27 Feb 2007 07:37:55 +0000 (07:37 +0000)] 
web commit by JoshTriplett: Fix typo.  Link to the MetaWeblog protocol.  Sign.

17 years agoremove two uses of note templates, since a) templates are not enabled by
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

17 years agoweb commit by https://hhallman.myopenid.com/
joey [Mon, 26 Feb 2007 19:41:50 +0000 (19:41 +0000)] 
web commit by https://hhallman.myopenid.com/

17 years agoweb commit from 82.236.189.224: poll vote (It's fast enough)
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)

17 years agoweb commit by JoshTriplett: mention httpauth plugin.
joey [Mon, 26 Feb 2007 08:46:27 +0000 (08:46 +0000)] 
web commit by JoshTriplett: mention httpauth plugin.

17 years agoweb commit by JoshTriplett: Fix signature.
joey [Mon, 26 Feb 2007 08:38:29 +0000 (08:38 +0000)] 
web commit by JoshTriplett: Fix signature.

17 years agoweb commit by http://ethan.betacantrips.com/: I think I like reST, can we improve...
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?

17 years agoweb commit by http://ethan.betacantrips.com/: oops, missed inline
joey [Sun, 25 Feb 2007 23:10:11 +0000 (23:10 +0000)] 
web commit by http://ethan.betacantrips.com/: oops, missed inline

17 years agoweb commit by http://ethan.betacantrips.com/: clarify -- I think relative pagespecs...
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

17 years agoweb commit by http://ethan.betacantrips.com/: won't someone think of the children?
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?

17 years agoweb commit by http://ethan.betacantrips.com/: Per Bothner, you're my hero!
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!

17 years agoweb commit by tuomov: inlinepage-$mode.tmpl
joey [Sun, 25 Feb 2007 20:18:31 +0000 (20:18 +0000)] 
web commit by tuomov: inlinepage-$mode.tmpl

17 years agoweb commit by hb: more rationale on this
joey [Sun, 25 Feb 2007 16:10:32 +0000 (16:10 +0000)] 
web commit by hb: more rationale on this

17 years agoweb commit by hb
joey [Sun, 25 Feb 2007 15:58:46 +0000 (15:58 +0000)] 
web commit by hb

17 years agoweb commit by http://sven.lankes.net/: add Linuxbierwanderung homepage
joey [Sun, 25 Feb 2007 14:10:33 +0000 (14:10 +0000)] 
web commit by http://sven.lankes.net/: add Linuxbierwanderung homepage

17 years agoweb commit from 86.217.35.35: poll vote (It's fast enough)
joey [Sun, 25 Feb 2007 11:58:50 +0000 (11:58 +0000)] 
web commit from 86.217.35.35: poll vote (It's fast enough)

17 years agoweb commit by JoshTriplett: Web servers other than Apache exist
joey [Sun, 25 Feb 2007 07:16:44 +0000 (07:16 +0000)] 
web commit by JoshTriplett: Web servers other than Apache exist