Commit Graph

11619 Commits (658da70f6aa52331389566cd1824e8342264dfe5)

Author SHA1 Message Date
http://kerravonsen.dreamwidth.org/ 658da70f6a added field plugin 2009-12-04 04:09:44 -05:00
http://numbat.myopenid.com/ 251055d748 2009-12-03 17:08:14 -05:00
http://numbat.myopenid.com/ 321dbb0264 2009-12-03 16:53:09 -05:00
http://joey.kitenet.net/ 091794871c 2009-12-03 14:26:29 -05:00
http://lj.rossia.org/users/imz/ 49e585d662 a short report: Still true now. 2009-12-03 13:22:00 -05:00
http://lj.rossia.org/users/imz/ 28dae7bbef 3.20091017 news item removed? 2009-12-03 11:03:15 -05:00
http://kerravonsen.dreamwidth.org/ bd2316dda7 possible answer 2009-12-02 21:01:10 -05:00
Joey Hess 4d9ef221eb Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-12-02 17:23:14 -05:00
Joey Hess 3fd8a7f91c cvs: Add missing bit to Automator. 2009-12-02 17:22:42 -05:00
http://lj.rossia.org/users/imz/ 917b8e5ba1 minor: a link to describe the mentioned format 2009-12-02 13:20:43 -05:00
Joey Hess 9fdd9af2db add news item for ikiwiki 3.20091202 2009-12-02 13:19:19 -05:00
Joey Hess b74dceb884 Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-12-02 13:16:51 -05:00
Joey Hess 82c7f367ec releasing version 3.20091202 2009-12-02 13:15:30 -05:00
testerinchen 0a5b34b8e1 2009-12-02 13:11:07 -05:00
testerinchen cf29a980bd 2009-12-02 13:09:59 -05:00
http://lj.rossia.org/users/imz/ c4b7d04669 minor: a link to describe the format 2009-12-02 13:08:42 -05:00
Joey Hess ae161be8f9 fix inverted test 2009-12-02 13:07:58 -05:00
Joey Hess 304e373771 note 2009-12-02 13:06:31 -05:00
Joey Hess e417e7a66e Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info 2009-12-02 12:58:59 -05:00
Joey Hess f02f806cf7 calendar: Fix month wraparound error that broke in December. 2009-12-02 12:58:45 -05:00
harishcm bd3bb876c2 reply to joey's partial bugfix 2009-12-02 08:41:16 -05:00
harishcm 2a0f15d2cd 2009-12-02 08:23:08 -05:00
http://kerravonsen.dreamwidth.org/ 11a6112b56 added the proper template thingie 2009-12-02 00:45:23 -05:00
http://kerravonsen.dreamwidth.org/ 5d68ee9e4e here be a plugin for processing POD! 2009-12-02 00:43:47 -05:00
http://kerravonsen.dreamwidth.org/ 6eb35262d5 clearing up a bit of confusion about who I am 2009-12-01 20:55:25 -05:00
http://kerravonsen.dreamwidth.org/ 9cfd232a9c clearing up a bit of confusion about who I am 2009-12-01 20:54:15 -05:00
http://kerravonsen.dreamwidth.org/ 18a68a2c4b clearing up a bit of confusion about who I am 2009-12-01 20:52:59 -05:00
Joey Hess 092877335c close 2009-12-01 20:07:21 -05:00
http://kerravonsen.dreamwidth.org/ 18840f67e9 now have fixed xslt plugin 2009-12-01 18:51:48 -05:00
http://kerravonsen.dreamwidth.org/ cbdd0d8507 bug fix; now checks extensions. 2009-12-01 18:51:10 -05:00
http://kerravonsen.dreamwidth.org/ 64765b365e second thoughts 2009-12-01 18:41:04 -05:00
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