aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* close, cannot reproduceJoey Hess2010-08-01
|
* resubmitted patch to po4a upstreamintrigeri2010-07-30
|
* fixed by the last po4a releaseintrigeri2010-07-30
|
* Move po todo/bugs to dedicated pages.intrigeri2010-07-29
|
* fix link syntaxhttp://weakish.myopenid.com/2010-07-19
|
* link to 404 pluginhttp://weakish.myopenid.com/2010-07-19
|
* fix other 2 cases of conflicting destdir filesJoey Hess2010-07-18
| | | | | | | | | | | | | | | 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).
* class of bugs I am working onJoey Hess2010-07-18
|
* merged filter-fullJoey Hess2010-07-12
|
* the filter-full branch works nicelyintrigeri2010-07-11
|
* quick fixhttps://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE2010-07-07
|
* comments; my filter-full branch should fix thisJoey Hess2010-07-04
|
* cleaner bugfix in now availableintrigeri2010-06-30
|
* new bug report, patch providedintrigeri2010-06-25
|
* store state to avoid needing to rebuild when changing themeJoey Hess2010-06-18
|
* also a problem for theme pluginJoey Hess2010-06-18
|
* (no commit message)jhagg2010-06-17
|
* attachment: Support Windows paths when taking basename of client-supplied ↵Joey Hess2010-06-16
| | | | file name.
* (no commit message)jhagg2010-06-16
|
* Thanksprivat2010-06-15
|
* editpage, comments: Fix broken links in sidebar (due to forcebaseurl). ↵Joey Hess2010-06-14
| | | | (Thanks, privat)
* Reopen the bug since it is not fixedprivat2010-06-14
|
* responseJoey Hess2010-06-13
|
* (no commit message)jwalzer2010-06-11
|
* (no commit message)zimek2010-06-11
|
* Update URLhttp://jblevins.org/2010-06-10
|
* Fixed.tschwinge2010-06-10
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H02010-06-10
|
* editpage: Avoid storing accidental state changes when previewing pages.Joey Hess2010-06-09
| | | | | 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.
* ugly bugJoey Hess2010-06-09
|
* Fix display of sidebar when previewing page edit. (Thanks, privat)Joey Hess2010-06-09
| | | | | On second thought, only display a page's personal sidebar when previewing it, not when editing normally.
* relativedate: Fix problem with localised dates not working.Joey Hess2010-06-09
|
* When editing a page, show that page's sidebar. (Thanks, privat)Joey Hess2010-06-09
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2010-06-09
|\
| * (no commit message)privat2010-06-09
| |
* | close; use ENV in setup fileJoey Hess2010-06-09
| |
* | close old bug, apparently worked aroundJoey Hess2010-06-09
| |
* | closing; cannot reproduce and no followup for 1 year 9 monthsJoey Hess2010-06-09
| |
* | closeJoey Hess2010-06-09
| |
* | closeJoey Hess2010-06-09
| |
* | fixedJoey Hess2010-06-09
| |
* | fixed by improved openid login formJoey Hess2010-06-09
| |
* | seems this was fixed a long time agoJoey Hess2010-06-09
|/
* Fix support for globbing in tagged() pagespecs.Joey Hess2010-06-09
| | | | | | | | | 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.
* remove example blog tag pagesJoey Hess2010-06-09
| | | | Autotag will create them as needed. Avoids some complexity.
* clarificationJoey Hess2010-06-09
|
* Comment and done.tschwinge2010-06-09
|
* Yes, is a globbing issue.tschwinge2010-06-09
|
* Ack.tschwinge2010-06-09
|
* img: Fill in missing height or width when scaling image.Joey Hess2010-06-08
|