Skip to content

Releases: farcrycore/core

7.1.0

23 Apr 05:33
Compare
Choose a tag to compare

Release Notes

The FarCry Core 7.1 release adds some cloud friendly improvements, particularly focussing on access to the application scope and some object broker refactoring. There are also many bug fixes and webtop performance tweaks that have been patched recently in 7.0.x maintenance releases.

New Feature

[FC-2912] - Track objects and types used to generate a page
[FC-2947] - Reverse UUID formtool needs a hidden field to allow change event binding
[FC-2949] - Detect database type from DSN during application startup
[FC-2950] - Allow the Installer to detect DB type to assist with scripted deployments
[FC-2956] - Richtext snippet support for TinyMCE FarCry Content Templates plugin
[FC-2958] - Allow the boolean formtool to show labels inline next to the checkbox
[FC-2963] - added attributes inline and r_html to cssInHead and jsInHead

Improvement

[FC-2907] - Move application scope caches into object broker
[FC-2910] - Add CGI scope to dump utility
[FC-2913] - JSON formatting of error "detail"
[FC-2919] - Redirect after logout to remove 'logout=1' from url
[FC-2920] - Add status argument to fapi.stream function
[FC-2935] - Webtop header performance improvements
[FC-2936] - Make farWorkflow configurable on content types, default to false
[FC-2937] - Allow the tray to be turned on in the webtop
[FC-2938] - Allow the webtop component to be extended in plugins/projects
[FC-2939] - Allow the webtop header logo area to be overridden using a webskin
[FC-2940] - Use the webtopHeaderLogo webskins on the webtop login page
[FC-2960] - The sortableColumns attribute isn't being applied to custom columns

Bug

[FC-2045] - genericNav.cfm and displayStyle="aLink"
[FC-2923] - dmProfile records should not be "archived" on login
[FC-2924] - syntax error in assignCategories.cfm missing )
[FC-2925] - fix caching issue in webtop edit profile form
[FC-2926] - Railo S3 path issue with special characters
[FC-2929] - Fix potential reflected XSS in tray webskins
[FC-2930] - objectadmin advanced "clear filter" should also reset pagination
[FC-2931] - objectadmin quick filter pagination loses search term
[FC-2932] - Webtop navigation permissions not combining properly for users with multiple roles
[FC-2933] - Role Content Type Security alert() on every click
[FC-2941] - Property refresh for reverse UUID formtool in wizards returns a 404
[FC-2942] - Clicking "Add" and then "Cancel" on reverse UUID formtool leaves blank records in DB
[FC-2943] - Moving Rules in Containers errors on second attempt
[FC-2944] - objectadmin quick search using a custom recordset throws an error
[FC-2945] - Error during save/publish: "can't delete file" in s3.cfc removeCachedFile()
[FC-2946] - UUID formtool throws JS error on clicking remove
[FC-2948] - System Info webtop page throws [outputError] is undefined
[FC-2951] - COAPI Overview shows some types extended from abstract types in the wrong location
[FC-2952] - Using ftWatch on join.cfc formtools throws "argument stPackage required" error
[FC-2953] - Invalid content types in URL should throw a 404 instead of 500
[FC-2954] - Respect bSave="false" on array properties
[FC-2955] - Country formtool dropdown "selected" state
[FC-2957] - Formtools ftShowLabel attribute not working for wizards
[FC-2959] - diff.cfc crashes when comparing an array in previous versions of an object where a typename has been removed
[FC-2961] - ftClass not on all radio and checkbox formtool list inputs
[FC-2962] - form.action attribute context sensitive default
[FC-2965] - incorrect precision of cf_sql_float
[FC-2966] - Bot detection by user agent is broken
[FC-2967] - Add bingbot to list of default bot user agent strings
[FC-2968] - Bot IP detection should check an array not a list
[FC-2969] - Wrong URL path gets generated for S3 images when images are inserted via richtext formtool
[FC-2970] - Richtext formtool ftLinkListFilterRelatedTypenames attribute should be ftLinkListFilterTypenames
[FC-2971] - Remove id attribute on checkbox/radio elements in list formtool
[FC-2972] - Set HTTP header charset parameter to UTF-8 for redirects
[FC-2973] - Use property attribute instead of name on "inhead" meta elements
[FC-2974] - File not found error when using "livecombine" CSS refresh

7.0.9

23 Apr 01:06
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2966] - Bot detection by user agent is broken
[FC-2967] - Add bingbot to list of default bot user agent strings
[FC-2968] - Bot IP detection should check an array not a list
[FC-2970] - Richtext formtool ftLinkListFilterRelatedTypenames attribute should be ftLinkListFilterTypenames
[FC-2971] - Remove id attribute on checkbox/radio elements in list formtool
[FC-2972] - Set HTTP header charset parameter to UTF-8 for redirects

7.0.8

