Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
fix #775
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Apr 29, 2015
1 parent 3c8c502 commit b1ed863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ owncloud-news (5.3.1)
* **Bugfix**: Also use the set curl timeout in addition to the connect timeout to react to timeouts after connections which is important for slow feeds, #763
* **Bugfix**: Update picoFeed to the latest version to fix a bug that would cause the fetcher timeout setting to be ignored
* **Bugfix**: Make settings checkboxes clickable by themselves
* **Bugfix**: Hide menu (which only contains the mark read button) for all articles feed if all articles are read, #775

owncloud-news (5.3.0)
* **Enhancement**: Make it possible to search articles in the search field. To migrate older articles to this functionality, check the README section "Updating from versions prior to 5.3.0", #185
Expand Down
2 changes: 1 addition & 1 deletion appinfo/checksum.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/part.navigation.unreadfeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class="subscriptions-feed with-counter with-menu">
<?php p($l->t('All articles'))?>
</a>

<div class="app-navigation-entry-utils">
<div class="app-navigation-entry-utils" ng-show="Navigation.getUnreadCount() > 0">
<ul>
<li class="app-navigation-entry-utils-counter"
ng-show="Navigation.getUnreadCount() > 0"
Expand Down

0 comments on commit b1ed863

Please sign in to comment.