ikiwiki 3.20110905ubuntu1 source package in Ubuntu

Changelog

ikiwiki (3.20110905ubuntu1) precise; urgency=low

  * Merge from debian testing.  Remaining changes:
    - Drop wdg-html-validator from Build-Depends field. The xmlns set in the
      generated <html> elements causes /usr/bin/validate to attempt to download
      a file from w3.org. This doesn't work without Internet access.

ikiwiki (3.20110905) unstable; urgency=low

  * mercurial: Openid nicknames are now used when committing. (Daniel Andersson)
  * mercurial: Implement rcs_commit_staged so comments, attachments, etc
    can be used. (Daniel Andersson)
  * mercurial: Implement rcs_rename, rcs_remove. (Daniel Andersson)
  * mercurial: Fix viewing of a diff containing non-utf8 changes.
    (Daniel Andersson)
  * mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson)
  * mercurial: Implement rcs_diff. (Daniel Andersson)
  * po: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri)
  * Fix typo in Danish translation of shortcuts page that caused exponential
    regexp blowup.
  * Fix escaping of html entities in permalinks.
  * Fix escaping of html entities in tag names.
  * Avoid using named capture groups in heredoc code for oldperl compatibility.
  * Put in a workaround for #622591, by ensuring Search::Xapian gets loaded
    before Image::Magick.
  * Add unminified jquery js and css files to source.
  * Update to jquery 1.6.2, and jquery-ui 1.8.14.
  * Use lockf rather than flock when taking the cgilock, for better
    portability.
  * search: Fix encoding bug in calculation of maximum term size.
  * inline: When indexing internal pages for searching, use the url of
    the inlining page.
  * Fix comments testsuite to not rely on Date::Parse's ability to
    parse the date Columbus discovered America. Closes: #640350
  * Avoid warning message when generating setup file if highlight
    is not installed. Closes: #637606
  * Promote RPC::XML to a Recommends, since it's used by auto-blog.setup.
    Closes: #637603
  * Fix web revert of a file deletion.
 -- Angel Abad <email address hidden>   Sun, 16 Oct 2011 15:41:20 +0200

Upload details

Uploaded by:
Angel Abad
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ikiwiki_3.20110905ubuntu1.tar.gz 2.6 MiB 2cb72fb2ee260b8d27a85e3e661ddb70512fa7e90854b18aca0a013cbc6114f8
ikiwiki_3.20110905ubuntu1.dsc 1.2 KiB ce48d12545bc2b4a9928d50c43a3070d719b2ab7f535a8e4db7da54590dd0c13

View changes file

Binary packages built by this source

ikiwiki: a wiki compiler

 Ikiwiki converts a directory full of wiki pages into HTML pages suitable
 for publishing on a website. Unlike many wikis, ikiwiki does not have its
 own ad-hoc means of storing page history, and instead uses a revision control
 system such as Subversion or Git.
 .
 Ikiwiki implements all of the other standard features of a wiki, including
 web-based page editing, user registration and logins, a RecentChanges
 page, BackLinks, search, Discussion pages, tags, smart merging and conflict
 resolution, and page locking.
 .
 Ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
 Ikiwiki provides a plugin system which allows many other features to be
 added. Some of the plugins have additional dependencies, found among the
 Recommends and Suggests of this package.