summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-30I just fixed half of ikiwiki's second-oldest bug. Yay!Joey Hess
2009-11-30fix bestlink to not return just-deleted pagesJoey Hess
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-30add info about webhost for ikiwikihttp://weakish.pigro.net/
2009-11-30addendum re: plans for structuring JShttp://jmtd.livejournal.com/
2009-11-30spew stream-of-conciousness nonsense re web services, fastcgi etc.http://jmtd.livejournal.com/
2009-11-30remove of one site which no longer uses ikiwikihttp://weakish.pigro.net/
2009-11-28new version of the patch available on my git repohttp://bruno.boulgour.com/
2009-11-28this would be a nifty featurehttp://kerravonsen.dreamwidth.org/
2009-11-28added my personal homepagehttp://beza1e1.myopenid.com/
2009-11-27Add google profile openidhttp://www.google.com/profiles/will.uther
2009-11-27Note on delegation of Google profile openidshttp://www.google.com/profiles/will.uther
2009-11-26calendar: Add title attributes for all links in the calendars.Joey Hess
2009-11-26htmllink: allow a title attribute to be specifiedJoey Hess
2009-11-25remove videntity, site not in english now, and does not appear in openid ↵Joey Hess
directory
2009-11-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-25google's openid support announced today does workJoey Hess
2009-11-25(no commit message)harishcm
2009-11-25fix hook namesJoey Hess
2009-11-25remove info about how to manually add relativedatesJoey Hess
The date directive is a better approach.
2009-11-25Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-25date: New plugin that allows inserting date directives that expand to ↵Joey Hess
pretty-printed dates, using the same formatting as used for page modification date display, etc.
2009-11-24(no commit message)ettienne
2009-11-24(no commit message)NicolasLimare
2009-11-24(no commit message)http://liw.fi/
2009-11-24Remove spam.Thomas Schwinge
This reverts commit 2903fe6539cd40e30543bc54933e53d795cb5e7d.
2009-11-24(no commit message)GraceTemplman46
2009-11-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-23updateJoey Hess
2009-11-23sandbox: add text to check searchinghttps://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
2009-11-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/sandbox.mdwn
2009-11-23(no commit message)http://www.openid.albertlash.com/openid/
2009-11-23(no commit message)http://www.openid.albertlash.com/openid/
2009-11-23new post "Post"https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
2009-11-23Revert removal of sandbox content.Sean Bartell
This reverts commit 62dd681b3aa406a9bb6c1174eeaaacc8fe6b94ff. Conflicts: doc/sandbox.mdwn
2009-11-23(no commit message)https://www.google.com/accounts/o8/id?id=AItOawltlTwUCL_Fr1siQn94GV65-XwQH5XSku4
2009-11-22restore sandboxJoey Hess
2009-11-22Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-21(no commit message)harishcm
2009-11-21Patch addedharishcm
2009-11-20(no commit message)http://bsorez.myopenid.com/
2009-11-19added more dreamwidth feedshttp://kerravonsen.dreamwidth.org/
2009-11-19response of potential userhttp://kerravonsen.dreamwidth.org/
2009-11-19initial contenthttp://kerravonsen.dreamwidth.org/
2009-11-17Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2009-11-17Added (incomplete) Turkish po file. Closes: #556744 Thanks, Recai OktaşJoey Hess
2009-11-17shuffle commit symbol aroundJon Dowland
2009-11-17escape something being interpreted as a directiveJon Dowland
2009-11-17inline: Use caching of inlined pages to speed up builds of inlines that ↵Joey Hess
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.
2009-11-17add page listing some alternatives to ikiwikiJoey Hess
2009-11-16why this is hardJoey Hess