summaryrefslogtreecommitdiffstats
path: root/js/menu.js
AgeCommit message (Expand)Author
2012-10-31added unreadcounter for foldersBernhard Posselt
2012-10-31set unread items correctly for new items and starred itemsBernhard Posselt
2012-10-31added unreadcounter backBernhard Posselt
2012-10-15fixed bug that caused the starred items menu item to be marked as read when o...Bernhard Posselt
2012-10-14Whitespace cleanupBart Visscher
2012-10-13fixed bug that prevented creating of folders, linted menu.js, fixed weird htm...Bernhard Posselt
2012-10-13reverted js back to old stateBernhard Posselt
2012-10-12removed linter errors on parseInt, added the most recent timestamp and id to ...Bernhard Posselt
2012-09-20setting items as read has now an immediate response from the server about how...Bernhard Posselt
2012-09-14fixed a bug which broke updating via ajaxBernhard Posselt
2012-09-14small mispell fixBernhard Posselt
2012-09-14made feeds smaller, fixed some errors from js linterBernhard Posselt
2012-09-08remember collapsed folders, simplyfied css and jsBernhard Posselt
2012-09-05removed debug console.logBernhard Posselt
2012-09-05cleanup, moving feeds now sets the unread count correctlyBernhard Posselt
2012-09-05correctly adjust unreadcount for folders when moving a feedBernhard Posselt
2012-09-05fixed bug that would prevent marking as keep_unread when directly clicking on...Bernhard Posselt
2012-09-03set a timeout for scroll event to only trigger once every 100 milisecsBernhard Posselt
2012-09-02changing folder names works nowBernhard Posselt
2012-09-02dont use mock folders, use html delivered from server; deleted unecessary tem...Bernhard Posselt
2012-09-01fixed all read button, made the reader more responsing by not waiting for the...Bernhard Posselt
2012-09-01only change folder when the new folder != old folder, added animation for dnd...Bernhard Posselt
2012-09-01prevent simoultaneous updatesBernhard Posselt
2012-09-01mark all read works nowBernhard Posselt
2012-09-01folders are now correctly transformed when it contains hidden itemsBernhard Posselt
2012-09-01set unreadcount affects the whole menu nowBernhard Posselt
2012-09-01empty itemcache on view changeBernhard Posselt
2012-09-01implemented clientside caching of itemsBernhard Posselt
2012-09-01removed jquery ui bugs when dragging feedsBernhard Posselt
2012-09-01fixed adding feedsBernhard Posselt
2012-09-01wired removing and adding of feedsBernhard Posselt
2012-09-01fixed click on feed buttonsBernhard Posselt
2012-09-01prevent loading when drag and dropping feedsBernhard Posselt
2012-09-01hide read items on triggerHeadRead, but dont hide them if theyre selected or ...Bernhard Posselt
2012-09-01always assure that unreadcount is an integerBernhard Posselt
2012-09-01update folder count automatically from containing feedsBernhard Posselt
2012-09-01more cleanupBernhard Posselt
2012-09-01fixed starred and subscriptions callbacksBernhard Posselt
2012-09-01when folder is opened via adding to it, also correctly transform the triggerBernhard Posselt
2012-09-01clone new items in menu from mock objectsBernhard Posselt
2012-09-01code reorganizationBernhard Posselt
2012-09-01added missing methods and javadocBernhard Posselt
2012-09-01mergedBernhard Posselt
2012-08-30cleanupBernhard Posselt
2012-08-30added missing javadocBernhard Posselt
2012-08-30added usage howto for menu.js for all important public functionsBernhard Posselt
2012-08-30made item also droppable on folder menu itemsBernhard Posselt
2012-08-30added drag and dropBernhard Posselt
2012-08-30fixed bug that prevented the expand button to be clickedBernhard Posselt
2012-08-30more unittests for menu.jsBernhard Posselt