1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00
Commit Graph

4830 Commits

Author SHA1 Message Date
Andrew Dolgov
9765e8b9f1 fix includes order in update daemon 2012-08-12 11:18:03 +04:00
Andrew Dolgov
9a57512c70 update.php: fix help text 2012-08-12 11:12:27 +04:00
Andrew Dolgov
d3253f49aa Revert "add experimental clientside headline clamping (refs #479)"
This reverts commit 26e4b12466.
2012-08-10 15:02:18 +04:00
Andrew Dolgov
ab29de3251 Revert "fix clamping for infinite scrolling (refs #479)"
This reverts commit 8c5c4e494d.
2012-08-10 15:02:11 +04:00
Andrew Dolgov
871f0a7ac6 add update.php -indexes to recreate tt-rss indexes from schema file 2012-08-09 14:20:27 +04:00
Andrew Dolgov
8c5c4e494d fix clamping for infinite scrolling (refs #479) 2012-08-09 13:15:14 +04:00
Andrew Dolgov
26e4b12466 add experimental clientside headline clamping (refs #479) 2012-08-09 13:08:07 +04:00
Andrew Dolgov
18e8dc12d9 Merge pull request #23 from rutgerw/quietupdate
add command line option '-quiet' to make update.php more quiet
2012-08-04 23:33:11 -07:00
Rutger Wessels
5439d333ec add command line option '-quiet' to make update.php more quiet 2012-08-04 20:15:40 +02:00
Andrew Dolgov
d68629dc09 set mb_internal_encoding 2012-07-31 16:49:54 +04:00
Andrew Dolgov
fdebed0ba2 Merge pull request #22 from plaidfluff/master
Add support for protocol-relative URLs
2012-07-22 09:32:42 -07:00
fluffy
f9052d35ac Support protocol-relative URLs 2012-07-22 09:27:21 -07:00
Andrew Dolgov
445313bade Merge pull request #21 from Stebalien/master
Fixed broken image reference (ttrss_logo->logo_wide)
2012-07-15 00:47:43 -07:00
Steven Allen
093fae5e3c Change ttrss_logo.png (deleted) to logo_wide.png 2012-07-14 18:49:40 -04:00
Andrew Dolgov
44f1eeed56 add ttrss_feeds_cat_id_idx 2012-07-11 12:52:59 +04:00
Andrew Dolgov
2ced2bb804 add some more indexes 2012-07-11 12:39:43 +04:00
Andrew Dolgov
04994fdb00 add a hack to remove duplicate headlines from the buffer on initial load 2012-07-11 09:20:55 +04:00
Andrew Dolgov
0670a2a71d precache_headlines: fix typo which caused 2 requests of same feed 2012-07-11 00:29:36 +04:00
Andrew Dolgov
8514e925ab mysql schema: add few missing indexes 2012-07-10 23:49:05 +04:00
Andrew Dolgov
545ca06789 do not perform sanity checks on each backend request 2012-07-10 15:24:04 +04:00
Andrew Dolgov
383b00906c sanity_check: fix typo 2012-07-10 15:11:55 +04:00
Andrew Dolgov
6f4bd262db split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLD 2012-07-09 21:44:37 +04:00
Andrew Dolgov
749b56bdac experimental article attachment ui based on dijit dropdown 2012-07-09 20:48:34 +04:00
Andrew Dolgov
f360b02886 fix getLabelUnread (refs #464) 2012-07-09 20:39:42 +04:00
Andrew Dolgov
d3d69daa3c implement showing related articles in 3panel mode when ngram stuff is enabled 2012-07-09 20:26:03 +04:00
Andrew Dolgov
2ea9bbfd07 implement proof of concept postgresql pg_trgm N-gram based marking of similar article titles as read automatically 2012-07-09 19:49:48 +04:00
Andrew Dolgov
687bb90d27 remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464) 2012-07-09 13:02:42 +04:00
Andrew Dolgov
18f6961a65 decrementFeedCounter: remove stored cache instead 2012-07-09 12:21:19 +04:00
Andrew Dolgov
2b613b14c5 update headline cache in decrementFeedCounter 2012-07-08 17:36:27 +04:00
Andrew Dolgov
0e4a7d7a94 remove memcached stuff 2012-07-06 14:37:03 +04:00
Andrew Dolgov
713d98563d Merge pull request #20 from johnkeeping/strict-mode-fixes
Make Handler::before() hierarchy consistent
2012-07-05 12:06:39 -07:00
John Keeping
17f9d2003a Make Handler::before() hierarchy consistent
In API, the before() method (inherited from Handler) takes a $method
argument, although this is not declared for the before method() in
handler.  PHP in strict mode treats this as an error.

Since call sites already pass the $method argument, change
Handler::before() and the before() method in all other subclasses to
take this argument.
2012-07-05 19:43:44 +01:00
Andrew Dolgov
68916212b2 use Uncategorized coalesce in a few more places 2012-06-30 16:40:47 +04:00
Andrew Dolgov
310fa2ddef implement search in pref-filters 2012-06-29 13:11:39 +04:00
Andrew Dolgov
955d4f82ea automatically redirect to mobile/ using Mobile_Detect class 2012-06-28 23:15:09 +04:00
Andrew Dolgov
eab6e8fb61 fix iui css text-align hiding row labels (closes #461) 2012-06-26 18:55:58 +04:00
Andrew Dolgov
a5e0ffb0ce fix creating category filters on mysql 2012-06-24 22:45:28 +04:00
Andrew Dolgov
bf0bedcbe5 update daemon shebang too 2012-06-22 08:09:42 +04:00
Andrew Dolgov
40b67ac7c7 Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755e
Change update.php shebang to support any in-path installation locatio…
Fix category count query for mysql
2012-06-21 21:08:28 -07:00
fluffy
7e454e815d Fix category count query for mysql 2012-06-21 08:52:50 -07:00
Andrew Dolgov
82ace1aba8 fix borders on filter test results container 2012-06-20 16:14:40 +04:00
Andrew Dolgov
aa8b48a02b fix creating filter with active article title in cdm 2012-06-20 16:10:55 +04:00
Andrew Dolgov
e54dbacb7c automatically add active article title in create filter dialog 2012-06-20 10:19:29 +04:00
fluffy
ece7871113 Change update.php shebang to support any in-path installation location for php 2012-06-19 22:35:34 -07:00
Andrew Dolgov
917c12ee30 show empty categories in italic in category editor 2012-06-15 12:24:41 +04:00
Andrew Dolgov
a62812a6b4 show amount of feeds category holds in category editor 2012-06-15 10:43:58 +04:00
Andrew Dolgov
ca6a0741b4 tweak dialog topmost notices; add an explanation for the batch feed editor 2012-06-14 21:23:09 +04:00
Andrew Dolgov
ddb575c744 add select all/none functionality to several edit dialogs 2012-06-14 21:04:14 +04:00
Andrew Dolgov
f0755b7c7e New class to differentiate post title & tags 2012-06-14 20:47:30 +04:00
Andrew Dolgov
2fb947eb21 prevent session modification in public/rss 2012-06-07 10:13:05 +04:00