Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-17 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: IkiWiki/Plugin/editpage.pm IkiWiki/Plugin/skeleton.pm.example doc/plugins/write.mdwn t/syntax.t | |||
2009-01-17 | po(doc): moved security analysis to its own page | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-17 | As far as I know, aptitude is recommended by Debian. And who does use ↵ | PaulePanter | |
apt-get instead should know to replace aptitude by apt-get. | |||
2009-01-17 | added monotone wiki, which uses ikiwiki-on-monotone | http://lapo.it/ | |
2009-01-17 | (no commit message) | http://evacuee.myid.net/ | |
2009-01-16 | mention dep | Joey Hess | |
2009-01-16 | add link to options list | Joey Hess | |
2009-01-16 | add blogspam to auto-blog | Joey Hess | |
configure it to only check comment posts for spam | |||
2009-01-16 | reorder | Joey Hess | |
2009-01-16 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-16 | blogspam: New plugin, adding spam filtering for page editing / comment ↵ | Joey Hess | |
posting using the BlogSpam.net API. | |||
2009-01-16 | make postcomment() pagespecs work while in checkcontent | Joey Hess | |
2009-01-16 | add new hook to skeleton | Joey Hess | |
2009-01-16 | checkcontent: New hook, can be used to implement arbitrary content filters, ↵ | Joey Hess | |
including spam filters. | |||
2009-01-16 | remove xxx comment | Joey Hess | |
IIRC I analised this and the code is right | |||
2009-01-16 | testing cgi script. | alan | |
2009-01-16 | po: when possible, disable use of Text::WrapI18N in po4a; else warn about ↵ | intrigeri | |
too old po4a Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-16 | add a warning (exported) function to the core | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-16 | po(change): re-render all rendered files in one corner case | intrigeri | |
All meta titles are first extracted at scan time, i.e. before we turn PO files back into translated markdown; escaping of double-quotes in PO files breaks the meta plugin's parsing enough to save ugly titles to %pagestate at this time. Then, at render time, every page's passes on row through the Great Rendering Chain (filter->preprocess->linkify->htmlize), and the meta plugin's preprocess hook is this time in a position to correctly extract the titles from slave pages. This is, unfortunately, too late: if the page A, linking to the page B, is rendered before B, it will display the wrongly-extracted meta title as the link text to B. On the one hand, such a corner case only happens on rebuild: on refresh, every rendered page is fixed to contain correct meta titles. On the other hand, it can take some time to get every page fixed. We therefore re-render every rendered page after a rebuild to fix them at once. As this more or less doubles the time needed to rebuild the wiki, we do so only when really needed. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po.t: fix test suite | intrigeri | |
(translatable files now have to exist in srcdir) ) Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po(todo): more test results | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po: pages in underlay dirs are not translatable | intrigeri | |
Fixes build break due to read-only underlay dirs, e.g. basewiki. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po(_istranslation): fix unitialized value | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po: fix broken links from slave pages | intrigeri | |
... by overriding cgiurl. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | po/todo: some testing results | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-15 | Merge commit 'upstream/master' into prv/po | intrigeri | |
Conflicts: debian/control | |||
2009-01-15 | po: more security-related reports | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-14 | (no commit message) | http://deliank.myopenid.com/ | |
2009-01-14 | pingback support todo item | Jon Dowland | |
2009-01-13 | po: do not add translation status to parentlinks | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-13 | Merge commit 'upstream/master' into prv/po | intrigeri | |
2009-01-12 | remove hardlink settings from auto.setup files | Joey Hess | |
This can cause complications when moving directories around, and is just an optimisation. There's no good reason to force it on here. | |||
2009-01-12 | combine two pages | Joey Hess | |
2009-01-12 | formatting, again | Joey Hess | |
2009-01-12 | formatting try again | Joey Hess | |
2009-01-12 | formatting | Joey Hess | |
2009-01-12 | update | Joey Hess | |
2009-01-12 | update | Joey Hess | |
2009-01-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2009-01-12 | add byhand document, containing the old setup document | Joey Hess | |
2009-01-12 | Add auto-blog.setup | Joey Hess | |
It will set up an ikiwiki instance tuned for use in blogging. As part of this change, move the example sites into /usr/share/ikiwiki so they are available even if docs are not installed. | |||
2009-01-12 | update, formatting | Joey Hess | |
2009-01-12 | export installdir | Joey Hess | |
For use by Setup/Automator | |||
2009-01-12 | update | Joey Hess | |
2009-01-12 | remove meta title | Joey Hess | |
When at toplevel, the default is ok. | |||
2009-01-12 | update path | Joey Hess | |
2009-01-12 | rewrote | Joey Hess | |
This rewritten setup page starts with auto.setup and explains basic customisation and use after that has set up a wiki. It's much easier to follow than the old method, with less things to learn. (Downside: Less it learned.) | |||
2009-01-12 | Recommend libterm-readline-gnu-perl | Joey Hess | |
since that makes auto.setup behave better. | |||
2009-01-11 | (no commit message) | tobias_verbeke | |
2009-01-11 | update with a bit more info | Joey Hess | |