Skip to content

Releases: orchestral/foundation

v2.0.5

03 Jul 19:22
Compare
Choose a tag to compare
  • Move Orchestra\Services to Orchestra\Foundation\Services.
  • Move Orchestra\Routing to Orchestra\Foundation\Routing.
  • All classes are mapped using PSR-0.
  • Improved default theme.
  • Fixed CSS styling on FTP publisher page.

v2.0.4

03 Jul 05:25
Compare
Choose a tag to compare
  • Allow guest user to access resources if ACL permit.
  • Fixed CSS on User search form.

v2.0.3

03 Jul 05:25
Compare
Choose a tag to compare
  • Add @placeholder("orchestra.resources: {name}").
  • Add data-id attributes to edit and delete link on users page.

v2.0.2

03 Jul 05:24
Compare
Choose a tag to compare
  • Fixed unable to use "orchestra.saving: extension.{name}" event.
  • Implement "orchestra.validate: extension.{name}" and Orchestra\Services\Validation\Extension.
  • Fixed regression bug with new implementation on Orchestra\Support\Validator.

v2.0.1

03 Jul 05:23
Compare
Choose a tag to compare
  • Tweak Users search form CSS to match Bootstrap 3.
  • Fixed a bug where Extension's handles configuration is not accessible.

v2.0.0

03 Jul 05:22
Compare
Choose a tag to compare
  • Migrate Orchestra\Foundation from Orchestra Platform 1.2.
  • Convert Orchestra\Core to Orchestra\App.
  • Add Orchestra\App::handle() to emulate (:bundle) routing structure in Laravel 3.
  • Deprecate and remove Orchestra, alias to Orchestra\App, instead introduce orchestra() helper function as a replacement.
  • Validations now using services, based on Orchestra\Support\Validator.
  • Menu are now using Orchestra\Services\Event\AdminMenuHandler.
  • Orchestra\Mail are now utilising Laravel 4 Mail class, Orchestra\Mail::send() would choose either to use basic send or queue based on Orchestra Platform setting.
  • Fixes bad references to Orchestra\Support\Str on Orchestra\Routing\ForgotController and Orchestra\Routing\RegisterController.
  • Update to Twitter Bootstrap 3.
  • Replace current implementation for reset password with Laravel 4, with some goodies from Orchestra Platform.
  • Remove Form::token() as it's automatically added by Form::open().
  • Add support to use sendmail as e-mail transport.
  • Reduce usage of Blade syntax, since { and } can be customised by the user Orchestra Platform shouldn't depend on it.
  • Fixed invalid generated URL to delete users.
  • Add Orchestra\Testbench package to help unit testing controllers.
  • Allow handles('orchestra::/') to alias handles('orchestra/foundation::/').
  • Add resources('foo') to alias handles('orchestra/foundation::resources/foo').