]> sipb.mit.edu Git - ikiwiki.git/log
ikiwiki.git
16 years agoweb commit by AndrewGreenberg: Added the TOVA Company - hope it's ok that I added...
joey [Wed, 17 Oct 2007 07:35:13 +0000 (07:35 +0000)] 
web commit by AndrewGreenberg: Added the TOVA Company - hope it's ok that I added a new section heading!

16 years agoweb commit by JonasSmedegaard: Clarify the relevant localized repositories at source...
joey [Wed, 17 Oct 2007 00:56:44 +0000 (00:56 +0000)] 
web commit by JonasSmedegaard: Clarify the relevant localized repositories at source.jones.dk

16 years agoweb commit by JonasSmedegaard: Added note about danish l10n of templates and basewiki.
joey [Wed, 17 Oct 2007 00:55:12 +0000 (00:55 +0000)] 
web commit by JonasSmedegaard: Added note about danish l10n of templates and basewiki.

16 years ago* Danish translation from Jonas Smedegaard. Closes: #446952
joey [Tue, 16 Oct 2007 21:54:31 +0000 (21:54 +0000)] 
* Danish translation from Jonas Smedegaard. Closes: #446952

16 years agocomplete analysis
joey [Tue, 16 Oct 2007 17:40:36 +0000 (17:40 +0000)] 
complete analysis

16 years agoweb commit from 80.196.110.134: poll vote (Accept both)
joey [Tue, 16 Oct 2007 16:28:08 +0000 (16:28 +0000)] 
web commit from 80.196.110.134: poll vote (Accept both)

16 years agoweb commit by http://roktas.myopenid.com/: add pcc project
joey [Tue, 16 Oct 2007 15:24:19 +0000 (15:24 +0000)] 
web commit by http://roktas.myopenid.com/: add pcc project

16 years agoweb commit by JonasSmedegaard: Typo: Wrong punctuation.
joey [Mon, 15 Oct 2007 20:41:36 +0000 (20:41 +0000)] 
web commit by JonasSmedegaard: Typo: Wrong punctuation.

16 years ago* Rewritten rst plugin by madduck is a python program that communicates with
joey [Mon, 15 Oct 2007 16:33:02 +0000 (16:33 +0000)] 
* Rewritten rst plugin by madduck is a python program that communicates with
  ikiwiki via XML RPC. This should be much faster than the old plugin that
  had to fork python for every rst page render. Note that if you use
  the rst plugin, you now need to have the RPC::XML perl module installed.

16 years agoweb commit by http://svend.myopenid.com/
joey [Sun, 14 Oct 2007 04:47:42 +0000 (04:47 +0000)] 
web commit by http://svend.myopenid.com/

16 years ago* Add a "createlink" class attribute to the span for wikilinks pointing
joey [Sat, 13 Oct 2007 23:08:38 +0000 (23:08 +0000)] 
* Add a "createlink" class attribute to the span for wikilinks pointing
  to not-yet-existing pages. I don't have a useful style defined for that
  though.

16 years agoimprove comment
joey [Sat, 13 Oct 2007 22:32:55 +0000 (22:32 +0000)] 
improve comment

16 years agountaint plugin filename, will be tainted if specified at the command line
joey [Sat, 13 Oct 2007 22:18:33 +0000 (22:18 +0000)] 
untaint plugin filename, will be tainted if specified at the command line

16 years agofailed to reproduce
joey [Sat, 13 Oct 2007 18:11:56 +0000 (18:11 +0000)] 
failed to reproduce

16 years agoweb commit by http://madduck.myopenid.com/
joey [Sat, 13 Oct 2007 17:26:24 +0000 (17:26 +0000)] 
web commit by http://madduck.myopenid.com/

16 years agoweb commit by http://solair.livejournal.com/: Request CSS class attribute for span...
joey [Sat, 13 Oct 2007 05:00:17 +0000 (05:00 +0000)] 
web commit by http://solair.livejournal.com/: Request CSS class attribute for span tags on broken wikilinks.

