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
Andrew Dolgov
cdaa144301
do not mark post as updated when comments count changes
14 years ago
Andrew Dolgov
4a4a15e679
rework pubsubhubbub sanity check
14 years ago
Andrew Dolgov
65eebd13f4
add option to disable PUSH client support globally ( closes #340
14 years ago
Andrew Dolgov
3ff6298352
allow loading without allow_url_fopen when CURL is enabled ( closes #336 )
14 years ago
Andrew Dolgov
a58fd801ab
html allowed: enable table,tr,td
14 years ago
Andrew Dolgov
dd50b552f7
update_rss_feed: only show PUSH debug when requested
14 years ago
Andrew Dolgov
c57983b1e3
update_rss_feed: add some PUSH debugging
14 years ago
Andrew Dolgov
8fbd837390
update German translation ( closes #337 )
14 years ago
Andrew Dolgov
6b8b3af87e
filter_to_sql: properly set query limit by date
14 years ago
Andrew Dolgov
d206ae1d6a
update_feedbrowser_cache: properly skip feeds with configured authentication
14 years ago
Andrew Dolgov
207d8118b4
prefs: enable Linked tab in single user mode
14 years ago
Andrew Dolgov
6d1aacbb9b
allow sequential exception dialogs to be shown
14 years ago
Andrew Dolgov
cf463c027a
release 1.5.3
14 years ago
Andrew Dolgov
d9d5ce4c0c
update translations
14 years ago
Andrew Dolgov
8d588e2d9a
block pref-instances tab if CURL is not available
14 years ago
Andrew Dolgov
f32eb194bb
update: add get_linked_feeds to normal update tasks
14 years ago
Andrew Dolgov
9b201046af
backend/fbexport: read key from _POST
14 years ago
Andrew Dolgov
1c36d3aaa9
update feedbrowser
14 years ago
Andrew Dolgov
2b9c4bae07
get_linked_feeds: properly set feedbrowser cache (fix typo)
14 years ago
Andrew Dolgov
d61063c730
get_linked_feeds: properly set feedbrowser cache
14 years ago
Andrew Dolgov
109662e12f
feedbrowser_cache & linked feeds: add site url (bump schema)
14 years ago
Andrew Dolgov
6f907113ef
feed browser: allow subscribing by url for linked feeds
14 years ago
Andrew Dolgov
572d66c6ee
backend/fbexport: fix syntax error
14 years ago
Andrew Dolgov
f192adc133
backend/fbexport: do not set last_connected; properly set error status
14 years ago
Andrew Dolgov
1eb3012f82
schema: add unique constraint on access_key
14 years ago