Andrew Dolgov
6ee255fba3
use join between user_entries and entries table
11 years ago
Andrew Dolgov
c1ebb6cdf7
update notice/error css classes
11 years ago
Andrew Dolgov
6810a1de42
use dijit form widget for attachments dropdown
11 years ago
Andrew Dolgov
209ebdc644
queryfeedheadlines: only use disable_offsets hack in expanded mode
11 years ago
Andrew Dolgov
07877caf40
Revert "update: reenable first ref_id/id transaction"
...
This reverts commit 14ce0e2504 .
11 years ago
Andrew Dolgov
14ce0e2504
update: reenable first ref_id/id transaction
11 years ago
Andrew Dolgov
e07be79a8b
first id query: add last_read for recently read feed
11 years ago
Andrew Dolgov
dab229cd1f
update_rss_feed: disable transactions for the time being
11 years ago
Andrew Dolgov
6b3160cf1e
purge_feed: remove obsolete postgresql queries
11 years ago
Andrew Dolgov
c7edba791c
don't bother with topmost id if working with disabled offsets
11 years ago
Andrew Dolgov
0bd172cd6a
experimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets because we're only interested in top $limit headlines anyway
11 years ago
Andrew Dolgov
332ff5cfb8
add a very obvious speed improvement to topmost_id calculation
11 years ago
Andrew Dolgov
8f135ce3b6
bump schema
11 years ago
Andrew Dolgov
60e680599d
allow selecting stemming language in search dialog
11 years ago
Andrew Dolgov
df659891ac
implement per-feed stemming language setting
11 years ago
Andrew Dolgov
e854442e1f
more fts stuff for simple index
11 years ago
Andrew Dolgov
b4f544d389
add some fts stuff
11 years ago
Andrew Dolgov
3ceb893f66
add one catchall function to make uniqids/keyhashes/etc used by tt-rss
11 years ago
Andrew Dolgov
97aa917c6d
smart_date_time: better eta_min handling
11 years ago
Andrew Dolgov
7680d44ef2
purge_orphans: optimize the query, maybe
...
https://tt-rss.org/forum/viewtopic.php?f=1&t=3417&p=20408#p20407
11 years ago
Andrew Dolgov
a950fbecb5
Revert "Performance breakthrough"
...
This reverts commit c291685654 .
11 years ago
GregThib
c291685654
Performance breakthrough
...
Improvement in the Purge method for huge performance increase.
"WHERE ref_id IS NOT NULL" is needed by pgsql, not necessarily by mysql.
This is a more standard way to make deletions based on propagation (from ttrss_user_entries) with 1-to-N relations.
11 years ago
Andrew Dolgov
f45b67c53e
queryFeedHeadlines: remove filter stuff
11 years ago
Andrew Dolgov
0e4da73f06
do not allow commas in tags
11 years ago
Andrew Dolgov
f56e5a3504
add workaround for fresh feed first id calculation issue
11 years ago
Andrew Dolgov
f7fd1edb76
first_id default value: type is important
11 years ago
Andrew Dolgov
8831632905
add some more stuff to first_id query to fix virtual feeds
11 years ago
Andrew Dolgov
d5e0486e0c
minor first_id query fix
11 years ago
Andrew Dolgov
48fefe2f6b
fixes for first_id stuff
11 years ago
Andrew Dolgov
83ce77a2e8
functions: fix some phpstorm-reported warnings
11 years ago
Andrew Dolgov
3444020100
report top id changed in headlines buffer
11 years ago
Andrew Dolgov
f5a0fb8b64
queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating
11 years ago
Andrew Dolgov
9959acc87a
change version_static based on y.m
11 years ago
Christian Weiske
5a4074a9f8
Check for HTML in the first 100 bytes.
...
Some HTML pages have an XML header (XHTML), which alone is nearly 50 bytes.
Thus we need to check for the HTML or doctype tags in the first 100 bytes.
11 years ago
Andrew Dolgov
9090b874ab
simplify search, remove search_mode as useless
...
remove dialog to select by tags, simplify browsing by tag query
11 years ago
Andrew Dolgov
e2a3689a18
sanitize: disable <hr> for now
11 years ago
Andrew Dolgov
b90c4468fc
sanitize: allow <hr> elements
...
af_redditimgur: optionally add original content using Readability php implementation
11 years ago
Andrew Dolgov
35c3735494
fix article tags/labels not assigning properly on mysql because of the 4byte unicode workaround
11 years ago
Andrew Dolgov
6bb96beb3a
update_rss_feed: set basic feed info if title is [Unknown] (fixes batch subscribe)
11 years ago
Andrew Dolgov
b6714c77d2
limit smart_date_time stuff to headlines only
11 years ago
Andrew Dolgov
46973af5df
smart_date_time: add special case when article date is within current hour
11 years ago
Andrew Dolgov
3318d32410
move language detection to a plugin, remove config.php constant
11 years ago
Andrew Dolgov
6c9f3d4a60
update_rss_feed: limit maximum execution time while processing articles
11 years ago
Andrew Dolgov
fe4535e6d3
bayes, filter: do not categorize already processed articles
...
rss: remove site url/title checks from update_rss_feed
11 years ago
Andrew Dolgov
6022776dac
speedup feed subscription process
11 years ago
Andrew Dolgov
59e83455f1
add some more bayes stuff
11 years ago
Andrew Dolgov
35c12dc40a
add workaround for mysql only accepting subset of unicode characters
11 years ago
Andrew Dolgov
6de3a1be7b
allow plugins modify article score
11 years ago
Andrew Dolgov
dd6e2386fd
fix_url: support schema-less urls
11 years ago
Andrew Dolgov
b9634eb8b8
support loading themes from themes.local
11 years ago