[Admin Log In]

Phoenix MVC

Download

Here, you can download the latest version of Phoenix MVC. You might also want to check the project's license. The latest version is 0.2.

  • 0.2 (2011-03-18): Phoenix MVC 0.2
    • Authentication fixed to properly support _Post routes
    • Authorisation cookie deletes the cookie correctly
    • Database, Model, and Query updated to allow Count queries, as well as backtick-escaped column names
    • Form and ActLink updated to escape action URLs
    • TextArea and Hidden field typed added
    • Field and ValidationSummary adds a class to show validation errors
    • Some changes to prevent Model incorrectly caching Get and Find results
    • Post does proper null-checking to allow blank values to be bound
    • Added CustomQuery class to execute arbitrary SQL
    • Added action_name field to RouteParameters to correctly allow for _Post actions
    • Added custom routing support, and custom routers: SkippingRouter and PageActionRouter
    • Changes to validation to allow for more validators to be implemented.
    • Added new validators: UrlSafeValidation, DbUniqueValidation
    • Authentication and OpenID integration
    • CanAccess function added to Authorisation
    • Hooks functionality added
    • Fix to actlink to allow null links
    • Change to field for OpenID integration
    • Smarter value persistence for select
    • Templating defaults and error checking moved into hooks
    • GetRouteString function added to RouteParameters
    • Fixed DbUniqueValidation generating incorrect SQL
    • CheckCredentials added to Authorisation
    • DataMapping added to Model
    • Post binding now accepts a prefix
    • Added checkbox function
    • Fix to RedirectToRouteResult generating invalid routes in some cases
    • Account creation in Authentication
    • Validation summary no longer prints post variable names
  • 0.1 (2010-05-11): Initial Release