aboutsummaryrefslogtreecommitdiff
path: root/debian
Commit message (Expand)AuthorAge
* * Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that••• do not need a full rebuild, in order to update any basewiki pages. joey2006-05-27
* Make page edit textarea resize to fit browser window.joey2006-05-27
* * --getctime had bitrotted (well I only ever used it the once so far..),•••* When inlining a page in another one, links from the inlined page are now expanded the same as they are when rendering the inlined page as a standalone page. So rather than being expanded from the POV of the inlining page, they are expanded from the POV of the inlined page. For example, a link from blog/foo to "bar" will now link to blog/bar if it exists. Previously this needed to be a link explicitly to "blog/bar"; such links will also continue to work. (This was slightly complex to do as the link still has to be constructed relative to the inlining page.) joey2006-05-26
* utf-8 support seems to be working nowjoey2006-05-26
* * Rebuilding on upgrade to this version is recommended.•••* Add a html validity check to the test suite, using the wdg-html-validator, if available. * Make the html valid when there is nothing in the actions list by adding an empty <li> to the end of it. * Reordered some function call parameters for consistency. joey2006-05-26
* * The page name and parent links has switched from using a <h1> to a styled••• <span>, so pages can use <h1> internally instead of needing to use <h2>. * Updated all of ikiwiki's own wiki pages for that. * Add pagetemplate hook, which can be used by plugins that want to mess around with adding new stuff to the page template. * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly. joey2006-05-26
* * Tell HTML::Scrubber to treat "/" as a valid attribute which is its••• very strange way of enabling proper XHTML <br /> type tags. Output html should be always valid again now. joey2006-05-25
* releasing version 1.3joey2006-05-16
* releasing version 1.2joey2006-05-15
* * Add libc6-dev to dependencies, needed to build wrappers.joey2006-05-08
* * Remove dups from the brokenlinks list.joey2006-05-06
* releasing version 1.1joey2006-05-05
* * Add ikiwiki-mass-rebuild script, ripped out of the postinst.•••* Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3. joey2006-05-05
* * Allow discussion links on pages to be turned off with --no-discussion.joey2006-05-05
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber••• and --disable-plugin htmlscrubber. joey2006-05-05
* haiku pluginjoey2006-05-05
* dirname, basename, bestlink, linkify, pagetitle, titlepage.•••* Allow links of the form [[some page|page]], with whitespace in the link text. joey2006-05-04
* * Added smiley plugin, nicely controlled and documented by the smileys page.•••* Copied in some smileys from Moin Moin. joey2006-05-04
* 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 joey2006-05-03
* * Add unit tests for several core functions, including globlist_match,••• dirname, basename, and bestlink. as plugins and work. (Well, in theory.) joey2006-05-02
* * Patch from Thomas Schwinge to switch from --svn to --rcs=svn, etc,••• 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. joey2006-05-02
* ah, the joys of test-based development..•••think I have smart glob list matching working ok joey2006-05-02
* * Add a unit test for globlist_match().joey2006-05-02
* * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use••• it, this will allow for adding a unit test suite. joey2006-05-02
* * Add an orphans plugin for finding pages that nothing links to.•••* Removed backlinks page, which it turns out nothing used. joey2006-05-02
* * Smarter behavior when creating a page and a page of the same name (but••• different location) already exists. joey2006-05-02
* * Added plugin system, currently only supporting for PreProcessorDirectives.•••* 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. joey2006-05-02
* remove templates/ from filenamesjoey2006-05-01
* * Rename inlinepage to depends, so that it can be used to refer to more••• 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.) joey2006-05-01
* 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 to•••control when to do it joey2006-04-04
* 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 wikiannounce•••script joey2006-03-30
* added --hyperestraier switch, which turns on search support•••(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) joey2006-03-29
* addjoey2006-03-25
* implemented upgradehookshjoey2006-03-24
* foojoey2006-03-24
* basewiki integrationjoey2006-03-19
* man page generationjoey2006-03-15
* debianisejoey2006-03-15