Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | rather a lot of changes to make hyperestraier search be a plugin, allowing | joey | |
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 | |||
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by joey | www-data | |
2006-05-03 | web commit by Bug | www-data | |
2006-05-03 | web commit by joey: change to plugin interface | www-data | |
2006-05-03 | add a syntax check | joey | |
2006-05-03 | change plugin interface to use named parameters for flexability | joey | |
2006-05-02 | add | joey | |
2006-05-02 | * Add unit tests for several core functions, including globlist_match, | joey | |
dirname, basename, and bestlink. as plugins and work. (Well, in theory.) | |||
2006-05-02 | fix accidentially duplicated options | joey | |
2006-05-02 | * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc, | joey | |
to pave the way for adding other RCS support. This also changes the setup files, where before they had svn => 1 or svn => 0, now they have rcs => "svn" or rcs => "". * Add a debian/NEWS file with upgrade notes. * Load whatever rcs module is specified, so new ones can be just dropped in as plugins and work. * Add some basic docs about writing RCS modules. | |||
2006-05-02 | ah, the joys of test-based development.. | joey | |
think I have smart glob list matching working ok | |||
2006-05-02 | * Add a unit test for globlist_match(). | joey | |
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-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | * Add an orphans plugin for finding pages that nothing links to. | joey | |
* Removed backlinks page, which it turns out nothing used. | |||
2006-05-02 | fix undef warning | joey | |
2006-05-02 | deep copy/untaint arrays in setup | joey | |
2006-05-02 | web commit by DavidMorenoGarza: Adding myself as user | www-data | |
2006-05-02 | typo | joey | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | * Smarter behavior when creating a page and a page of the same name (but | joey | |
different location) already exists. | |||
2006-05-02 | web commit by joey | www-data | |
2006-05-02 | foo | joey | |
2006-05-02 | fix | joey | |
2006-05-02 | fix name | joey | |
2006-05-02 | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey | |
* Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki. | |||
2006-05-01 | change calling convention for preprocessor functions | joey | |