* Fix a bug in the img plugin that caused thumbnailed files to not be
* Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default.master
parent
66c63328bc
commit
aee4621bae
|
@ -17,10 +17,12 @@ ikiwiki (1.49) UNRELEASED; urgency=low
|
|||
on and supported creating it (especially Tumov). This adds a "usedirs"
|
||||
option that makes ikiwiki use foo/index.html instead of foo.html as
|
||||
output page names. It is not yet enabled by default.
|
||||
* Fix a big in the img plugin that caused thumbnailed files to not be
|
||||
* Fix a bug in the img plugin that caused thumbnailed files to not be
|
||||
tracked properly.
|
||||
* Make the OpenID library a reccommendation of the Debian package, rather
|
||||
than just a suggests, since OpenID is enabled by default.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Sun, 01 Apr 2007 15:37:17 -0400
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 03 Apr 2007 20:40:27 -0400
|
||||
|
||||
ikiwiki (1.48) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -10,8 +10,8 @@ XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk
|
|||
Package: ikiwiki
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl, liburi-perl
|
||||
Recommends: subversion | git-core | tla | mercurial, hyperestraier
|
||||
Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1)
|
||||
Recommends: subversion | git-core | tla | mercurial, hyperestraier, libnet-openid-consumer-perl
|
||||
Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1)
|
||||
Description: 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
|
||||
|
|
|
@ -2,4 +2,8 @@ I installed version 1.48-1 of Debian package of ikiwiki. When I went to login w
|
|||
|
||||
I assume that these should be pulled in by default since OpenID is enabled by default?
|
||||
|
||||
-- Adam.
|
||||
-- Adam.
|
||||
|
||||
> I'm going to promote it from a Suggests to a Recommends, that should get
|
||||
> it installed by default and still let it not be installed by users who
|
||||
> don't want it. [[done]] --[[Joey]]
|
||||
|
|
|
@ -35,7 +35,7 @@ Released 29 April 2006.
|
|||
features and make other changes to the default configuration. Some things
|
||||
I'm considering:
|
||||
|
||||
* Makeng OpenID the default auth method.
|
||||
* Making OpenID the default auth method.
|
||||
* Dropping GlobLists. However, they can lurk in preferences settings in wikis,
|
||||
which may make getting rid of them hard, and it may be worth keeping them
|
||||
so users can list pages without anding them together.
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-04-01 16:43-0400\n"
|
||||
"POT-Creation-Date: 2007-04-02 14:54-0400\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -165,7 +165,7 @@ msgstr ""
|
|||
msgid "RPC::XML::Client not found, not pinging"
|
||||
msgstr ""
|
||||
|
||||
#: ../IkiWiki/Plugin/linkmap.pm:97
|
||||
#: ../IkiWiki/Plugin/linkmap.pm:98
|
||||
msgid "failed to run dot"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue