Andrew Dolgov
98cbae8dfa
hotkey actions: toggle_expand, collapse_article: check if element exists
...
before acting on it (closes #815 )
10 years ago
Andrew Dolgov
38bc9dad22
mail plugin: use dijit.form.ComboBox to allow random email input instead of only predefined ones
10 years ago
Andrew Dolgov
89018afa13
assign stored content-insert height/width in switchPanelMode(); reset stored sizes on widescreen switch
10 years ago
Andrew Dolgov
760183e37d
minor spacer/whiteBox appearance tweaks
10 years ago
Andrew Dolgov
1d6191ee0a
always create headline-spacer on lazy load
10 years ago
Andrew Dolgov
74217c72a1
adjust scroll amount to trigger auto-opening next unread feed
10 years ago
Andrew Dolgov
22f675e5c4
add a link to headlines-spacer to open next unread feed
10 years ago
Andrew Dolgov
0f85f483e5
another implementation of pull 386 (show next when finished reading) (2)
10 years ago
Andrew Dolgov
b7c20a3759
another implementation of pull 386 (show next when finished reading)
10 years ago
Andrew Dolgov
6472dd11a2
Revert "scroll to end to show next feed or category"
...
This reverts commit 86f32020f6
.
10 years ago
wolle
86f32020f6
scroll to end to show next feed or category
...
only if cmd_auto_catchup and on_catchup_show_next_feed set
11 years ago
André Glüpker
d922b09c43
Skip nested Feed when calling getNextUnreadFeed()
...
This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
11 years ago
Andrew Dolgov
e79b401e97
getPreviousFeed: wrap to last feed to be consistent with getNextFeed
11 years ago
Andrew Dolgov
bace5e9e6f
prevent cdmClicked ctrl-click handler working on article body
11 years ago
Andrew Dolgov
50e04efdc8
expand filtertree display to make filters easier to distinguish
11 years ago
Andrew Dolgov
e126fe6a68
exception_error: always stringify ext_info
11 years ago
Andrew Dolgov
fb3a2505ac
init params debugging: support objects etc
11 years ago
Andrew Dolgov
2f7918ae2e
exception_error: support objects in ext_info
11 years ago
Andrew Dolgov
cde449b937
update report to tt-rss prompt
11 years ago
Andrew Dolgov
8b91b0beb5
add ttrss version and init params to reports
11 years ago
Andrew Dolgov
cbcf6517dc
Revert "exception handler: remove report to tt-rss.org"
...
This reverts commit b55aec078c
.
11 years ago
Andrew Dolgov
df63125dd7
handle_rpc_json: do not crash if net-alert is somehow unavailable
11 years ago
Andrew Dolgov
b55aec078c
exception handler: remove report to tt-rss.org
11 years ago
Andrew Dolgov
5c812c2ea4
Revert "add a less intimidating error message when backend times out and/or fails to return valid JSON"
...
This reverts commit 2ffe7a3b14
.
11 years ago
Andrew Dolgov
2ffe7a3b14
add a less intimidating error message when backend times out and/or fails to return valid JSON
11 years ago
Andrew Dolgov
350218f4f8
quickAddFeed: gracefully handle backend timeout/JSON parse problems
11 years ago
Andrew Dolgov
1bffd1068f
unify main and headlines toolbar
11 years ago
Andrew Dolgov
d728015d48
minor css tweaks
11 years ago
Andrew Dolgov
d44f3da4be
default theme updates
11 years ago
Andrew Dolgov
0c7e49936a
quickAddFilter: if text is currently highlighted, use that instead of active article title for placeholder text
11 years ago
Andrew Dolgov
b8fd08d6db
do not unpack all visible headlines in collapsed mode because those are unpacked on expand
11 years ago
Andrew Dolgov
24940c3dc9
catchup group: deselect everything before processing
11 years ago
Andrew Dolgov
87065739cd
add context menu for cdmFeedTitle; change mark as read prompt for grouped headlines more clear
11 years ago
Andrew Dolgov
8f7a020e1b
add notification to subscribe dialog when multiple feeds are detected
11 years ago
Andrew Dolgov
3728377344
Revert "Firefox accessibility.typeaheadfind is triggered for multikey shortcuts."
...
breaks copy/paste in chrome
This reverts commit d7e4897b8e
.
11 years ago
Derek Schrock
d7e4897b8e
Firefox accessibility.typeaheadfind is triggered for multikey shortcuts.
...
For multikey shortcuts Firefox accessibility.typeaheadfind is triggered. Returning false will cause the default event from occuring and prevent the event from bubbling up.
11 years ago
Andrew Dolgov
2e35b3bd6b
prevent automatic selection of headlines row first child when scrolling in 3panel mode because it screws with keyboard navigation ( closes #752 )
11 years ago
Andrew Dolgov
07734eee5a
loadMoreHeadlines: use shorter syntax for adaptive offset calculation
11 years ago
Andrew Dolgov
1966e05457
workaround for resetting panel size cookies ( closes #756 )
11 years ago
Andrew Dolgov
95be6e0c89
fix second row being selected on viewfeed ( closes #748 )
11 years ago
Andrew Dolgov
00fe7886b6
update floating title unread status when auto catching up
11 years ago
Andrew Dolgov
41d37fb2c3
add experimental hack to show row unread status in floating title
11 years ago
Andrew Dolgov
0971cc619d
remove dijit checkbox element from floatingTitle
11 years ago
Andrew Dolgov
d9e78984fb
viewfeed: properly escape feed in ajax query
11 years ago
Andrew Dolgov
65f0eb01aa
support headlines context menu in floating title
11 years ago
Andrew Dolgov
41a7a066ef
share: move unsharing all articles into the plugin
11 years ago
Andrew Dolgov
6e3224a26c
use correct icons for notifications
11 years ago
Andrew Dolgov
7415fcf212
enable floating title for expandable combined mode, minor expandable mode fixes
11 years ago
Andrew Dolgov
301a09dc55
fix floating title sometimes obscuring next article title
11 years ago
Andrew Dolgov
d095f42fa4
floating title: remove cdm auto catchup id hack for the time being
11 years ago
Andrew Dolgov
8ee5e9e5e6
rework floatingtitle
11 years ago
Andrew Dolgov
2f20dd58d2
integrate silk icons by Mark James
11 years ago
Andrew Dolgov
03304fda54
if multiple articles are selected, do not reset active article / selection on scroll if auto catchup is enabled
11 years ago
Andrew Herron
c65bd1027a
Added alt and meta key handling to hotkeys
12 years ago
Andrew Herron
d999bc3eb2
prevent accidental ctrl_key global
12 years ago
Andrew Dolgov
4f62f8f6dc
add js hook for floating title
12 years ago
Veit Lehmann
d1754390cc
only do article update operations once when scrolling
...
I discovered that DOM operations and function calls were done several times inside the 100px mirror when scrolling through articles. Especially painful on seamless scrolling systems like Mac OS, where dozens of updates would slow down this part dramatically. This change fixes it.
12 years ago
Andrew Dolgov
d1343b844d
make floating title less cpu intensive
12 years ago
Jeffrey Tolar
3b2605a02e
Add some checks to see if the content element exists
...
This *might* help dismissal not break when not using combined mode.
12 years ago
Jeffrey Tolar
055a37e083
Fix incorrect function name in exception handling
12 years ago
Jeffrey Tolar
abba5dd4d4
Remove content when an article is dismissed
12 years ago
Jeffrey Tolar
3faad714e2
Add missing hotkey handler
12 years ago
Matt Haley
a95e14fb4c
Load selected feed after a short timeout
...
Avoid firing multiple server requests if the user is navigating up/down
the tree list with the keyboard. Instead, wait till the user has stopped
navigating for at least 250ms.
12 years ago
Andrew Dolgov
b684a2e665
fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST pref
12 years ago
Andrew Dolgov
f6ba763d6b
Revert "Load selected feed after a short timeout"
...
This reverts commit 17c5d44cf4
.
12 years ago
Matt Haley
17c5d44cf4
Load selected feed after a short timeout
...
Avoid firing multiple server requests if the user quickly clicks another feed or is navigating up/down the tree list with the keyboard.
12 years ago
Andrew Dolgov
d9afd9b2b5
use dojo stuff for user details
12 years ago
Andrew Dolgov
222a61c222
user editor: use dojo stuff
12 years ago
Veit Lehmann
5313ae17e4
only update floatingTitle innerHTML if active article changes
...
This will boost scrolling performance pretty much and avoid flickering of floatingTitle
12 years ago
Andrew Dolgov
5f9699a53f
hide floatingTitle when first batch of headlines is received
12 years ago
Andrew Dolgov
33e2d26bcb
apply special feedTree styles only to main UI feedtree, fix feedParam and filterParam screwing with tree node layout
12 years ago
Andrew Dolgov
15a829013c
remove single-line excerpts in widescreen 3panel mode because it breaks layout
12 years ago
Andrew Dolgov
19b906b94b
block automarking headlines on scroll in unexpanded cdm because it doesn't work so well
12 years ago
Andrew Dolgov
08820be70b
add experimental floating title when scrolling long articles in combined mode
12 years ago
Andrew Dolgov
1ffd534f43
fix wrong article context menu item toggle marked (should be toggle starred)
12 years ago
Andrew Dolgov
2a7362596f
moveToPost: check for current article element existing before getting its position info ( closes #695 )
12 years ago
Andrew Dolgov
6e098e5e8c
enlarge auto mark offset height
12 years ago
Andrew Dolgov
99d89d10b0
when auto selecting, only select articles actually near the buffer top
12 years ago
Andrew Dolgov
4bc6489a80
previous patch, fix typo
12 years ago
Andrew Dolgov
cc8d254a61
previous patch, remove active_found
12 years ago
Andrew Dolgov
48be35ca06
while cdm_auto_catchup is enabled, after scrolling set active article to the topmost visible in the buffer so that n/p hotkeys would not reset scrolling position
12 years ago
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
12 years ago
Andrew Dolgov
077f221337
hide read categories when feedtree category is first expanded
12 years ago
Andrew Dolgov
c068b98b72
add some subtle css shadows
12 years ago
Andrew Dolgov
7b32ee7e40
mark older than two weeks: fix typo
12 years ago
Andrew Dolgov
d34a32a80e
remove unnecessary bottom border from headlines-frame
12 years ago
Andrew Dolgov
c73b739b25
save and restore UI panel configuration in cookies
12 years ago
Andrew Dolgov
f5d3c77a8f
experimentally align counters to the right
12 years ago
Andrew Dolgov
fbb4155bae
counterNode: use appear effect
12 years ago
Andrew Dolgov
5973c74c34
fix notify display on chrome, add some css tweaks
12 years ago
Andrew Dolgov
8d4b5b466a
fix counters not being updated
12 years ago
Andrew Dolgov
69970d5b88
add tooltip
12 years ago
Andrew Dolgov
82076ce531
Merge branch 'master' into css-feedtree-counter
...
Conflicts:
tt-rss.css
12 years ago
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
12 years ago
Andrew Dolgov
2a3e8d7f34
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
8d090a910b
use css nth-child instead of old even/odd class hacks for normal mode
12 years ago
Jeffrey Tolar
b43b92928a
Update selected count when collapsing an article
12 years ago
Andrew Dolgov
ea18cceaca
remove splash before freshfeed is loaded
12 years ago
Andrew Dolgov
27372ddac6
fix editArticleTags() call broken on archived feed
12 years ago
Andrew Dolgov
52e7b5a096
add clear sql log button
12 years ago
supahgreg
8ceea119a8
Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated.
12 years ago
supahgreg
abbe9c1f55
minor: remove duplicate check for params
12 years ago
Andrew Dolgov
6bfc97da86
add automatic timezone (based on client tz offset)
12 years ago
Andrew Dolgov
204f9b186f
remove cdmUnexpandArticle
12 years ago
Andrew Dolgov
2779e22bf5
js: add collapsed and expanded hooks
12 years ago
Andrew Dolgov
06a02265c4
inject headlines-spacer even if cdm auto catchup is disabled
12 years ago
Andrew Dolgov
a06045adf0
add missing pluginhost source
12 years ago
Andrew Dolgov
8d388f321b
add a simple JS-based hook host
12 years ago
Andrew Dolgov
f66492d357
better javascript error reporting, save error reports in tt-rss log
12 years ago
Andrew Dolgov
ebec81a6fb
subscribe: verify XML before adding to the database; fetch: try to work around entity problems if initial parsing fails
12 years ago
Andrew Dolgov
da76e61af8
catchupAllFeeds: do not call obsolete callback
12 years ago
Andrew Dolgov
95437e9e07
tweak notify layout/display
12 years ago
Andrew Dolgov
89473cb5c6
feedtree: don't request null icon
12 years ago
Andrew Dolgov
5e6f0145c8
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
12 years ago
Andrew Dolgov
2cbdc95bb0
add a separate tab for the logger
12 years ago
supahgreg
3cc5a3cd43
minor typo fix in hash_get()
12 years ago
Andrew Dolgov
40fe2d7382
remove js-based player, better mp3 support detection for html5 audio
12 years ago
Andrew Dolgov
e43a9c4a01
add a %d articles selected element
12 years ago
Andrew Dolgov
e8f9069c5c
quickAddFeed: add placeholder select element to feeds dropdown
12 years ago
Andrew Dolgov
e1f76af006
block listing of several util directories; deny access to config.php
12 years ago
Andrew Dolgov
66af65f14b
initial
12 years ago
Andrew Dolgov
035d7a5a8f
implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode ( closes #382 )
12 years ago
Andrew Dolgov
814fa4ef11
Revert "remove RTITLE"
...
This reverts commit ecac674ade
.
12 years ago
Andrew Dolgov
ecac674ade
remove RTITLE
12 years ago
Andrew Dolgov
7e27c91409
remove RCHK
12 years ago
Andrew Dolgov
86baa14aca
check for headlines-spacer presence before querying infscroll on load
12 years ago
Andrew Dolgov
2b28c8f2da
try to fill the buffer with headlines if possible
12 years ago
Sunjay Cauligi
8b35d17172
Added functionality for navigation without opening articles and toggling expansion of headlines
12 years ago
Andrew Dolgov
bf87833884
fix prefs reset not working properly
12 years ago
Andrew Dolgov
4429463dff
feedTree: pass new copies of parent arrays while looking for category nodes to auto-expand to prevent siblings uncollapsing due to objects being passed by reference
12 years ago
Andrew Dolgov
ba1c7d7cc9
do not set active feed id in headlines callback, bailout if received data for currently deselected feed
12 years ago
Andrew Dolgov
f240d26e46
move db-updater functionality to public, remove db-updater.php
12 years ago
Andrew Dolgov
ae31704bb3
only unmark articles which had been processed when automarking (for realz)
12 years ago
Andrew Dolgov
dfd071e28d
add experimental cooldown after headlines buffer had been manipulated before auto catchup is enabled
...
only unmark articles which had been processed when automarking
12 years ago
Andrew Dolgov
e3ca32a818
replace catchupCurrentFeed dropdown with a better control
12 years ago
Andrew Dolgov
f17cac6b26
retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous
12 years ago
Andrew Dolgov
4b7726f0b4
rpc: move labelops to article
12 years ago
Andrew Dolgov
c83554bddd
rpc: move completeTags to article
12 years ago
Andrew Dolgov
195187c490
rpc: move several feed-related calls to pref-feeds
12 years ago
Andrew Dolgov
d719b06240
rpc: move setScore to article
12 years ago
Andrew Dolgov
8956b3a607
remove obsolete checkDate stuff
12 years ago
Andrew Dolgov
c88e4a2af3
remove small_article_preview
12 years ago
Andrew Dolgov
977580a41c
remove obsolete xml stuff in pref-users infoboxes
12 years ago
Andrew Dolgov
417591034a
remove experimental view_settings stuff from master
12 years ago
Andrew Dolgov
201bb1ca54
move batchSubscribe to pref-feeds
12 years ago
Andrew Dolgov
9d76e75451
move editPrefProfiles to pref-prefs
12 years ago
Andrew Dolgov
00e347410e
move customizeCSS to pref-prefs
12 years ago
Andrew Dolgov
1c9bda915b
move several methods from dlg; fix displayed tags not updated after editing
12 years ago
Andrew Dolgov
fb54e3b188
remove xml stuff from backend/dlg
12 years ago
Andrew Dolgov
a2a3d5a3aa
add (disabled) per-feed view_settings handling placeholder
12 years ago
Andrew Dolgov
d880b5da9d
depiggified
12 years ago
Andrew Dolgov
0db3db2e37
dismissArticle: check if target element exists
12 years ago
Andrew Dolgov
a86ba0a67a
implement filter drag and drop sorting
12 years ago
Andrew Dolgov
3dd0306f3e
subtoolbar: remove catchupPage, label confusing with upper toolbar catchup function
12 years ago
Andrew Dolgov
90ede186d2
disable small article preview for now
12 years ago
Andrew Dolgov
c8b693cf7f
implement catchup with selectable updated criteria
12 years ago
Andrew Dolgov
b029f91621
archive: automatically subscribe user to originating feed while unarchiving
12 years ago
Andrew Dolgov
22af123269
make toggling combined mode work without reload
12 years ago
Andrew Dolgov
60b88b254c
add hotkey toggle_cdm_expanded (f c)
12 years ago
Andrew Dolgov
be7bb7d5ee
headline menu: add ability to toggle unread/published/starred
12 years ago
Andrew Dolgov
a7c0e150b6
fix invisible active headline in 3pane mode
12 years ago
Andrew Dolgov
ffd3e8e35e
toggleUnread: remove scriptaculous highlight
12 years ago
Andrew Dolgov
c409d34a30
fix cdmExpandArticle not always removing active class; make moving between posts take expanded cdm margins into account
12 years ago
Andrew Dolgov
a0ddecb98d
remove cdm tiles; update cdm stylesheet as to stop reading on yellow
12 years ago
Andrew Dolgov
90f5a9d28b
remove active className on collapse ( closes #644 )
12 years ago
Andrew Dolgov
b9a06a0e39
retire frankly ridiculous sorting by score/title/date/default
...
keep defaul and oldest first instead of REVERSE_HEADLINES
12 years ago
Andrew Dolgov
67b9d740ae
setActiveFeedId: assign feed/is-cat attributes to headlines-frame
12 years ago
Andrew Dolgov
f9432f2630
since dojo dropdowns won't work in article content because of html escaping trick, replace attachment dropdown with generic html controls
12 years ago
Andrew Dolgov
f820f205d0
css cleanup; remove auxDlg; add separate prefs.css
12 years ago
Andrew Dolgov
919984a436
css cleanup; change notify css a bit
12 years ago
Andrew Dolgov
eb0ea018c1
reduce moveToPost longpost scroll height
12 years ago
Andrew Dolgov
b6c2c963ad
if hotkey is handled, return false
12 years ago
Daniel Andersson
cee09850f1
Default scroll length closer to expected (i.e. browser default).
12 years ago
Andrew Dolgov
88a41b64a2
add label_base_index to init params
12 years ago
Andrew Dolgov
f822a8e56c
experimentally rebase labels; make base index configurable
12 years ago
Philippe Mongeau
d725f0ce99
move global hotkey_actions var to the top
12 years ago
Philippe Mongeau
9fabf9fc4a
convert hotkey_action switch to a dict
...
this will permit plugins to register hockey actions.
12 years ago
Andrew Dolgov
2196b517cd
manually find and expand all parent nodes of a selected feed in feedTree
...
because dojo is incapable of doing it itself in a situation where tree
persistence cookie is at initial state, bloody fucking hell
12 years ago
Andrew Dolgov
5165a4d366
fix small preview location
12 years ago
Andrew Dolgov
c4fcffab46
lower catchup_timeout_id to 500ms
12 years ago
Andrew Dolgov
25d2c8d771
lower catchup_timeout_id to 1s
12 years ago
Andrew Dolgov
72394a1e2d
enable tooltips on normal mode
12 years ago
Andrew Dolgov
45b9c6fbcb
remove unused clearTwitterCredentials
12 years ago
Andrew Dolgov
d2f3467bb6
add a simple appearing preview for unexpanded cdm and normal mode
12 years ago
Andrew Dolgov
4cdb81737a
add a knob to disable reload on js change
12 years ago
Andrew Dolgov
4401813325
unpackVisibleHeadlines: do nothing if not in cdm
12 years ago
Andrew Dolgov
62b1f587ab
do some tweaks to prevent potential self-reading
12 years ago
Andrew Dolgov
0b0822c2f1
cdmExpandArticle: bail out if id not present in buffer ( closes #628 )
12 years ago
Tomas Chvatal
49807c2b3d
Fix remaining plural forms to work with gettext.
12 years ago
Andrew Dolgov
99534a3dde
remove page title stuff for the time being
12 years ago
Andrew Dolgov
9972b7cdd7
Revert "update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title"
...
This reverts commit 8d051fa076
.
12 years ago
Andrew Dolgov
b68dce191f
Revert "fix tabs"
...
This reverts commit d6cb941459
.
12 years ago
Andrew Dolgov
d5a8e86417
show loading indicator when appending headlines
12 years ago
Andrew Dolgov
1da5179c5d
add active class for unexpanded cdm
12 years ago
Andrew Dolgov
5defc29ff8
remove PTITLE kludge; use ajax
12 years ago
Andrew Dolgov
d6cb941459
fix tabs
12 years ago
Richard Beales
8d051fa076
update SITE_TITLE customization to work without needing to be pre-defined, make it compatible with unread count now being at start of title
12 years ago
Richard Beales
15c1a04d10
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
7fc2e87e17
add headline menu entry to show article url
12 years ago
Richard Beales
96f19f11d7
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
3a693fa76f
updateTitle: show counter before title
12 years ago
Andrew Dolgov
a60446bed0
remove sign_* from init params
12 years ago
Andrew Dolgov
c186beae48
switchPanelMode: don't try to do anything in cdm ( closes #609 )
12 years ago
Andrew Dolgov
16314ddafe
implement basic auto-reload on some dependent file timestamp changing
12 years ago
Andrew Dolgov
2ccc7b8e07
add a e hotkey for embed_original
12 years ago
Andrew Dolgov
84b48db4a7
FeedTree: fix initial src of loading node
12 years ago
Richard Beales
f1fdfbea43
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
b74c513428
experimental: limit initialized html content for expanded cdm
12 years ago
Andrew Dolgov
24c215e2bb
moveToPost: tweak unexpanded 'prev' behavior
12 years ago
Andrew Dolgov
7b7daed93b
moveToPost: tweak unexpanded 'next' behavior
12 years ago
Andrew Dolgov
5b9cb07d01
tweak cdmExpandArticle behavior with scrolling (refs #604 ) (2)
12 years ago
Andrew Dolgov
f06f201f1e
tweak cdmExpandArticle behavior with scrolling (refs #604 )
12 years ago
Andrew Dolgov
943de334a3
removefromarchive: fix another typo (refs #603 )
12 years ago
Andrew Dolgov
10534e860b
feedBrowser: fix typo in removeFromArchive ( closes #603 )
12 years ago
Richard Beales
77accf45df
fix merge conflict with stylesheet tags
12 years ago
Andrew Dolgov
79074013cb
tweak moveToPost behaviour in unexpanded mode
12 years ago
Andrew Dolgov
f0540b598a
add a hack to prevent loading of stuff for hidden content in unexpanded combined mode (refs #602 )
12 years ago
Richard Beales
04ed8b423a
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
3ac153f1b3
update styling for unexpanded cdm; misc fixes related to collapsing
12 years ago
Andrew Dolgov
c582bf25dd
Revert "cdmExpandArticle: force-scroll to headline"
...
This reverts commit 4895f99b9a
.
12 years ago
Andrew Dolgov
4895f99b9a
cdmExpandArticle: force-scroll to headline
12 years ago
Andrew Dolgov
414191d428
make a separate headline button to collapse current article in
...
unexpanded cdm mode; modify a q hotkey to collapse article in unexpanded
mode and dismiss article in expanded mode
12 years ago
Richard Beales
598a8f37a2
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
bfd61d3f85
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
12 years ago
Richard Beales
05809dfdf7
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
6cf60c881f
add little loading indicator for feed categories
12 years ago
Andrew Dolgov
d2db81a5f6
improve hotkey buffer scrolling speed; bind viewport scrolling to shift-arrows
12 years ago
Andrew Dolgov
1d5cf085a3
implement mail plugin using mailto: links; deprecate mail plugin
12 years ago
Andrew Dolgov
4b74648909
remove two unnecessary hideOrShowFeeds calls
12 years ago
Andrew Dolgov
714b063f6b
hideReadFeeds also hides labels
12 years ago
Andrew Dolgov
4f7d69e185
detect whether browser supports iframe.sandbox and allow iframes accordingly; allow object and embed elements
12 years ago
Andrew Dolgov
5b18c93622
tweak hotkey map notation to allow stuff like shift-arrows
12 years ago
Richard Beales
1d707e9f03
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
478d406767
make sure reset password notification does not hide automatically; add manual close link to persistent notifications ( closes #569 )
12 years ago
Richard Beales
7c97d17aaf
Merge remote-tracking branch 'upstream/master'
12 years ago
Andrew Dolgov
f01c8ec4f1
prevent absolutely useless 'exploit' (not really) while editing filters ( closes #572 )
12 years ago
Richard Beales
ffbab555b8
Feature #446 - Allow customizing page title
12 years ago
Andrew Dolgov
4b27f0c06d
add f C hotkey to toggle combined mode ( closes #549 )
12 years ago
Andrew Dolgov
f6a260c65e
cdmClicked: allow shift-lclick
12 years ago
Andrew Dolgov
8a77553595
unsubscribeFeed: call updateFeedList() when unsubscribing from labels
12 years ago
Andrew Dolgov
4480b26e66
assign hash-stored feed_id/is_cat earlier on startup
12 years ago
Andrew Dolgov
535a4c7d16
only use hash feed/cat parameters on startup
12 years ago
Andrew Dolgov
2bee32ffa7
remove headline precaching stuff, conflicts with dijit widgets in
...
headlines buffer
12 years ago
Andrew Dolgov
524de8dcf6
Revert "headlines buffer: remove dijit-based RCHK elements"
...
This reverts commit f7945c99d0
.
12 years ago
Andrew Dolgov
f7945c99d0
headlines buffer: remove dijit-based RCHK elements
12 years ago
Andrew Dolgov
831408f0e8
fix cdm checkbox not selecting entire cell
12 years ago
Andrew Dolgov
18e1a773d1
change ctrl-arrow bindings to always keep current article on top
...
(previous behavior)
replace direct active_post_id references with get/set functions
12 years ago
Andrew Dolgov
1b04a298ef
store active feed id in url hash and restore on reload
12 years ago
Andrew Dolgov
67cad82e60
cdmExpandArticle: do not perform offset manipulation
12 years ago
Andrew Dolgov
c22580b55f
implement classic next/prev article movement behavior, bind to ctrl-arrows
12 years ago
Andrew Dolgov
104e5c6557
moveToPost: implement more natural next/prev moving in combined mode
12 years ago
Andrew Dolgov
3af9dbd350
cdmScrollToArticleId: use more natural scrolling
12 years ago
Andrew Dolgov
0a7b15207e
remove previous counter hacks; force request counters when there's no
...
unread stuff left in current feed (e.g. finished reading)
12 years ago
Andrew Dolgov
5129d29d65
reduce counters request minimum interval
12 years ago
Andrew Dolgov
bf40c12408
request_counters: force request 50% of the time to keep all counters updated
12 years ago
Andrew Dolgov
88918ca637
remove server-side feedtree collapse implementation
12 years ago
Andrew Dolgov
5321e775f9
remove update on checksum change (updated status has been removed); rtl stuff (unused)
12 years ago
Andrew Dolgov
8853f0ed5b
switchPanelMode: fix typo
12 years ago
Andrew Dolgov
533bd7b73f
switchPanelMode: cosmetic fixes
12 years ago
Andrew Dolgov
2d1282d4d1
remove top hello - feedback - preferences line
12 years ago
Andrew Dolgov
d9013d8351
enable displayNewContentPrompt() for cats
12 years ago
Andrew Dolgov
be5a5cd26d
view: abort when requested RROW is not present
12 years ago
Andrew Dolgov
35be65a1da
remove zoomToArticle() and PTITLE bits
12 years ago
Andrew Dolgov
38325ad6d1
remove tt-rss tabcontrol
12 years ago
Andrew Dolgov
17b236efab
viewfeed: force request counters
12 years ago
Andrew Dolgov
14501332e0
js: remove several commented out functions
12 years ago
Andrew Dolgov
5b55e9e25c
js: simplify counter updating, remove some unused stuff
12 years ago
Andrew Dolgov
96f0a3e79d
remove themes/
12 years ago
Andrew Dolgov
fd535b317c
switchPanelMode: fix css manipulation for firefox
12 years ago
Andrew Dolgov
2cda431400
add a q shortcut; remove close_article button
12 years ago
Andrew Dolgov
8b83bf5fa1
implement fallback _SIMPLE_UPDATE_MODE
12 years ago
Andrew Dolgov
3fb401120a
support ctrl key hotkeys
12 years ago
Andrew Dolgov
e5e2cf3b88
add hack to support arbitrary key descriptions for hotkeys
12 years ago
Andrew Dolgov
7d8f56571b
persist widescreen mode in session
12 years ago
Andrew Dolgov
ec6e51556d
add context menu to Special category
12 years ago
Andrew Dolgov
057cc81302
fix missing context menu of Uncategorized
12 years ago
Andrew Dolgov
6effae6dd8
add net-alert icon
12 years ago
Andrew Dolgov
1bcf8f456a
add ability to toggle widescreen mode on the fly
12 years ago
Andrew Dolgov
7fc1674a0d
rework RCHK dupe checking a bit
12 years ago
Andrew Dolgov
fe021c8b20
disable content dump on f D
12 years ago
Andrew Dolgov
4ba1f8bbdb
properly return out of handled hotkey events
12 years ago
Andrew Dolgov
0b2f8843e5
block email_article action if mail plugin is not enabled
12 years ago
Andrew Dolgov
b8cb4d08b3
help cleanup, use dijit dialog
12 years ago
Andrew Dolgov
e218c5f56f
main ui: action-based hotkey system, add swap_jk plugin
12 years ago
Andrew Dolgov
a83b58f16d
partial move to new hotkey system
12 years ago
Andrew Dolgov
5d9abb1e11
add plugin storage table to schema; add ability to clear plugin data
12 years ago
Andrew Dolgov
61261e45b9
fix duplicate RCHK check while appending headlines
12 years ago
Andrew Dolgov
0cd35af0ba
make invalid object received headlines appear less
12 years ago
Andrew Dolgov
de4335e891
more RCHK dijit dupe checking
12 years ago
Andrew Dolgov
84391d6948
update user editor a bit
12 years ago
Andrew Dolgov
fb0b2ebf84
try to parse new headline elements after they have been deduplicated
12 years ago
Andrew Dolgov
f947467aa8
remove fupdpic and related images
12 years ago
Andrew Dolgov
a675da08de
move to dijit checkboxes in headlines/cdm list (fix appendedheadlines)
12 years ago
Andrew Dolgov
c4f5283052
move to dijit checkboxes in headlines/cdm list
12 years ago
Andrew Dolgov
57e9729425
feedlist_init: do not wait before calling viewfeed(-3)
12 years ago
Andrew Dolgov
6c2637d973
move data import/export to a separate plugin
12 years ago
Andrew Dolgov
ac22075182
move digest to a separate plugin
12 years ago
Andrew Dolgov
6cbe53c9f5
add instances plugin
12 years ago
Andrew Dolgov
5cedb389d2
split self-updater gui to updater/ plugin
12 years ago
Andrew Dolgov
19c7350770
experimental new plugin system
12 years ago
Andrew Dolgov
ca3bb6c75f
add f-D debug feed update hotkey
12 years ago
Andrew Dolgov
c714cee73b
fix batchSubDlg and feedAddDlg not working properly if invoked one after another because of overlapping widgets
12 years ago
Andrew Dolgov
bb4cd19be8
digest: cleanup the code a bit
12 years ago
Andrew Dolgov
c8b31978c9
digest: more logical position for close article prompt
12 years ago
Andrew Dolgov
54b8564d98
various digest style updates and fixes
12 years ago
Andrew Dolgov
c7402c3898
fix digest broken by prototype update
12 years ago
Andrew Dolgov
48b55ef590
fix several feed-related hotkeys working on Uncategorized
12 years ago
Andrew Dolgov
b926f38750
further improve headline appending speed
12 years ago
Andrew Dolgov
16c937680f
increase headline appending/dupe checking performance
12 years ago
Andrew Dolgov
29064218d0
allow batch setting of article scores
12 years ago
Andrew Dolgov
beb6ce2761
allow setting article score manually
12 years ago
Andrew Dolgov
74467907c5
add special link to cancel current search
12 years ago
Andrew Dolgov
09c816cac4
remove unexpanded CDM ajax loading
12 years ago
Andrew Dolgov
7fdf8eca99
multiple issues fixed in vfeed_group_by_feed
12 years ago
Andrew Dolgov
1e07a58a86
do not reset search query because of background requests
12 years ago
Andrew Dolgov
f4c0d2a693
disable update button on nonupdateable feeds (fix for cached headlines)
12 years ago
Andrew Dolgov
fa2cde396e
disable update button on nonupdateable feeds
12 years ago
Andrew Dolgov
c0c2abbaa7
force refetch feed when clicking update/clicking on same feed in the tree
12 years ago
Andrew Dolgov
0ef32f48b2
unify child category counter display; remove include_children control
12 years ago
Andrew Dolgov
32834a7412
viewfeed: better checking for reopening current feed
12 years ago
Andrew Dolgov
c67cd7ab9d
fix infinite scrolling for search results
12 years ago
Andrew Dolgov
5482b38807
add hotkeys to select marked/published articles
12 years ago
Andrew Dolgov
759e5132a1
subscribe_to_feed: stop fetching URL multiple times while subscribing, various other speedups
12 years ago
Andrew Dolgov
6e67a7c450
cleanup previous patch (once again)
12 years ago
Andrew Dolgov
1a8a623924
cleanup previous patch
12 years ago
Andrew Dolgov
6cdc457643
feedtree: prevent hideReadFeeds from working on category nodes
12 years ago
Andrew Dolgov
bc6fa2364b
move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions
12 years ago
Andrew Dolgov
5712a2fe4b
FeedTree: fix subcategory entries not hidden properly
12 years ago
Andrew Dolgov
c08367f944
tweak infscroll with hsp existing
12 years ago
Andrew Dolgov
10afc7c63b
FeedTree: allow context menu for virtual feeds
12 years ago
Andrew Dolgov
b2bbbd2324
tweak infscroll threshold
12 years ago
Andrew Dolgov
8cdc185ba4
e shortcut: properly handle article selection
12 years ago
Andrew Dolgov
e4f48f8621
correctHeadlinesOffset: check for elements to work on
12 years ago
Andrew Dolgov
fd26d5bfdf
implement removing selected categories
12 years ago
Andrew Dolgov
4e02f58294
implement filter testing
12 years ago
Andrew Dolgov
4f79e9aa65
clear cache in viewModeChanged()
12 years ago
Andrew Dolgov
ab564aef7b
filterEditDlg: automatically open new rule dialog when active feed or article title present
12 years ago
Andrew Dolgov
04e41840fe
use dijit.form.CheckBox in filter edit dialog
12 years ago
Andrew Dolgov
ec63052440
implement select all/none in filterEditDlg
12 years ago
Andrew Dolgov
6aff784575
implement multiple rule/action filters
12 years ago
Andrew Dolgov
f9ebb32ca0
hide more obscure preferences under "show more" checkbox in pref-prefs,
...
bump schema
12 years ago
Andrew Dolgov
fe0a51ac83
loadMoreHeadlines: revert to old behaviour for adaptive
12 years ago
Andrew Dolgov
455e774a3a
loadMoreHeadlines: fix for unread view
...
decrementFeedCounter: do not apply counter hacks when dealing with
subcategory entries
12 years ago
Andrew Dolgov
da1da2e4d8
quickAddFilter: prefill current feed in the dialog
12 years ago
Andrew Dolgov
4c9d0490c6
rework filter dialog to make feed/category selection easier
12 years ago
Andrew Dolgov
183ca8b940
parse_counters: properly delete category cache when child_unread changes
12 years ago
Andrew Dolgov
3e7b0bd435
be more smart with label assignments to selection in headline context menu
12 years ago
Andrew Dolgov
808dd053c6
implement web-based self updater ( closes #395 )
12 years ago
Andrew Dolgov
27211afe92
implement experimental web-based updater
12 years ago
Andrew Dolgov
2c2cdaf7dc
allow request_counters() in bw_limit mode
12 years ago
Andrew Dolgov
0a11d23534
catchupBatchedArticles: create local copy of the batch to work with
12 years ago
Andrew Dolgov
23d2471c92
expand error messages in subscribeToFeed(), provide proper error message
...
when URL download failed (refs #489 )
12 years ago
Andrew Dolgov
3d2c9f5adf
small tweak for loadMoreHeadlines() algorithm
12 years ago
Andrew Dolgov
d75409bfda
move opml stuff to classes/opml.php
12 years ago
Andrew Dolgov
9772759980
do not hide read category which has unread children
12 years ago
Andrew Dolgov
4b298c8698
fix batchSubscribe dialog not closing/feedlist not updating
12 years ago
Andrew Dolgov
28537341ef
pref_feeds: add missing methods to add/remove cats
12 years ago
Andrew Dolgov
5ef071e00b
remove old category editor
...
allow creating/removing categories in main feed editor
12 years ago
Andrew Dolgov
4d5eed551f
only precache_headlines_idle() when actually idle
12 years ago
Andrew Dolgov
3ea91b2d18
re-enable setting of include_children button on startup
12 years ago
Andrew Dolgov
973c4a649f
make precache_headlines_idle() start slower
12 years ago
Andrew Dolgov
1354d17270
update dojo to 1.7.3
12 years ago
Andrew Dolgov
854a2ace86
change include_children to a togglebutton; add placeholder setting save in a session
12 years ago
Andrew Dolgov
09101297ee
add toolbar checkbox to include subcategories to viewfeed()
12 years ago
Andrew Dolgov
2c5f231e43
add special indication for categories having unread items in child categories
12 years ago
Andrew Dolgov
2ecd2df560
sorta-kinda fix the feedlist
12 years ago
Andrew Dolgov
2a060a9456
initial work on nested categories
12 years ago
Andrew Dolgov
d3253f49aa
Revert "add experimental clientside headline clamping (refs #479 )"
...
This reverts commit 26e4b12466
.
12 years ago
Andrew Dolgov
ab29de3251
Revert "fix clamping for infinite scrolling (refs #479 )"
...
This reverts commit 8c5c4e494d
.
12 years ago
Andrew Dolgov
8c5c4e494d
fix clamping for infinite scrolling (refs #479 )
12 years ago
Andrew Dolgov
26e4b12466
add experimental clientside headline clamping (refs #479 )
12 years ago
Andrew Dolgov
04994fdb00
add a hack to remove duplicate headlines from the buffer on initial load
12 years ago
Andrew Dolgov
0670a2a71d
precache_headlines: fix typo which caused 2 requests of same feed
12 years ago
Andrew Dolgov
18f6961a65
decrementFeedCounter: remove stored cache instead
12 years ago
Andrew Dolgov
2b613b14c5
update headline cache in decrementFeedCounter
13 years ago
Andrew Dolgov
310fa2ddef
implement search in pref-filters
13 years ago
Andrew Dolgov
e54dbacb7c
automatically add active article title in create filter dialog
13 years ago
Andrew Dolgov
ddb575c744
add select all/none functionality to several edit dialogs
13 years ago
Andrew Dolgov
705b97b7fc
revert to previous catchup behaviour on reverse headlines mode; fix typo in js
13 years ago
Andrew Dolgov
184f51952c
experimental tweak to not mark articles newer than last one loaded in the buffer as read
13 years ago
Andrew Dolgov
35b9844be1
fix broken feed icon upload ( closes #459 )
13 years ago
Andrew Dolgov
e2d1c16ed1
disable catchup of visible headlines on viewfeed()
13 years ago
Andrew Dolgov
de44b9a61e
add counter hack to combined mode
13 years ago
Andrew Dolgov
6c8e8fbdc9
view: implement a hack to fake counter updates for current feed and its parent
13 years ago
Andrew Dolgov
c86bf88d98
fix on catchup show next for categories
13 years ago
Andrew Dolgov
442456184c
simplify catching up of feeds, do not reload headlines buffer on catchup unless on_catchup_show_next_feed is enabled ( closes #442 )
13 years ago
Andrew Dolgov
7b5ab2c3bf
moveToPost: fix when duplicate article IDs are present in the buffer
13 years ago
Andrew Dolgov
e33b0b80b2
prefs: ignore hotkeys while in TEXTAREA
13 years ago
Andrew Dolgov
5b7bd238ee
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
13 years ago
Andrew Dolgov
9dd22f1ec1
catchupFeed: use supplied feed id to display title, not active one ( closes #425 )
13 years ago
Andrew Dolgov
56fbb82cb0
properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks ( closes #427 )
13 years ago
Andrew Dolgov
5f85d90d71
remove readitlater button plugin from trunk, mention Plugins page in config.php
13 years ago
Andrew Dolgov
71bb56d952
block FeedTree from interpreting keystrokes
13 years ago
Andrew Dolgov
118f41806f
do not try to load feedlist before receiving init-params
13 years ago
Andrew Dolgov
33f0fdd0a2
prefs: implement batch subscribe to feeds
13 years ago
Andrew Dolgov
4cd3011163
fix filter and feed dialogs breaking each other
13 years ago
Andrew Dolgov
41f68571ab
fix opml export
13 years ago
Andrew Dolgov
55f34b811f
implement experimental personal data import
13 years ago
Andrew Dolgov
566faa1476
implement neutral-format personal data export
13 years ago
Andrew Dolgov
34aa9e20c7
implement filter import
13 years ago