summaryrefslogtreecommitdiffstats
path: root/templates/part.items.php
AgeCommit message (Collapse)Author
2012-09-06made feed design more like owncloud navigationBernhard Posselt
2012-09-01order feeds from cache by timestampBernhard Posselt
2012-08-19now saves item's author in dbAlessandro Cosentino
2012-08-16made starred items and all items work!Bernhard Posselt
2012-08-16fixed the show only new items drop downBernhard Posselt
2012-08-16moved keep unread to the bottomBernhard Posselt
2012-08-16made all entries look the same in the feedsbarBernhard Posselt
2012-08-16added and formatted the feedtimestamp properlyBernhard Posselt
2012-08-16saves and shows datetime of itemsAlessandro Cosentino
2012-08-16show author if the item has oneBernhard Posselt
2012-08-15shows counter when adding feed; fixes bug when removing folderAlessandro Cosentino
2012-08-14Merge commit 'refs/merge-requests/17' of git://gitorious.org/owncloud/apps ↵Alessandro Cosentino
into merge-requests/17
2012-08-14further removed the number of post request on marking read. shouldnt get any ↵Bernhard Posselt
better than this, but it should work properly i think :)
2012-08-14fixes url parsing componentAlessandro Cosentino
2012-08-14Dont issue more post request on read than necesarry, make show only new ↵Bernhard Posselt
items the default database settings still need to be written though, simplified and cleaned up the feedlist code, html and css
2012-08-12fix small issues arising from mergeAlessandro Cosentino
2012-08-13new layout and design for feed items, mark all as read is now faster because ↵Bernhard Posselt
it uses an own ajax request, css and javascript refactor, the titlebar is now only loaded once
2012-08-12added an keep unread checkbox, cleaned up javascript that handled setting of ↵Bernhard Posselt
item status, improved design of feedentries
2012-08-12added ability to mark items as important; mark items as read when: title is ↵Bernhard Posselt
clicked or when title scrolled beyond the top edge or when the bottom is reached; open items in a new tab when title is clicked
2012-08-11fix conflicts of mergeAlessandro Cosentino
2012-08-11changes namespace to OCA\NewsAlessandro Cosentino
2012-08-11mark items as read when the title is being hidden under the top edge or when ↵Bernhard Posselt
you hit the bottom. also mark items as read when you click on them
2012-08-11added an item header, improved feed design, removed unused javascript ↵Bernhard Posselt
function, added proper template translation tags
2012-08-10moved the marking of feeds into the news.js and call it on mouseenter, ↵Bernhard Posselt
always expand the description of feeds, improved style of the news items
2012-07-30Implement live update of unread item counterGregor Tätzner
2012-07-10update views when you remove a feed or mark item as readAlessandro Cosentino
2012-07-07mark as read item working nowAlessandro Cosentino
2012-07-07starts implementing updateitemAlessandro Cosentino
2012-07-04shows articles in accordion viewAlessandro Cosentino
2012-07-03fixes name of a parameterAlessandro Cosentino
2012-07-02button to add feed; selection of a feedAlessandro Cosentino