summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a seperat...Bernhard Posselt
2013-04-13add code to get favicons, fix #49Bernhard Posselt
2013-04-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12implement clientside update requests, fix #27Bernhard Posselt
2013-04-12added return value tests for controllersBernhard Posselt
2013-04-12implement mark as read for feeds and folders, fix #29Bernhard Posselt
2013-04-11translate folder and feed errors and added css and template code for creating...Bernhard Posselt
2013-04-09fixed feedbl unittestsBernhard Posselt
2013-04-05brought back starring of feedsBernhard Posselt
2013-04-05fix statusflag db query bugs and unittestsBernhard Posselt
2013-04-05fix #37 by fixing multiple, hard to track down typosBernhard Posselt
2013-04-05small work on integration testBernhard Posselt
2013-04-05movedBernhard Posselt
2013-04-05moved tests into unit directoryBernhard 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-04-03removed useless settingsBernhard Posselt
2013-04-02added simple twitter fetcher implementationBernhard Posselt
2013-04-02fix #11 by not relying on db exceptions anymore since there is no fking prope...Bernhard Posselt
2013-04-02added pluggable fetchersBernhard Posselt
2013-03-27correctly save last viewed feedBernhard Posselt
2013-03-27star by guid hash and feedid to also star an item if it has been updated in t...Bernhard Posselt
2013-03-27delete existing item on updateBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
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-25fix bad setter usageBernhard Posselt
2013-03-25remove prefixBernhard Posselt
2013-03-25implemented feed updateBernhard Posselt
2013-03-25updated backgroundjobBernhard Posselt
2013-03-25set last viewed feed type and id and added casts to int for parametersBernhard Posselt
2013-03-23various bugfixesBernhard Posselt
2013-03-23use all articles if active feed is nullBernhard Posselt
2013-03-23finished itemmappersBernhard Posselt
2013-03-23added index templateBernhard Posselt
2013-03-23finished findall methods in itemblBernhard Posselt
2013-03-23also pass in showall value to itemsBernhard Posselt
2013-03-23finished itemcontrollerBernhard Posselt
2013-03-22check if active feed or folder existBernhard Posselt
2013-03-22finished usersettingscontrollerBernhard Posselt
2013-03-22finished get starred countBernhard 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