Skip to content
Raphael Mäder requested to merge PLAY-81 into master

Created by: sergbavykin

  • PLAY-29 debugging

  • PLAY-81 Make sites config parser include language feature

  • PLAY-81 Make scala templates use specific language context within app not framework

  • PLAY-81 small fixes according to scala code style

  • PLAY-81 adjust new setup cases

  • PLAY-81 Change ! isAuthenticated to more proper isAnonymous in GlobalActionWrapper

  • PLAY-85, PLAY-29 Update NavigationItem to support multisite feature

    With this update duplicated vpaths are allowed on separate sites, but not within one site. Also related to changes in PLAY-81, PLAY-75.

  • PLAY-85, PLAY-29 Add missing site property to NavigationItem

  • PLAY-81, PLAY-84 Move MString & MStringDataBinder and SmartForm to core cms

  • PLAY-81, PLAY-84 Adjust data binder and smart form according to improved databinder API

  • PLAY-81, PLAY-84 Throw entity declaration to play cms core according to related replacements

  • PLAY-81, PLAY-84 Small cleanup of secure form

  • PLAY-81, PLAY-84 Change signatures make them more proper and obviously

  • PLAY-81, PLAY-84 Make backend form depend only on backend languages

  • PLAY-81, PLAY-84 Remove not used mstring data parts from initialization

  • PLAY-81, PLAY-84 Adjust imports and pathes regarding to related replacements in play-cms

  • PLAY-81 Rename language config class and throw inner classes closest to head

Merge request reports