summaryrefslogtreecommitdiff
path: root/doc/bugs
AgeCommit message (Collapse)Author
2007-07-25massive patchqueue reorgjoey
patches can now be anywhere and tagged patch to show up on the patch list. Moved all the patchqueue stuff to todo items; some of it was merged into existing todo items.
2007-07-25more triagejoey
2007-07-25more triagejoey
2007-07-25triagejoey
2007-07-25* Fix graphviz plugin to not try to read images as utf-8; they mightjoey
sometimes contain invalid utf-8 byte sequences. Thanks, HenrikBrixAndersen.
2007-07-25donejoey
2007-07-25Close this one, I think I've explained fairly convincingly why the oldjoey
behavior was a bug, and the current behavior good sense.
2007-07-25move some bugs to todo itemsjoey
add a wishlist tag, that can be used to separate some todos off onto a wishlist page
2007-07-25responsejoey
2007-07-25responsejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-24web commit by NicolasLimarejoey
2007-07-20analysisjoey
2007-07-20web commit by http://solair.livejournal.com/joey
2007-07-20web commit by http://solair.livejournal.com/joey
2007-07-11followupjoey
2007-07-11web commit by http://blakej.myopenid.com/joey
2007-07-09responsejoey
2007-07-09 get confused. So it's best for ikiwiki to follow the compatabilityjoey
* Support building on systems that lack asprintf. * mercurial getctime is currently broken, apparently by some change in mercurial version 0.9.4. Turn the failing test case into a TODO test case.
2007-07-08responsejoey
2007-07-08respond to one item and make another into a bug reportjoey
2007-07-08fix to be a proper bug reportjoey
2007-07-07massive naming and userlink patch from Paweł Tęczajoey
2007-07-06web commit by http://dmarti.myopenid.com/joey
2007-07-04web commit by http://xtermin.us/: But also affects CamelCased style text in ↵joey
freelinks.
2007-06-27web commit by http://victormoral.myopenid.com/: fixing the debian bug referencejoey
2007-06-26* Patch fixing various additional problems with test suite. Closes: #425891joey
once more.
2007-06-26web commit by ThomasViehmann: More info and full patch in Debian BTSjoey
2007-06-15web commit by HenrikBrixAndersen: Add patch for improving usability of the ↵joey
search template
2007-06-14web commit by https://kheinz.regged.de/joey
2007-06-14web commit by https://kheinz.regged.de/joey
2007-06-10web commit by harleypigjoey
2007-06-08web commit by HenrikBrixAndersen: The first proposed patch was broken, this ↵joey
one works
2007-06-07web commit by HenrikBrixAndersen: Add patch for graphviz.pmjoey
2007-06-07web commit by HenrikBrixAndersen: Remove duplicate headerjoey
2007-06-07web commit by HenrikBrixAndersen: Add patch for toc.pmjoey
2007-06-04web commit by TaylorKillianjoey
2007-06-01known bugjoey
2007-06-01web commit by TaylorKillianjoey
2007-06-01responsejoey
2007-06-01err..?joey
2007-06-01web commit by cworthjoey
2007-06-01web commit by cworth: Esjoey
2007-06-01web commit by cworthjoey
2007-06-01web commit by KarlMW: unclear --numbacklinks usagejoey
2007-05-28* More consistent encoding of titles in rss and atom feeds. Don't usejoey
ESCAPE=HTML for titles in the templates for these feeds, and instead escape the title going in to the template. Previously, the title was sometimes double-escaped in a feed (if set via meta title), and sometimes not (if set from the page filename). * In the meta plugin, when a title is set, encode the html entities in it numerically. This works better in the current landscape of a rss spec that doesn't specify encoding, and variously broken feed consumers, according to <http://www.rssboard.org/rss-profile#data-types-characterdata>.