aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* * Add ikiwiki-mass-rebuild script, ripped out of the postinst.joey2006-05-05
| | | | | * Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3.
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
|
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
| | | | and --disable-plugin htmlscrubber.
* haiku pluginjoey2006-05-05
|
* dirname, basename, bestlink, linkify, pagetitle, titlepage.joey2006-05-04
| | | | | * Allow links of the form [[some page|page]], with whitespace in the link text.
* * Added smiley plugin, nicely controlled and documented by the smileys page.joey2006-05-04
| | | | * Copied in some smileys from Moin Moin.
* rather a lot of changes to make hyperestraier search be a plugin, allowingjoey2006-05-03
| | | | | | | | | | | | | | 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
* * Add unit tests for several core functions, including globlist_match,joey2006-05-02
| | | | | dirname, basename, and bestlink. as plugins and work. (Well, in theory.)
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,joey2006-05-02
| | | | | | | | | | 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.
* ah, the joys of test-based development..joey2006-05-02
| | | | | think I have smart glob list matching working ok
* * Add a unit test for globlist_match().joey2006-05-02
|
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules usejoey2006-05-02
| | | | it, this will allow for adding a unit test suite.
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
| | | | * Removed backlinks page, which it turns out nothing used.
* * Smarter behavior when creating a page and a page of the same name (butjoey2006-05-02
| | | | different location) already exists.
* * Added plugin system, currently only supporting for PreProcessorDirectives.joey2006-05-02
| | | | | | | | | | | * 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.
* remove templates/ from filenamesjoey2006-05-01
|
* * Rename inlinepage to depends, so that it can be used to refer to morejoey2006-05-01
| | | | | | | | | | | | dependency relationships than just inlining. This will require a rebuild on upgrade to this version. * Move the rss link, put it in the blogpost form if there is one and at the top if not. This is both nicer because easier to find, and it cleans up the code which had used inlinepage as a flag for adding the link later. * Allow the depends GlobList to be built up from multiple sources (such as plugins) during a page render. * Which means that more than one blog is now supported to appear on a single page. (With some limitations.)
* fix announcedirjoey2006-04-29
|
* releasing version 1.0joey2006-04-29
|
* implemented html sanitisationjoey2006-04-25
|
* commit changes for email subscriptionsjoey2006-04-24
|
* patch fron Branden to install the man page in Makefile.PLjoey2006-04-21
|
* version formbuilder depjoey2006-04-20
|
* moving away from regenning wiki on every upgrade, added a variable tojoey2006-04-04
| | | | | control when to do it
* fix package namejoey2006-04-04
|
* add dep on libtimedate-perl for str2timejoey2006-04-03
|
* arrange for new releases to get news prepared for them via my wikiannouncejoey2006-03-30
| | | | | script
* added --hyperestraier switch, which turns on search supportjoey2006-03-29
| | | | | (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
* addjoey2006-03-25
|
* implemented upgradehookshjoey2006-03-24
|
* foojoey2006-03-24
|
* basewiki integrationjoey2006-03-19
|
* man page generationjoey2006-03-15
|
* debianisejoey2006-03-15