Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-25 | * Tell HTML::Scrubber to treat "/" as a valid attribute which is its | joey | |
very strange way of enabling proper XHTML <br /> type tags. Output html should be always valid again now. | |||
2006-05-16 | releasing version 1.3 | joey | |
2006-05-15 | releasing version 1.2 | joey | |
2006-05-08 | * Add libc6-dev to dependencies, needed to build wrappers. | joey | |
2006-05-06 | * Remove dups from the brokenlinks list. | joey | |
2006-05-05 | releasing version 1.1 | joey | |
2006-05-05 | * Add ikiwiki-mass-rebuild script, ripped out of the postinst. | joey | |
* Add some new config items to the estseek.conf template, which are needed by hyperestraier 1.2.3. | |||
2006-05-05 | * Allow discussion links on pages to be turned off with --no-discussion. | joey | |
2006-05-05 | * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber | joey | |
and --disable-plugin htmlscrubber. | |||
2006-05-05 | haiku plugin | joey | |
2006-05-04 | dirname, basename, bestlink, linkify, pagetitle, titlepage. | joey | |
* Allow links of the form [[some page|page]], with whitespace in the link text. | |||
2006-05-04 | * Added smiley plugin, nicely controlled and documented by the smileys page. | joey | |
* Copied in some smileys from Moin Moin. | |||
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-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 | * 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 | * Add an orphans plugin for finding pages that nothing links to. | joey | |
* Removed backlinks page, which it turns out nothing used. | |||
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 | * 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 | remove templates/ from filenames | joey | |
2006-05-01 | * Rename inlinepage to depends, so that it can be used to refer to more | joey | |
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.) | |||
2006-04-29 | fix announcedir | joey | |
2006-04-29 | releasing version 1.0 | joey | |
2006-04-25 | implemented html sanitisation | joey | |
2006-04-24 | commit changes for email subscriptions | joey | |
2006-04-21 | patch fron Branden to install the man page in Makefile.PL | joey | |
2006-04-20 | version formbuilder dep | joey | |
2006-04-04 | moving away from regenning wiki on every upgrade, added a variable to | joey | |
control when to do it | |||
2006-04-04 | fix package name | joey | |
2006-04-03 | add dep on libtimedate-perl for str2time | joey | |
2006-03-30 | arrange for new releases to get news prepared for them via my wikiannounce | joey | |
script | |||
2006-03-29 | added --hyperestraier switch, which turns on search support | joey | |
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) | |||
2006-03-25 | add | joey | |
2006-03-24 | implemented upgradehooksh | joey | |
2006-03-24 | foo | joey | |
2006-03-19 | basewiki integration | joey | |
2006-03-15 | man page generation | joey | |
2006-03-15 | debianise | joey | |
1997-08-14 | Correct --dumpsetup to include the srcdir in the setup file. | Joey Hess | |
2008-11-26 | fix handling of wrappergroup option | Joey Hess | |
Had forgot to include it in the option list. | |||
1997-08-14 | Spanish translation update from Victor Moral. | Joey Hess | |
2008-11-19 | French translation update from Philippe Batailler. Closes: #506250 | Joey Hess | |
2008-11-18 | improve escaping of wikilinks and preprocessor directives | Joey Hess | |
The old method failed for '[' x 3. | |||
2008-11-17 | Change deb dependencies to list Text::Markdown before markdown (really this ↵ | Joey Hess | |
time). | |||
2008-11-17 | don't need libxml-atom-perl now | Joey Hess | |
2008-11-17 | adding htmlbalance; housekeeping | Joey Hess | |
Used the contrib version of the plugin page since it seemed better than the other one. |