aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-21
|\
| * (no commit message)http://xma.myopenid.com/2008-10-21
| |
| * added link to po pluginintrigeri2008-10-21
| |
* | function injection overhaulJoey Hess2008-10-21
| | | | | | | | | | | | | | | | | | | | | | Add an inject function, that can be used by plugins that want to replace one of ikiwiki's functions with their own version. (This is a scary thing that grubs through the symbol table, and replaces all exported occurances of a function with the injected version.) external: RPC functions can be injected to replace exported functions. Removed the stupid displaytime hook, and use injection instead.
* | change obsolete exampleJoey Hess2008-10-21
|/
* updated with new thoughts on user checkingJoey Hess2008-10-21
|
* Notes on MathML and SVG supporthttp://jblevins.org/2008-10-21
|
* htmlscrubber patch for sanitizing SVG and MathMLhttp://jblevins.org/2008-10-21
|
* response2Joey Hess2008-10-20
|
* responseJoey Hess2008-10-20
|
* Added "SVG aren't images" bug.AndrewGreenberg2008-10-20
|
* responseJoey Hess2008-10-20
|
* randomly stumbled over fedora packages of ikiwikiJoey Hess2008-10-20
|
* re-encode to utf-8Joey Hess2008-10-20
| | | | I noticed the Fedora package doing this as part of its build.
* bit of a design for how a post-receive hook could workJoey Hess2008-10-20
|
* answering joeyintrigeri2008-10-20
|
* use relativedate as the css class for dates that should display relativeJoey Hess2008-10-20
|
* Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess2008-10-20
|\
| * formatting, added git clone informationintrigeri2008-10-20
| |
* | wowJoey Hess2008-10-20
|/
* initial plugin public apparitionintrigeri2008-10-20
|
* added link to another ideaintrigeri2008-10-20
|
* responseintrigeri2008-10-20
|
* add headerJoey Hess2008-10-20
|
* updateJoey Hess2008-10-20
|
* fix nameJoey Hess2008-10-20
|
* pull together info on converting to ikiwiki from other systemsJoey Hess2008-10-20
|
* responseJoey Hess2008-10-20
|
* (no commit message)http://xma.myopenid.com/2008-10-20
|
* (no commit message)http://xma.myopenid.com/2008-10-20
|
* (no commit message)http://xma.myopenid.com/2008-10-20
|
* turn on archive mode for forumJoey Hess2008-10-20
|
* responseJoey Hess2008-10-20
|
* responseJoey Hess2008-10-20
|
* responsehttp://alcopop.org/me/openid/2008-10-20
|
* *really* fix the link :)http://alcopop.org/me/openid/2008-10-20
|
* fix Xavier's linkshttp://alcopop.org/me/openid/2008-10-20
|
* (no commit message)http://alcopop.org/me/openid/2008-10-20
|
* remove inadvertent headerhttp://alcopop.org/me/openid/2008-10-20
|
* a test to see if this is clearerhttp://alcopop.org/me/openid/2008-10-20
|
* I like the forum idea - but a map instead of inline?http://alcopop.org/me/openid/2008-10-20
|
* split into subpages?http://alcopop.org/me/openid/2008-10-20
|
* I was not aware of remove.http://alcopop.org/me/openid/2008-10-20
|
* (no commit message)http://xma.myopenid.com/2008-10-20
|
* My opinionhttp://xma.myopenid.com/2008-10-20
|
* (no commit message)http://xma.myopenid.com/2008-10-20
|
* fixes confirmedintrigeri2008-10-20
|
* My thoughts.tschwinge2008-10-20
|
* Use the pure perl Data::Dumper when generating setup files to ensure that ↵Joey Hess2008-10-19
| | | | | | | utf-8 characters are written out as such, and not as the encoded perl strings the C Data::Dumper produces. Note that the text produced by the C version was interpreted fine when ikiwiki loaded the setup file. But it was not user-friendly.
* Fix issue with utf-8 in wikiname breaking session cookies, by ↵Joey Hess2008-10-19
| | | | entity-encoding the wikiname in the session cookie.