joey [Thu, 30 Aug 2007 02:49:47 +0000 (02:49 +0000)]
add changelog entries
joshtriplett [Thu, 30 Aug 2007 02:32:38 +0000 (02:32 +0000)]
Mark todo item for git subdirectory support done.
joshtriplett [Thu, 30 Aug 2007 02:32:35 +0000 (02:32 +0000)]
git.pm: Handle operating in sub-trees of a git repository.
When looking for git commits that affect the wiki, only include changes
that affect the ikiwiki source directory. If that is not the top-level
directory in this git repository, strip off the prefix as given by
`git-rev-parse --show-prefix` from all names reported by git-log.
Patch by Jamey Sharp <jamey@minilop.net>.
joshtriplett [Thu, 30 Aug 2007 02:32:32 +0000 (02:32 +0000)]
git.pm: Renames from git-diff-tree aren't handled, so don't ask for them.
Patch by Jamey Sharp <jamey@minilop.net>.
joshtriplett [Thu, 30 Aug 2007 02:32:29 +0000 (02:32 +0000)]
Use git-log rather than the shell, git-rev-list, and git-diff-tree.
Patch by Jamey Sharp <jamey@minilop.net>.
joey [Wed, 29 Aug 2007 22:16:43 +0000 (22:16 +0000)]
web commit by tschwinge: Improve formatting from hell.
joey [Wed, 29 Aug 2007 22:15:14 +0000 (22:15 +0000)]
web commit by tschwinge: Another, different use case.
joey [Wed, 29 Aug 2007 21:59:37 +0000 (21:59 +0000)]
comments
joey [Wed, 29 Aug 2007 16:50:49 +0000 (16:50 +0000)]
reference bug
joey [Wed, 29 Aug 2007 16:49:49 +0000 (16:49 +0000)]
markdown bug
joey [Wed, 29 Aug 2007 16:38:46 +0000 (16:38 +0000)]
response
joey [Wed, 29 Aug 2007 15:43:43 +0000 (15:43 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 15:40:16 +0000 (15:40 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 15:39:38 +0000 (15:39 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 15:39:15 +0000 (15:39 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 15:38:36 +0000 (15:38 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 15:20:24 +0000 (15:20 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 14:27:55 +0000 (14:27 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 14:24:00 +0000 (14:24 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 14:22:19 +0000 (14:22 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 14:17:16 +0000 (14:17 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 14:09:26 +0000 (14:09 +0000)]
web commit by madmax
joey [Wed, 29 Aug 2007 03:02:41 +0000 (03:02 +0000)]
use --style default for get_ctime too
joey [Wed, 29 Aug 2007 02:16:45 +0000 (02:16 +0000)]
* mercurial: Fix rcs_getctime (thanks, bma)
joey [Wed, 29 Aug 2007 02:09:43 +0000 (02:09 +0000)]
thank goodness for test suites
joey [Wed, 29 Aug 2007 02:01:23 +0000 (02:01 +0000)]
* mercurial: Pass --style defaults to hg log to ensure right format is used.
joey [Tue, 28 Aug 2007 23:21:00 +0000 (23:21 +0000)]
another problem with this
joey [Tue, 28 Aug 2007 23:11:40 +0000 (23:11 +0000)]
fix
joey [Tue, 28 Aug 2007 23:09:41 +0000 (23:09 +0000)]
fix
joey [Tue, 28 Aug 2007 23:08:30 +0000 (23:08 +0000)]
fix
joey [Tue, 28 Aug 2007 23:08:01 +0000 (23:08 +0000)]
fix
joey [Tue, 28 Aug 2007 23:06:24 +0000 (23:06 +0000)]
* Tables containing links with a link text were misparsed, because the "|"
in the wikilink looked like a table field separator. Avoid this ambiguity
by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
so that links from wikilinks don't confuse the parser.
joey [Tue, 28 Aug 2007 22:54:54 +0000 (22:54 +0000)]
Don't allow newlines in link text in a wikilink.
joey [Tue, 28 Aug 2007 21:37:50 +0000 (21:37 +0000)]
clarify
joey [Tue, 28 Aug 2007 21:14:03 +0000 (21:14 +0000)]
* Allow -cgi -wrapper to be passed on the command line to generate a
wrapper.
* Fix some taint issues with generating wrappers using the command line.
joey [Tue, 28 Aug 2007 17:14:20 +0000 (17:14 +0000)]
web commit by madmax: bugreport clarification
joey [Tue, 28 Aug 2007 17:06:25 +0000 (17:06 +0000)]
web commit by madmax
joey [Tue, 28 Aug 2007 01:59:01 +0000 (01:59 +0000)]
* Support for looking in multiple directories for underlay files.
* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
joey [Tue, 28 Aug 2007 00:20:02 +0000 (00:20 +0000)]
done by editdiff
joey [Tue, 28 Aug 2007 00:18:50 +0000 (00:18 +0000)]
closing
joey [Tue, 28 Aug 2007 00:18:08 +0000 (00:18 +0000)]
this is fixed, mark done
joey [Tue, 28 Aug 2007 00:08:17 +0000 (00:08 +0000)]
response
joey [Mon, 27 Aug 2007 22:57:04 +0000 (22:57 +0000)]
web commit by JeremyReed: Fix my typo.
joey [Mon, 27 Aug 2007 22:56:28 +0000 (22:56 +0000)]
web commit by JeremyReed: more replies
joey [Mon, 27 Aug 2007 22:48:00 +0000 (22:48 +0000)]
web commit by JeremyReed: add horizontal rule to separate, reply to feedback, remove test URL as I reverted to 1.40. Change 1.37 reference to 1.40 as I wrote wrong
joey [Mon, 27 Aug 2007 22:29:20 +0000 (22:29 +0000)]
web commit by JeremyReed: more about my upgrade problems
joey [Mon, 27 Aug 2007 22:12:22 +0000 (22:12 +0000)]
response
joey [Mon, 27 Aug 2007 22:07:56 +0000 (22:07 +0000)]
web commit by JeremyReed: more about my upgrade problems
joey [Mon, 27 Aug 2007 22:05:04 +0000 (22:05 +0000)]
web commit by tkillian
joey [Mon, 27 Aug 2007 22:03:46 +0000 (22:03 +0000)]
fix newsion number
joey [Mon, 27 Aug 2007 21:52:18 +0000 (21:52 +0000)]
web commit by JeremyReed: problems with upgrade from 1.3x to 2.6x
joey [Mon, 27 Aug 2007 21:42:09 +0000 (21:42 +0000)]
web commit by tkillian
joey [Mon, 27 Aug 2007 20:10:55 +0000 (20:10 +0000)]
responses
joey [Mon, 27 Aug 2007 18:39:57 +0000 (18:39 +0000)]
web commit by tkillian
joey [Mon, 27 Aug 2007 14:46:11 +0000 (14:46 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: whoops
joey [Mon, 27 Aug 2007 14:44:04 +0000 (14:44 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: sanitize(concisify(update(filter(previous comments), new stuff)));
joey [Mon, 27 Aug 2007 03:39:04 +0000 (03:39 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: remove divagation; update
joey [Sun, 26 Aug 2007 23:49:52 +0000 (23:49 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: respond with more problems...
joey [Sun, 26 Aug 2007 21:33:25 +0000 (21:33 +0000)]
* Add an editcontent hook.
joey [Sun, 26 Aug 2007 18:26:47 +0000 (18:26 +0000)]
update
joey [Sun, 26 Aug 2007 18:20:18 +0000 (18:20 +0000)]
response
joey [Sun, 26 Aug 2007 18:15:53 +0000 (18:15 +0000)]
web commit by http://tmp-bot.livejournal.com/
joey [Sun, 26 Aug 2007 18:09:02 +0000 (18:09 +0000)]
add news item for ikiwiki 2.6.1
joey [Sun, 26 Aug 2007 18:08:45 +0000 (18:08 +0000)]
releasing version 2.6.1
joey [Sun, 26 Aug 2007 18:06:34 +0000 (18:06 +0000)]
reviews Jeremie's patch
joey [Sun, 26 Aug 2007 17:38:17 +0000 (17:38 +0000)]
* Fix a bug in unlockwiki intorduced last version that made it crash ikiwiki
if it wasn't locked when called. This is known to break post-commit
emails.
joey [Sun, 26 Aug 2007 17:36:43 +0000 (17:36 +0000)]
web commit by joey
joey [Sun, 26 Aug 2007 17:34:22 +0000 (17:34 +0000)]
web commit by joey: resp
joey [Sun, 26 Aug 2007 17:32:15 +0000 (17:32 +0000)]
* Fix bug when blogging by cgi, introduced in last version.
joey [Sun, 26 Aug 2007 14:58:36 +0000 (14:58 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: precision
joey [Sun, 26 Aug 2007 14:57:22 +0000 (14:57 +0000)]
web commit by http://jeremie.koenig.myopenid.com/
joey [Sat, 25 Aug 2007 18:26:20 +0000 (18:26 +0000)]
web commit by http://jeremie.koenig.myopenid.com/: propose an alternative patch
joey [Sat, 25 Aug 2007 10:02:06 +0000 (10:02 +0000)]
web commit by HenrikBrixAndersen: Add example patch
joey [Sat, 25 Aug 2007 09:07:08 +0000 (09:07 +0000)]
web commit by http://afromm.myopenid.com/
joey [Sat, 25 Aug 2007 04:34:39 +0000 (04:34 +0000)]
web commit by http://willu.myopenid.com/: Add patch to improve monotone support
joey [Fri, 24 Aug 2007 22:12:49 +0000 (22:12 +0000)]
add news item for ikiwiki 2.6
joey [Fri, 24 Aug 2007 22:09:25 +0000 (22:09 +0000)]
releasing version 2.6
joey [Fri, 24 Aug 2007 21:10:29 +0000 (21:10 +0000)]
web commit by http://joey.kitenet.net/
joey [Fri, 24 Aug 2007 21:09:34 +0000 (21:09 +0000)]
web commit by http://joey.kitenet.net/
joey [Fri, 24 Aug 2007 21:08:03 +0000 (21:08 +0000)]
update
joey [Fri, 24 Aug 2007 21:07:08 +0000 (21:07 +0000)]
web commit by http://joey.kitenet.net/
joey [Fri, 24 Aug 2007 21:02:19 +0000 (21:02 +0000)]
response
joey [Fri, 24 Aug 2007 20:52:52 +0000 (20:52 +0000)]
web commit by http://subvert.org.uk/~bma/: wishlist item re: debian package dependencies
joey [Fri, 24 Aug 2007 20:43:02 +0000 (20:43 +0000)]
resp
joey [Fri, 24 Aug 2007 20:38:39 +0000 (20:38 +0000)]
more thoughts
joey [Fri, 24 Aug 2007 20:30:09 +0000 (20:30 +0000)]
comments on newest version
joey [Fri, 24 Aug 2007 18:07:15 +0000 (18:07 +0000)]
remove unncessesary and unused loop labels
joey [Fri, 24 Aug 2007 17:16:23 +0000 (17:16 +0000)]
typo
joey [Fri, 24 Aug 2007 01:44:29 +0000 (01:44 +0000)]
web commit by http://willu.myopenid.com/: Tested monotone plugin with renames - Ikiwiki catches this case itself, so remove the caveat here.
joey [Fri, 24 Aug 2007 01:21:20 +0000 (01:21 +0000)]
resp
joey [Fri, 24 Aug 2007 01:20:25 +0000 (01:20 +0000)]
apply monotone patch
joey [Fri, 24 Aug 2007 00:56:09 +0000 (00:56 +0000)]
web commit by http://willu.myopenid.com/: Add patch to fix a security FIXME
joey [Thu, 23 Aug 2007 23:17:11 +0000 (23:17 +0000)]
web commit by https://camrdale.myopenid.com/: Added DebTorrent to the projects list using ikiwiki.
joey [Thu, 23 Aug 2007 21:23:24 +0000 (21:23 +0000)]
typo
joey [Thu, 23 Aug 2007 21:22:44 +0000 (21:22 +0000)]
fix encoding html entities in alt tag
joey [Thu, 23 Aug 2007 21:19:21 +0000 (21:19 +0000)]
rename tex to teximg
joey [Thu, 23 Aug 2007 20:14:08 +0000 (20:14 +0000)]
* Add embed plugin, which allows embedding content from google maps, video,
calendar, and youtube. Normally, the htmlsanitiser eats these since they
use unsafe tags, the embed plugin overrides it for trusted sites.
* The googlecalendar plugin is now deprecated, and will be removed
eventually. Please switch to using the embed plugin.
joey [Thu, 23 Aug 2007 18:51:50 +0000 (18:51 +0000)]
exclude write/*
joey [Thu, 23 Aug 2007 17:44:30 +0000 (17:44 +0000)]
web commit by PatrickWinnertz
joey [Thu, 23 Aug 2007 16:51:58 +0000 (16:51 +0000)]
web commit by PatrickWinnertz: added some infos