Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-24 | responses | Joey Hess | |
2008-02-24 | close | Joey Hess | |
2008-02-24 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-24 | Fix links generated by preprocessor directives when previewing. | Joey Hess | |
As was already done for linkfication, links generated in a prevew page are relative to the top of the wiki, so it has to be told that the destpage is there. I was using "" to indicate this, but that may confuse some preprocessor plugins, which treat parameters with an empry value specially (sparkline is one such). Instead, use "/", which is more accurate anyway and works just as well. | |||
2008-02-24 | web commit by http://joey.kitenet.net/ | Joey Hess | |
2008-02-24 | if NOTAINT is not set, disable tainting | Joey Hess | |
2008-02-24 | typo | Joey Hess | |
2008-02-24 | misc improvements | Joey Hess | |
2008-02-24 | response | Joey Hess | |
2008-02-24 | * Disable taint checking for all builds as people keep complaining about it, | Joey Hess | |
and since all versions of perl seem to be hopelessly broken. | |||
2008-02-24 | * Fix another preview will_render bug. This one involved inline, | Joey Hess | |
which forced a scan of the page to make available metadata that appeared after the inline directive. Problem is that scan made it forget about any other files rendered due to the page. The scan also turns out to be unnecessary now, since meta persistently stores state and it's always available. So it was just removed. | |||
2008-02-24 | fix test to intialise plugins | Joey Hess | |
2008-02-24 | web commit by rdennis | Joey Hess | |
2008-02-23 | web commit by JeremyReed: how to convert to new recentchanges.html? | Joey Hess | |
2008-02-23 | web commit by JeremyReed: put on one line | Joey Hess | |
2008-02-23 | web commit by JeremyReed: noticed bug running ikiwiki right after upgrading ↵ | Joey Hess | |
to 2.32.3 | |||
2008-02-22 | web commit by http://harningt.eharning.us/ | Joey Hess | |
2008-02-22 | web commit by buo: Notes on mercurial usage | Joey Hess | |
2008-02-21 | web commit from 85.177.35.89: poll vote (It's fast enough) | Joey Hess | |
2008-02-21 | web commit by https://id.mayfirst.org/dkg/ | Joey Hess | |
2008-02-21 | web commit by http://madduck.myopenid.com/ | Joey Hess | |
2008-02-21 | web commit by http://madduck.myopenid.com/ | Joey Hess | |
2008-02-20 | add CVE ids | Joey Hess | |
2008-02-20 | retroactively add bug closure and CVE ids | Joey Hess | |
2008-02-20 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-20 | * tla: Remove call to escapeHTML when constructing recentchanges message; | Joey Hess | |
the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML. | |||
2008-02-20 | web commit by Justin: explain workaround using server rewriting. | Joey Hess | |
2008-02-19 | web commit by Mathias | Joey Hess | |
2008-02-19 | web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did | Joey Hess | |
2008-02-18 | web commit by http://madduck.myopenid.com/ | Joey Hess | |
2008-02-18 | web commit by lnussel | Joey Hess | |
2008-02-17 | web commit by http://satori.no-ip.org/vs/ | Joey Hess | |
2008-02-17 | web commit by drusilor: poll vote (Accept both) | Joey Hess | |
2008-02-17 | web commit by AdamMegacz | Joey Hess | |
2008-02-16 | web commit by drusilor: test | Joey Hess | |
2008-02-16 | web commit by Justin | Joey Hess | |
2008-02-16 | web commit by https://brian.may.myopenid.com/: fix underscores | Joey Hess | |
2008-02-16 | web commit by https://brian.may.myopenid.com/: link to semi-related bug report | Joey Hess | |
2008-02-16 | web commit by https://brian.may.myopenid.com/: not checking ssl certificates | Joey Hess | |
2008-02-16 | web commit by simon | Joey Hess | |
2008-02-16 | web commit by https://brian.may.myopenid.com/: simplify response | Joey Hess | |
2008-02-15 | web commit by https://brian.may.myopenid.com/ | Joey Hess | |
2008-02-15 | web commit by http://adam.shand.net/ | Joey Hess | |
2008-02-14 | I suppose monotone post-commit can be removed from the todo list now | Joey Hess | |
2008-02-14 | * monotone: Add code to default mergerc file to run | Joey Hess | |
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net. | |||
2008-02-14 | er, what absolute links? | Joey Hess | |
2008-02-14 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-14 | * Preview limits the page dropdown to what's selected previously | Joey Hess | |
(as preserving the full list across preview would be tricky). Userdirs were still being offered as an option there, remove them. * Fix a bug where user A created a page concurrently with user B, and when B previewed it would redirect B to A's new page, losing B's work. Instead, don't redirect and let conflict handling resolve it. | |||
2008-02-14 | web commit by https://brian.may.myopenid.com/: relative links | Joey Hess | |
2008-02-14 | * The search plugin needs to override <base> to point to the directory | Joey Hess | |
containing ikiwiki.cgi, but this should not change the urls to the style sheets etc. Add a new forcebareurl parameter to misctemplate to allow it to do that. |