From 036e4db2d55d44f2e126a9a5095af4820a5127d6 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 23 Mar 2013 01:26:37 +0100 Subject: updated todo --- README.rst | 2 +- bl/itembl.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dbf76d206..39367b96e 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ TODO * Referential integrity (delete items and feeds when feed or folder with FK was deleted) * Port coffeescript * make export work -> generate xml with template -* make fetching of items work +* implement findAll methods in itemBl and itemMapper * make feed update work * fix search plugin * fix background job \ No newline at end of file diff --git a/bl/itembl.php b/bl/itembl.php index f9bd15b9a..c5b422d06 100644 --- a/bl/itembl.php +++ b/bl/itembl.php @@ -37,7 +37,7 @@ class ItemBl extends Bl { public function findAllNew($id, $type, $updatedSince, $userId){ - + // TODO all the crazy finding of items } -- cgit v1.2.3