Skip to content

Releases: farcrycore/core

7.1.7

05 Sep 03:06
Compare
Choose a tag to compare

Bug

  • [FC-3066] - Default logDBChanges value on application init
  • [FC-3072] - Sort order modal not displaying tree nodes
  • [FC-3076] - Match FARCRY_CONFIG_ env vars on the beginning of the variable name
  • [FC-3081] - Form validation is running multiple times in webtop forms
  • [FC-3082] - Avoid files being written to disk twice due to validation
  • [FC-3083] - Remove temp file after doing a bulk file upload
  • [FC-3084] - ioUploadFile is modifying original filenames unnecessarily
  • [FC-3085] - Replace spaces with a dash in uploaded images and files

7.0.14

05 Sep 03:05
Compare
Choose a tag to compare

Bug

  • [FC-3072] - Sort order modal not displaying tree nodes
  • [FC-3076] - Match FARCRY_CONFIG_ env vars on the beginning of the variable name
  • [FC-3081] - Form validation is running multiple times in webtop forms
  • [FC-3082] - Avoid files being written to disk twice due to validation
  • [FC-3083] - Remove temp file after doing a bulk file upload
  • [FC-3084] - ioUploadFile is modifying original filenames unnecessarily
  • [FC-3085] - Replace spaces with a dash in uploaded images and files

7.2.6

24 Jun 06:28
Compare
Choose a tag to compare

Bug

  • [FC-2857] - Deselecting a category does not remove the row from refCategories
  • [FC-3068] - FTP CDN CF11 compatibility
  • [FC-3069] - Image formtool preview cache buster breaks Cloudinary previews
  • [FC-3070] - Error when copying/duplicating an object with image/file formtool properties
  • [FC-3072] - Sort order modal not displaying tree nodes
  • [FC-3073] - savable key doesn't exist in arguments.schema.fields[thisfield]
  • [FC-3074] - Check ftMaxLength is numeric before comparing or creating validation rule
  • [FC-3075] - Improve S3 fileExists performance
  • [FC-3076] - Match FARCRY_CONFIG_ env vars on the beginning of the variable name

Improvement

  • [FC-3077] - Allow debug output when environment is explicitly set to "development"
  • [FC-3078] - Show a 404 on the front end when viewing a draft object URL

7.2.5

18 Feb 23:47
Compare
Choose a tag to compare

Bug

  • [FC-3064] - Webskin ancestors settings not being calculated in some cases

7.1.6

18 Feb 23:46
Compare
Choose a tag to compare

Bug

  • [FC-3064] - Webskin ancestors settings not being calculated in some cases

7.2.4

15 Feb 03:04
Compare
Choose a tag to compare

Bug

  • [FC-3046] - Error in Object Broker when Lucee NULL support is enabled
  • [FC-3056] - Change default datetime precision to 3 instead of 6
  • [FC-3059] - Sanitize S3 URLs in error messages / logs
  • [FC-3060] - farFU performance
  • [FC-3061] - Lucee 5 S3 extension compatibility
  • [FC-3062] - encode HTML output in 500 page error details
  • [FC-3063] - Check objectid is a valid UUID in findType()

7.1.5

15 Feb 02:58
Compare
Choose a tag to compare

Bug

  • [FC-3050] - Error handler crashes when URL keys contain a comma
  • [FC-3059] - Sanitize S3 URLs in error messages / logs
  • [FC-3060] - farFU performance
  • [FC-3061] - Lucee 5 S3 extension compatibility
  • [FC-3062] - encode HTML output in 500 page error details
  • [FC-3063] - Check objectid is a valid UUID in findType()

Improvement

  • [FC-3049] - Show Core version number in error info

7.0.13

15 Feb 02:56
Compare
Choose a tag to compare

Bug

  • [FC-3050] - Error handler crashes when URL keys contain a comma
  • [FC-3059] - Sanitize S3 URLs in error messages / logs
  • [FC-3062] - encode HTML output in 500 page error details
  • [FC-3063] - Check objectid is a valid UUID in findType()

Improvement

  • [FC-3049] - Show Core version number in error info

7.2.3

02 Dec 06:11
Compare
Choose a tag to compare

Bug

  • [FC-3050] - Error handler crashes when URL keys contain a comma
  • [FC-3052] - ftMaxLength attribute for formtool fields should only apply to string/longchar types
  • [FC-3054] - Extended types in system folder have bArchive flag incorrectly set to false as default

New Feature

  • [FC-3053] - Option to get all Destructive changes to the db

Improvement

  • [FC-3049] - Show Core version number in error info

7.2.2

24 Nov 05:58
Compare
Choose a tag to compare

New Feature

Improvement

  • [FC-963] - Would be nice to see ftListDelim available to ftlist formtool
  • [FC-1726] - Logging Improvement - Host and Address
  • [FC-3048] - Add maximum length restriction options to the basic field formtool

Bug

  • [FC-1141] - UUID and Array Property Validation (Required)
  • [FC-1772] - Tooltips or even an inline help system which you can turn on and off, with use of the fthelptitle and fthelpsection and dynamic data from db
  • [FC-1800] - autoSetLabel() should use ftseq to correct order and set the label
  • [FC-1916] - Enable friendly URLs in multiPageNav
  • [FC-2301] - Validation of datetime with dropdown doesn't seem to work.
  • [FC-2481] - using ftValidation="reqiured" with TinyMCE doesn't work (longchar, ftType=richtext)
  • [FC-2600] - list.cfc type="radio" can not handle blank values
  • [FC-2679] - When using richtext and ftvalidation="required" you get an error although something is filled in.
  • [FC-3031] - Fourq: getdata bUseInstanceCache not boolean on railo
  • [FC-3032] - Admin "change password" option should check password validation rules
  • [FC-3033] - The minutes option for datetime formtool should be 0-59
  • [FC-3034] - Error on request in _farcryApplicationInit.cfm when general config is corrupt
  • [FC-3035] - COAPI overview DB logging checkbox breaks general config
  • [FC-3036] - Error lib rethrowMessage is masking error messages in forms
  • [FC-3038] - Re-enable server-side validation in types.cfc default edit handler
  • [FC-3039] - Array formtool throws an error with ftRenderType of checkbox or radio
  • [FC-3040] - Bootstrap CSS conflicts with cfdump on Railo/Lucee in webtop
  • [FC-3041] - flushCache() in fapi doesn't set the timeout property
  • [FC-3043] - Error lib normalizeError() throws No matching property [MESSAGE] found in [string]
  • [FC-3046] - Error in Object Broker when Lucee NULL support is enabled