summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--bl/itembl.php2
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
}