Andrew Dolgov
e0d91d846d
experimental split of public calls into public.php (refs #389 )
13 years ago
Andrew Dolgov
83cd33fcec
implement sharing articles by unique url
13 years ago
Andrew Dolgov
97e5dbb2e7
api: add getHeadlines since_id
13 years ago
Andrew Dolgov
bb674f9493
rework digest mode
13 years ago
Andrew Dolgov
b1a4b0e98f
use caching for unexpanded CDM
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
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
14 years ago
Andrew Dolgov
6f907113ef
feed browser: allow subscribing by url for linked feeds
14 years ago
Andrew Dolgov
ae5f7bb11a
implement fetching and exporting of shared feeds
14 years ago
Andrew Dolgov
9104a3e65a
implement instance edit & save
14 years ago
Andrew Dolgov
afb875ccd7
add rpc method to export feedbrowser data; update schema
14 years ago
Andrew Dolgov
0780f4f4fd
add tooltip with all article tags
14 years ago
Andrew Dolgov
fcfa9ef15b
rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session
14 years ago
Andrew Dolgov
aaba22250f
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
14 years ago
Andrew Dolgov
5ab9791f34
implement pubsubhubbub subscriber (update schema)
14 years ago
Andrew Dolgov
b0f379dfff
add experimental support for pubsubhubbub in published feed, bump config version (refs #251 )
14 years ago
Andrew Dolgov
565ca5653c
rpc: no longer use XML
14 years ago
Andrew Dolgov
ebb948c24e
rework initial sanitycheck to use JSON
14 years ago
Andrew Dolgov
009646d23a
backend/view: use JSON instead of XML; backend: output session invalid error using JSON
14 years ago
Andrew Dolgov
5823f9fbab
fix USER_STYLESHEET for mysql (was broken because of CR escaping
14 years ago
Andrew Dolgov
c3edc667f1
use html5 audio player instead of flash when possible
14 years ago
Andrew Dolgov
741b60909f
tweak article notes
14 years ago
Andrew Dolgov
91d16ff193
rpc: mark silent methods, rework verifyRegexp to use JSON
14 years ago
Andrew Dolgov
a6fdab2e14
rpc: mark some more XML methods
14 years ago
Andrew Dolgov
48efad70de
rpc/sendEmail: use JSON
14 years ago
Andrew Dolgov
0fe841efb9
rpc/digest-get-contents: use JSON
14 years ago
Andrew Dolgov
4a16bda3d0
rpc/updateFeedBrowser: use JSON
14 years ago
Andrew Dolgov
da661d71db
rpc/checkDate: use JSON; mark some XML methods
14 years ago
Andrew Dolgov
e9175d13d7
rpc/addfeed: use JSON
14 years ago
Andrew Dolgov
ddcbbea2de
tag setting rpc: use JSON
14 years ago
Andrew Dolgov
8eb592ec71
assign/remove to label rpc: use JSON
14 years ago
Andrew Dolgov
126cb7657f
digest: use pure JSON
14 years ago
Andrew Dolgov
74d12bab83
remove unneeded xml from several more rpc methods
14 years ago
Andrew Dolgov
563b9c782d
remove xml from getAllCounters rpc call, use pure JSON
14 years ago
Andrew Dolgov
ba7e88e5a5
add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info
14 years ago
Andrew Dolgov
b509d64e96
rework headlines menu and openArticleInNewWindow()
14 years ago
Andrew Dolgov
997429c228
add experimental support for feedlist popup menu
14 years ago
Andrew Dolgov
a17d721902
digest: fix feed-list not updating properly
14 years ago
Andrew Dolgov
75c510323b
remove google gears
14 years ago
Andrew Dolgov
428b704dbc
bring back update button, it makes async update request to the daemon
14 years ago
Andrew Dolgov
dd1c068056
implement ajax loading of cdm content when not in expand mode
14 years ago
Andrew Dolgov
6bb0ed42f4
rpc: fix assignToLabels, removeFromLabels
14 years ago
Andrew Dolgov
6237ea0537
implement sequence numbers for counter rpc requests
14 years ago
Andrew Dolgov
f705f20656
check regular expression before adding/saving filter
14 years ago
Andrew Dolgov
f8fb44989f
js: code cleanup, disable some debugging
14 years ago
Andrew Dolgov
773adf8b42
unify backend methods updateAllFeeds and getAllCounters
14 years ago
Andrew Dolgov
905ff52a36
implement label cache; misc fixes (bump schema)
14 years ago
Andrew Dolgov
779560b7a3
fix tag caching issues
14 years ago
Andrew Dolgov
490c366d39
add tag cache for user_entries (bump schema)
14 years ago
Andrew Dolgov
c00907f2ed
properly handle on-the-fly adding of categories
14 years ago