http://kerravonsen.dreamwidth.org/ [Tue, 1 Dec 2009 02:55:06 +0000 (21:55 -0500)]
xslt plugin
http://kerravonsen.dreamwidth.org/ [Tue, 1 Dec 2009 02:42:58 +0000 (21:42 -0500)]
added my ikiwiki plugins git repo
http://kerravonsen.dreamwidth.org/ [Tue, 1 Dec 2009 01:45:31 +0000 (20:45 -0500)]
tagged this wishlist; was I supposed to do that?
http://kerravonsen.dreamwidth.org/ [Tue, 1 Dec 2009 01:31:37 +0000 (20:31 -0500)]
an alternative approach using a bare mirror
Joey Hess [Mon, 30 Nov 2009 23:15:33 +0000 (18:15 -0500)]
inline: Avoid using %links to test for page existence
%links is populated even for just-deleted pages, so %pagesources
should be used for such tests instead.
Joey Hess [Mon, 30 Nov 2009 23:06:04 +0000 (18:06 -0500)]
fixed.. partly
Joey Hess [Mon, 30 Nov 2009 23:05:47 +0000 (18:05 -0500)]
fix test suite after bestlink change
Joey Hess [Mon, 30 Nov 2009 22:39:33 +0000 (17:39 -0500)]
I just fixed half of ikiwiki's second-oldest bug. Yay!
Joey Hess [Mon, 30 Nov 2009 22:16:44 +0000 (17:16 -0500)]
fix bestlink to not return just-deleted pages
bestlink was looking at whether %links existed for a page in order to tell
if the page exists, but just-deleted pages still have entries in there (for
reasons it may be best not to explore). So bestlink would return
just-deleted pages. Instead, make bestlink use %pagesources.
Also, when finding a deleted page, %pagecase was not cleared of that page.
This, again, made bestlink return just-deleted pages. Now that is cleared.
Fixing bestlink exposed another issue though. The backlink calculation code
uses bestlink. So when a page was deleted, no backlinks to it are found,
and pages that really did backlink to it were not updated, and had broken
links.
To fix that, the code that actually removes deleted pages had to be split
out from find_del_files, so it can run a bit later. It is run just after
backlinks are calculated. This way, backlink calculation still sees the
deleted pages, but everything afterwards does not.
However, it does not address the original bug report that started this
whole thing, [[bugs/bestlink_returns_deleted_pages]]. Because there
bestlink is run in the needsbuild hook. And that happens before backlink
calculation, and so bestlink still returns deleted pages then. Also in the
scan hook.
If bestlink needs to work consistently during those hooks, a more involved
fix will be needed.
http://weakish.pigro.net/ [Mon, 30 Nov 2009 15:13:58 +0000 (10:13 -0500)]
add info about webhost for ikiwiki
http://jmtd.livejournal.com/ [Mon, 30 Nov 2009 11:22:23 +0000 (06:22 -0500)]
addendum re: plans for structuring JS
http://jmtd.livejournal.com/ [Mon, 30 Nov 2009 11:19:51 +0000 (06:19 -0500)]
spew stream-of-conciousness nonsense re web services, fastcgi etc.
http://weakish.pigro.net/ [Mon, 30 Nov 2009 10:27:25 +0000 (05:27 -0500)]
remove of one site which no longer uses ikiwiki
http://bruno.boulgour.com/ [Sun, 29 Nov 2009 04:35:31 +0000 (23:35 -0500)]
new version of the patch available on my git repo
http://kerravonsen.dreamwidth.org/ [Sun, 29 Nov 2009 02:36:01 +0000 (21:36 -0500)]
this would be a nifty feature
http://beza1e1.myopenid.com/ [Sat, 28 Nov 2009 11:13:32 +0000 (06:13 -0500)]
added my personal homepage
http://www.google.com/profiles/will.uther [Sat, 28 Nov 2009 02:56:24 +0000 (21:56 -0500)]
Add google profile openid
http://www.google.com/profiles/will.uther [Sat, 28 Nov 2009 02:54:52 +0000 (21:54 -0500)]
Note on delegation of Google profile openids
Joey Hess [Thu, 26 Nov 2009 19:57:52 +0000 (14:57 -0500)]
calendar: Add title attributes for all links in the calendars.
Joey Hess [Thu, 26 Nov 2009 19:10:21 +0000 (14:10 -0500)]
htmllink: allow a title attribute to be specified
Joey Hess [Wed, 25 Nov 2009 22:22:33 +0000 (17:22 -0500)]
remove videntity, site not in english now, and does not appear in openid directory
Joey Hess [Wed, 25 Nov 2009 22:19:43 +0000 (17:19 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 25 Nov 2009 22:19:17 +0000 (17:19 -0500)]
google's openid support announced today does work
harishcm [Wed, 25 Nov 2009 14:15:40 +0000 (09:15 -0500)]
Joey Hess [Wed, 25 Nov 2009 11:49:26 +0000 (06:49 -0500)]
fix hook names
Joey Hess [Wed, 25 Nov 2009 06:31:44 +0000 (01:31 -0500)]
remove info about how to manually add relativedates
The date directive is a better approach.
Joey Hess [Wed, 25 Nov 2009 06:18:56 +0000 (01:18 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Wed, 25 Nov 2009 06:18:43 +0000 (01:18 -0500)]
date: New plugin that allows inserting date directives that expand to pretty-printed dates, using the same formatting as used for page modification date display, etc.
ettienne [Tue, 24 Nov 2009 10:59:30 +0000 (05:59 -0500)]
NicolasLimare [Tue, 24 Nov 2009 09:47:36 +0000 (04:47 -0500)]
http://liw.fi/ [Tue, 24 Nov 2009 09:07:27 +0000 (04:07 -0500)]
Thomas Schwinge [Tue, 24 Nov 2009 07:52:46 +0000 (08:52 +0100)]
GraceTemplman46 [Tue, 24 Nov 2009 07:39:34 +0000 (02:39 -0500)]
Joey Hess [Tue, 24 Nov 2009 02:53:07 +0000 (21:53 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 24 Nov 2009 02:52:02 +0000 (21:52 -0500)]
update
sandbox: add text to check searching
Joey Hess [Mon, 23 Nov 2009 20:01:23 +0000 (15:01 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Conflicts:
doc/sandbox.mdwn
http://www.openid.albertlash.com/openid/ [Mon, 23 Nov 2009 12:52:01 +0000 (07:52 -0500)]
http://www.openid.albertlash.com/openid/ [Mon, 23 Nov 2009 12:44:05 +0000 (07:44 -0500)]
new post "Post"
Sean Bartell [Mon, 23 Nov 2009 07:25:38 +0000 (02:25 -0500)]
Revert removal of sandbox content.
This reverts commit
62dd681b3aa406a9bb6c1174eeaaacc8fe6b94ff.
Conflicts:
doc/sandbox.mdwn
Joey Hess [Sun, 22 Nov 2009 20:08:49 +0000 (15:08 -0500)]
restore sandbox
Joey Hess [Sun, 22 Nov 2009 20:08:29 +0000 (15:08 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
harishcm [Sat, 21 Nov 2009 10:28:25 +0000 (05:28 -0500)]
harishcm [Sat, 21 Nov 2009 10:18:00 +0000 (05:18 -0500)]
Patch added
http://bsorez.myopenid.com/ [Fri, 20 Nov 2009 22:09:20 +0000 (17:09 -0500)]
http://kerravonsen.dreamwidth.org/ [Thu, 19 Nov 2009 19:10:14 +0000 (14:10 -0500)]
added more dreamwidth feeds
http://kerravonsen.dreamwidth.org/ [Thu, 19 Nov 2009 06:55:30 +0000 (01:55 -0500)]
response of potential user
http://kerravonsen.dreamwidth.org/ [Thu, 19 Nov 2009 06:41:22 +0000 (01:41 -0500)]
initial content
Joey Hess [Tue, 17 Nov 2009 21:18:26 +0000 (16:18 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Tue, 17 Nov 2009 21:12:08 +0000 (16:12 -0500)]
Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai Oktaş
Jon Dowland [Tue, 17 Nov 2009 15:56:42 +0000 (15:56 +0000)]
shuffle commit symbol around
Jon Dowland [Tue, 17 Nov 2009 15:55:01 +0000 (15:55 +0000)]
escape something being interpreted as a directive
Joey Hess [Tue, 17 Nov 2009 06:29:28 +0000 (01:29 -0500)]
inline: Use caching of inlined pages to speed up builds of inlines that include feeds.
Speedup of about 25% for small inlines; could be much larger for inlines of
many, or complex pages.
Not bloating memory with excessive memoization data was the key to this.
The method chosen does not squeeze out every erg of speed possible when
inlines are nested, but that's rare. It uses less memory than other
optimisation hacks (I'm looking at you,
f937c1fb8074a512d8bb788fa275f5e90595cd47 !) already used in inline.pm.
Joey Hess [Tue, 17 Nov 2009 05:50:08 +0000 (00:50 -0500)]
add page listing some alternatives to ikiwiki
Joey Hess [Mon, 16 Nov 2009 21:12:34 +0000 (16:12 -0500)]
why this is hard
Joey Hess [Mon, 16 Nov 2009 20:55:01 +0000 (15:55 -0500)]
close
Joey Hess [Mon, 16 Nov 2009 20:54:28 +0000 (15:54 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Joey Hess [Mon, 16 Nov 2009 20:54:11 +0000 (15:54 -0500)]
meta: Allow use of DESCRIPTION in templates to get at the meta description value. (Thanks, NicolasLimare)
Joey Hess [Mon, 16 Nov 2009 20:51:00 +0000 (15:51 -0500)]
meta: Generate meta description tags even when the html scrubber is enabled.
Unlike generic meta foo tags, meta description is known to be safe, so can
be special cased to be allowed despite the html scrubber. This makes meta
description much more useful, since it is otherwise limited to being used
by other plugins like map.
Joey Hess [Mon, 16 Nov 2009 20:44:03 +0000 (15:44 -0500)]
avoid fallthrough to default meta header addition for title
With the htmlscrubber disabled, it was adding a <meta name=title>
tag for the title, which is pointless.
Joey Hess [Mon, 16 Nov 2009 20:30:08 +0000 (15:30 -0500)]
add example of a map showing page descriptions
Thomas Schwinge [Mon, 16 Nov 2009 08:10:36 +0000 (09:10 +0100)]
Follow up.
NicolasLimare [Mon, 16 Nov 2009 01:22:21 +0000 (20:22 -0500)]
+ patch tag
NicolasLimare [Mon, 16 Nov 2009 01:21:04 +0000 (20:21 -0500)]
- typo
NicolasLimare [Mon, 16 Nov 2009 01:19:34 +0000 (20:19 -0500)]
+ micro whishlist item
Joey Hess [Sun, 15 Nov 2009 20:01:17 +0000 (15:01 -0500)]
diagnosis: probably broken browser?
Joey Hess [Sun, 15 Nov 2009 19:52:53 +0000 (14:52 -0500)]
Revert "Improve img's documentation."
The information added is incorrect.
martin [Sun, 15 Nov 2009 02:02:34 +0000 (21:02 -0500)]
opened bug
Thomas Schwinge [Sat, 14 Nov 2009 23:33:28 +0000 (00:33 +0100)]
Improve img's documentation.
Jon is right, of course. User error, not an ikiwiki bug. So, I removed the
false bug report and added its gist to img's documentation.
http://www.openid.albertlash.com/openid/ [Sat, 14 Nov 2009 19:36:54 +0000 (14:36 -0500)]
import sys and sys.argv
http://www.openid.albertlash.com/openid/ [Sat, 14 Nov 2009 19:34:52 +0000 (14:34 -0500)]
missing apostrophe in python code
Joey Hess [Sat, 14 Nov 2009 03:13:05 +0000 (22:13 -0500)]
add news item for ikiwiki 3.
20091113
Joey Hess [Sat, 14 Nov 2009 03:11:42 +0000 (22:11 -0500)]
releasing version 3.
20091113
Joey Hess [Sat, 14 Nov 2009 01:50:27 +0000 (20:50 -0500)]
inline: Fix display of all pages when archive=yes or show=0 are used.
martin [Sat, 14 Nov 2009 00:00:13 +0000 (19:00 -0500)]
repoduced it ... sorry should have pasted this earlier
Joey Hess [Fri, 13 Nov 2009 22:35:13 +0000 (17:35 -0500)]
cannot reproduce
Joey Hess [Fri, 13 Nov 2009 22:30:59 +0000 (17:30 -0500)]
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
martin [Fri, 13 Nov 2009 22:14:54 +0000 (17:14 -0500)]
new bug
Joey Hess [Fri, 13 Nov 2009 20:31:34 +0000 (15:31 -0500)]
move to todo item, some thoughtS
Joey Hess [Fri, 13 Nov 2009 20:10:58 +0000 (15:10 -0500)]
inline: Allow direct inclusion of non-page files in raw mode.
Joey Hess [Fri, 13 Nov 2009 19:56:24 +0000 (14:56 -0500)]
inline: Do not generated feeds for nested inlines.
My experience is that when inlines are nested, the old behavior of
generating feeds for the nested inlines was never really desired. Since the
feeds were numbered sequentially, the numbers could easily change, and it did
not make sense to subscribe to or use those feeds. And generating those nested
feeds often meant a lot of unnecessary calculation, and data being written.
So, I dropped them.
Looking back, nested feeds originally were a free side effect of properly
handing multiple feeds on one page. Of course, that is still supported.
JeremyReed [Thu, 12 Nov 2009 15:23:58 +0000 (10:23 -0500)]
fix typo
JeremyReed [Thu, 12 Nov 2009 15:16:44 +0000 (10:16 -0500)]
ask question
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:41:57 +0000 (09:41 -0500)]
+todo/ adjust commit message for rename, remove
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:40:33 +0000 (09:40 -0500)]
optionally customize the commit message for rename/remove
http://jmtd.livejournal.com/ [Thu, 12 Nov 2009 14:14:45 +0000 (09:14 -0500)]
explanation: whitespace surrounding your use of the IMG tag
Thomas Schwinge [Thu, 12 Nov 2009 13:08:44 +0000 (14:08 +0100)]
doc/bugs/img_vs_align: New.
Joey Hess [Thu, 12 Nov 2009 05:24:33 +0000 (00:24 -0500)]
Revert spam
diannetyron [Thu, 12 Nov 2009 05:19:28 +0000 (00:19 -0500)]
diannetyron [Thu, 12 Nov 2009 05:12:10 +0000 (00:12 -0500)]
Jon Dowland [Wed, 11 Nov 2009 19:14:18 +0000 (19:14 +0000)]
a user page redir. not sure which is worse: polluting users/ with redirects, or broken links on /recentchanges.
Jon Dowland [Wed, 11 Nov 2009 19:12:47 +0000 (19:12 +0000)]
Merge branch 'master' of git://git.ikiwiki.info
Jon Dowland [Wed, 11 Nov 2009 19:12:37 +0000 (19:12 +0000)]
another possible commit name
Jon Dowland [Wed, 11 Nov 2009 19:06:00 +0000 (19:06 +0000)]
is this merge-worthy?
Jon Dowland [Mon, 9 Nov 2009 21:08:00 +0000 (21:08 +0000)]
restore my original patch
Jon Dowland [Mon, 9 Nov 2009 21:05:32 +0000 (21:05 +0000)]
adjustments to my comment
Jon Dowland [Mon, 9 Nov 2009 21:04:05 +0000 (21:04 +0000)]
comment about patch version
Jon Dowland [Tue, 10 Nov 2009 16:33:01 +0000 (16:33 +0000)]
another back-burner todo item