http://kerravonsen.dreamwidth.org/
3ca05b15d6
reply to comment
2009-12-01 18:30:25 -05:00
Joey Hess
db746519eb
security and comments
2009-12-01 16:08:21 -05:00
Joey Hess
b042e4a051
rename headers
2009-12-01 15:54:48 -05:00
Joey Hess
99ffde64a8
is this really better?
2009-12-01 15:51:47 -05:00
http://jmtd.livejournal.com/
d57ec1c6a4
add plugin template
2009-12-01 11:30:03 -05:00
http://kerravonsen.dreamwidth.org/
9f30da3e1c
xslt plugin
2009-11-30 21:55:06 -05:00
http://kerravonsen.dreamwidth.org/
124200f3e3
added my ikiwiki plugins git repo
2009-11-30 21:42:58 -05:00
http://kerravonsen.dreamwidth.org/
c6ea468074
tagged this wishlist; was I supposed to do that?
2009-11-30 20:45:31 -05:00
http://kerravonsen.dreamwidth.org/
df66288c4d
an alternative approach using a bare mirror
2009-11-30 20:31:37 -05:00
Joey Hess
c5b554b9b2
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.
2009-11-30 18:15:33 -05:00
Joey Hess
e104499f28
fixed.. partly
2009-11-30 18:08:54 -05:00
Joey Hess
01c0f533de
fix test suite after bestlink change
2009-11-30 18:05:47 -05:00
Joey Hess
58ce89355f
I just fixed half of ikiwiki's second-oldest bug. Yay!
2009-11-30 17:39:33 -05:00
Joey Hess
f1ddf4bd98
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.
2009-11-30 17:34:29 -05:00
http://weakish.pigro.net/
cdd9ef8d58
add info about webhost for ikiwiki
2009-11-30 10:13:58 -05:00
http://jmtd.livejournal.com/
3540f9fb92
addendum re: plans for structuring JS
2009-11-30 06:22:23 -05:00
http://jmtd.livejournal.com/
5e513aa867
spew stream-of-conciousness nonsense re web services, fastcgi etc.
2009-11-30 06:19:51 -05:00
http://weakish.pigro.net/
020200d84c
remove of one site which no longer uses ikiwiki
2009-11-30 05:27:25 -05:00
http://bruno.boulgour.com/
bac8bc027d
new version of the patch available on my git repo
2009-11-28 23:35:31 -05:00
http://kerravonsen.dreamwidth.org/
e0d4b55bc8
this would be a nifty feature
2009-11-28 21:36:01 -05:00
http://beza1e1.myopenid.com/
356bf3fed7
added my personal homepage
2009-11-28 06:13:32 -05:00
http://www.google.com/profiles/will.uther
617a3acfe4
Add google profile openid
2009-11-27 21:56:24 -05:00
http://www.google.com/profiles/will.uther
a53bded694
Note on delegation of Google profile openids
2009-11-27 21:54:52 -05:00
Joey Hess
2255a6a0bb
calendar: Add title attributes for all links in the calendars.
2009-11-26 14:58:35 -05:00
Joey Hess
268a2dd54c
htmllink: allow a title attribute to be specified
2009-11-26 14:10:21 -05:00
Joey Hess
d334e02211
remove videntity, site not in english now, and does not appear in openid directory
2009-11-25 17:22:33 -05:00
Joey Hess
c6db2d376b
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-25 17:19:43 -05:00
Joey Hess
f0d1c32504
google's openid support announced today does work
2009-11-25 17:19:17 -05:00
harishcm
ae64fadcce
2009-11-25 09:15:40 -05:00
Joey Hess
09dbbaf245
fix hook names
2009-11-25 06:49:26 -05:00
Joey Hess
f4cb6edd0f
remove info about how to manually add relativedates
...
The date directive is a better approach.
2009-11-25 01:31:44 -05:00
Joey Hess
4035c7f396
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-25 01:18:56 -05:00
Joey Hess
df75c5b93a
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.
2009-11-25 01:18:43 -05:00
ettienne
4adf2e27c6
2009-11-24 05:59:30 -05:00
NicolasLimare
43e95adc0e
2009-11-24 04:47:36 -05:00
http://liw.fi/
22a1271701
2009-11-24 04:07:27 -05:00
Thomas Schwinge
dcc0d76d8b
Remove spam.
...
This reverts commit 2903fe6539
.
2009-11-24 08:52:46 +01:00
GraceTemplman46
2903fe6539
2009-11-24 02:39:34 -05:00
Joey Hess
c6daf3b022
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-23 21:53:07 -05:00
Joey Hess
ca7a05cd6d
update
2009-11-23 21:52:02 -05:00
https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
b8ba8509ad
sandbox: add text to check searching
2009-11-23 21:22:50 -05:00
Joey Hess
4c0c6a19b8
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
...
Conflicts:
doc/sandbox.mdwn
2009-11-23 15:01:23 -05:00
http://www.openid.albertlash.com/openid/
2a933a07c6
2009-11-23 07:52:01 -05:00
http://www.openid.albertlash.com/openid/
8eb2cbdf93
2009-11-23 07:44:05 -05:00
https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
6a694c5663
new post "Post"
2009-11-23 02:29:08 -05:00
Sean Bartell
34b961e316
Revert removal of sandbox content.
...
This reverts commit 62dd681b3a
.
Conflicts:
doc/sandbox.mdwn
2009-11-23 02:25:38 -05:00
https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
ab2f53b081
2009-11-23 02:16:28 -05:00
Joey Hess
cf6fd45a8a
restore sandbox
2009-11-22 15:09:02 -05:00
Joey Hess
aeaaeecd51
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
2009-11-22 15:08:29 -05:00
harishcm
ff5ae256b9
2009-11-21 05:28:25 -05:00