| Commit message (Expand) | Author | Age |
* | rather a lot of changes to make hyperestraier search be a plugin, allowing•••for other types of search engine plugins if wanted, and also opening up a
lot of new possibilities for other kinds of plugins later
some notable changes along the way:
- lots of new hook types: cgi, render, delete
- wrapper files fixed to support config strings with newlines in them
- HEADERCONTENT in page template useful for plugins. Probably needs to be
expanded to more such for other places plugins might want to add content.
- remove unnecessary wrappers field from config info stored in wrappers
| joey | 2006-05-03 |
* | deep copy/untaint arrays in setup | joey | 2006-05-02 |
* | fix comment | joey | 2006-04-21 |
* | add --refresh and make it with with --setup | joey | 2006-03-26 |
* | load index before refresh | joey | 2006-03-24 |
* | another sub, wow | joey | 2006-03-23 |
* | lock wiki here too | joey | 2006-03-23 |
* | missing include | joey | 2006-03-23 |
* | Major code reoganisation, splitting up the single big file. The two goals•••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.
| joey | 2006-03-23 |
* | fix config restoration after wrapper gen | joey | 2006-03-23 |
* | fix oops in %config handling | joey | 2006-03-23 |
* | At Branden's request, clean up the hardcoded ".ikiwiki" everywhere, and add•••checkoptions() that can be used to set defaults for this and other options
based on existing options.
Also involved some cleanups to how gen_wrapper is used.
| joey | 2006-03-23 |
* | fixes | joey | 2006-03-15 |
* | config files now based on perl modules•••add MakeMaker foo for module
| joey | 2006-03-15 |