From: Andrew T. <ajt...@hi...> - 2005-12-21 11:58:25
|
This is probably my fault from the initial merge of FoF v0.19 into the FoFRedux tree. It appears I missed some of the FoF changes to magpierss/extlib/Snoopy.php.inc which included handling Livejournal protected entries. Katie, I believe you mentioned that you had modified FoF yourself to get it to work with LiveJournal? Kevin, do you know if Snoopy changed when you brought MagpieRSS up to v0.72. Evan, who noticed the problem with LJ auth, said that putting the Snoopy.php.inc from FoF 0.19 into FoFRedux 0.2 RC works. If no one knows of any reason these files should not be joined in matrimony (i.e. merged into the repository), speak now or forever hold your peace. :) Andy ---------- Forwarded message ---------- From: Evan Bassett <eba...@gm...> Date: Dec 20, 2005 11:43 PM Subject: Re: [Fofredux-devel] FoFRedux RC-0_2 To: Andrew Turner <ajt...@hi...> Right off the bat: 0.2RC2 doesn't appear to support digest authentication the way 0.1.9 does. This is essential for viewing Livejournal protected entries. Some of you guys might not think thats a big deal, but to myself and the friends I've gotten to start using FoF it is. I'll let you know if I notice anything else. e Andrew Turner wrote: Here is the tar-gzip ball :) Let me know how it 'treats' you. Thanks for testing this! Andy On 12/20/05, Andrew Turner (nilspace) <nil...@us...> wrot= e: Sure Evan - I will get you a tarball in a little while. It seems SourceForge's CVS is being unhappy at the moment. Andy On 12/20/05, Evan B <eba...@gm...> wrote: Has anyone put together a tarball of 0.2RC2? While I would like to help with development I'm not used to using SF's CVS. e Andrew Turner wrote: Thanks Katie - looks great! I added a couple of notes (2) below. Andy On 12/19/05, Katie Bechtold <ka...@ho...> wrote: On Mon, Dec 19, 2005 at 07:55:11AM -0500, Andrew Turner (nilspace) wrote: I have been using the RC, and have tested an "upgrade" of a FoF v0.19 database and everything looks ok. Which method did you use to upgrade? I tried all of them. Specifically I tested the FoF v0.19 database and then ran install.php on it. I've just added an UPGRADE document to the repository, the contents of which I'll reproduce here after noting that I've only tested the third method (OPML export/import): Upgrading from FeedOnFeeds: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Here are three different ways to upgrade from FeedOnFeeds to FeedOnFeeds-Redux. We don't recommend any one method over another; do what's easiest for you. Option 1: Use Your Existing Database ------------------------------------ Follow the instructions in INSTALL but skip Step 2, where you would create a new database. In Step 4, when you edit config.php, use information about your existing FeedOnFeeds database. (Note: Do not simply copy your old config.php from FeedOnFeeds to your FeedOnFeeds-Redux directory; we've added new configuration items in this file.) When you first go to your control panel, there will be an "UNKNOWN TYPE" after each feed. This will be fixed after your first "update" is performed. Option 2: Use a Copy of Your Existing Database ---------------------------------------------- Make a copy of your existing FeedOnFeeds database: shell> mysqldump feedonfeeds_db > feedonfeeds_db.sql Make a new database for FeedOnFeeds-Redux: mysql> create database fofredux_db; Copy the schema and data from your FeedOnFeeds database to your new one: shell> mysql fofredux_db < feedonfeeds_db.sql Follow the instructions in INSTALL, skipping Step 2. Option 3: Create a New Database ------------------------------- Follow the instructions in INSTALL. In your old FeedOnFeeds installation, export your feeds as an OPML file by clicking on "subscription list as opml" and saving that XML file. Once you have FeedOnFeeds-Redux set up, import your feeds using that OPML file at the Add Feeds page. -- Katie Bechtold http://hoteldetective.org/ If all the world's a stage, I want to operate the trap door. -- Paul Beatty ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log file= s for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=3D7637&alloc_id=3D16865&op=3Dclick _______________________________________________ Fofredux-devel mailing list Fof...@li... https://lists.sourceforge.net/lists/listinfo/fofredux-devel -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log file= s for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick _______________________________________________ Fofredux-devel mailing list Fof...@li... https://lists.sourceforge.net/lists/listinfo/fofredux-devel -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |