Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-02 | po: added note about now implemented feature | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2009-01-02 | meta branch merge required | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-12-23 | po: make the dev timing clearer | intrigeri | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-12-12 | first pass through comments documentation | Joey Hess | |
Moved documentation out of contrib. Mostly tweaked some wording. Moved documentation of various bits to other pages (pagespec, etc), and linked to those. Documented the new templates in wikitemplates. Small quantities of documentation were removed. Particularly the list of template variables, which I think is fairly obvious when editing the template. | |||
2008-12-12 | Another TODO item | http://smcv.pseudorandom.co.uk/ | |
2008-12-12 | update with some more code improvements | http://smcv.pseudorandom.co.uk/ | |
2008-12-11 | some issues joeyh reported on IRC | http://smcv.pseudorandom.co.uk/ | |
2008-12-10 | Link to sandbox on my demo of the plugin | http://smcv.pseudorandom.co.uk/ | |
2008-12-10 | multiple formats now supported | http://smcv.pseudorandom.co.uk/ | |
2008-12-10 | Update with today's changes | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some more discussion here | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some discussion to discussion/ | http://smcv.pseudorandom.co.uk/ | |
2008-11-27 | Move some discussion from comments page to here | http://smcv.pseudorandom.co.uk/ | |
2008-11-23 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-20 | response | Joey Hess | |
2008-11-19 | does change to ikiwiki.cgi locking help? | http://schmonz.livejournal.com/ | |
2008-11-19 | wishlist from IRC | http://smcv.pseudorandom.co.uk/ | |
2008-11-19 | respond to joey, some more suggestions | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | another thought | Joey Hess | |
2008-11-18 | responses | Joey Hess | |
2008-11-18 | (no commit message) | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | Raw HTML now allowed, joeyh convinced me :-) | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | Fix link to htmlbalance | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | update | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | rename plugins/contrib/postcomment.mdwn to plugins/contrib/comments.mdwn | http://smcv.pseudorandom.co.uk/ | |
2008-11-18 | response | http://smcv.pseudorandom.co.uk/ | |
2008-11-17 | initial comments | Joey Hess | |
Done inline on the page, `scuse. | |||
2008-11-17 | adding htmlbalance; housekeeping | Joey Hess | |
Used the contrib version of the plugin page since it seemed better than the other one. | |||
2008-11-17 | Fix tag directive | http://smcv.pseudorandom.co.uk/ | |
2008-11-17 | Publicise postcomment | http://smcv.pseudorandom.co.uk/ | |
2008-11-17 | Explicitly say that I'd like to get this into ikiwiki | http://smcv.pseudorandom.co.uk/ | |
2008-11-17 | Link to third-party htmlbalance plugin | http://smcv.pseudorandom.co.uk/ | |
2008-11-11 | response | Joey Hess | |
2008-11-11 | po: answered Joey's "create a new translation" question | intrigeri | |
... that I previously completely missed. Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-11 | po: help request | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | response | Joey Hess | |
2008-11-06 | po: misc responses to Joey | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-06 | po: response | intrigeri | |
Signed-off-by: intrigeri <intrigeri@boum.org> | |||
2008-11-05 | response | Joey Hess | |
2008-11-05 | comments and questions | Joey Hess | |
2008-11-02 | po: now uses inject | intrigeri | |
2008-10-30 | start discussion of the plugin | jwalzer | |
2008-10-30 | opml-Plugin - Stub-Page | jwalzer | |
2008-10-29 | Fixed broken link. | https://yag.myopenid.com// | |
2008-10-26 | organizing and pulling together syntax highlighting info | 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. |