Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-12 | Add missing requirement of IkiWiki::render before starting to render things | Simon McVittie | |
2008-07-11 | fix use ordering | Joey Hess | |
The recent setup revamp exposed some latent bugs in use/package ordering that caused some symbols to not the exported into the correct scope. | |||
2008-07-09 | clarifications, comments | Joey Hess | |
2008-07-09 | Make it possible to load setup files w/o running them. Code needing to do so ↵ | Joey Hess | |
can call IkiWiki::Setup::load, and the values will be loaded into %IkiWiki::Setup::setup. | |||
2007-11-17 | * Better error message when a setup file has a syntax error. | Joey Hess | |
Closes: #451666 | |||
2007-01-04 | added some comments for translators | joey | |
2006-12-29 | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | |
is available for translation. * Export gettext() from IkiWiki module. | |||
2006-09-10 | * Patch from Recai to use utf8 when reading the setup file, so that | joey | |
utf8 wikinames from there will be used properly. | |||
2006-05-02 | * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use | joey | |
it, this will allow for adding a unit test suite. | |||
2006-03-26 | add --refresh and make it with with --setup | joey | |
2006-03-24 | fixes | joey | |
2006-03-23 | Major code reoganisation, splitting up the single big file. The two goals | joey | |
kept in mind during this are a) to reduce load time for common cases like cgi and post-commit and b) make the code easier to navigate. This also modularises RCS support to the extent that it should be possible to drop in a module for some RCS other than svn, add a switch for it, and it pretty much just work. High chance I missed an edge case that breaks something, this is only barely tested at this point. |