From e101bdf325ef92c44079790b9256617818231299 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 1 Oct 2018 10:37:53 +0200 Subject: [PATCH] d/changelog: Remove trailing whitespaces --- debian/changelog | 78 ++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 36 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6cb2db1b0..5e181234e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (3.20180311-2) UNRELEASED; urgency=medium + + * d/changelog: Remove trailing whitespaces + + -- Ondřej Nový Mon, 01 Oct 2018 10:37:53 +0200 + ikiwiki (3.20180311-1) unstable; urgency=medium * New upstream release @@ -744,7 +750,7 @@ ikiwiki (3.20121212) unstable; urgency=low ikiwiki (3.20121017) unstable; urgency=low - * recentchangesdiff: fix further breakage to the template from 3.20120725 + * recentchangesdiff: fix further breakage to the template from 3.20120725 -- Joey Hess Tue, 16 Oct 2012 20:49:27 -0400 @@ -805,7 +811,7 @@ ikiwiki (3.20120419) unstable; urgency=low them. * meta: Export author information in html tag. Closes: #664779 Thanks, Martin Michlmayr - * notifyemail: New plugin, sends email notifications about new and + * notifyemail: New plugin, sends email notifications about new and changed pages, and allows subscribing to comments. * Added a "changes" hook. Renamed the "change" hook to "rendered", but the old hook name is called for now for back-compat. @@ -970,7 +976,7 @@ ikiwiki (3.20110715) unstable; urgency=low ikiwiki (3.20110712) unstable; urgency=low - * attachment: Bugfix to create directory when moving attachment out of + * attachment: Bugfix to create directory when moving attachment out of holding area. * Display attachment manipulation links always, since attachments can be uploaded via javascript. @@ -1018,7 +1024,7 @@ ikiwiki (3.20110707) unstable; urgency=low mode) (smcv) * inline: Handle obfuscated urls, such as the mailto urls generated by markdown when forcing urls absolute. - * Bugfix for wikilink containing an email address not showing up in + * Bugfix for wikilink containing an email address not showing up in brokenlinks list. * Bugfix for trying to attach files to a subpage of the index page. @@ -1100,7 +1106,7 @@ ikiwiki (3.20110321) unstable; urgency=low other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz) * Avoid escaping / characters in filenames when building the cgiurl, - as this confuses eg, cvsweb. + as this confuses eg, cvsweb. -- Joey Hess Mon, 21 Mar 2011 14:45:05 -0400 @@ -1227,7 +1233,7 @@ ikiwiki (3.20101129) unstable; urgency=low (thanks, dark) * Fix escaping of filenames in historyurl. (Thanks, aj) * inline: Improve RSS url munging to use a proper html parser, - and support all elements that HTML::Tagset knows about. + and support all elements that HTML::Tagset knows about. (Which doesn't include html5 just yet, but then the old version didn't either.) Bonus: 4 times faster than old regexp method. * Optimise glob() pagespec. (Thanks, Kathryn and smcv) @@ -1321,7 +1327,7 @@ ikiwiki (3.20100915) unstable; urgency=low information earlier than the delete hook. * actiontabs: Improve tab padding. * blueview: Fix display of links to translated pages in the page header. - * Set isPermaLink="no" for guids in rss feeds. + * Set isPermaLink="no" for guids in rss feeds. * blogspam: Fix crash when content contained utf-8. * external: Disable RPC::XML's "smart" encoding, which sent ints for strings that contained only a number, fixing a longstanding crash @@ -1434,7 +1440,7 @@ ikiwiki (3.20100704) unstable; urgency=low * Use comment template on comments page of example blog. * comment.tmpl: Fix up display when inline uses it to display a non-comment page. (Such as a discussion page.) - * git: Added git_wrapper_background_command option. Can be used to eg, + * git: Added git_wrapper_background_command option. Can be used to eg, make the git wrapper push to github in the background after ikiwiki runs. * po: Added needstranslation() pagespec. (intrigeri) @@ -1531,7 +1537,7 @@ ikiwiki (3.20100515) unstable; urgency=low and typical use. * inline: Call indexhtml when inlining internal pages, so their text can be indexed for searching. - * Delete hooks are passed deleted internal pages. + * Delete hooks are passed deleted internal pages. * openid: Incorporated a fancy openid-selector signin form. (Based on http://code.google.com/p/openid-selector/) * openid: Use "openid_identifier" as the form field, as required @@ -1560,9 +1566,9 @@ ikiwiki (3.20100504) unstable; urgency=low links to the action bar without modifying the template further. (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept separate for now to avoid breaking modified templates.) - * websetup: Only display Setup button on admins' preferences page. + * websetup: Only display Setup button on admins' preferences page. * graphviz: Fix display of preexisting images in preview mode. - * Fixes a bug in skipping of illegal source files introduced in + * Fixes a bug in skipping of illegal source files introduced in 3.20100427. -- Joey Hess Tue, 04 May 2010 20:26:20 -0400 @@ -1647,7 +1653,7 @@ ikiwiki (3.20100427) unstable; urgency=low * Rename --getctime to --gettime. (The old name still works for backwards compatibility.) * --gettime now also looks up last modification time. - * Automatically run --gettime the first time ikiwiki is run on + * Automatically run --gettime the first time ikiwiki is run on a given srcdir. (Use --no-gettime to disable.) * Add rcs_getmtime to plugin API; currently only implemented for git and svn. @@ -1668,7 +1674,7 @@ ikiwiki (3.20100427) unstable; urgency=low the top of the web root. This is another things that requires a wiki rebuild on upgrade to this version. * Fix removal of rendered files in rebuild mode. - * Add page() PageSpec, which is like glob() but matches only pages, + * Add page() PageSpec, which is like glob() but matches only pages, not other files. -- Joey Hess Tue, 27 Apr 2010 00:00:00 -0400 @@ -1746,12 +1752,12 @@ ikiwiki (3.20100212) unstable; urgency=low * img: Fix a bug that could taint @links with undef values. * setup automator: Configure Term::Readline to use bold for prompt, rather than default underline. Closes: #517656 - * Allow jumping directly into account registration process by going to + * Allow jumping directly into account registration process by going to ikiwiki.cgi?do=register * Improve display of openid in preferences page. * Add link to userpage (or creation link) to top of preferences page. * opendiscussion: This plugin will also now allow posting comments - to otherwise locked-down sites. + to otherwise locked-down sites. * auto-blog.setup: Lock all pages, so only admin can post to the blog by default, and enable opendiscussion so others can comment. * Fix color and format plugins to appear in the websetup interface. @@ -1779,7 +1785,7 @@ ikiwiki (3.20100122) unstable; urgency=low * img: Support alignment of images with captions. (Giuseppe Bilotta) * websetup: Fix utf-8 problems. * websetup: Fix bug in array change detection. - * linkmap: Simplify and improve browser compatibility by using an img, + * linkmap: Simplify and improve browser compatibility by using an img, not object tag. * git: The new git-notes feature in git 1.6.6 changes git log output in a way that broke ikiwiki's parser if notes are added to commits. @@ -1858,7 +1864,7 @@ ikiwiki (3.20091113) unstable; urgency=low * localstyle: New plugin, allows overrding the toplevel local.css with one that is closer to a page. * httpauth: Add cgiauthurl setting that can be used to do http basic auth - only when ikiwiki needs authentication, rather than for any access to + only when ikiwiki needs authentication, rather than for any access to the cgi/wiki. * inline: Do not generate feeds for nested inlines. * inline: Allow direct inclusion of non-page files in raw mode. @@ -1869,7 +1875,7 @@ ikiwiki (3.20091113) unstable; urgency=low ikiwiki (3.20091031) unstable; urgency=low * po: Fix breakage caused by changes to render code. - * mdwn: Avoid trying to use multimarkdown if it is not installed. + * mdwn: Avoid trying to use multimarkdown if it is not installed. * moderatedcomments: New plugin to allow comment moderation w/o relying on blogspam.net. * When redirecting to a page, ie, after editing, ensure that the @@ -1969,7 +1975,7 @@ ikiwiki (3.14159265) unstable; urgency=low Steve Petruzzello. * Expand banned_users; it can now include PageSpecs, which allows banning by IP address. - * underlay: Also allow configuring additional directories to search + * underlay: Also allow configuring additional directories to search for template files in. * Fix parsing web commits from ipv6 addresses. * Add genwrapper hook, that can be used to add code into the C wrapper. @@ -1987,7 +1993,7 @@ ikiwiki (3.1415926) unstable; urgency=high [ Joey Hess ] * po: Detect if nowrapi18n can't be passed to po4a, and warn about - the old version, but continue. Closes: #541205 + the old version, but continue. Closes: #541205 * inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 * Add discussionpage configuration setting. @@ -2228,7 +2234,7 @@ ikiwiki (3.08) unstable; urgency=low -- Joey Hess Sun, 15 Mar 2009 17:54:47 -0400 ikiwiki (3.07) unstable; urgency=low - + * Updated German translation (Kai Wasserbäch). Closes: #518377 * Updated French translation (Jean-Luc Coulon). Closes: #518510 * wmd: New plugin contributed by William Uther to support the WMD @@ -2272,7 +2278,7 @@ ikiwiki (3.04) unstable; urgency=low to create it. (smcv) * Factor out redundant code into goto plugin. (smcv) * Work around XML::Atom strangeness that results in double-encoded posts. - (smcv) + (smcv) * Fix unusual --setup --post-commit command line option combo. * Create any missing directory necessary to put the wrapper file into. Closes: #514384 @@ -2297,7 +2303,7 @@ ikiwiki (3.03) unstable; urgency=low * meta: New "updated" metadata specifies a fake modification time for a page, to be output into RSS and Atom feeds. (smcv) * underlay: New plugin, allows pulling in additional files not - in version control. (smcv) + in version control. (smcv) -- Joey Hess Thu, 29 Jan 2009 14:36:58 -0500 @@ -2335,7 +2341,7 @@ ikiwiki (3.01) unstable; urgency=low * Fix documentation about git hook to use right name. Closes: #510393 * yesno: Always accept English even when localised. * yesno: Also accept 1 and 0 as input. - * A recent change to gitweb removed support for the form of diffurl + * A recent change to gitweb removed support for the form of diffurl that many ikiwiki setups use. Document how to use the new url form. -- Joey Hess Mon, 05 Jan 2009 18:53:50 -0500 @@ -2362,7 +2368,7 @@ ikiwiki (3.00) unstable; urgency=low * htmlbalance: Demand-load HTML::TreeBuilder to avoid failing test suite if it is not present. * French translation update from Philippe Batailler. Closes: #510216 - * websetup: Avoid a crash when a new array setup item has been added in + * websetup: Avoid a crash when a new array setup item has been added in a new ikiwiki release, and is thus not present in the setup file yet. -- Joey Hess Wed, 31 Dec 2008 15:17:47 -0500 @@ -2427,7 +2433,7 @@ ikiwiki (2.69) unstable; urgency=low change. * Remove support for unused optional wait parameter from lockwiki. * aggregate: Try to query XML::Feed for the base url when derelevatising - links. Since this needs the just released XML::Feed 0.3, as well + links. Since this needs the just released XML::Feed 0.3, as well as a not yet released XML::RSS, it will fall back to the old method if no xml:base info is available. * meta: Plugin is now enabled by default since the basewiki uses it. @@ -2512,7 +2518,7 @@ ikiwiki (2.67) unstable; urgency=low ikiwiki (2.66) unstable; urgency=low - * recentchanges: Fix redirects to non-page files. + * recentchanges: Fix redirects to non-page files. * aggregate: Avoid uninitialized value warnings for pages with no recorded ctime. * attachment: Add admin() pagespec to test if the uploading user is a wiki @@ -2543,7 +2549,7 @@ ikiwiki (2.66) unstable; urgency=low Closes: #474611 (Sponsored by The TOVA Company.) * httpauth: Document that ikiwiki.cgi has to be in a directory subject to - authentication. Closes: #500524 + authentication. Closes: #500524 * inline: Fix handling of rootpage that doesn't exist. * attachment: Support adding attachments to pages even as they are being created. @@ -2593,7 +2599,7 @@ ikiwiki (2.64) unstable; urgency=low you explicitly enable it now. * goodstuff: Add more, progress, and table plugins to the bundle. * Improve error message if external plugin fails to load. Closes: #498458 - * Directive documentation broken out of the plugin documentation and into + * Directive documentation broken out of the plugin documentation and into pages suitable to be used as an underlay. Thanks to Willu for doing most of the tedious work. * Move the directive documentation into its own underlay, separate from @@ -2616,7 +2622,7 @@ ikiwiki (2.63) unstable; urgency=low non-root. * Work around perl $_ scoping nonsense that caused breakage when loading external plugins. - * style.css: Add missing semicolon. Closes: #497176 + * style.css: Add missing semicolon. Closes: #497176 * filecheck: Fall back to testing for binary or plain text files if no mime type is detected. * table: Support header=column to make the table header be the first @@ -2670,7 +2676,7 @@ ikiwiki (2.61) unstable; urgency=low -- Joey Hess Thu, 14 Aug 2008 18:13:22 -0400 ikiwiki (2.60) unstable; urgency=low - + [ Joey Hess ] * Starting with this version, "ikiwiki -setup /etc/ikiwiki/auto.setup" can be used create a new wiki in seconds. @@ -2741,7 +2747,7 @@ ikiwiki (2.55) unstable; urgency=low * editpage: Don't show attachments link when attachments are disabled. * tag: Allow tagbase to be overridden by starting a tag with "./" or "/". (Simon McVittie) - * Really fix bug with links to pages with names containing colons. + * Really fix bug with links to pages with names containing colons. Previous fix mised a few cases. * Avoid troublesome abs_path calls in wrapper setup. * Add allow_symlinks_before_srcdir config setting that can be used to avoid @@ -2857,7 +2863,7 @@ ikiwiki (2.51) unstable; urgency=low * Improve toplevel parentlink to link directly to index.html when usedirs is disabled. * map: Add a "show" parameter. "show=title" can be used to display page - titles, rather than the default page name. Based on a patch from + titles, rather than the default page name. Based on a patch from Jaldhar H. Vyas, Closes: #484510 * hnb: New plugin, contributed by Axel Beckert. * meta: Store "description" in pagestate for use by other plugins. @@ -2938,7 +2944,7 @@ ikiwiki (2.48) unstable; urgency=high ikiwiki (2.47) unstable; urgency=low * mdwn: Add a multimarkdown setup file option. - * If PERL5LIB is set to the libdir when building ikiwiki, calculate and + * If PERL5LIB is set to the libdir when building ikiwiki, calculate and hardcode a proper 'use lib' statement anyway. This fixes a gotcha, since PERL5LIB won't work once ikiwiki is running via a wrapper or as a cgi. @@ -2962,7 +2968,7 @@ ikiwiki (2.46) unstable; urgency=low * amazon_s3: New plugin, which injects wiki pages into Amazon S3, allowing ikiwiki to be used without a dedicated web server. - * aggregate: Add support for web-based triggering of aggregation + * aggregate: Add support for web-based triggering of aggregation for people stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom. * Add pinger and pingee plugins, which allow setting up mirrors and branched @@ -3061,7 +3067,7 @@ ikiwiki (2.41) unstable; urgency=low * rcs_diff is a new function that rcs modules should implement. * Implemented rcs_diff for git, svn, and tla (tla version untested). Mercurial and monotone still todo. - * Support Text::Markdown::markdown, which is the spelling used by + * Support Text::Markdown::markdown, which is the spelling used by version 1.0.16 of Text::Markdown. * Updated Spanish translation from Victor Moral. * Fix example exclude regexp. Closes: #469691 -- 2.39.2