16 years ago* Fix strange stderr-hiding code in the git module, allow error messages
joey [Wed, 10 Oct 2007 23:27:11 +0000 (23:27 +0000)] 
* Fix strange stderr-hiding code in the git module, allow error messages
  to be passed on to stderr. Also fixes a potential bug, since git error
  meesages were treated as if they came from git stdout.

16 years agoVcs- fields now official
joey [Wed, 10 Oct 2007 22:19:53 +0000 (22:19 +0000)] 
Vcs- fields now official

16 years agoweb commit by http://subvert.org.uk/~bma/: reasoning.
joey [Wed, 10 Oct 2007 20:23:52 +0000 (20:23 +0000)] 
web commit by http://subvert.org.uk/~bma/: reasoning.

16 years agoresponse
joey [Wed, 10 Oct 2007 20:04:38 +0000 (20:04 +0000)] 
response

16 years agoweb commit by http://subvert.org.uk/~bma/: link to patch.
joey [Wed, 10 Oct 2007 19:21:11 +0000 (19:21 +0000)] 
web commit by http://subvert.org.uk/~bma/: link to patch.

16 years agoweb commit by http://subvert.org.uk/~bma/: Add a patch to the Meta plugin to allow...
joey [Wed, 10 Oct 2007 19:15:25 +0000 (19:15 +0000)] 
web commit by http://subvert.org.uk/~bma/: Add a patch to the Meta plugin to allow inclusion of CVS/SVN-style $Id$ or similar keywords.

16 years agoclear hashes in loadindex, so that it can safely be called more than once
joey [Wed, 10 Oct 2007 18:46:25 +0000 (18:46 +0000)] 
clear hashes in loadindex, so that it can safely be called more than once
even if pages have been deleted in between

16 years ago* In the cgi edit path, reload the index file before rendering. A bug
joey [Wed, 10 Oct 2007 18:40:54 +0000 (18:40 +0000)] 
* In the cgi edit path, reload the index file before rendering. A bug
  showed up where a web edit that added a page caused a near-concurrent
  web edit to fail in will_render. While it would be hard to reproduce this,
  my analysis is that the failing cgi started first, loaded the index file
  (prior to locking) then the other cgi created the new page and rendered
  it, and then the failing cgi choked on the new file when _it_ tried to
  render it. Ensuring that the index file is loaded after taking the lock
  will avoid this bug.

16 years agoresponse
joey [Wed, 10 Oct 2007 18:30:12 +0000 (18:30 +0000)] 
response

16 years agomove to users directory
joey [Wed, 10 Oct 2007 18:25:22 +0000 (18:25 +0000)] 
move to users directory

16 years agoadd a paragraph clarifying use of 'and' and 'or'
joey [Wed, 10 Oct 2007 18:22:50 +0000 (18:22 +0000)] 
add a paragraph clarifying use of 'and' and 'or'

16 years ago* French translation update. Closes: #445923
joey [Wed, 10 Oct 2007 18:15:15 +0000 (18:15 +0000)] 
* French translation update. Closes: #445923
* Fix --get-ctime with git, needed to remove srcdir from filename.

16 years agoupdate
joey [Wed, 10 Oct 2007 16:26:07 +0000 (16:26 +0000)] 
update

16 years agoweb commit by MichaleR: asked for progress on the Moin conversion scripts
joey [Tue, 9 Oct 2007 13:00:23 +0000 (13:00 +0000)] 
web commit by MichaleR: asked for progress on the Moin conversion scripts

16 years agoweb commit by http://madduck.myopenid.com/: Fix git pitfalls link
joey [Tue, 9 Oct 2007 12:56:11 +0000 (12:56 +0000)] 
web commit by http://madduck.myopenid.com/: Fix git pitfalls link

