aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
* web commit by http://sabr.myopenid.com/Joey Hess2008-04-08
|
* web commit by http://sabr.myopenid.com/Joey Hess2008-04-08
|
* web commit by http://sabr.myopenid.com/Joey Hess2008-04-08
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-04-08
|\
| * web commit by cjb: Trivial syntax bug.Joey Hess2008-04-08
| |
* | web commit by http://xayk.net/Joey Hess2008-04-08
| | | | | | | | (cherry picked from commit 146b3d9ac2754112e7c6c63f7c2e783ac2bf4dbe)
* | web commit by http://sabr.myopenid.com/Joey Hess2008-04-08
|/ | | | (cherry picked from commit 8e4a0640c591df95810fe94ab62521030134823b)
* web commit by buo: locales and mercurialJoey Hess2008-03-25
|
* smiley: Detect smileys inside pre and tags, and do not expand.Joey Hess2008-03-21
|
* Close meta tag for redir properly.Joey Hess2008-03-21
|
* web commit by http://brian.may.myopenid.com/: change.tmpl and BASEURLJoey Hess2008-03-20
|
* web commit by http://jblevins.org/: Bug report updateJoey Hess2008-03-20
|
* web commit by http://jblevins.org/: Patch for unclosed refresh meta tag.Joey Hess2008-03-19
|
* responseJoey Hess2008-03-17
|
* * Record new pages in %pagesources temporarily when previewing so thatJoey Hess2008-03-17
| | | | | things that need to know the page source or type can query it from there. Fixes previewing of tables when creating a new page.
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* responseJoey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* analysis, markdown bugJoey Hess2008-03-17
|
* * Correct bug in encoding of %pagestate keys, fixes edittemplate.Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/: fix linksJoey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/: fix titleJoey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://madduck.net/Joey Hess2008-03-17
|
* web commit by http://jblevins.org/: A note about a related bugJoey Hess2008-03-16
|
* web commit by http://jblevins.org/: Update: unclosed redirection meta tagsJoey Hess2008-03-16
|
* web commit by http://jblevins.org/: New bug reportJoey Hess2008-03-16
|
* web commit by http://madduck.net/: add patchJoey Hess2008-03-16
|
* * external: Add getargv and setargv methods to allow access to ikiwiki'sJoey Hess2008-03-15
| | | | @ARGV.
* * htmltidy: Pass --markup yes, in case tidy's config file disabled it.Joey Hess2008-03-15
|
* * external: Fix support of XML::RPC::fault.Joey Hess2008-03-15
|
* bug I found in the rst pluginJoey Hess2008-03-15
|
* web commit by http://madduck.net/Joey Hess2008-03-15
|
* web commit by http://madduck.net/Joey Hess2008-03-14
|
* web commit by http://madduck.net/Joey Hess2008-03-14
|
* web commit by http://madduck.net/Joey Hess2008-03-14
|
* web commit by XTaran: Correction: write-back -> markupJoey Hess2008-03-12
|
* web commit by XTaran: I'll check what exactly caused the breakage...Joey Hess2008-03-12
|
* truncate recentchangesdiffs after 200 linesJoey Hess2008-03-12
| | | | | | | This works around a perl crasher bug, and also avoids bloating pages with enormous diffs. rcs_recentchanges modified to return a list in an array context.
* responseJoey Hess2008-03-12
|
* responseJoey Hess2008-03-12
|
* move from bugs to todoJoey Hess2008-03-12
|
* responseJoey Hess2008-03-12
|
* Handle SimpleXMLRPCDispatcher arg count change in Py2.5martin f. krafft2008-03-12
| | | | | | | | SimpleXMLRPCDispatcher.__init__ takes 3 arguments instead of 1 since python 2.5, so we check for that with a hack, for I found no better way, other than catching a TypeError exception. Signed-off-by: martin f. krafft <madduck@madduck.net>