I poked my nose in and saw that river2Suite.opmlImport had this:
river2Suite.subscribeFeed (url)
But, it looks like feeds need to be associated with a user (or app) or
else they get cleaned up. So, I changed it to this line:
river2Suite.utilities.addFeedForAllUsers(url)
That fixed my problem, though I could imagine a multi-user installation
might not want it fixed that way.
--
m...@lmorchard.com
http://decafbad.com
{web,mad,computer} scientist
I'm going to keep saying this for a while -- it's GREAT to have you
back in the loop. Every developer needs people watching him or her
every step of the way. It's been hard for me to make progress without
this kind of back and forth.
I'll try to have a fix for this later today. I'm working on a new
feature in the world outline software right now.
Dave
Happy to help, and I can hop over to another mailing list for further
finds like this if the code babble is out of scope for river2-users
My brain's been pretty full of work projects and miscellanea for most of
this year, but I'm hoping soon to spend more quality time with things
like the rssCloud and friends
> I'll try to have a fix for this later today. I'm working on a new
> feature in the world outline software right now.
Cool! World outline will have to be one of the next things I start
playing with :)
http://worknotes.scripting.com/november2011/11211ByDw/river2BugImportingOpml
There's a "how to test" section in the notes. It would be helpful if a
few people could try this on their River2 installations with a very
small OPML file (so you don't end up with a bunch of stuff you don't
want).
Dave
On Wed, Nov 2, 2011 at 10:30 AM, Les Orchard <l.m.o...@pobox.com> wrote:
Worked for me, only subbed for the "admin" user. But, that makes sense
since "admin" is most likely who's clicking at the menu bar.
Makes sense to me!