Andrew Dolgov
|
fbf85cf646
|
print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown
|
12 years ago |
Andrew Dolgov
|
a26f57e63a
|
fix savefeedorder for dojo 1.7 (wtf)
|
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
|
0181c01109
|
dojo: remove uncompressed files
|
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
|
d04f8c826f
|
remove call-by-reference to comply with php 5.4
|
12 years ago |
Andrew Dolgov
|
481870bdaf
|
update README (2)
|
12 years ago |
Andrew Dolgov
|
f02d970238
|
update README
|
12 years ago |
Andrew Dolgov
|
675b51e8ff
|
Merge branch 'nested-cats'
|
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
|
99c9e91a51
|
fix queryFeedHeadlines, rename getCategoryUnreadRecursive
|
12 years ago |
Andrew Dolgov
|
6d8d00e8c0
|
allow queryFeedHeadlines() to show child category entries
|
12 years ago |
Andrew Dolgov
|
2c5f231e43
|
add special indication for categories having unread items in child categories
|
12 years ago |
Andrew Dolgov
|
be514d00c9
|
remove feeds/index()
|
12 years ago |
Andrew Dolgov
|
2ecd2df560
|
sorta-kinda fix the feedlist
|
12 years ago |
Andrew Dolgov
|
f5fdc4f4f1
|
set SCHEMA_VERSION to 93
|
12 years ago |
Andrew Dolgov
|
9432bfa076
|
add ttrss_feed_categories.parent_cat, bump schema
|
12 years ago |
Andrew Dolgov
|
2a060a9456
|
initial work on nested categories
|
12 years ago |
Andrew Dolgov
|
ee0bc6edd9
|
add ttrss_feed_categories.parent_cat, bump schema
|
12 years ago |
Andrew Dolgov
|
9765e8b9f1
|
fix includes order in update daemon
|
12 years ago |
Andrew Dolgov
|
9a57512c70
|
update.php: fix help text
|
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
|
871f0a7ac6
|
add update.php -indexes to recreate tt-rss indexes from schema file
|
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
|
18e8dc12d9
|
Merge pull request #23 from rutgerw/quietupdate
add command line option '-quiet' to make update.php more quiet
|
12 years ago |
Rutger Wessels
|
5439d333ec
|
add command line option '-quiet' to make update.php more quiet
|
12 years ago |
Andrew Dolgov
|
d68629dc09
|
set mb_internal_encoding
|
12 years ago |
Andrew Dolgov
|
fdebed0ba2
|
Merge pull request #22 from plaidfluff/master
Add support for protocol-relative URLs
|
12 years ago |
fluffy
|
f9052d35ac
|
Support protocol-relative URLs
|
12 years ago |
Andrew Dolgov
|
445313bade
|
Merge pull request #21 from Stebalien/master
Fixed broken image reference (ttrss_logo->logo_wide)
|
12 years ago |
Steven Allen
|
093fae5e3c
|
Change ttrss_logo.png (deleted) to logo_wide.png
|
12 years ago |
Andrew Dolgov
|
44f1eeed56
|
add ttrss_feeds_cat_id_idx
|
12 years ago |
Andrew Dolgov
|
2ced2bb804
|
add some more indexes
|
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
|
13 years ago |
Andrew Dolgov
|
8514e925ab
|
mysql schema: add few missing indexes
|
13 years ago |
Andrew Dolgov
|
545ca06789
|
do not perform sanity checks on each backend request
|
13 years ago |
Andrew Dolgov
|
383b00906c
|
sanity_check: fix typo
|
13 years ago |
Andrew Dolgov
|
6f4bd262db
|
split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLD
|
13 years ago |
Andrew Dolgov
|
749b56bdac
|
experimental article attachment ui based on dijit dropdown
|
13 years ago |
Andrew Dolgov
|
f360b02886
|
fix getLabelUnread (refs #464)
|
13 years ago |
Andrew Dolgov
|
d3d69daa3c
|
implement showing related articles in 3panel mode when ngram stuff is enabled
|
13 years ago |
Andrew Dolgov
|
2ea9bbfd07
|
implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically
|
13 years ago |
Andrew Dolgov
|
687bb90d27
|
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)
|
13 years ago |
Andrew Dolgov
|
18f6961a65
|
decrementFeedCounter: remove stored cache instead
|
13 years ago |