FLUID-5370: Clean up backwards compatibility code for status messages

Metadata

Source
FLUID-5370
Type
Task
Priority
Blocker
Status
Closed
Resolution
Won't Fix
Assignee
Justin Obara
Reporter
Justin Obara
Created
2014-05-14T15:42:43.389-0400
Updated
2016-09-15T08:53:52.945-0400
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. Uploader

Description

For the 1.5 release we updated the status messages in Uploader but preserved the old tokens so that the strings could be backwards compatible with prior versions of the uploader. For the 2.0 release we should refactor all of this code to remove the old token values and just have the new ones.

Comments

  • Justin Obara commented 2016-09-15T08:53:47.620-0400

    This was discussed at the Community Meeting on Sept 14, 2016. It was determined that the old values were still useful to integrators and that all relevant information that could be tokenized and used within a string template should be modelled and passed into the string template function. This has been captured in FLUID-5957(https://issues.fluidproject.org/browse/FLUID-5957)