Skip to content

Releases: orchestral/foundation

v2.0.15

14 Aug 19:41
Compare
Choose a tag to compare
  • Add padding to .navbar a-navbar.brand CSS.
  • Update Bootstrap 3.0-RC2.
  • Orchestra\Foundation\Reminders\PasswordBroker should extends Illuminate\Auth\Reminders\PasswordBroker.
  • Fixed CSS styling based on Bootstrap 3-RC2 changes.
  • Fixed inconsistent form styling on reset password page.

v2.0.14

12 Aug 13:00
Compare
Choose a tag to compare
  • Update Twitter Bootstrap 3.0.0@dev.
  • Change footer to show "Powered by Orchestra Platform" instead of a copyright.
  • Tweak installation message on Auth usage.
  • Convert prefered function to use Orchestra\Auth\Acl\Fluent::attach() instead of Orchestra\Auth\Acl\Fluent::fill().

v2.0.13

03 Aug 17:12
Compare
Choose a tag to compare
  • Replace deprecated call to Orchestra\Extension::isActive() and instead use Orchestra\Extension::activated().
  • Replace call to handles('orchestra/foundation::*') to handles('orchestra::*').
  • Small improvement to migration process during installation.
  • Add italian translation.
  • Revert alias and provides in Orchestra\Foundation\Services\TestCase.
  • Add Orchestra\Foundation\Services\ApplicationTestCase.
  • Add testcase for Orchestra\Foundation\Routing\CredentialController.
  • Fixed CSS issue on create/update User using Select2.

v2.0.12

27 Jul 17:18
Compare
Choose a tag to compare
  • Update to Twitter Bootstrap 3.0.0-RC1.
  • Clean-up CSS, JavaScript as well as HTML to match Bootstrap 3.

v2.0.11

26 Jul 16:38
Compare
Choose a tag to compare
  • Fixed typo to Orchestra\Extension::isActive().
  • Add safe mode notification when running from safe mode.
  • Docblock improvement.

v2.0.10

19 Jul 19:40
Compare
Choose a tag to compare
  • Update Bootstrap 3.0.0@dev.
  • Remove requirement to use Illuminate\Support\Fluent on Orchestra\Foundation\Services\Validation\UserAccount.
  • Add client-side JavaScript event on each page load.
  • Code improvements.
  • Fixed mkdir(): Permission denied on uploading extension asset using FTP Publisher.

v2.0.9

17 Jul 02:08
Compare
Choose a tag to compare
  • Rename Orchestra\Foundation\Site::localtime() to Orchestra\Foundation\Site::toLocalTime().
  • Fixed date is not appended when attaching role to a user, add withTimestamps() options to both Orchestra\Model\User and Orchestra\Model\Role.
  • Add Orchestra\Foundation\Site::fromLocalTime() to convert time from local to what set in "app.timezone" config.
  • Add Orchestra\Foundation\Application::locate() to return relative path to packages/app.

v2.0.8

14 Jul 23:13
Compare
Choose a tag to compare
  • Optimize use of orchestra/foundation::layout.widgets.header view.
  • Create table and form view for Orchestra\Html\Table and Orchestra\Html\Form.
  • Update Bootstrap 3.0.0@dev.

v2.0.7

06 Jul 18:14
Compare
Choose a tag to compare
  • Allow Orchestra\Foundation\Services\UserMetaRepository to look for data from eloquent before resolving to default.
  • Fixed a bug where no roles is assigned to registered user.
  • Improved the base grid system to be more readable.
  • Multiple bugfixes to the UX and CSS.

v2.0.6

04 Jul 19:32
Compare
Choose a tag to compare
  • Tweak Resources menu to be not shown when all resources are hidden.
  • Fixed unable to use Publisher FTP since Illuminate\Filesystem\Filesystem::makeDirectory() throws PHP error when creating directory failed.