dcp.Utility 1.0.0 Add many useful utils and extends some Orchard features:

Add many useful utils and extends some Orchard features:

  • Projection: sort by querystring param.
  • Database layer:
    • base content repository
    • data filters:
      • by email
      • by content field
      • by owner
      • by term
      • by title
    • data sorting
      • by title
  • Tokens: any request param
  • Generic helper extenstions
    • content GetField
    • authorize: AuthorizeAll permissions,AuthorizeAny permissions
  • Security Shape provider: configurate which shapes show or hide depends on permissions
  • UpdatableControllerBase: more friendly base controller that binds its input data
  • ViewModelContentItemBuilder: to quick build a composite shape that contains parts/shapes from other content items (usually uses as View Model so not need create a separate class)