Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | resp | Joey Hess | |
2010-08-02 | (no commit message) | http://liw.fi/ | |
2010-08-01 | close, cannot reproduce | Joey Hess | |
2010-07-30 | resubmitted patch to po4a upstream | intrigeri | |
2010-07-30 | fixed by the last po4a release | intrigeri | |
2010-07-29 | Move po todo/bugs to dedicated pages. | intrigeri | |
2010-07-19 | fix link syntax | http://weakish.myopenid.com/ | |
2010-07-19 | link to 404 plugin | http://weakish.myopenid.com/ | |
2010-07-18 | fix other 2 cases of conflicting destdir files | Joey 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-18 | class of bugs I am working on | Joey Hess | |
2010-07-12 | merged filter-full | Joey Hess | |
2010-07-11 | the filter-full branch works nicely | intrigeri | |
2010-07-07 | quick fix | https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE | |
2010-07-04 | comments; my filter-full branch should fix this | Joey Hess | |
2010-06-30 | cleaner bugfix in now available | intrigeri | |
2010-06-25 | new bug report, patch provided | intrigeri | |
2010-06-18 | store state to avoid needing to rebuild when changing theme | Joey Hess | |
2010-06-18 | also a problem for theme plugin | Joey Hess | |
2010-06-17 | (no commit message) | jhagg | |
2010-06-16 | attachment: Support Windows paths when taking basename of client-supplied ↵ | Joey Hess | |
file name. | |||
2010-06-16 | (no commit message) | jhagg | |
2010-06-15 | Thanks | privat | |
2010-06-14 | editpage, comments: Fix broken links in sidebar (due to forcebaseurl). ↵ | Joey Hess | |
(Thanks, privat) | |||
2010-06-14 | Reopen the bug since it is not fixed | privat | |
2010-06-13 | response | Joey Hess | |
2010-06-11 | (no commit message) | jwalzer | |
2010-06-11 | (no commit message) | zimek | |
2010-06-10 | Update URL | http://jblevins.org/ | |
2010-06-10 | Fixed. | tschwinge | |
2010-06-10 | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmPD3Qj5IoazkkW6Tk-kLOlKGmJLXim0H0 | |
2010-06-09 | editpage: 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-09 | ugly bug | Joey Hess | |
2010-06-09 | Fix 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-09 | relativedate: Fix problem with localised dates not working. | Joey Hess | |
2010-06-09 | When editing a page, show that page's sidebar. (Thanks, privat) | Joey Hess | |
2010-06-09 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2010-06-09 | close; use ENV in setup file | Joey Hess | |
2010-06-09 | (no commit message) | privat | |
2010-06-09 | close old bug, apparently worked around | Joey Hess | |
2010-06-09 | closing; cannot reproduce and no followup for 1 year 9 months | Joey Hess | |
2010-06-09 | close | Joey Hess | |
2010-06-09 | close | Joey Hess | |
2010-06-09 | fixed | Joey Hess | |
2010-06-09 | fixed by improved openid login form | Joey Hess | |
2010-06-09 | seems this was fixed a long time ago | Joey Hess | |
2010-06-09 | Fix 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-09 | remove example blog tag pages | Joey Hess | |
Autotag will create them as needed. Avoids some complexity. | |||
2010-06-09 | clarification | Joey Hess | |
2010-06-09 | Comment and done. | tschwinge | |
2010-06-09 | Yes, is a globbing issue. | tschwinge | |