summaryrefslogtreecommitdiff
path: root/doc/bugs
AgeCommit message (Collapse)Author
2010-08-01close, cannot reproduceJoey Hess
2010-07-30resubmitted patch to po4a upstreamintrigeri
2010-07-30fixed by the last po4a releaseintrigeri
2010-07-29Move po todo/bugs to dedicated pages.intrigeri
2010-07-19fix link syntaxhttp://weakish.myopenid.com/
2010-07-19link to 404 pluginhttp://weakish.myopenid.com/
2010-07-18fix other 2 cases of conflicting destdir filesJoey Hess
Cleanly fixed case where destdir file failed to be written because there was a directory with the same name. This can be detected with no extra system calls, and dealt with by finding all pages that wrote files inside the directory, and removing them and the directory. The other, inverse case would be expensive to detect in will_render, since it would need to check each parent directory of the file to see if the directory is really a conflicting file. But prep_writefile already does a similar scan for symlinks in the path, so I added code there to remove the conflicting file. This fix assumes that the file is written using writefile, and not some other means (but using other means would be a security hole too, so hopefully nothing does).
2010-07-18class of bugs I am working onJoey Hess
2010-07-12merged filter-fullJoey Hess
2010-07-11the filter-full branch works nicelyintrigeri
2010-07-07quick fixhttps://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE
2010-07-04comments; my filter-full branch should fix thisJoey Hess
2010-06-30cleaner bugfix in now availableintrigeri
2010-06-25new bug report, patch providedintrigeri
2010-06-18store state to avoid needing to rebuild when changing themeJoey Hess
2010-06-18also a problem for theme pluginJoey Hess
2010-06-17(no commit message)jhagg
2010-06-16attachment: Support Windows paths when taking basename of client-supplied ↵Joey Hess
file name.
2010-06-16(no commit message)jhagg
2010-06-15Thanksprivat
2010-06-14editpage, comments: Fix broken links in sidebar (due to forcebaseurl). ↵Joey Hess
(Thanks, privat)
2010-06-14Reopen the bug since it is not fixedprivat
2010-06-13responseJoey Hess
2010-06-11(no commit message)jwalzer
2010-06-11(no commit message)zimek
2010-06-10Update URLhttp://jblevins.org/
2010-06-10Fixed.tschwinge
2010-06-10(no commit message)https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0
2010-06-09editpage: Avoid storing accidental state changes when previewing pages.Joey Hess
This is a slow, safe, stupid approach. Could make deep copies of the data structures as backups instead of re-loading the index from disk.
2010-06-09ugly bugJoey Hess
2010-06-09Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess
On second thought, only display a page's personal sidebar when previewing it, not when editing normally.
2010-06-09relativedate: Fix problem with localised dates not working.Joey Hess
2010-06-09When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess
2010-06-09Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-06-09close; use ENV in setup fileJoey Hess
2010-06-09(no commit message)privat
2010-06-09close old bug, apparently worked aroundJoey Hess
2010-06-09closing; cannot reproduce and no followup for 1 year 9 monthsJoey Hess
2010-06-09closeJoey Hess
2010-06-09closeJoey Hess
2010-06-09fixedJoey Hess
2010-06-09fixed by improved openid login formJoey Hess
2010-06-09seems this was fixed a long time agoJoey Hess
2010-06-09Fix support for globbing in tagged() pagespecs.Joey Hess
The linktype check was being done on the relativised link target, but %typedlinks uses the same link targets as %links, so that didn't work. I think the bug only appeared when tagbase was not set. This bugfix also let me factor out the common typedlink checking code.
2010-06-09remove example blog tag pagesJoey Hess
Autotag will create them as needed. Avoids some complexity.
2010-06-09clarificationJoey Hess
2010-06-09Comment and done.tschwinge
2010-06-09Yes, is a globbing issue.tschwinge
2010-06-09Ack.tschwinge
2010-06-08img: Fill in missing height or width when scaling image.Joey Hess