Joey Hess [Fri, 20 Jun 2008 00:44:15 +0000 (20:44 -0400)]
web commit by http://willu.myopenid.com/: Add a new suggestion for a CAPTCHA on the login page
Joey Hess [Thu, 19 Jun 2008 23:54:46 +0000 (19:54 -0400)]
avoid creole parsing wikilinks
ikiwiki already does, and escaped links should not be processed by creole
after ikiwiki de-escapes them
Joey Hess [Thu, 19 Jun 2008 23:11:03 +0000 (19:11 -0400)]
creole: New plugin from Bernd Zeimetz. Closes: #486930
Joey Hess [Thu, 19 Jun 2008 22:58:21 +0000 (18:58 -0400)]
Version the suggests of xapian-omega to a version known to be new enough to work with ikiwiki. Reportedly, version 0.9.9 is too old to work. Closes: #486592
Joey Hess [Wed, 18 Jun 2008 07:48:34 +0000 (03:48 -0400)]
web commit by ptman: It seems the exclamation mark is now needed, can someone confirm this?
Joey Hess [Mon, 16 Jun 2008 19:43:37 +0000 (15:43 -0400)]
textile: The Text::Textile perl module has some regexps that fail if input is flagged as utf-8, but contains invalid characters such as 0x92. To prevent it from crashing, re-encode the content before calling it, which will ensure that it's really utf-8.
Joey Hess [Mon, 16 Jun 2008 19:19:37 +0000 (15:19 -0400)]
web commit by http://alcopop.org/me/openid/: ikiwiki version is 2.50
Joey Hess [Mon, 16 Jun 2008 19:13:27 +0000 (15:13 -0400)]
web commit by http://alcopop.org/me/openid/: bug with bad input text
Joey Hess [Mon, 16 Jun 2008 07:36:03 +0000 (03:36 -0400)]
web commit by http://ptecza.myopenid.com/: * Thanks!
Joey Hess [Sun, 15 Jun 2008 23:10:23 +0000 (19:10 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 15 Jun 2008 23:08:50 +0000 (19:08 -0400)]
meta: Store "description" in pagestate for use by other plugins.
map: Support show=description.
Joey Hess [Sun, 15 Jun 2008 23:08:24 +0000 (19:08 -0400)]
bugfixes for show=title
Can't sort by titles; the tree building logic requires that the list be
sorted by page name.
Setting linktext => $page is not the same as omitting it entirely. So some
contortions to only set linktext when the page name is not being shown.
Joey Hess [Sun, 15 Jun 2008 22:23:11 +0000 (18:23 -0400)]
web commit by XTaran: Changed case of repo link since hgweb seems to be pickier about it than before, thanks to Marillion for reporting the dead link.
Joey Hess [Sun, 15 Jun 2008 22:10:47 +0000 (18:10 -0400)]
check that parent hash exists, to avoid creating it
Joey Hess [Sun, 15 Jun 2008 22:09:46 +0000 (18:09 -0400)]
note about titles and dependencies
Joey Hess [Sun, 15 Jun 2008 21:52:36 +0000 (17:52 -0400)]
web commit by XTaran: Link change to hnb plugin
Joey Hess [Sun, 15 Jun 2008 21:33:41 +0000 (17:33 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 15 Jun 2008 21:32:13 +0000 (17:32 -0400)]
web commit by http://sabr.myopenid.com/
Joey Hess [Sun, 15 Jun 2008 20:28:48 +0000 (16:28 -0400)]
add hnb copyright
Joey Hess [Sun, 15 Jun 2008 20:27:35 +0000 (16:27 -0400)]
remove TODO, moved to code
Joey Hess [Sun, 15 Jun 2008 20:27:08 +0000 (16:27 -0400)]
finish including hnb plugin
Joey Hess [Sun, 15 Jun 2008 20:26:15 +0000 (16:26 -0400)]
style changes
Reindented, moved a TODO from page to code, trimmed some unnecessary
comments, and simplified the use of mkstemp.
Joey Hess [Sun, 15 Jun 2008 20:25:18 +0000 (16:25 -0400)]
initial add
Joey Hess [Sun, 15 Jun 2008 20:11:11 +0000 (16:11 -0400)]
map: Add a "show" parameter. "show=title" can be used to display page titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510
Joey Hess [Sun, 15 Jun 2008 19:35:09 +0000 (15:35 -0400)]
close as dup
Joey Hess [Sun, 15 Jun 2008 19:05:15 +0000 (15:05 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sun, 15 Jun 2008 19:05:02 +0000 (15:05 -0400)]
craziest tip ever
Joey Hess [Sun, 15 Jun 2008 19:04:10 +0000 (15:04 -0400)]
append index.html to url generated by urlto("")
This special case crops up when generating the parentlink to the toplevel
index page. urlto("") had been generating a link to "./" (or "../" etc)
for that, which is fine, if the web server redirects that to the toplevel
index.html. It's less fine if there is no web server.
I actually ran into the problem first when using gopher. (Yes, yes, don't
laugh.. see upcoming tip.) But it also crops up when browsing local wiki
files.
Of course, the index.html is stripped back off if usedirs is enabled.
Joey Hess [Sun, 15 Jun 2008 18:02:54 +0000 (14:02 -0400)]
web commit by tschwinge: Indeed this issue is ``fixed'' now ;-) and the new searching subsystem is confirmed to function.
Joey Hess [Sun, 15 Jun 2008 17:56:08 +0000 (13:56 -0400)]
response
Joey Hess [Sat, 14 Jun 2008 15:39:34 +0000 (11:39 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Sat, 14 Jun 2008 13:25:30 +0000 (09:25 -0400)]
web commit by http://telemachos.myopenid.com/
Joey Hess [Fri, 13 Jun 2008 22:00:14 +0000 (18:00 -0400)]
web commit by http://sabr.myopenid.com/
Joey Hess [Fri, 13 Jun 2008 21:42:11 +0000 (17:42 -0400)]
web commit by http://sabr.myopenid.com/
Joey Hess [Fri, 13 Jun 2008 20:42:06 +0000 (16:42 -0400)]
response
Joey Hess [Fri, 13 Jun 2008 20:02:47 +0000 (16:02 -0400)]
web commit by http://ptecza.myopenid.com/: * Thanks and question about Xapian
Joey Hess [Fri, 13 Jun 2008 19:23:25 +0000 (15:23 -0400)]
add news item for ikiwiki 2.50
Joey Hess [Fri, 13 Jun 2008 19:22:56 +0000 (15:22 -0400)]
releasing version 2.50
Joey Hess [Fri, 13 Jun 2008 17:05:44 +0000 (13:05 -0400)]
fix two build bugs
* ikiwiki-mass-rebuild: Make group list comparison more robust.
* search: Work around xapian bug #486138 by only stemming locales
in a whitelist.
Joey Hess [Fri, 13 Jun 2008 17:04:59 +0000 (13:04 -0400)]
response
Joey Hess [Fri, 13 Jun 2008 16:26:59 +0000 (12:26 -0400)]
response
Joey Hess [Fri, 13 Jun 2008 15:49:22 +0000 (11:49 -0400)]
web commit by http://alcopop.org/me/openid/: maybe for some future backwards-compatibility killing release?
Joey Hess [Fri, 13 Jun 2008 14:41:25 +0000 (10:41 -0400)]
web commit by http://ptecza.myopenid.com/: * Bug report
Joey Hess [Fri, 13 Jun 2008 14:34:55 +0000 (10:34 -0400)]
web commit by buo: libdir does have an effect
Joey Hess [Fri, 13 Jun 2008 14:15:11 +0000 (10:15 -0400)]
web commit by http://ptecza.myopenid.com/: * I rebuild ikiwiki backports for Ubuntu Hardy too
Joey Hess [Thu, 12 Jun 2008 20:34:18 +0000 (16:34 -0400)]
add consultant list, add news item
Joey Hess [Thu, 12 Jun 2008 20:16:33 +0000 (16:16 -0400)]
fix formatting I broke
Joey Hess [Thu, 12 Jun 2008 20:13:56 +0000 (16:13 -0400)]
web commit by AndrewGreenberg: Added blurb on looking for a developer.
Joey Hess [Thu, 12 Jun 2008 20:11:18 +0000 (16:11 -0400)]
some questions and links to existing patches
Joey Hess [Thu, 12 Jun 2008 20:04:50 +0000 (16:04 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Thu, 12 Jun 2008 20:01:26 +0000 (16:01 -0400)]
web commit by AndrewGreenberg: Added info on the the TOVA Company's use of ikiwiki.
Joey Hess [Thu, 12 Jun 2008 19:43:40 +0000 (15:43 -0400)]
ignore user subpages
Joey Hess [Thu, 12 Jun 2008 19:12:28 +0000 (15:12 -0400)]
link to patch
Joey Hess [Thu, 12 Jun 2008 19:05:22 +0000 (15:05 -0400)]
web commit by AndrewGreenberg: We'd also like to see a 'usetitles' option for the map plugin.
Joey Hess [Thu, 12 Jun 2008 18:54:28 +0000 (14:54 -0400)]
typo
Joey Hess [Thu, 12 Jun 2008 18:14:07 +0000 (14:14 -0400)]
question
Joey Hess [Thu, 12 Jun 2008 18:10:24 +0000 (14:10 -0400)]
this problem makes less sense the more information I get
Joey Hess [Thu, 12 Jun 2008 17:55:15 +0000 (13:55 -0400)]
response
Joey Hess [Thu, 12 Jun 2008 03:37:22 +0000 (23:37 -0400)]
web commit by http://harningt.eharning.us/: Question about mirroring w/ pinger/pingee
Joey Hess [Wed, 11 Jun 2008 16:10:56 +0000 (12:10 -0400)]
web commit by http://bremner.myopenid.com/:
Joey Hess [Wed, 11 Jun 2008 14:09:52 +0000 (10:09 -0400)]
web commit by http://telemachos.myopenid.com/
Joey Hess [Wed, 11 Jun 2008 14:08:35 +0000 (10:08 -0400)]
web commit by http://telemachos.myopenid.com/
Joey Hess [Tue, 10 Jun 2008 18:35:52 +0000 (14:35 -0400)]
response
Joey Hess [Tue, 10 Jun 2008 18:31:03 +0000 (14:31 -0400)]
web commit by buo: strace run
Joey Hess [Tue, 10 Jun 2008 17:55:24 +0000 (13:55 -0400)]
followup
Joey Hess [Tue, 10 Jun 2008 17:49:43 +0000 (13:49 -0400)]
not done
Joey Hess [Tue, 10 Jun 2008 17:36:21 +0000 (13:36 -0400)]
fix link
Joey Hess [Tue, 10 Jun 2008 13:11:42 +0000 (09:11 -0400)]
web commit by buo: Possible workaround
Joey Hess [Tue, 10 Jun 2008 11:44:26 +0000 (07:44 -0400)]
web commit by http://telemachos.myopenid.com/
Joey Hess [Mon, 9 Jun 2008 21:09:48 +0000 (17:09 -0400)]
web commit by http://kaizer.se/: moved my personal space to web host + domain name, probably last move! Slowly growing and trying everything ikiwiki has, blogs, tags etc. no cgi yet.
Joey Hess [Mon, 9 Jun 2008 01:24:09 +0000 (21:24 -0400)]
web commit by http://shortbus.org/
Joey Hess [Sun, 8 Jun 2008 04:02:33 +0000 (00:02 -0400)]
Don't generate empty title attributes, etc, and allow setting defaults for class and id too.
Joey Hess [Sun, 8 Jun 2008 03:45:40 +0000 (23:45 -0400)]
img: Support captions.
Joey Hess [Sat, 7 Jun 2008 19:41:29 +0000 (15:41 -0400)]
a bit more about upgrades
Joey Hess [Sat, 7 Jun 2008 19:27:11 +0000 (15:27 -0400)]
add news item for ikiwiki 2.49
Joey Hess [Sat, 7 Jun 2008 19:26:43 +0000 (15:26 -0400)]
releasing version 2.49
Joey Hess [Thu, 5 Jun 2008 01:00:24 +0000 (21:00 -0400)]
not reproducible on unstable
Joey Hess [Wed, 4 Jun 2008 19:24:05 +0000 (15:24 -0400)]
finishing touches on the new search plugin
- Add a Help link.
- If the pageterm is too long, hash it.
Joey Hess [Wed, 4 Jun 2008 19:22:41 +0000 (15:22 -0400)]
set rebuild before loading plugins
This fixes a recent minor reversion caused by loading plugins earlier than
the messages are printed. Some plugins might check if rebuild is set.
Joey Hess [Wed, 4 Jun 2008 19:19:13 +0000 (15:19 -0400)]
some plugins that need SHA1
Joey Hess [Wed, 4 Jun 2008 19:00:24 +0000 (15:00 -0400)]
fix uninitialized value problem
This occurred when a plugin, loaded earlier, filled out a template in its
checkconfig, before recentchanges's checkconfig had run. Since such a
template won't be a recentchanges template, just test for the value being
uninitialized and skip processing.
Joey Hess [Wed, 4 Jun 2008 18:13:21 +0000 (14:13 -0400)]
The search interface now allows searching for a page by title ("title:foo"), as well as for pages that contain a given link ("link:bar").
Joey Hess [Wed, 4 Jun 2008 17:41:15 +0000 (13:41 -0400)]
it's not $title, try the other variable
Joey Hess [Wed, 4 Jun 2008 17:12:10 +0000 (13:12 -0400)]
don't use meta title
Using the title obscured path info, and made search results look
inconsistent. Since nothing else uses the title like that, it didn't make
sense for search to.
Joey Hess [Wed, 4 Jun 2008 15:30:59 +0000 (11:30 -0400)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 4 Jun 2008 15:29:07 +0000 (11:29 -0400)]
done
Joey Hess [Wed, 4 Jun 2008 13:12:52 +0000 (09:12 -0400)]
web commit by http://edward.myopenid.com/: add links
Joey Hess [Wed, 4 Jun 2008 11:43:31 +0000 (07:43 -0400)]
web commit by http://smcv.pseudorandom.co.uk/
Joey Hess [Wed, 4 Jun 2008 06:41:02 +0000 (02:41 -0400)]
have the xapian stemmer use a language based on LANG
Joey Hess [Wed, 4 Jun 2008 05:58:52 +0000 (01:58 -0400)]
already fixed
Joey Hess [Wed, 4 Jun 2008 05:57:59 +0000 (01:57 -0400)]
already fixed
Joey Hess [Wed, 4 Jun 2008 05:54:58 +0000 (01:54 -0400)]
fix
Joey Hess [Wed, 4 Jun 2008 05:54:23 +0000 (01:54 -0400)]
closing, fixed in documentation
Joey Hess [Wed, 4 Jun 2008 05:53:49 +0000 (01:53 -0400)]
response
Joey Hess [Wed, 4 Jun 2008 05:50:51 +0000 (01:50 -0400)]
also decode html entities in the title
Joey Hess [Wed, 4 Jun 2008 05:41:45 +0000 (01:41 -0400)]
remove hyperestraier page
Joey Hess [Wed, 4 Jun 2008 05:34:26 +0000 (01:34 -0400)]
decode html entities
Joey Hess [Wed, 4 Jun 2008 05:28:35 +0000 (01:28 -0400)]
fix clearing index on page deletion
Joey Hess [Wed, 4 Jun 2008 05:24:23 +0000 (01:24 -0400)]
Pass a destpage parameter to the sanitize hook.
Because the search plugin needed it, also because it's one of the few
plugins that didn't already have it.
I also considered adding it to htmlize, but I really cannot imagine caring
what the destpage is when htmlizing. (I'll probably be poven wrong later.)
Joey Hess [Wed, 4 Jun 2008 04:58:46 +0000 (00:58 -0400)]
move indexing to sanitize hook
I think this will give better results overall.
I made %IkiWiki::preprocessing accessible and used it to avoid indexing
at unnecessary points.