Andrew Dolgov
|
073ca0e663
|
new filter action: tag article
|
18 years ago |
Andrew Dolgov
|
d62a3b6349
|
add tag dropbox to tag editor
|
18 years ago |
Andrew Dolgov
|
cf4d339c28
|
support omode in rpc getAllCounters
|
18 years ago |
Andrew Dolgov
|
0b126ac277
|
tag editor
|
18 years ago |
Andrew Dolgov
|
67dabe1a86
|
tweak category counter display, new styles: .catCtrNoUnread, .catCtrHasUnread
|
18 years ago |
Andrew Dolgov
|
d4b4b9dece
|
show entry author in CDM header, tweak actions a little bit
|
18 years ago |
Andrew Dolgov
|
bbb416e58b
|
parse author tag like dc:creator
|
18 years ago |
Andrew Dolgov
|
ddfcf66e09
|
fix disappearing ellipsis on collapsed feeds when updating counters
|
18 years ago |
Andrew Dolgov
|
d5f747791e
|
mention tt-rss in magpie useragent (2)
|
18 years ago |
Andrew Dolgov
|
34b5a6490c
|
mention tt-rss in magpie useragent
|
18 years ago |
Andrew Dolgov
|
3baeeeca64
|
drop feedcreator
|
18 years ago |
Andrew Dolgov
|
b2128f017e
|
fix broken toolbar in combined view mode
|
18 years ago |
Andrew Dolgov
|
f26509175a
|
allow converting global search results into labels
|
18 years ago |
Andrew Dolgov
|
6be32e77f5
|
block inclusion of feedcreator from update daemon
|
18 years ago |
Andrew Dolgov
|
6e93d7d6e4
|
feedcreator fixes
|
18 years ago |
Andrew Dolgov
|
ed313cdea9
|
use FeedCreator to generate syndicated feeds
|
18 years ago |
Andrew Dolgov
|
7210613a7a
|
move href handlers to onclick for feedlist
|
18 years ago |
Andrew Dolgov
|
e8b8485f56
|
getFeedUnread: add parent feed id when calculating counts for linked feeds
|
18 years ago |
Andrew Dolgov
|
f407c08674
|
gracube updates, code cleanup
|
18 years ago |
Andrew Dolgov
|
c91c224952
|
drop option ENABLE_SEARCH_TOOLBAR, use some more callbacks in filterCR
|
18 years ago |
Andrew Dolgov
|
461766f33e
|
add debug mode only fast user switcher
|
18 years ago |
Andrew Dolgov
|
e289ca7159
|
do not die if DEFAULT_UPDATE_INTERVAL is not found
|
18 years ago |
Andrew Dolgov
|
5430c959d4
|
remove usage of undefined DIGEST_DAYS_BACK
|
18 years ago |
Andrew Dolgov
|
11befbb22f
|
subtoolbar is now sticky
|
18 years ago |
Andrew Dolgov
|
8511f62fb3
|
disable flash disabling in sanitize_rss
|
18 years ago |
Andrew Dolgov
|
1f64b1be20
|
import articles which have no link or guid (hello, microsoft); include guids in exported feeds
|
18 years ago |
Andrew Dolgov
|
7d3ab0dd30
|
remove half-working simplepie content parser, strip tags from article link/title/etc.
|
18 years ago |
Andrew Dolgov
|
6045287914
|
some more sanitize_rss fixes
|
18 years ago |
Andrew Dolgov
|
a262b161f9
|
disable html objects in article content, breaks layout
|
18 years ago |
Andrew Dolgov
|
18eddb2cb9
|
optimize mark selected function
|
18 years ago |
Andrew Dolgov
|
472782e8bf
|
optimize catchup selected, add CatchupSelected subop in viewfeed
|
18 years ago |
Andrew Dolgov
|
39ddbaa1c4
|
fix feed: prefix stripping (2)
|
18 years ago |
Andrew Dolgov
|
45094d96a2
|
fix feed: prefix stripping
|
18 years ago |
Andrew Dolgov
|
bb0f29a454
|
filter stupid feed: prefix from feed url
|
18 years ago |
Andrew Dolgov
|
45d40d6325
|
better new version detection (fix again)
|
18 years ago |
Andrew Dolgov
|
48e1a34293
|
better new version detection (fix)
|
18 years ago |
Andrew Dolgov
|
a41d2c65a0
|
better new version detection
|
18 years ago |
Andrew Dolgov
|
f6d6e22ff4
|
new option: CONFIRM_FEED_CATCHUP (closes #106)
|
18 years ago |
Andrew Dolgov
|
4065b60b41
|
merge better favicon handling from wordpress plugin (closes #107)
|
18 years ago |
Andrew Dolgov
|
1ddba27527
|
add global option DIGEST_ENABLE
|
18 years ago |
Andrew Dolgov
|
3ab3c1f0a7
|
fix charset information in digest
|
18 years ago |
Andrew Dolgov
|
3dd9183cd6
|
schema: ttrss_feeds, new field - include_in_digest
|
18 years ago |
Andrew Dolgov
|
9cd7c995e7
|
implement support for daily digests
|
18 years ago |
Andrew Dolgov
|
dfe6f8331c
|
tweak digest sig
|
18 years ago |
Andrew Dolgov
|
448b0abdd5
|
security fix for op=digestTest
|
18 years ago |
Andrew Dolgov
|
8a79737655
|
tweak new version notify
|
18 years ago |
Andrew Dolgov
|
52db9978a7
|
normalize title in front pages, fix filter query in update process
|
18 years ago |
Andrew Dolgov
|
e8b79d16e3
|
use ttrss_filters.enabled
|
18 years ago |
Andrew Dolgov
|
7e3634d918
|
add experimental digest code
|
18 years ago |
Andrew Dolgov
|
9933172497
|
block error output when fetching favicons with CURL
|
18 years ago |
Andrew Dolgov
|
c798704b29
|
new option: USE_CURL_FOR_ICONS (closes #101), add some CRs to error messages
|
18 years ago |
Andrew Dolgov
|
9157e01592
|
implement new version checking (3)
|
18 years ago |
Andrew Dolgov
|
da412ad3be
|
implement new version checking (2)
|
18 years ago |
Andrew Dolgov
|
b72c3ef801
|
implement new version checking
|
18 years ago |
Andrew Dolgov
|
f3acc32e56
|
add simple op=getUnread call to return global unread counter
|
18 years ago |
Andrew Dolgov
|
ed891a51b0
|
load magpie/rss_fetch.inc in functions.php (closes #100)
|
18 years ago |
Andrew Dolgov
|
1d3a17c71e
|
change short php tags to long ones
|
18 years ago |
Andrew Dolgov
|
318260cc8a
|
move outputFeedList to getFeedUnread, misc. hidden-related fixes
|
18 years ago |
Andrew Dolgov
|
3831db41c4
|
fix getGlobalCounters re hidden feeds
|
18 years ago |
Andrew Dolgov
|
cfb0213179
|
remove display of hidden feed entries from category view and labels
|
18 years ago |
Andrew Dolgov
|
8d0ec6fd74
|
do not fail on uknown prefkeys while updating feeds
|
18 years ago |
Andrew Dolgov
|
68c1b64ff1
|
fix broken globalUpdateFeeds processing
|
18 years ago |
Andrew Dolgov
|
7bf7e4d3ef
|
rework auto-refresh method if number of subscriptions changed
|
18 years ago |
Andrew Dolgov
|
aec3ce39de
|
block mysql versions where true is undefined in sanity_check
|
18 years ago |
Andrew Dolgov
|
183ad07bc2
|
sanitize title/comments/link too
|
19 years ago |
Andrew Dolgov
|
d48d160c64
|
disable scripts in rss entry content
|
19 years ago |
Andrew Dolgov
|
5c365f6055
|
fix various cat-related bugs
|
19 years ago |
Andrew Dolgov
|
767e248647
|
various category/feed id clash fixes
|
19 years ago |
Andrew Dolgov
|
88040f5795
|
add search-to-label converter, ability to unsubscribe from label, various label fixes
|
19 years ago |
Andrew Dolgov
|
e939722a14
|
generated feeds always sorted by updated desc
|
19 years ago |
Andrew Dolgov
|
d6e5706d7e
|
new option: REVERSE_HEADLINES (closes #97)
|
19 years ago |
Andrew Dolgov
|
0a6c4846cd
|
category search fixes, search dialog now searches in category view
|
19 years ago |
Andrew Dolgov
|
59e2aab468
|
escape feed title in generated feed
|
19 years ago |
Andrew Dolgov
|
e1eb21470e
|
support for generated feeds based on searches
|
19 years ago |
Andrew Dolgov
|
186649709a
|
add aggregated feed generator
|
19 years ago |
Andrew Dolgov
|
e20c9d88c0
|
improved keyword search
|
19 years ago |
Andrew Dolgov
|
ff25e63992
|
unescape login/pass before passing them to magpie
|
19 years ago |
Andrew Dolgov
|
5f57b06d27
|
skip blank params in init-params output
|
19 years ago |
Andrew Dolgov
|
4919fb42c9
|
new option: MARK_UNREAD_ON_UPDATE (closes #76)
|
19 years ago |
Andrew Dolgov
|
831ff047dd
|
fix adaptive behaviour for linked feeds
|
19 years ago |
Andrew Dolgov
|
f295c36870
|
fix Adaptive view behaviour in category view mode (closes #94)
|
19 years ago |
Andrew Dolgov
|
79b5d2d23f
|
another content type workaround in update_rss_feed
|
19 years ago |
Andrew Dolgov
|
7c5a308d91
|
add experimental support for simplepie rss parser
|
19 years ago |
Andrew Dolgov
|
c7188969dd
|
fix display of site url in viewfeed mode
|
19 years ago |
Andrew Dolgov
|
ef393de7bf
|
split headline select logic to functions.php; xml-rpc rss.getFeedHeadlines supports vfeeds
|
19 years ago |
Andrew Dolgov
|
0bbba72d38
|
initialize user theme in SINGLE_USER_MODE (closes #72)
|
19 years ago |
Andrew Dolgov
|
0d51e25dfb
|
hide updating... notify if DAEMON_REFRESH_ONLY
|
19 years ago |
Andrew Dolgov
|
78d5212c0a
|
optionally show last update time in feedlist (EXTENDED_FEEDLIST) (closes #55)
|
19 years ago |
Andrew Dolgov
|
c9268ed599
|
sort feedlist by unread articles (closes #66)
|
19 years ago |
Andrew Dolgov
|
4c2abbc121
|
fix sanity check error message format
|
19 years ago |
Andrew Dolgov
|
39541e74b2
|
don't consider no articles situation as an error
|
19 years ago |
Andrew Dolgov
|
71ad883b28
|
toggle no daemon warning @ runtime on refetch
|
19 years ago |
Andrew Dolgov
|
f54f515f44
|
report runtime info in counter callbacks
|
19 years ago |
Andrew Dolgov
|
e8bd0da952
|
get rid of vf_hreadf cookie, move data to init-param
|
19 years ago |
Andrew Dolgov
|
131b01b336
|
authenticate_user always returns true in SINGLE_USER_MODE
|
19 years ago |
Andrew Dolgov
|
3ac2b52019
|
move some cookies to init-params
|
19 years ago |
Andrew Dolgov
|
3dd46f19db
|
mobile version uses separate sid
|
19 years ago |
Andrew Dolgov
|
071644795c
|
filter editor uses prototype
|
19 years ago |
Andrew Dolgov
|
eb4311d00f
|
getFeedCat respects NULL cat_id
|
19 years ago |
Andrew Dolgov
|
86b682ce2f
|
search dialog improvements, main toolbar overhaul
|
19 years ago |