summaryrefslogtreecommitdiffstats
path: root/js/tests/controllers/itemcontrollerSpec.coffee
AgeCommit message (Expand)Author
2013-12-19add compact view, fix #267, merry christmas ;DBernhard Posselt
2013-12-19add persistent option for compact viewBernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-16move instantiation into file where object is declared, fix unittests that ove...Bernhard Posselt
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
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-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt