summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-06-10move to more appropriate pagejoey
2006-06-10ikiwiki now in testingjoey
2006-06-10web commit by PaulCollins: link logowww-data
2006-06-08* Fix absolute url munging in rss generation to support https, ftp, etc urlsjoey
not just http urls.
2006-06-08web commit by DonMartiwww-data
2006-06-08web commit by DonMartiwww-data
2006-06-04web commit by LarsChristianHausmannwww-data
2006-06-04another from Recaijoey
2006-06-03misc fixes from Recaijoey
2006-06-03web commit by EroSenninwww-data
2006-06-02meta headers are not sanitised; prevent html leaking into themjoey
2006-06-02solution..joey
2006-06-02ugly bug with localesjoey
2006-06-02improve the ikiwiki.setup for git, hope I got everything rightjoey
2006-06-02blahjoey
2006-06-02better blockingjoey
2006-06-02* Add support for using git instead of subversion as the RCS backend,joey
tremendous thanks to Recai Oktaş for this. * Doc updates for git.
2006-06-02foojoey
2006-06-02minorjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a link/tag to flagjoey
* 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-02bah, globlists are not anded..joey
2006-06-02addjoey
2006-06-02* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flagjoey
when a todo item is done, instead of the previous moving it to a different subdir.
2006-06-02* Patch from Dr. Zini to add link() and backlink() to globlists. This allowsjoey
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-01* More security review.joey
2006-05-31web commit by joey: cleanupwww-data
2006-05-31web commit by joeywww-data
2006-05-31web commit by joeywww-data
2006-05-31web commit by joeywww-data
2006-05-30web commit by VictorMoralwww-data
2006-05-30web commit by VictorMoralwww-data
2006-05-30web commit by VictorMoralwww-data
2006-05-30web commit by VictorMoralwww-data
2006-05-29cannot reproduce a problemjoey
2006-05-29* Add --timeformat config option to allow changing how dates are displayed.joey
Note that as a side effect, dates will now be displayed using the local timezone, not as GMT.
2006-05-27remove some old news pages, I'll only be keeping the most recent couple ofjoey
things around
2006-05-27web commit by joeywww-data
2006-05-27add news item for ikiwiki 1.4joey
2006-05-27releasing version 1.4joey
2006-05-27* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades thatjoey
do not need a full rebuild, in order to update any basewiki pages.
2006-05-27missed a couple htmllinksjoey
2006-05-27Make page edit textarea resize to fit browser window.joey
2006-05-26typojoey
2006-05-26* --getctime had bitrotted (well I only ever used it the once so far..),joey
* 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.)
2006-05-26utf-8 support seems to be working nowjoey
2006-05-26 * --getctime had bitrotted (well I only ever used it the once so far..), joey
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-26better fix for empty actions list issuejoey
2006-05-26fix call to getctimejoey
2006-05-26* Rebuilding on upgrade to this version is recommended.joey
* 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.
2006-05-26header can appear more than one time, so is a class, not an idjoey