16 years agoweb commit by http://madduck.myopenid.com/: added git pitfalls link
joey [Tue, 9 Oct 2007 12:55:23 +0000 (12:55 +0000)] 
web commit by http://madduck.myopenid.com/: added git pitfalls link

16 years agoweb commit by http://madduck.myopenid.com/: added boilerplate text
joey [Tue, 9 Oct 2007 12:53:57 +0000 (12:53 +0000)] 
web commit by http://madduck.myopenid.com/: added boilerplate text

16 years agoweb commit by http://madduck.myopenid.com/: fix up git setup a bit and add Git_pitfal...
joey [Tue, 9 Oct 2007 12:50:45 +0000 (12:50 +0000)] 
web commit by http://madduck.myopenid.com/: fix up git setup a bit and add Git_pitfalls link

16 years agoweb commit by MichaleR
joey [Tue, 9 Oct 2007 12:50:31 +0000 (12:50 +0000)] 
web commit by MichaleR

16 years agoweb commit by http://madduck.myopenid.com/: add info on advantages and disadvantages...
joey [Tue, 9 Oct 2007 10:57:11 +0000 (10:57 +0000)] 
web commit by http://madduck.myopenid.com/: add info on advantages and disadvantages of usedirs

16 years agoweb commit by MichaleR: added suggestion to add synopsis for plugin list entries
joey [Tue, 9 Oct 2007 03:01:22 +0000 (03:01 +0000)] 
web commit by MichaleR: added suggestion to add synopsis for plugin list entries

16 years agoweb commit by JonasSmedegaard: Linkify 2nd patch.
joey [Mon, 8 Oct 2007 19:43:01 +0000 (19:43 +0000)] 
web commit by JonasSmedegaard: Linkify 2nd patch.

16 years agoweb commit by JonasSmedegaard: Fix typo.
joey [Sun, 7 Oct 2007 14:52:17 +0000 (14:52 +0000)] 
web commit by JonasSmedegaard: Fix typo.

16 years agoweb commit by http://madduck.myopenid.com/: close Heisenbug
joey [Sun, 7 Oct 2007 13:27:01 +0000 (13:27 +0000)] 
web commit by http://madduck.myopenid.com/: close Heisenbug

16 years agoweb commit by http://madduck.myopenid.com/
joey [Sun, 7 Oct 2007 12:41:41 +0000 (12:41 +0000)] 
web commit by http://madduck.myopenid.com/

16 years agoweb commit by http://myid.pl/id/ero-sennin
joey [Sun, 7 Oct 2007 06:07:21 +0000 (06:07 +0000)] 
web commit by http://myid.pl/id/ero-sennin

16 years agoweb commit by JonasSmedegaard: Fix typo
joey [Sat, 6 Oct 2007 20:24:36 +0000 (20:24 +0000)] 
web commit by JonasSmedegaard: Fix typo

16 years agoweb commit by http://aero.myid.net/
joey [Fri, 5 Oct 2007 13:29:53 +0000 (13:29 +0000)] 
web commit by http://aero.myid.net/

16 years agoweb commit by http://xayk.net/: poll vote (Accept only OpenID for logins)
joey [Fri, 5 Oct 2007 10:06:30 +0000 (10:06 +0000)] 
web commit by http://xayk.net/: poll vote (Accept only OpenID for logins)

16 years agoweb commit by http://xayk.net/
joey [Fri, 5 Oct 2007 10:05:29 +0000 (10:05 +0000)] 
web commit by http://xayk.net/

16 years agoweb commit from 83.222.23.243: poll vote (Accept both)
joey [Fri, 5 Oct 2007 09:43:20 +0000 (09:43 +0000)] 
web commit from 83.222.23.243: poll vote (Accept both)

16 years agoweb commit from 83.222.23.243: poll vote (Accept only password logins)
joey [Fri, 5 Oct 2007 09:43:08 +0000 (09:43 +0000)] 
web commit from 83.222.23.243: poll vote (Accept only password logins)

16 years agoweb commit from 83.222.23.243: poll vote (Accept only OpenID for logins)
joey [Fri, 5 Oct 2007 09:42:52 +0000 (09:42 +0000)] 
web commit from 83.222.23.243: poll vote (Accept only OpenID for logins)

16 years agoweb commit by mdubs
joey [Fri, 5 Oct 2007 08:38:35 +0000 (08:38 +0000)] 
web commit by mdubs

16 years agoweb commit by http://chris-lamb.co.uk/
joey [Fri, 5 Oct 2007 06:59:14 +0000 (06:59 +0000)] 
web commit by http://chris-lamb.co.uk/

16 years agoweb commit from 128.95.121.203: poll vote (Accept only OpenID for logins)
joey [Thu, 4 Oct 2007 18:58:20 +0000 (18:58 +0000)] 
web commit from 128.95.121.203: poll vote (Accept only OpenID for logins)

16 years agoweb commit by JeremyReed: I found a fix -- reply to myself
joey [Thu, 4 Oct 2007 14:02:07 +0000 (14:02 +0000)] 
web commit by JeremyReed: I found a fix -- reply to myself

16 years agoweb commit by JeremyReed: escape underscore
joey [Thu, 4 Oct 2007 13:29:47 +0000 (13:29 +0000)] 
web commit by JeremyReed: escape underscore

16 years agoweb commit by JeremyReed: ask for example for locking
joey [Thu, 4 Oct 2007 13:26:11 +0000 (13:26 +0000)] 
web commit by JeremyReed: ask for example for locking

16 years ago* Tidy ctime debug output for git.
joey [Thu, 4 Oct 2007 09:00:08 +0000 (09:00 +0000)] 
* Tidy ctime debug output for git.

16 years agocomment
joey [Thu, 4 Oct 2007 08:58:47 +0000 (08:58 +0000)] 
comment

16 years agoweb commit by http://chris-lamb.co.uk/
joey [Thu, 4 Oct 2007 08:54:58 +0000 (08:54 +0000)] 
web commit by http://chris-lamb.co.uk/

16 years agoweb commit by http://chris-lamb.co.uk/
joey [Thu, 4 Oct 2007 08:52:51 +0000 (08:52 +0000)] 
web commit by http://chris-lamb.co.uk/

16 years agoweb commit by http://chris-lamb.co.uk/
joey [Thu, 4 Oct 2007 08:51:23 +0000 (08:51 +0000)] 
web commit by http://chris-lamb.co.uk/

16 years agoweb commit by http://madduck.myopenid.com/: further simplification by using $GIT_DIR
joey [Wed, 3 Oct 2007 19:01:19 +0000 (19:01 +0000)] 
web commit by http://madduck.myopenid.com/: further simplification by using $GIT_DIR

16 years agosimplified git setup instructions w/help from madduck
joey [Wed, 3 Oct 2007 18:58:23 +0000 (18:58 +0000)] 
simplified git setup instructions w/help from madduck

16 years agoweb commit by http://madduck.myopenid.com/: no need to save SRCDIR.
joey [Wed, 3 Oct 2007 18:48:19 +0000 (18:48 +0000)] 
web commit by http://madduck.myopenid.com/: no need to save SRCDIR.

16 years agoweb commit by http://madduck.myopenid.com/: alternate git setup suggestion.
joey [Wed, 3 Oct 2007 18:45:12 +0000 (18:45 +0000)] 
web commit by http://madduck.myopenid.com/: alternate git setup suggestion.

16 years agoupdates
joey [Wed, 3 Oct 2007 18:40:57 +0000 (18:40 +0000)] 
updates

16 years agoupdate
joey [Wed, 3 Oct 2007 18:28:36 +0000 (18:28 +0000)] 
update

16 years agopropose alternate git setup instructions
joey [Wed, 3 Oct 2007 18:27:27 +0000 (18:27 +0000)] 
propose alternate git setup instructions

