Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.08 KB

yii-template

Yii template project with nice bundled extensions.

Screenshots

Notice

Current version is built for cyrillic language support. Future versions will support english.

Backwards incompatability changes

  • Converted Boot* class names to Tb* class names
  • Changed managing user passwords. Now there are separate magic password field and autofilled hashedPassword field
  • Removed save scenario from AdminController
  • Changed widgets configuration pattern (see AdminController::getEditFormElements)
  • DependInputScriptWidget now DependedAjaxInputWidget
  • Removed DependedInputWidget