summaryrefslogtreecommitdiff
path: root/js/viewfeed.js
AgeCommit message (Collapse)Author
2013-04-04only unmark articles which had been processed when automarking (for realz)Andrew Dolgov
2013-04-04add experimental cooldown after headlines buffer had been manipulated before ↵Andrew Dolgov
auto catchup is enabled only unmark articles which had been processed when automarking
2013-04-02retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it ↵Andrew Dolgov
superfluous
2013-04-02rpc: move labelops to articleAndrew Dolgov
2013-04-02rpc: move completeTags to articleAndrew Dolgov
2013-04-02rpc: move setScore to articleAndrew Dolgov
2013-04-02remove small_article_previewAndrew Dolgov
2013-04-01move several methods from dlg; fix displayed tags not updated after editingAndrew Dolgov
2013-04-01add (disabled) per-feed view_settings handling placeholderAndrew Dolgov
2013-03-31dismissArticle: check if target element existsAndrew Dolgov
2013-03-31subtoolbar: remove catchupPage, label confusing with upper toolbar catchup ↵Andrew Dolgov
function
2013-03-31disable small article preview for nowAndrew Dolgov
2013-03-30archive: automatically subscribe user to originating feed while unarchivingAndrew Dolgov
2013-03-30headline menu: add ability to toggle unread/published/starredAndrew Dolgov
2013-03-29fix invisible active headline in 3pane modeAndrew Dolgov
2013-03-29toggleUnread: remove scriptaculous highlightAndrew Dolgov
2013-03-29fix cdmExpandArticle not always removing active class; make moving between ↵Andrew Dolgov
posts take expanded cdm margins into account
2013-03-29remove cdm tiles; update cdm stylesheet as to stop reading on yellowAndrew Dolgov
2013-03-29remove active className on collapse (closes #644)Andrew Dolgov
2013-03-28since dojo dropdowns won't work in article content because of html escaping ↵Andrew Dolgov
trick, replace attachment dropdown with generic html controls
2013-03-27css cleanup; remove auxDlg; add separate prefs.cssAndrew Dolgov
2013-03-27reduce moveToPost longpost scroll heightAndrew Dolgov
2013-03-27experimentally rebase labels; make base index configurableAndrew Dolgov
2013-03-26fix small preview locationAndrew Dolgov
2013-03-26lower catchup_timeout_id to 500msAndrew Dolgov
2013-03-26lower catchup_timeout_id to 1sAndrew Dolgov
2013-03-25enable tooltips on normal modeAndrew Dolgov
2013-03-25add a simple appearing preview for unexpanded cdm and normal modeAndrew Dolgov
2013-03-25unpackVisibleHeadlines: do nothing if not in cdmAndrew Dolgov
2013-03-25do some tweaks to prevent potential self-readingAndrew Dolgov
2013-03-25cdmExpandArticle: bail out if id not present in buffer (closes #628)Andrew Dolgov
2013-03-24Fix remaining plural forms to work with gettext.Tomas Chvatal
2013-03-22add active class for unexpanded cdmAndrew Dolgov
2013-03-22remove PTITLE kludge; use ajaxAndrew Dolgov
2013-03-21add headline menu entry to show article urlAndrew Dolgov
2013-03-21experimental: limit initialized html content for expanded cdmAndrew Dolgov
2013-03-21moveToPost: tweak unexpanded 'prev' behaviorAndrew Dolgov
2013-03-21moveToPost: tweak unexpanded 'next' behaviorAndrew Dolgov
2013-03-21tweak cdmExpandArticle behavior with scrolling (refs #604) (2)Andrew Dolgov
2013-03-21tweak cdmExpandArticle behavior with scrolling (refs #604)Andrew Dolgov
2013-03-20tweak moveToPost behaviour in unexpanded modeAndrew Dolgov
2013-03-20add a hack to prevent loading of stuff for hidden content in unexpanded ↵Andrew Dolgov
combined mode (refs #602)
2013-03-20update styling for unexpanded cdm; misc fixes related to collapsingAndrew Dolgov
2013-03-20Revert "cdmExpandArticle: force-scroll to headline"Andrew Dolgov
This reverts commit 4895f99b9a6e329494c050b5799542af8e7a3c02.
2013-03-20cdmExpandArticle: force-scroll to headlineAndrew Dolgov
2013-03-20make a separate headline button to collapse current article inAndrew Dolgov
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded mode and dismiss article in expanded mode
2013-03-19improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrowsAndrew Dolgov
2013-02-28cdmClicked: allow shift-lclickAndrew Dolgov
2013-02-28remove headline precaching stuff, conflicts with dijit widgets inAndrew Dolgov
headlines buffer
2013-02-28Revert "headlines buffer: remove dijit-based RCHK elements"Andrew Dolgov
This reverts commit f7945c99d0495f5b2e0e789d99e32b1e121ae1cf.