Skip to content

Stabilization - Languages and Data-Handling

Choose a tag to compare

@iJungleboy iJungleboy released this 15 Dec 09:09
· 6427 commits to master since this release
24c4d72

##Stabilization Release

Internal Improvements

  1. Language fallback sequence is now better controlled #2292
  2. Worked around DNN inconsistency where the portal languages was different in various phases of the page lifecycle #2289

Various fixes

  1. Issues with Turkish language which treats ToLower different for capital I #2261
  2. v11.11.01 had a bug when DNN was hosted in a subfolder / sub-application in IIS #2288
  3. v11.11.01 had trouble when the files where on a NAS (WebFarm scenario) #2286
  4. Edit-UI shows fewer errors in console when a language resource is missing #2290
  5. ADAM now correctly approves files with upper-case extensions like JPG instead of jpg #2284
  6. In rare cases an internal cache threw an error because Dictionary was used instead of ConcurrentDictionary #2293
  7. State-updates were not fully logged any more #2296
  8. AppState updates now use two locks to ensure that parallel requests don't cause errors #2297 #2298
  9. Minor stuff / internal #2288