16 years agoweb commit by JonasSmedegaard: Mention location of apt-get'able HTML::WikiConverter...
joey [Tue, 2 Oct 2007 16:02:10 +0000 (16:02 +0000)] 
web commit by JonasSmedegaard: Mention location of apt-get'able HTML::WikiConverter, up-to-date and patched.

16 years agoweb commit by http://ethan.betacantrips.com/: something I found useful
joey [Tue, 2 Oct 2007 06:20:25 +0000 (06:20 +0000)] 
web commit by http://ethan.betacantrips.com/: something I found useful

16 years agoweb commit by http://madduck.myopenid.com/: incorporate fjp's suggestions
joey [Mon, 1 Oct 2007 08:10:32 +0000 (08:10 +0000)] 
web commit by http://madduck.myopenid.com/: incorporate fjp's suggestions

16 years agoadd news item for ikiwiki 2.9
joey [Sun, 30 Sep 2007 19:31:16 +0000 (19:31 +0000)] 
add news item for ikiwiki 2.9

16 years agoreleasing version 2.9
joey [Sun, 30 Sep 2007 19:30:50 +0000 (19:30 +0000)] 
releasing version 2.9

16 years agoarg, the test suite was testing for bugs
joey [Sun, 30 Sep 2007 19:15:17 +0000 (19:15 +0000)] 
arg, the test suite was testing for bugs

16 years agoweb commit by http://madduck.myopenid.com/: poll vote (Accept only OpenID for logins)
joey [Sun, 30 Sep 2007 08:44:47 +0000 (08:44 +0000)] 
web commit by http://madduck.myopenid.com/: poll vote (Accept only OpenID for logins)

16 years agoweb commit by http://madduck.myopenid.com/: poll vote (It's fast enough)
joey [Sun, 30 Sep 2007 08:44:36 +0000 (08:44 +0000)] 
web commit by http://madduck.myopenid.com/: poll vote (It's fast enough)

16 years agoweb commit from 83.222.23.243: poll vote (Accept both)
joey [Sun, 30 Sep 2007 07:29:53 +0000 (07:29 +0000)] 
web commit from 83.222.23.243: poll vote (Accept both)

16 years agoweb commit from 83.222.23.243: poll vote (Accept only password logins)
joey [Sun, 30 Sep 2007 07:29:42 +0000 (07:29 +0000)] 
web commit from 83.222.23.243: poll vote (Accept only password logins)

16 years agoweb commit from 83.222.23.243: poll vote (Accept only OpenID for logins)
joey [Sun, 30 Sep 2007 07:29:29 +0000 (07:29 +0000)] 
web commit from 83.222.23.243: poll vote (Accept only OpenID for logins)

16 years agoweb commit from 83.222.23.243: poll vote (No opinion)
joey [Sun, 30 Sep 2007 07:29:18 +0000 (07:29 +0000)] 
web commit from 83.222.23.243: poll vote (No opinion)

16 years agoweb commit by http://madduck.myopenid.com/: proper format in gitignore
joey [Sun, 30 Sep 2007 00:09:35 +0000 (00:09 +0000)] 
web commit by http://madduck.myopenid.com/: proper format in gitignore

16 years agoweb commit by http://madduck.myopenid.com/: clarification about roles of repos
joey [Sat, 29 Sep 2007 23:41:47 +0000 (23:41 +0000)] 
web commit by http://madduck.myopenid.com/: clarification about roles of repos

16 years agouse REPOSITORY consistently
joey [Sat, 29 Sep 2007 23:30:56 +0000 (23:30 +0000)] 
use REPOSITORY consistently

16 years agoweb commit by http://madduck.myopenid.com/: clarify denyNonFastForwards
joey [Sat, 29 Sep 2007 23:22:26 +0000 (23:22 +0000)] 
web commit by http://madduck.myopenid.com/: clarify denyNonFastForwards

