Found an Oracle related problem in one of the rules. I submitted this same fix for a lot of the other rules, this one just seems to have slipped through the cracks.
In farcry_core/packages/rules/ruleXMLFeed.cfc, line 25, change: <cfproperty name="XMLFeedURL" type="string" hint="The location of the feed (URL)" required="yes" default=""> to <cfproperty name="XMLFeedURL" type="string" hint="The location of the feed (URL)" required="no" default=""> Thanks, --Nathan >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On Behalf >Of Brendan Sisson >Sent: Wednesday, June 16, 2004 2:28 AM >To: FarCry Developers >Subject: [farcry-dev] FarCry version 2.2 beta > >I have just tagged the code base as version 2.2 beta 1. Please >download both farcry_core and fourq code bases to test the >latest release. Anyone who has submitted bugs please test to >make sure they have been fixed correctly. > >Quick overview of version 2.2 new features: >- copy branch >- image upload checks for existing images >- added dump to generic admin >- fix file upload bug (500 error) >- added bIncludeSelf argument to tree.getSiblings >- added ability to include custom javascript and css files in admin >- replaced cfxzip support with native java zip util >- fixes for AD authentication >- physical file archiving >- bulk image and file upload utility >- HTMLArea rich text editor support >- new config for code generated by tree inserts >- updated qForms to version 1.5 >- added ability to encrypt user passwords >- added new fields to dmFile object: fileSize, fileType, >fileSubType, fileExt, documentDate >- PostgreSQL database support > >Outstanding issues: >- fix for ruleHandPicked >- confirmation changes to policyGroup install code works > >Update instructions: >Get code bases from cvs: >## Logging in ################################# >** Anonymous CVS access (Read Only) ** >username: anon >password: psst >protocol: password server >server: farcry.versionhost.com >repository folder: /cvs/farcry > >Modules required: >farcry_core (get with tag: b220-beta1) >fourq (get with tag: b122-beta1) > >The above modules can overwrite existing farcry_core and fourq code. > >Run update b220 by browsing to /farcry/updates > >Click the link at end of update script to return to farcry >(which includes a updateapp=1 url var) > >Please report any bugs to this list. > >Enjoy! > >-Brendan >http://farcry.daemon.com.au > >--- >You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] >To unsubscribe send a blank email to >[EMAIL PROTECTED] >Aussie Macromedia Developers: http://lists.daemon.com.au/ > > --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
