summaryrefslogtreecommitdiffstats
path: root/tests/unit/db/ItemTest.php
AgeCommit message (Expand)Author
2015-01-06set noreferrer tag for links pointing to articlesBernhard Posselt
2014-11-13dont set guidHash when setting guid to avoid overwriting different guid hashe...Bernhard Posselt
2014-10-30dont generate guid hash by hashing the guid since picofeed already hashes the...Bernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both v...Bernhard Posselt
2014-10-09more code coverageBernhard Posselt
2014-10-09even more code coverageBernhard Posselt
2014-10-09cleanup test method in appconfig class, add test for item serializationBernhard Posselt
2014-06-25add phpunit xmlBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-14fix unittestsBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2013-09-27always open links in new tabBernhard Posselt
2013-09-12removed google importer on the serverside, add importer for articlesBernhard Posselt
2013-09-12#342 implement exportBernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-14also allow magnet urls in article links, fix #313Bernhard Posselt
2013-08-06move sanitation of urls to the serverside code to also provide security for c...Bernhard Posselt
2013-08-06strip all html tags from author and title, fix #287Bernhard Posselt
2013-05-02add serialize method for apiBernhard Posselt
2013-04-05moved tests into unit directoryBernhard Posselt