Andrew Dolgov
13992673e4
cdm: display comments link
13 years ago
Andrew Dolgov
c0644ee424
remove redundant always_display_enclosure queries
13 years ago
Andrew Dolgov
ca5133cb91
further reduce db hit on tags in viewfeed
13 years ago
Andrew Dolgov
9c50687358
viewfeed, view: performance improvements
13 years ago
Andrew Dolgov
c648997b1c
more aggressive prefs caching
13 years ago
Andrew Dolgov
268a06dc6a
curl: allow gzip
13 years ago
Andrew Dolgov
915b61ef3b
use css table layout in cdmHeader ( fixes #383 )
13 years ago
Andrew Dolgov
e894e97f49
fetch_feed_favicon: do not generate warning when icon file is not
...
writable (refs #375 )
13 years ago
Andrew Dolgov
a19d77222d
simplepie: use force_feed
13 years ago
Andrew Dolgov
d6571825bf
properly truncate headline title in non-combined mode
13 years ago
Andrew Dolgov
83cd33fcec
implement sharing articles by unique url
13 years ago
Andrew Dolgov
359fc686dd
force minimum update interval at 5 minutes to prevent request flood (refs #369 )
13 years ago
Andrew Dolgov
b67897bff4
fix hiding image attachments when article contains image in unexpanded combined mode ( closes #368 )
13 years ago
Andrew Dolgov
6d634e0055
remove_feed: unlink feed icon (refs #369 )
13 years ago
Andrew Dolgov
c83a5aec38
check_feed_favicon: only guess favicon url when local icon doesn't exist ( closes #369 )
13 years ago
Andrew Dolgov
b9fca8678b
mobile: fix headline ordering
...
mobile: fix htmlpurifier cache being included from wrong directory
mobile: implement ability to mark article as unread (closes #367 )
13 years ago
Andrew Dolgov
97e5dbb2e7
api: add getHeadlines since_id
13 years ago
Andrew Dolgov
37c03d3a42
implement automatic precaching for next normal and unread feeds
...
allow opening cached next_unread_feed on f-q if available
tweak getRelativeArticles() to scan forward only
reenable prefetch_old server requests
13 years ago
Andrew Dolgov
78b2c6ce9a
rework caching, use html5 local storage
...
allow caching of headlines
code cleanup
13 years ago
Andrew Dolgov
55ad314e0b
update_rss_feed_real: allow overriding fetch url
13 years ago
Craig Meyer
147f563228
Extended Actions to include Select by tag (add local modifications, fix
...
display for tags starting with a number)
13 years ago
Andrew Dolgov
8efb5f62e8
ldap auth: support LDAP extra attributes ( closes #363 )
13 years ago
Andrew Dolgov
6ad2bbbce8
fix SQL query variable being overridden when using AUTO_CREATE_USER ( closes #362 )
13 years ago
Andrew Dolgov
cd9da66363
ccache_cleanup: fix sql syntax for mysql
13 years ago
Andrew Dolgov
3261ca5820
add ccache_cleanup(), invoke on login
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
b9d54789ba
misc code cleanup
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
68a57364f4
properly handle relative link elements for feed and articles ( closes #358 )
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
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
6b9cb45005
http_authenticate_user: obsolete, comment out
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
65eebd13f4
add option to disable PUSH client support globally ( closes #340
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
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
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
81731791d4
get_linked_feeds: fix mysql date syntax
14 years ago