summaryrefslogtreecommitdiff
path: root/doc/bugs
AgeCommit message (Collapse)Author
2009-11-13new bugmartin
2009-11-13inline: Allow direct inclusion of non-page files in raw mode.Joey Hess
2009-11-12explanation: whitespace surrounding your use of the IMG taghttp://jmtd.livejournal.com/
2009-11-12doc/bugs/img_vs_align: New.Thomas Schwinge
2009-11-09yaysimonraven
2009-11-08Moved the postscan hook to run on the raw html of a page, before the ↵Joey Hess
template is filled out. This improves the search plugin's indexing, since it will not include navigational elements from the page template or sidebar.
2009-11-07every search result includes any navigational textjustin
2009-11-07bugs++intrigeri
2009-11-06analise and close; template customisation errorJoey Hess
2009-11-06(no commit message)simonraven
2009-11-06(no commit message)simonraven
2009-10-21(no commit message)simonraven
2009-10-21(no commit message)simonraven
2009-10-21also confusedJoey Hess
2009-10-21meta: Gather permalink info on scan pass so it is available to inline when ↵Joey Hess
using a template that does not include page content.
2009-10-19request for more detailJon Dowland
2009-10-19bad generation of links in map directivesimonraven
2009-10-18filed bugmartin
2009-10-17Reflect merge of page.Thomas Schwinge
2009-10-16respinseJoey Hess
2009-10-16merge duplicate bug into originalJoey Hess
note behavior change, also that presense dependencies could let this be fixed now
2009-10-16Sign.Thomas Schwinge
2009-10-16Handling non-existing pages in parentlinks.Thomas Schwinge
2009-10-16minor: tiny rendering errortschwinge
2009-10-09Merge branch 'master' into dependency-typesJoey Hess
Conflicts: doc/bugs/transitive_dependencies.mdwn
2009-10-08responseJoey Hess
2009-10-08comments on cycles in the dependency graphhttp://www.cse.unsw.edu.au/~willu/
2009-10-08Merge branch 'master' into dependency-typesJoey Hess
Conflicts: IkiWiki.pm IkiWiki/Render.pm debian/changelog
2009-10-08(no commit message)http://shoorick.livejournal.com/
2009-10-07Merge branch 'master' into dependency-typesJoey Hess
2009-10-07closeJoey Hess
2009-10-07remove test case for closed bugJoey Hess
2009-10-06Merge branch 'master' into dependency-typesJoey Hess
Conflicts: doc/todo/dependency_types.mdwn
2009-10-05updateJoey Hess
2009-10-05uh oh, this affects link depsJoey Hess
2009-10-05closeJoey Hess
2009-10-05fixed a while agoJoey Hess
2009-10-05Merge branch 'master' into dependency-typesJoey Hess
2009-10-05closeJoey Hess
2009-10-05note that this old bug affects more stuff nowJoey Hess
2009-10-05Merge branch 'master' into dependency-typesJoey Hess
2009-10-05closuresJoey Hess
2009-10-05good work, thank you!Jon Dowland
2009-10-04updateJoey Hess
2009-10-04updateJoey Hess
2009-10-03Fix a bug that could lead to duplicate links being recorded for tags.Joey Hess
Here I was bitten by perl's aliasing of foreach variables to the loop array contents, and match_link accidentially changed the contents of %links. In Jon's testcase, a tag added an absolute link, which was made relative by the above bug, and then the link was added again in preprocess, and turned into a duplicate.
2009-10-02responsehttp://jmtd.livejournal.com/
2009-10-02split off todo item for multiple dependency typesJoey Hess
2009-10-02mention loop optimisationJoey Hess
2009-10-02fix branch nameJoey Hess