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
2011-07-30 22:31:40 -04:00
Andrew Dolgov
6f907113ef
feed browser: allow subscribing by url for linked feeds
2011-04-20 18:39:30 +04:00
Andrew Dolgov
ae5f7bb11a
implement fetching and exporting of shared feeds
2011-04-20 15:21:00 +04:00
Andrew Dolgov
9104a3e65a
implement instance edit & save
2011-04-20 14:11:15 +04:00
Andrew Dolgov
afb875ccd7
add rpc method to export feedbrowser data; update schema
2011-04-20 12:07:07 +04:00
Andrew Dolgov
0780f4f4fd
add tooltip with all article tags
2011-04-19 14:54:27 +04:00
Andrew Dolgov
fcfa9ef15b
rework article notes; re-add built-in XSL template for generated feeds; remove schema_version caching in session
2011-04-19 13:20:59 +04:00
Andrew Dolgov
aaba22250f
filter dialog: display parsed date when checking; fix Check it button not using Dijit control
2011-04-18 13:09:59 +04:00
Andrew Dolgov
5ab9791f34
implement pubsubhubbub subscriber (update schema)
2011-04-01 13:55:39 +04:00
Andrew Dolgov
b0f379dfff
add experimental support for pubsubhubbub in published feed, bump config version (refs #251 )
2011-04-01 09:36:29 +04:00
Andrew Dolgov
565ca5653c
rpc: no longer use XML
2011-03-18 19:19:00 +03:00
Andrew Dolgov
ebb948c24e
rework initial sanitycheck to use JSON
2011-03-18 17:39:23 +03:00
Andrew Dolgov
009646d23a
backend/view: use JSON instead of XML; backend: output session invalid error using JSON
2011-03-18 12:48:26 +03:00
Andrew Dolgov
5823f9fbab
fix USER_STYLESHEET for mysql (was broken because of CR escaping
2010-12-28 09:11:49 +03:00
Andrew Dolgov
c3edc667f1
use html5 audio player instead of flash when possible
2010-11-30 12:40:23 +03:00
Andrew Dolgov
741b60909f
tweak article notes
2010-11-29 20:36:39 +03:00
Andrew Dolgov
91d16ff193
rpc: mark silent methods, rework verifyRegexp to use JSON
2010-11-29 16:44:50 +03:00
Andrew Dolgov
a6fdab2e14
rpc: mark some more XML methods
2010-11-29 16:31:23 +03:00
Andrew Dolgov
48efad70de
rpc/sendEmail: use JSON
2010-11-29 16:26:09 +03:00
Andrew Dolgov
0fe841efb9
rpc/digest-get-contents: use JSON
2010-11-29 16:22:16 +03:00
Andrew Dolgov
4a16bda3d0
rpc/updateFeedBrowser: use JSON
2010-11-29 16:19:40 +03:00
Andrew Dolgov
da661d71db
rpc/checkDate: use JSON; mark some XML methods
2010-11-29 16:09:28 +03:00
Andrew Dolgov
e9175d13d7
rpc/addfeed: use JSON
2010-11-29 16:02:37 +03:00
Andrew Dolgov
ddcbbea2de
tag setting rpc: use JSON
2010-11-29 14:21:28 +03:00
Andrew Dolgov
8eb592ec71
assign/remove to label rpc: use JSON
2010-11-29 14:11:54 +03:00
Andrew Dolgov
126cb7657f
digest: use pure JSON
2010-11-25 14:24:17 +03:00
Andrew Dolgov
74d12bab83
remove unneeded xml from several more rpc methods
2010-11-25 13:54:34 +03:00
Andrew Dolgov
563b9c782d
remove xml from getAllCounters rpc call, use pure JSON
2010-11-25 13:23:37 +03:00
Andrew Dolgov
ba7e88e5a5
add tweet button to digest, misc digest fixes; rework article tweeting to use ajax loading of needed info
2010-11-25 12:58:29 +03:00
Andrew Dolgov
b509d64e96
rework headlines menu and openArticleInNewWindow()
2010-11-19 21:05:28 +03:00
Andrew Dolgov
997429c228
add experimental support for feedlist popup menu
2010-11-19 20:18:20 +03:00
Andrew Dolgov
a17d721902
digest: fix feed-list not updating properly
2010-11-17 13:48:09 +03:00
Andrew Dolgov
75c510323b
remove google gears
2010-11-14 21:58:11 +03:00
Andrew Dolgov
428b704dbc
bring back update button, it makes async update request to the daemon
2010-11-13 18:48:56 +03:00
Andrew Dolgov
dd1c068056
implement ajax loading of cdm content when not in expand mode
2010-11-13 02:09:30 +03:00
Andrew Dolgov
6bb0ed42f4
rpc: fix assignToLabels, removeFromLabels
2010-11-12 12:48:14 +03:00
Andrew Dolgov
6237ea0537
implement sequence numbers for counter rpc requests
2010-11-11 22:59:01 +03:00
Andrew Dolgov
f705f20656
check regular expression before adding/saving filter
2010-11-11 14:26:44 +03:00
Andrew Dolgov
f8fb44989f
js: code cleanup, disable some debugging
2010-11-10 21:56:28 +03:00
Andrew Dolgov
773adf8b42
unify backend methods updateAllFeeds and getAllCounters
2010-11-10 19:18:13 +03:00
Andrew Dolgov
905ff52a36
implement label cache; misc fixes (bump schema)
2010-11-10 19:01:14 +03:00
Andrew Dolgov
779560b7a3
fix tag caching issues
2010-11-10 11:08:33 +03:00
Andrew Dolgov
490c366d39
add tag cache for user_entries (bump schema)
2010-11-09 22:41:13 +03:00
Andrew Dolgov
c00907f2ed
properly handle on-the-fly adding of categories
2010-11-09 13:28:10 +03:00
Christian Weiske
f0266f51ab
add "extractfeedurls" rpc action that extracts the feed URLs from a HTML page
2010-11-08 23:10:22 +03:00
Andrew Dolgov
2e7f046f65
make published OPML use common secret key code
2010-11-08 19:36:24 +03:00
Andrew Dolgov
f29033f86c
fix OPML publishing (2)
2010-11-08 19:30:00 +03:00
Andrew Dolgov
e5075c1023
fix OPML publishing
2010-11-08 19:25:06 +03:00
Andrew Dolgov
8d86f15f40
prefs: add button to clear all generated URLs
2010-11-08 14:51:58 +03:00
Andrew Dolgov
8801fb017c
replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema
2010-11-08 13:15:00 +03:00