Граф коммитов

57 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt 02ae36eba3 fixed mark all unread serverside (was missing highestitemid, dont use 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-27 12:26:04 +01:00
Bernhard Posselt 35e4283ae4 show title and author below feed 2013-03-26 19:49:22 +01:00
Bernhard Posselt f7c8199380 viewing the first 20 items is now possible 2013-03-26 19:30:27 +01:00
Bernhard Posselt c8d3f8fb46 added casting information for data objects 2013-03-26 18:04:02 +01:00
Bernhard Posselt b553ff3903 fix referential integrity 2013-03-26 11:44:36 +01:00
Bernhard Posselt d0fde9dbce also use feedid because feed + guid hash are unique together 2013-03-26 11:08:14 +01:00
Bernhard Posselt c16402308b remove prefix 2013-03-25 14:43:30 +01:00
Bernhard Posselt 0f9e0e3de7 implemented feed update 2013-03-25 12:54:38 +01:00
Bernhard Posselt 842b39c380 various bugfixes 2013-03-23 16:43:50 +01:00
Bernhard Posselt 2956c5c673 finished itemmappers 2013-03-23 15:17:46 +01:00
Bernhard Posselt 7837e71f70 added index template 2013-03-23 14:37:49 +01:00
Bernhard Posselt 3455fe9cb7 finished findall methods in itembl 2013-03-23 13:24:35 +01:00
Bernhard Posselt 452d91ee39 slim down select queries 2013-03-22 21:49:36 +01:00
Bernhard Posselt f9107664b0 made mappers faster by only joining the relevant rows for each user 2013-03-22 21:39:39 +01:00
Bernhard Posselt 91a327f5c6 implemented feedRead 2013-03-22 16:08:19 +01:00
Bernhard Posselt 585667bdf4 dont add feed twice 2013-03-22 13:47:45 +01:00
Bernhard Posselt 196177a0ca removed mapper parent class and use the new mapper methods from the framework 2013-03-22 13:20:24 +01:00
Bernhard Posselt e674fe47e6 disallow creating and renaming of folders that already exist 2013-03-21 23:29:54 +01:00
Bernhard Posselt c8bdd9c3fb finished feedcontroller 2013-03-21 20:38:20 +01:00
Alessandro Cosentino 25177ab493 not working itemmapper with tests 2013-03-21 18:00:07 +01:00
Bernhard Posselt ac84b27965 reorganize folder 2013-03-21 16:32:36 +01:00
Bernhard Posselt f475d882d0 also get unread count when fetching feeds from a user 2013-03-21 16:18:43 +01:00
Alessandro Cosentino 93cf89a858 findAll All All 2013-03-21 00:31:58 +01:00
Bernhard Posselt 6dab27a668 be nice 2013-03-21 00:31:18 +01:00
Bernhard Posselt b9d98e336c finished foldermapper 2013-03-20 19:40:17 +01:00
Bernhard Posselt c26baa1eb7 finished feedmapper 2013-03-20 19:30:05 +01:00
Bernhard Posselt 9c78fd8295 added feedmaper 2013-03-20 19:21:47 +01:00
Bernhard Posselt 8f215ec03b tests 2013-03-20 19:06:17 +01:00
Alessandro Cosentino eacd2a1755 adds findAllFromFolder 2013-03-20 19:04:34 +01:00
Alessandro Cosentino 843f5e0fd2 findAll functions in the itemmapper 2013-03-20 18:24:21 +01:00
Bernhard Posselt 97855d5d6a updated docs 2013-03-20 17:55:03 +01:00
Bernhard Posselt f2e5c7060f finished cleaning up in db 2013-03-20 16:32:07 +01:00
Bernhard Posselt bd3d7a730d removed entity 2013-03-20 16:30:58 +01:00
Bernhard Posselt 289980a50c removed collection 2013-03-20 16:30:25 +01:00
Bernhard Posselt 85ba81650b ported entities 2013-03-20 16:29:30 +01:00
Alessandro Cosentino 46a7c39bcb test find method 2013-03-20 14:28:29 +01:00
Bernhard Posselt 0f0a7f0c47 moved entity to the appframework 2013-03-20 12:19:17 +01:00
Bernhard Posselt de16ffbec0 removed comments from item class 2013-03-20 12:03:27 +01:00
Bernhard Posselt 5a32f7a956 added tablename for entites 2013-03-20 12:03:02 +01:00
Bernhard Posselt 959f29146e use a hashmap for updated fields 2013-03-20 11:09:06 +01:00
Bernhard Posselt 4c6cdf277a also mark field as updated in item 2013-03-20 11:08:07 +01:00
Bernhard Posselt 070abc32e5 finished item 2013-03-20 11:05:15 +01:00
Bernhard Posselt fa3a2e469d throw exceptions when attributes dont exist 2013-03-20 10:46:37 +01:00
Bernhard Posselt acb40d091f correctly map table column names to properties 2013-03-20 10:23:04 +01:00
Bernhard Posselt 1d43634ebd created a protected function to mark a field as updated 2013-03-19 21:30:12 +01:00
Bernhard Posselt d96e794673 added getter and setter automation and added translation for database fields 2013-03-19 21:24:33 +01:00
Bernhard Posselt 50e00916ce added namespaced indices for the newsapp 2013-03-19 20:32:44 +01:00
Bernhard Posselt 4e077697a1 added itemmapper test 2013-03-19 19:20:42 +01:00
Bernhard Posselt 3cacc9c90d added entity baseclass and pull deps if phpunit is run 2013-03-19 18:41:42 +01:00
Gregor Tätzner 25a766a009 implement folder modify and delete api calls 2013-03-07 18:25:31 +01:00