16 years agoweb commit by http://madduck.myopenid.com/: favour git:// url
joey [Sat, 29 Sep 2007 23:15:53 +0000 (23:15 +0000)] 
web commit by http://madduck.myopenid.com/: favour git:// url

16 years agoweb commit by http://madduck.myopenid.com/: add info on how to reconfigure existing...
joey [Sat, 29 Sep 2007 23:13:40 +0000 (23:13 +0000)] 
web commit by http://madduck.myopenid.com/: add info on how to reconfigure existing clones

16 years agoweb commit by http://madduck.myopenid.com/: git: do not talk about stuff already...
joey [Sat, 29 Sep 2007 23:10:52 +0000 (23:10 +0000)] 
web commit by http://madduck.myopenid.com/: git: do not talk about stuff already dealt with elsewhere in the document.

16 years agogit repo move
joey [Sat, 29 Sep 2007 23:06:40 +0000 (23:06 +0000)] 
git repo move

16 years ago$srcdir is not a perl variable and is too confusable with SRCDIR
joey [Sat, 29 Sep 2007 22:56:18 +0000 (22:56 +0000)] 
$srcdir is not a perl variable and is too confusable with SRCDIR

fix monotone toggle

16 years agoweb commit by http://chris-lamb.co.uk/: Add justification for denyNonFastForwards
joey [Sat, 29 Sep 2007 22:31:37 +0000 (22:31 +0000)] 
web commit by http://chris-lamb.co.uk/: Add justification for denyNonFastForwards

16 years agoweb commit by http://madduck.myopenid.com/
joey [Sat, 29 Sep 2007 21:19:38 +0000 (21:19 +0000)] 
web commit by http://madduck.myopenid.com/

16 years agoweb commit by http://madduck.myopenid.com/
joey [Sat, 29 Sep 2007 21:17:47 +0000 (21:17 +0000)] 
web commit by http://madduck.myopenid.com/

16 years agoweb commit by http://madduck.myopenid.com/: rewrite the git setup instructions
joey [Sat, 29 Sep 2007 21:15:53 +0000 (21:15 +0000)] 
web commit by http://madduck.myopenid.com/: rewrite the git setup instructions

16 years agoclean up bad wiki links, add news item
joey [Sat, 29 Sep 2007 18:47:53 +0000 (18:47 +0000)] 
clean up bad wiki links, add news item

16 years agoweb commit from 217.16.16.218: poll vote (Accept both)
joey [Sat, 29 Sep 2007 12:51:48 +0000 (12:51 +0000)] 
web commit from 217.16.16.218: poll vote (Accept both)

16 years agoweb commit from 217.16.16.218: poll vote (Accept only password logins)
joey [Sat, 29 Sep 2007 12:51:34 +0000 (12:51 +0000)] 
web commit from 217.16.16.218: poll vote (Accept only password logins)

16 years agoweb commit from 217.16.16.218: poll vote (Accept only OpenID for logins)
joey [Sat, 29 Sep 2007 12:51:17 +0000 (12:51 +0000)] 
web commit from 217.16.16.218: poll vote (Accept only OpenID for logins)

16 years agoweb commit from 217.16.16.218: poll vote (No opinion)
joey [Sat, 29 Sep 2007 12:51:00 +0000 (12:51 +0000)] 
web commit from 217.16.16.218: poll vote (No opinion)

16 years ago* camelcase: Tighten regexp to avoid false positives. WikiWords are only
joey [Fri, 28 Sep 2007 20:50:20 +0000 (20:50 +0000)] 
* camelcase: Tighten regexp to avoid false positives. WikiWords are only
  linkified now if they are preceeded by whitespace.

16 years agosimplify
joey [Fri, 28 Sep 2007 20:50:03 +0000 (20:50 +0000)] 
simplify

16 years agocomment
joey [Fri, 28 Sep 2007 20:10:21 +0000 (20:10 +0000)] 
comment