2006-05-29 07:09:43 +02:00
|
|
|
ikiwiki (1.5) UNRELEASED; urgency=low
|
|
|
|
|
|
|
|
* Add --timeformat config option to allow changing how dates are displayed.
|
|
|
|
Note that as a side effect, dates will now be displayed using the local
|
|
|
|
timezone, not as GMT.
|
2006-06-01 22:44:12 +02:00
|
|
|
* More security review.
|
2006-06-02 03:17:26 +02:00
|
|
|
* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
|
|
|
|
for some handy stuff like:
|
|
|
|
- Using links as a kind of tag; creating blog pages that list all pages
|
|
|
|
containing a given tag/link or not containing some other tag.
|
|
|
|
- Subscribing to mail notifications whenever a change is made to a page
|
|
|
|
that is a backlink of page foo. Ie, "Please notify me of changes in all
|
|
|
|
pages that link to my home page in the wiki"
|
|
|
|
- Locking any pages that are linked to from a particular page, so that
|
|
|
|
lists of locks can be exposed in the wiki.
|
2006-06-02 06:49:12 +02:00
|
|
|
* Reorganised the doc wiki's todo/* pages, using a link/tag to flag
|
2006-06-02 04:07:21 +02:00
|
|
|
when a todo item is done, instead of the previous moving it to a different
|
|
|
|
subdir.
|
2006-06-02 06:49:12 +02:00
|
|
|
* Allow pagetemplate plugins to override *anything* in the template.
|
|
|
|
* Add a meta plugin, which allows specifying various metadata about pages,
|
|
|
|
like license and author. It also allows for inserting html link and meta
|
|
|
|
tags into html, overriding the title, and adding hidden WikiLinks, which
|
|
|
|
can be useful when using link-based globbing for page categorisation.
|
|
|
|
* Remove preprocessor directives from inlined pages.
|
|
|
|
* Allow simple preprocessor directive values to be specified w/o quotes.
|
2006-06-02 07:32:20 +02:00
|
|
|
* Add support for using git instead of subversion as the RCS backend,
|
|
|
|
tremendous thanks to Recai Oktaş for this.
|
|
|
|
* Doc updates for git.
|
2006-06-08 08:07:45 +02:00
|
|
|
* Fix absolute url munging in rss generation to support https, ftp, etc urls
|
|
|
|
not just http urls.
|
2006-05-29 07:09:43 +02:00
|
|
|
|
2006-06-08 08:07:45 +02:00
|
|
|
-- Joey Hess <joeyh@debian.org> Thu, 8 Jun 2006 02:05:57 -0400
|
2006-05-29 07:09:43 +02:00
|
|
|
|
2006-05-27 21:16:41 +02:00
|
|
|
ikiwiki (1.4) unstable; urgency=low
|
2006-05-26 00:03:22 +02:00
|
|
|
|
|
|
|
* 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.
|
2006-05-26 03:10:58 +02:00
|
|
|
* 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.
|
2006-05-26 10:24:36 +02:00
|
|
|
* Rebuilding on upgrade to this version is recommended.
|
|
|
|
* Add a html validity check to the test suite, using the wdg-html-validator,
|
|
|
|
if available.
|
2006-05-26 17:33:14 +02:00
|
|
|
* Make the html valid when there is nothing in the actions list.
|
2006-05-26 10:24:36 +02:00
|
|
|
* Reordered some function call parameters for consistency.
|
2006-05-26 17:33:14 +02:00
|
|
|
* Enable full utf-8 support for page input and output.
|
|
|
|
* Add a workaround for markdown, which does not work well with utf-8
|
|
|
|
strings.
|
2006-05-26 18:11:53 +02:00
|
|
|
* --getctime had bitrotted (well I only ever used it the once so far..),
|
2006-05-26 17:33:14 +02:00
|
|
|
fix and make it a bit more flexible
|
|
|
|
* rcs_getctime is changed, now rather than needing to loop over all pages,
|
|
|
|
it should just use the rcs to get the ctime of the passed file.
|
2006-05-26 18:11:53 +02:00
|
|
|
* 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.
|
2006-05-26 17:33:14 +02:00
|
|
|
|
2006-05-26 18:11:53 +02:00
|
|
|
For example, a link from blog/foo to "bar" will now link to blog/bar
|
2006-05-27 20:33:33 +02:00
|
|
|
if it exists. Previously this needed to be a link explicitly to
|
2006-05-26 18:11:53 +02:00
|
|
|
"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.)
|
2006-05-27 20:33:33 +02:00
|
|
|
* Make page edit textarea resize to fit browser window.
|
2006-05-27 21:04:46 +02:00
|
|
|
* 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.
|
2006-05-26 18:11:53 +02:00
|
|
|
|
2006-05-27 21:16:41 +02:00
|
|
|
-- Joey Hess <joeyh@debian.org> Sat, 27 May 2006 15:08:49 -0400
|
2006-05-26 00:03:22 +02:00
|
|
|
|
2006-05-16 17:20:33 +02:00
|
|
|
ikiwiki (1.3) unstable; urgency=low
|
|
|
|
|
|
|
|
* Fix the preinst introduced in the last version. Closes: #367458
|
|
|
|
|
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 16 May 2006 02:43:02 -0500
|
|
|
|
|
2006-05-15 18:00:34 +02:00
|
|
|
ikiwiki (1.2) unstable; urgency=low
|
2006-05-06 05:57:43 +02:00
|
|
|
|
|
|
|
* Remove dups from the brokenlinks list.
|
2006-05-09 01:00:42 +02:00
|
|
|
* Add libc6-dev to dependencies, needed to build wrappers.
|
2006-05-15 18:00:34 +02:00
|
|
|
* Install wikilist in correct location. Closes: #367371
|
2006-05-06 05:57:43 +02:00
|
|
|
|
2006-05-15 18:00:34 +02:00
|
|
|
-- Joey Hess <joeyh@debian.org> Mon, 15 May 2006 10:53:49 -0500
|
2006-05-06 05:57:43 +02:00
|
|
|
|
2006-05-05 23:14:10 +02:00
|
|
|
ikiwiki (1.1) unstable; urgency=low
|
2006-05-02 00:27:37 +02:00
|
|
|
|
|
|
|
* 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
|
2006-05-02 00:40:46 +02:00
|
|
|
single page. (With some limitations, like only the last one getting an
|
|
|
|
rss file.)
|
2006-05-03 23:50:39 +02:00
|
|
|
* Added a plugin system.
|
2006-05-02 04:34:33 +02:00
|
|
|
* 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-02 04:57:45 +02:00
|
|
|
* Smarter behavior when creating a page and a page of the same name (but
|
|
|
|
different location) already exists.
|
2006-05-02 08:15:31 +02:00
|
|
|
* Add an orphans plugin for finding pages that nothing links to.
|
|
|
|
* Removed backlinks page, which it turns out nothing used.
|
2006-05-02 08:53:33 +02:00
|
|
|
* 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.
|
2006-05-02 23:14:50 +02:00
|
|
|
* Add unit tests for several core functions, including globlist_match,
|
2006-05-04 20:51:26 +02:00
|
|
|
dirname, basename, bestlink, linkify, pagetitle, titlepage.
|
2006-05-02 17:22:49 +02:00
|
|
|
* Smart globlist merging.
|
2006-05-02 20:44:39 +02:00
|
|
|
* 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
|
2006-05-02 23:14:50 +02:00
|
|
|
as plugins and work. (Well, in theory.)
|
2006-05-02 20:44:39 +02:00
|
|
|
* Add some basic docs about writing RCS modules.
|
2006-05-03 23:50:39 +02:00
|
|
|
* Broke search capability out into a plugin, removed the --hyperestraier
|
|
|
|
switch.
|
2006-05-04 06:29:37 +02:00
|
|
|
* Added smiley plugin, nicely controlled and documented by the smileys page.
|
|
|
|
* Copied in some smileys from Moin Moin.
|
2006-05-04 20:51:26 +02:00
|
|
|
* Allow links of the form [[some page|page]], with whitespace in the link
|
|
|
|
text.
|
2006-05-05 07:41:11 +02:00
|
|
|
* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
|
|
|
|
and --disable-plugin htmlscrubber.
|
2006-05-05 20:20:52 +02:00
|
|
|
* Allow discussion links on pages to be turned off with --no-discussion.
|
2006-05-05 22:48:20 +02:00
|
|
|
* 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.
|
2006-05-02 00:27:37 +02:00
|
|
|
|
2006-05-05 23:14:10 +02:00
|
|
|
-- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 17:00:41 -0400
|
2006-05-02 00:27:37 +02:00
|
|
|
|
2006-04-29 20:04:46 +02:00
|
|
|
ikiwiki (1.0) unstable; urgency=low
|
2006-03-15 05:05:53 +01:00
|
|
|
|
2006-04-29 20:04:46 +02:00
|
|
|
* First official release.
|
2006-03-15 05:05:53 +01:00
|
|
|
|
2006-04-29 20:04:46 +02:00
|
|
|
-- Joey Hess <joeyh@debian.org> Tue, 25 Apr 2006 02:08:17 -0400
|