Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-31 | (no commit message) | alexander | |
2008-10-31 | format: New plugin, allows embedding differntly formatted text inside a page ↵ | Joey Hess | |
(ie, otl inside a mdwn page, or syntax highlighted code inside a page). | |||
2008-10-30 | start discussion of the plugin | jwalzer | |
2008-10-30 | opml-Plugin - Stub-Page | jwalzer | |
2008-10-30 | (no commit message) | http://lollipopman.myopenid.com/ | |
2008-10-29 | wording | Joey Hess | |
2008-10-29 | Fixed broken link. | https://yag.myopenid.com// | |
2008-10-26 | organizing and pulling together syntax highlighting info | Joey Hess | |
2008-10-24 | include temp file for attachment change too | Joey Hess | |
2008-10-24 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-24 | updates | Joey Hess | |
2008-10-24 | Typo fix. | tschwinge | |
2008-10-23 | check_canattach hooked up | Joey Hess | |
2008-10-23 | more work on untrusted committers | Joey Hess | |
Wired up check_canedit and check_canremove, still need to deal with check_canattach, and test. | |||
2008-10-22 | initial support for git repos with untrusted committers | Joey Hess | |
Still need to wire up the calls to check_* , but it's cold out here and my hands are going numb, so enough for now. | |||
2008-10-21 | displaytime hook is gone | Joey Hess | |
2008-10-21 | thanks! | intrigeri | |
2008-10-21 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-21 | function injection overhaul | Joey Hess | |
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. | |||
2008-10-21 | change obsolete example | Joey Hess | |
2008-10-21 | added link to po plugin | intrigeri | |
2008-10-20 | response | Joey Hess | |
2008-10-20 | answering joey | intrigeri | |
2008-10-20 | use relativedate as the css class for dates that should display relative | Joey Hess | |
2008-10-20 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
2008-10-20 | wow | Joey Hess | |
2008-10-20 | formatting, added git clone information | intrigeri | |
2008-10-20 | initial plugin public apparition | intrigeri | |
2008-10-20 | add header | Joey Hess | |
2008-10-20 | update | Joey Hess | |
2008-10-20 | fix name | Joey Hess | |
2008-10-20 | pull together info on converting to ikiwiki from other systems | Joey Hess | |
2008-10-20 | split into subpages? | http://alcopop.org/me/openid/ | |
2008-10-20 | Merge commit 'origin/master' into prv/po | intrigeri | |
2008-10-20 | po plugin: todo++ | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-19 | add displaytime hook | Joey Hess | |
Need to use a hook because an exported function cannot be reliably overridden. The replacement verstion was actually only affecting plugins loaded after it. formattime doesn't need a hook, since there's no reason to export it. | |||
2008-10-19 | Correct copy&paste-o. | tschwinge | |
2008-10-19 | po plugin: set every configuration item to unsafe | intrigeri | |
We will check later which ones are actually safe enough for websetup. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-19 | po plugin: doc fix | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-19 | po plugin: added ISTRANSLATION and ISTRANSLATABLE template variables | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-19 | po plugin: todo++ | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: do not allow msgmerge to create backup files | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo++ | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: add correct dependencies on pages using OTHERLANGUAGES | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo++ | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: initial implementation of automatic POT/PO update | intrigeri | |
The updated or created PO files are put under version control. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: todo++ more security checks needed | intrigeri | |
... when creating new files. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: create missing POT/PO files in needsbuild hook | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: documentation work | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-10-18 | po plugin: added and documented PERCENTTRANSLATED template variable | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> |