Menu

#390 Still encoding issues

v1.1.x
fixed
critical (96)
v1.1.1
Bug Fix
2018-11-17
2018-10-24
Erik Hänel
No

NumeRe stills messes with file encodings. Probably it is more efficient to only force the ASCII encoding for scripts and procedures but not for other files.

Analysis:

For NumeRe files, the degree symbol has to be added to the conversion feature. For all other files, we'll roll back to the original way of saving the files.

Implementation:

  • Implementation: The fix was implemented as proposed by the analysis
  • Revision: [r405]
  • Implementation test: NumeRe-specific files and general files were modified and could be saved correspondingly

Documentation:

  • ChangesLog: updated
  • Comments: The new added function was commented sufficiently
  • Documentation articles: Not needed - bug fix
  • Language files: Not needed - bug fix

Tests:

This fix was tested in productive environment. All deviations were resolved.

Related

Commit: [r405]

Discussion

  • Erik Hänel

    Erik Hänel - 2018-10-24
    • status: open --> accepted
     
  • Erik Hänel

    Erik Hänel - 2018-10-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1,18 @@
     NumeRe stills messes with file encodings. Probably it is more efficient to only force the ASCII encoding for scripts and procedures but not for other files.
    +
    +###Analysis:
    +(*Describe, what's the issue and which changes have to be made*)
    +
    +###Implementation:
    +* Implementation: (*Describe, what you've changed*) 
    +* Revision: [rXXX]
    +* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +
    +###Documentation:
    +* ChangesLog: (*Have you updated the changes log?*)
    +* Comments: (*Have you written comments in the code, which describe your change?*)
    +* Documentation articles: (*Have you updated the documentation articles?*)
    +* Language files: (*Have you updated the language files?*)
    +
    +###Tests:
    +(*Describe, which tests you performed and their outcome*)
    
    • status: accepted --> analyzing
     
  • Erik Hänel

    Erik Hänel - 2018-10-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,7 @@
     NumeRe stills messes with file encodings. Probably it is more efficient to only force the ASCII encoding for scripts and procedures but not for other files.
    
     ###Analysis:
    -(*Describe, what's the issue and which changes have to be made*)
    +For NumeRe files, the degree symbol has to be added to the conversion feature. For all other files, we'll roll back to the original way of saving the files.
    
     ###Implementation:
    
     * Implementation: (*Describe, what you've changed*) 
    
    • status: analyzing --> implementing
     
  • Erik Hänel

    Erik Hänel - 2018-10-24
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,15 +4,15 @@
     For NumeRe files, the degree symbol has to be added to the conversion feature. For all other files, we'll roll back to the original way of saving the files.
    
     ###Implementation:
    -* Implementation: (*Describe, what you've changed*) 
    -* Revision: [rXXX]
    -* Implementation test: (*Describe the type of test, which you performed, and if it was successful*)
    +* Implementation: The fix was implemented as proposed by the analysis
    +* Revision: [r405]
    +* Implementation test: NumeRe-specific files and general files were modified and could be saved correspondingly
    
     ###Documentation:
    -* ChangesLog: (*Have you updated the changes log?*)
    -* Comments: (*Have you written comments in the code, which describe your change?*)
    -* Documentation articles: (*Have you updated the documentation articles?*)
    -* Language files: (*Have you updated the language files?*)
    +* ChangesLog: updated
    +* Comments: The new added function was commented sufficiently
    +* Documentation articles: Not needed - bug fix
    +* Language files: Not needed - bug fix
    
     ###Tests:
     (*Describe, which tests you performed and their outcome*)
    
    • status: implementing --> testing
     

    Related

    Commit: [r405]

  • Erik Hänel

    Erik Hänel - 2018-11-17
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -15,4 +15,4 @@
    
     * Language files: Not needed - bug fix
    
     ###Tests:
    -(*Describe, which tests you performed and their outcome*)
    +This fix was tested in productive environment. All deviations were resolved.
    
    • status: testing --> fixed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB