summaryrefslogtreecommitdiffstats
path: root/db/item.php
AgeCommit message (Expand)Author
2014-11-14correct phpdocBernhard 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-21first try to set indention limit at 80 characters in phpBernhard Posselt
2014-10-21convert tabs indention to indention with 4 spaces because of mixing of both v...Bernhard Posselt
2014-06-25style fixesBernhard Posselt
2014-05-22simplify star and readBernhard Posselt
2014-05-14add JsonSerializable to entitiesBernhard Posselt
2014-05-14convert array() to []Bernhard Posselt
2014-05-14fix unittestsBernhard Posselt
2014-05-13break all the things!Bernhard Posselt
2014-05-12add annotations to entitiesBernhard Posselt
2014-04-19update headers to be compatible with phpdoc, slim down license text to make c...Bernhard Posselt
2014-04-08migrated database, utility, bootstrap from appframeworkBernhard Posselt
2014-04-04write out type name to prevent confusion when using gettypeBernhard Posselt
2013-12-12Revert "fix non utf-8 strings in article body, title, guid and author"Bernhard Posselt
2013-12-12Revert "less equal signs and goddamnit php dont spit out warnings if it worked"Bernhard Posselt
2013-12-12less equal signs and goddamnit php dont spit out warnings if it workedBernhard Posselt
2013-12-12fix non utf-8 strings in article body, title, guid and authorBernhard Posselt
2013-09-27added fixme1.605Bernhard 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-03-26show title and author below feedBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-20updated docsBernhard Posselt
2013-03-20moved entity to the appframeworkBernhard Posselt
2013-03-20removed comments from item classBernhard Posselt
2013-03-20added tablename for entitesBernhard Posselt
2013-03-20also mark field as updated in itemBernhard Posselt
2013-03-20finished itemBernhard Posselt
2013-03-20throw exceptions when attributes dont existBernhard 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 itemmapper testBernhard Posselt
2013-01-27merged the angularjs branchBernhard Posselt