Andrew Dolgov
3205fab020
viewfeed: do not show notify progress when offset != 0
13 years ago
Andrew Dolgov
173d57e527
remove sphinxapi.php.08_04_11_183927
13 years ago
Andrew Dolgov
2d7f37ecd0
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
13 years ago
Andrew Dolgov
ff780a2a42
Merge pull request #11 from meyercr/master
...
Update to latest Sphinx API for PHP
13 years ago
Craig Meyer
116841e4e3
Update lib/sphinxapi.php to V2.0.1
13 years ago
Craig Meyer
99bfd4c47d
Merge branch 'master', remote-tracking branch 'origin'
13 years ago
Andrew Dolgov
7d96bfcd6d
misc headlines speedup
13 years ago
Andrew Dolgov
e56beb95fa
fix wrong even/odd position in headlines buffer
13 years ago
Andrew Dolgov
21c92cdc9b
do not perform catchup batch request when infscroll request is in progress
13 years ago
Andrew Dolgov
b9d54789ba
misc code cleanup
13 years ago
Andrew Dolgov
956cca2a2a
do not schedule catchup batch request when infscroll request is in progress
13 years ago
Andrew Dolgov
7131797307
implement workaround for missing autoloaded headlines for adaptive & unread modes; reduce js debugging (refs #280 )
13 years ago
Andrew Dolgov
c3fed9e63d
add experimental fade-in effect for autoloaded headlines
13 years ago
Andrew Dolgov
e2d2339cf0
backend/pubsub: block immediately if PUBSUBHUBBUB_ENABLED is false
13 years ago
Andrew Dolgov
76495dfd31
auto catchup: prevent request flood
13 years ago
Andrew Dolgov
608cbde285
prototypize creation of headlines-spacer
13 years ago
Andrew Dolgov
18eb64a8a1
allow marking last headline as read automatically by scrolling below content
13 years ago
Andrew Dolgov
e3642715df
cdm auto catchup: mark posts when scrolled above half their height
13 years ago
Andrew Dolgov
f7cffd2cfd
view: fix article not being marked as read when not requested from client cache
13 years ago
Andrew Dolgov
68a57364f4
properly handle relative link elements for feed and articles ( closes #358 )
13 years ago
Andrew Dolgov
1aea205cc1
update mysql schema upgrade files to use ENGINE= instead of TYPE= ( closes #359 )
13 years ago
Andrew Dolgov
71bc164586
tweak OPML panel UI a bit
13 years ago
Andrew Dolgov
01664ee728
Merge pull request #10 from meyercr/master
...
Extend OPML preferences pane, to provide more control of Export OPML
13 years ago
Andrew Dolgov
e78477b4e2
Merge pull request #9 from meyercr/9949bd154e9d01b50132e387059ef987c6887c8b
...
Here are my patches which fix 2 bugs, and remove some dead code, and deprecated usage.
13 years ago
Andrew Dolgov
7d7f44ec01
Merge pull request #8 from chernesk/master
...
Added hotkey for sending article as an email
13 years ago
Craig Meyer
08ae2a5ba6
Extend OPML preferences pane, to provide more control of Export OPML
...
User is prompted for filename, and also whether to include settings.
Default filename is: TinyTinyRSS.opml
modules/pref-feeds.php
Prompt for output OPML filename (Default: TinyTinyRSS.opml )
opml.php
Modify to support passing in name=<filename>&settings=[0|1]
functions.js
Modify to support passing in name=<filename>&settings=[0|1]
13 years ago
Craig Meyer
9949bd154e
functions.php: Fixed some mild errors.
...
fetch_file_contents()
using $updated when it was not defined - commented it out
update_rss_feed_real()
was also using $updated, undefined
and had a inconsistent return, added return false;
lookup_user_id($link, $user)
was using $login for the SELECT not $user
format_headline_subtoolbar()
used $search_q before it was assigned to, re-ordered the code
format_article()
The 3rd arg "$feed_id" was never used in the function, it was set in the function
Verified (and modified as needed) function calls in backend.php (5 Usages) and in modules/backend-rpc,php (1 usage)
printTagCloud()
Before ksort($tags) add a check for count($tags) == 0 return
replace depreciated split() calls with explode()
backend.php
replace depreciated split() calls with explode()
modules/backed-rpc.php
replace depreciated split() calls with explode()
in handle_rpc_request(), separate asort() from join(), asort() does not return an array.
This fixes a problem where a new tag is added to an entry, but doesn't show up after clicking on save. User must do a screen refresh.
A PHP error msg was being returned in the JSON response.
.gitignore
Make sure Mac OS X .DS_Store & PHPStorm project files (.idea/) are not included
13 years ago
Andrew Dolgov
9d9faf6dc2
fix 'view as rss' not working correctly for search results
13 years ago
Andrew Dolgov
52c8007d81
add undocumented constant _SHOW_FEED_TITLE_IN_VFEEDS which enables showing full feed title in virtual feeds
13 years ago
Chris Chernesky
fe66e229d7
adding an email article hotkey 'e'
13 years ago
Andrew Dolgov
44cddbcedb
release 1.5.5
14 years ago
Andrew Dolgov
2bb3f95783
hotkeys: implement a-prefix hotkeys (a i, a u, a a, a n)
14 years ago
Andrew Dolgov
c252d7c781
pref-instances: mention open_basedir as a reason for pubsub functionality to be disabled
14 years ago
Andrew Dolgov
c1bc3a2794
pref-instances: remove unnecessary check for open_basedir
14 years ago
Andrew Dolgov
3610b48ba3
remove sanity check on open_basedir, block using CURL instead while running under it
14 years ago
Andrew Dolgov
19929bbeec
fetch_file_contents: make CURL use default tt-rss user agent ( closes #351 )
14 years ago
Andrew Dolgov
97279fe6ec
backend/pubsub: better 404 handling, do not cause PHP warning when invalid feed id is being requested
14 years ago
Andrew Dolgov
d0f7338009
allow redirect to login page when calling external feed subscription url (using bookmarklet, for example) (refs #344 )
14 years ago
Andrew Dolgov
11adc49e71
pref-feeds/add: properly handle rc=3
14 years ago
Andrew Dolgov
c4904f2b5a
mobile: show originating feed in article view when necessary ( closes #347 )
14 years ago
Andrew Dolgov
e3ba4e2921
pref-feeds: show subscribed feeds count ( closes #338 )
14 years ago
Andrew Dolgov
2e2d0802f1
mobile: rename HIDE_READ option, show read articles when it is disabled (refs #348 )
14 years ago
Andrew Dolgov
6b9cb45005
http_authenticate_user: obsolete, comment out
14 years ago
Andrew Dolgov
2828715315
release 1.5.4
14 years ago
Andrew Dolgov
7bfeaa17ca
mysql schema: change TYPE= to ENGINE=
14 years ago
Andrew Dolgov
6ff66966ab
update it_IT translation
14 years ago
Andrew Dolgov
bfedfe697b
backend/la: properly handle situation when article has multiple ref_ids on one account ( closes #342 )
14 years ago
Andrew Dolgov
decf742ebd
filter to sql: fix missing bracket
14 years ago
Andrew Dolgov
798f5a646c
getAllCounters: return category counters even if ENABLE_FEED_CATS is disabled (for the API)
14 years ago
Andrew Dolgov
73f168fa45
update_rss_feed: properly handle update_insignificant
14 years ago