aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* Avoid trying to log the user in when receiving anonymous pushes from git and ↵Joey Hess2010-08-30
| | | | | | a plugin like httpauth returns a login function. Just use check_canedit in nonfatal mode.
* add bug lifted from ircJoey Hess2010-08-30
|
* forgot to add thisJoey Hess2010-08-30
|
* more info?Joey Hess2010-08-30
|
* highlight: Make location of highlight's files configurable in setup file to ↵Joey Hess2010-08-30
| | | | allow for nonstandard installations.
* report hard coded paths.https://www.google.com/accounts/o8/id?id=AItOawnbe6oB_ecFtNYII1JN3zSggwUPUdOb8jI2010-08-23
|
* htmlscrubber: Do not scrub url anchors that contain colons.Joey Hess2010-08-19
|
* Report htmlscrubber/multimarkdown footnote misinteractionhttp://oblomov.myopenid.com/2010-08-19
|
* (no commit message)philippe2010-08-19
|
* philippe2010-08-19
|
* style.css: Use relative, not absolute font sizes. Thanks, Giuseppe Bilotta.Joey Hess2010-08-17
|
* forgot to escape the <> chars in the format-patch outputhttp://oblomov.myopenid.com/2010-08-17
|
* patch to provide relative font sizes in default CSShttp://oblomov.myopenid.com/2010-08-17
|
* (no commit message)philippe2010-08-15
|
* Fixes a bug that prevented matching deleted pages when using the page() ↵Joey Hess2010-08-04
| | | | PageSpec.
* bug isolatedJoey Hess2010-08-04
|
* respJoey Hess2010-08-02
|
* (no commit message)http://liw.fi/2010-08-02
|
* 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
|