<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/lib/pkgfuncs.inc.php, branch master</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc.php?h=master</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/lib/pkgfuncs.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-02-19T17:18:48Z</updated>
<entry>
<title>Unset $pinned unconditionally when displaying comments</title>
<updated>2016-02-19T17:18:48Z</updated>
<author>
<name>Mark Weiman</name>
<email>mark.weiman@markzz.com</email>
</author>
<published>2016-02-16T13:21:55Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c23914fc1df309a6b1d85ec5387cfbef2161e655'/>
<id>urn:sha1:c23914fc1df309a6b1d85ec5387cfbef2161e655</id>
<content type='text'>
In pkg_comments.php, the $pinned variable is used to determine whether
the template is supposed to print all comments or pinned comments only.
If the $pinned variable is unset, the top 10 comments are printed,
followed by an "All comments" link. If the $pinned variable is set, the
pinned comments are printed and the "All comments" link below the
comment listing is skipped. Thus, we need to make sure that this
variable is always unset at the time we include the template to display
all comments, even if it was empty before.

Fixes FS#48194.

Signed-off-by: Mark Weiman &lt;mark.weiman@markzz.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Rename the CommentNotify table to PackageNotifications</title>
<updated>2016-02-07T09:39:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T18:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3412de21d32708b44d1fb3011649734e3cc67d9b'/>
<id>urn:sha1:3412de21d32708b44d1fb3011649734e3cc67d9b</id>
<content type='text'>
As a preparatory step to adding support for package notifications on
events other than comments, rename the database table accordingly.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Implement capability to pin comments above others</title>
<updated>2015-12-12T14:09:47Z</updated>
<author>
<name>Mark Weiman</name>
<email>mark.weiman@markzz.com</email>
</author>
<published>2015-12-12T00:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7d4c0c9ffa55ca60aea24b6aa64417783a15ea80'/>
<id>urn:sha1:7d4c0c9ffa55ca60aea24b6aa64417783a15ea80</id>
<content type='text'>
Adds capability to pin comments before others.

Implements FS#10863.

Signed-off-by: Mark Weiman &lt;mark.weiman@markzz.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Highlight broken dependencies</title>
<updated>2015-10-24T16:59:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T16:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=66d12f0c377074a37a851871aeed426177b0de4a'/>
<id>urn:sha1:66d12f0c377074a37a851871aeed426177b0de4a</id>
<content type='text'>
If a dependency neither exists in the official repositories nor in the
AUR, make it appear bold red.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Hide optdepend description if not available</title>
<updated>2015-10-24T16:50:44Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T16:50:44Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8dcf225f63881ed95bb861025d2cd83110da7389'/>
<id>urn:sha1:8dcf225f63881ed95bb861025d2cd83110da7389</id>
<content type='text'>
Remove the "(unknown)" suffix that used to be shown for optional
dependencies without a description.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Include trivial AUR providers in pkg_providers()</title>
<updated>2015-10-24T16:33:00Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T16:27:32Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b30135111a25efeb7758b12a60a1f1d1d4d1d5ed'/>
<id>urn:sha1:b30135111a25efeb7758b12a60a1f1d1d4d1d5ed</id>
<content type='text'>
When obtaining provisions using pkg_providers(), we already include
virtual providers from the official repositories, virtual providers from
the AUR and trivial providers (i.e. packages having the given name) from
the official repositories. Include trivial providers from the AUR as
well.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Always retrieve dependency providers</title>
<updated>2015-10-24T16:22:25Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T16:22:25Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5d119c02ea81df9f4f688e2fb2ecf0f15e21ad33'/>
<id>urn:sha1:5d119c02ea81df9f4f688e2fb2ecf0f15e21ad33</id>
<content type='text'>
Since commit 16765d5 (Track providers in the official repositories,
2015-10-21), we know all packages and virtual provisions from the
official repositories. Always obtain and display all providers from both
the official repositories and the AUR.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix spacing of versioned dependencies</title>
<updated>2015-10-24T16:13:48Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-24T16:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b74a87abfcd9b9533c0c2a654894c8d37c0a6018'/>
<id>urn:sha1:b74a87abfcd9b9533c0c2a654894c8d37c0a6018</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Track providers in the official repositories</title>
<updated>2015-10-21T20:05:42Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-21T16:41:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=16765d553233e50b326456393108729b1f3828bf'/>
<id>urn:sha1:16765d553233e50b326456393108729b1f3828bf</id>
<content type='text'>
Maintain a list of virtual provisions of packages from the official
binary package repositories. The list can be updated using the aurblup
script, e.g. via a cronjob.

This allows for adding proper links to package dependencies: If an AUR
package depends on a package from the official repositories (or on a
name provided by a package from the official repositories), add a link
to the corresponding archweb package details page. If an AUR package
depends on another AUR package (or on a name provided by another AUR
package), add a link to the corresponding aurweb package details page.
Otherwise, just display the name and do not add a link at all.

Fixes FS#46549.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>pkgfuncs.inc.php: Squelch PHP warning</title>
<updated>2015-09-25T06:35:44Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-09-24T16:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=938b1058ebb6f652133fcba8f26606b4fb557d29'/>
<id>urn:sha1:938b1058ebb6f652133fcba8f26606b4fb557d29</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