31 Mar 03:44
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2941] - Property refresh for reverse UUID formtool in wizards returns a 404
[FC-2942] - Clicking "Add" and then "Cancel" on reverse UUID formtool leaves blank records in DB
[FC-2943] - Moving Rules in Containers errors on second attempt
[FC-2944] - objectadmin quick search using a custom recordset throws an error
[FC-2945] - Error during save/publish: "can't delete file" in s3.cfc removeCachedFile()
[FC-2946] - UUID formtool throws JS error on clicking remove
[FC-2948] - System Info webtop page throws [outputError] is undefined
[FC-2951] - COAPI Overview shows some types extended from abstract types in the wrong location
[FC-2952] - Using ftWatch on join.cfc formtools throws "argument stPackage required" error
[FC-2953] - Invalid content types in URL should throw a 404 instead of 500
[FC-2955] - Country formtool dropdown "selected" state
[FC-2957] - Formtools ftShowLabel attribute not working for wizards
[FC-2959] - diff.cfc crashes when comparing an array in previous versions of an object where a typename has been removed

Improvement

[FC-2935] - Webtop header performance improvements
[FC-2937] - Allow the tray to be turned on in the webtop

7.0.7

01 Feb 22:50
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2932] - Webtop navigation permissions not combining properly for users with multiple roles
[FC-2933] - Role Content Type Security alert() on every click

7.0.6

08 Jan 22:42
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2916] - add support for publicfiles/privatefiles locations in bulk upload
[FC-2917] - wrong struct key used in s3.cfc
[FC-2918] - when restireve file from s3, special character in path got normalized
[FC-2921] - file.cfc onSecuirityChange refers to wrong location variable
[FC-2922] - iframe scrolling support for iPad
[FC-2923] - dmProfile records should not be "archived" on login
[FC-2925] - fix caching issue in webtop edit profile form
[FC-2926] - Railo S3 path issue with special characters
[FC-2929] - Fix potential reflected XSS in tray webskins
[FC-2930] - objectadmin advanced "clear filter" should also reset pagination
[FC-2931] - objectadmin quick filter pagination loses search term

7.0.5

10 Oct 04:06
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2890] - farFU.getFU() will search for a friendlyURL regardless of 'bFriendly' attribute on type cfc
[FC-2894] - mobile webskin switching not working when url has hash
[FC-2895] - Avoid drop on an existing table when a "new" table is deployed
[FC-2896] - An empty string returnURL throws an error on webtop login
[FC-2897] - ftValidation highlighting does not work with wizards form.
[FC-2898] - Error message does not get displayed if it fails password policy on register/create new user
[FC-2900] - bulkuploader url issue
[FC-2901] - Password field does not support inline form style
[FC-2902] - Register New User form page is using inline field style.
[FC-2903] - Config migration to p700 sometimes doesn't update configTypename
[FC-2904] - Spaces (specifically double spaces) in files are causing problems
[FC-2911] - webtop bulk uploader not working with cloudinary plugin
[FC-2914] - Missing mime type (DNG) for file extensions that isn't registered on the host OS

Improvement

[FC-2891] - Formtool Autosave Feature

7.0.4

22 Jul 05:17
Compare
Choose a tag to compare

Release Notes

Bug

[FC-2851] - Category Tree in edit handler is not expanding as default when there are already sub-categories checked
[FC-2875] - Blackman image interpolation don't support grayscale images
[FC-2888] - Category formtool : ftAlias is not rendering the category tree to the provided branch
[FC-2889] - display function in image.cfc not getting correct path

Enhancement

[FC-1909] - Add a boolean option to disable showing the parent category item in category selection tree

7.0.3

16 Jul 06:02
Compare
Choose a tag to compare

Release Notes

Bug
[FC-2851] - Category Tree in edit handler is not expanding as default when there are already sub-categories checked
[FC-2884] - use cdn function to insert image url in tinyMCE images list
[FC-2885] - Fix default home node for User profile / Site Tree view
[FC-2886] - Bug in download.cfm redirects
[FC-2887] - Link target 'New window' is not working for simpleNav

7.0.2

26 Jun 23:19
Compare
Choose a tag to compare

Release Notes

Bug
[FC-2861] - Device switching (desktop/mobile) fails when server sets HttpOnly cookies
[FC-2863] - fourq afterSave() crashes when a related object with status has been deleted
[FC-2864] - font awesome icons are broken when using a CDN (eg. S3)
[FC-2865] - Hard coded "farcry" password in installer
[FC-2866] - container/displayContainer webskin calls application.fapi.getLink() unnecessarily
[FC-2871] - jQuery syntax error on Webtop login default action
[FC-2872] - device lib getDeviceWebskinNames() requires device type validation
[FC-2876] - Update Font Awesome in core with 4.1.0
[FC-2878] - S3 image uploads fail if no "admins" property specified in CDN config
[FC-2879] - S3 image upload to non-default region fails on Railo 4.x
[FC-2880] - Undelete and cascading undelete buttons throw error on objectadmin when no items selected
[FC-2881] - escape objectadmin quick filter input using ESAPI functions
[FC-2882] - Error when copying an object with no related, copyable content

Improvement
[FC-2868] - enable object broker for dmImage by default
[FC-2873] - Internationalization for 7.x webtop
[FC-2877] - Default getData's bArraysAsStructs argument to true for specific types

New Feature
[FC-2870] - Add PollDaddy and Storify postprocessing functions

7.0.1

05 May 07:57
Compare
Choose a tag to compare
bump patch version