[pkg-nagios-changes] [Git][nagios-team/pkg-icingaweb2][master] Add upstream patch to fix search in documentation.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Jul 6 08:07:40 BST 2022
Bas Couwenberg pushed to branch master at Debian Nagios Maintainer Group / pkg-icingaweb2
Commits:
b617e6dc by Bas Couwenberg at 2022-07-06T09:07:33+02:00
Add upstream patch to fix search in documentation.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/pr4860-Fix-wrong-return-value-breaks-doc-module-search.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+icingaweb2 (2.11.0-5) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add upstream patch to fix search in documentation.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 06 Jul 2022 09:07:10 +0200
+
icingaweb2 (2.11.0-4) unstable; urgency=medium
* Team upload.
=====================================
debian/patches/pr4860-Fix-wrong-return-value-breaks-doc-module-search.patch
=====================================
@@ -0,0 +1,16 @@
+Description: Fix wrong return value breaks doc-module search
+Author: moreamazingnick <github at nicolas-schneider.at>
+Origin: https://github.com/Icinga/icingaweb2/pull/4860
+Bug: https://github.com/Icinga/icingaweb2/issues/4856
+
+--- a/modules/doc/library/Doc/Search/DocSearchIterator.php
++++ b/modules/doc/library/Doc/Search/DocSearchIterator.php
+@@ -61,7 +61,7 @@ class DocSearchIterator extends Recursiv
+ }
+ if (! empty($matches)) {
+ $this->matches = $matches;
+- return $this;
++ return true;
+ }
+ if ($section->hasChildren()) {
+ $this->matches = null;
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
pr4854-Fix-incorrect-history-time-and-date.patch
pr4861-Fix-depricated-warning-in-setup-wizard.patch
+pr4860-Fix-wrong-return-value-breaks-doc-module-search.patch
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/-/commit/b617e6dc0ce90741f8f9c8c478d6d9b94f196320
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/-/commit/b617e6dc0ce90741f8f9c8c478d6d9b94f196320
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20220706/49092edf/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list