From 3fc18156ae0b586e8de0c82949acfa6291317536 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 29 Apr 2013 13:25:04 +0200 Subject: go back to order by id, fix #138, use a newest item id to prevent marking items as read that the user didnt see yet fix #141, also update the starred count periodically --- appinfo/routes.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'appinfo') diff --git a/appinfo/routes.php b/appinfo/routes.php index f6b05ed01..fd7b6ad20 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -141,12 +141,6 @@ $this->create('news_items', '/items')->get()->action( } ); -$this->create('news_items_starred', '/items/starred')->get()->action( - function($params){ - App::main('ItemController', 'starred', $params, new DIContainer()); - } -); - $this->create('news_items_read', '/items/{itemId}/read')->post()->action( function($params){ App::main('ItemController', 'read', $params, new DIContainer()); -- cgit v1.2.3