зеркало из https://github.com/nextcloud/news.git
This commit is contained in:
Родитель
00ca71cc83
Коммит
af5d2420d1
|
@ -1,3 +1,6 @@
|
|||
owncloud-news (8.4.1)
|
||||
* **Bugfix**: Fix error messages in the logs which were caused by outdated template includes, #972
|
||||
|
||||
owncloud-news (8.4.0)
|
||||
* **Enhancement**: Use the feed url when showing an example of a curl command if a feed does not exist, #969
|
||||
* **Enhancement**: Also filter duplicate items from web frontend when in folder, starred or all articles view, #465
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
|
||||
<category>multimedia</category>
|
||||
<licence>AGPL</licence>
|
||||
<version>8.4.0</version>
|
||||
<version>8.4.1</version>
|
||||
<namespace>News</namespace>
|
||||
|
||||
<!-- resources -->
|
||||
|
|
|
@ -207,9 +207,6 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
|
|||
}).when('/shortcuts', {
|
||||
templateUrl: 'shortcuts.html',
|
||||
type: -1
|
||||
}).when('/subscription-url', {
|
||||
templateUrl: 'subscription.html',
|
||||
type: -1
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
@ -70,9 +70,6 @@ foreach (Plugin::getScripts() as $appName => $fileName) {
|
|||
</div>
|
||||
|
||||
<!-- content -->
|
||||
<script type="text/ng-template" id="audio.html">
|
||||
<?php print_unescaped($this->inc('part.content.audio')) ?>
|
||||
</script>
|
||||
<script type="text/ng-template" id="content.html">
|
||||
<?php print_unescaped($this->inc('part.content')) ?>
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче