summaryrefslogtreecommitdiffstats
path: root/tests/db
AgeCommit message (Collapse)Author
2013-04-05movedBernhard Posselt
2013-04-04fixes mappers by using the correct status conditionBernhard Posselt
2013-04-04move autopurge to itemblBernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
2013-04-04autopurge all read items which are not starred if there are more than 1000Bernhard Posselt
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-26added casting information for data objectsBernhard Posselt
2013-03-26fix referential integrityBernhard Posselt
2013-03-26also use feedid because feed + guid hash are unique togetherBernhard Posselt
2013-03-25remove prefixBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23finished itemmappersBernhard Posselt
2013-03-22slim down select queriesBernhard Posselt
2013-03-22made mappers faster by only joining the relevant rows for each userBernhard Posselt
2013-03-22implemented feedReadBernhard Posselt
2013-03-22dont add feed twiceBernhard Posselt
2013-03-22removed mapper parent class and use the new mapper methods from the frameworkBernhard Posselt
2013-03-21disallow creating and renaming of folders that already existBernhard Posselt
2013-03-21fixed itemmapper testBernhard Posselt
2013-03-21not working itemmapper with testsAlessandro Cosentino
2013-03-21intermediate mapper layer with testAlessandro Cosentino
2013-03-21reorganize folderBernhard Posselt
2013-03-21also get unread count when fetching feeds from a userBernhard Posselt
2013-03-21findAll All AllAlessandro Cosentino
2013-03-20finished foldermapperBernhard Posselt
2013-03-20finished feedmapperBernhard Posselt
2013-03-20added feedmaperBernhard Posselt
2013-03-20testsBernhard Posselt
2013-03-20adds findAllFromFolderAlessandro Cosentino
2013-03-20findAll functions in the itemmapperAlessandro Cosentino
2013-03-20test find methodAlessandro Cosentino
2013-03-20moved entity to the appframeworkBernhard Posselt
2013-03-20added tablename for entitesBernhard Posselt
2013-03-20added another entity testBernhard Posselt
2013-03-20finished itemBernhard Posselt
2013-03-20throw exceptions when attributes dont existBernhard Posselt
2013-03-20correctly map table column names to propertiesBernhard Posselt
2013-03-19added getter and setter automation and added translation for database fieldsBernhard Posselt
2013-03-19added namespaced indices for the newsappBernhard Posselt
2013-03-19added mapper specBernhard Posselt
2013-03-19added itemmapper testBernhard Posselt
2013-03-19added entity baseclass and pull deps if phpunit is runBernhard Posselt