summaryrefslogtreecommitdiffstats
path: root/bl/itembl.php
AgeCommit message (Collapse)Author
2013-04-04move autopurge to itemblBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in ↵Bernhard Posselt
the meantime. read still only works on the current version of the item, that means if an item is updated on the server side and an older version is being read on the server it will not be marked as read
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use ↵Bernhard Posselt
lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-23finished findall methods in itemblBernhard Posselt
2013-03-23also pass in showall value to itemsBernhard Posselt
2013-03-23updated todoBernhard Posselt
2013-03-23finished itemcontrollerBernhard Posselt
2013-03-22added creating feedsBernhard Posselt
2013-03-21finished feedcontrollerBernhard Posselt
2013-03-21added additional empty methodsBernhard Posselt
2013-03-21added businesslayer filesBernhard Posselt