Skip to content

Releases: rotexsoft/slim-skeleton-mvc-tools

Improved messaging in s3mvc-create-controller-wizard

06 Feb 16:49
Compare
Choose a tag to compare

Improved messaging in s3mvc-create-controller-wizard

Bug fix

01 Feb 20:01
Compare
Choose a tag to compare

Fixed bug in ./vendor/bin/s3mvc-create-controller-wizard that creates controller with namespace prefixed with \

Minor Release

20 Sep 19:50
Compare
Choose a tag to compare
  • Now using sebastian/exporter under the hood in s3MVC_DumpVar($v) for dumping variables. It is immune to recursion when dumping objects with complex graphs unlike var_export() which was previously used.

Minor Tweak

30 Jan 23:36
Compare
Choose a tag to compare

Updated s3MVC_DumpAuthinfo(\Vespula\Auth\Auth $auth)

Updated composer.json

11 Jan 17:58
Compare
Choose a tag to compare

Bumped up required "vespula/log" package version from "^0.2.1" to "^1.1.0"

Fix for Slim 3.9.0

14 Nov 18:26
Compare
Choose a tag to compare
  • Added ->withStatus(302) to all ->withHeader('Location',...) calls

Bug fix

03 Oct 18:24
Compare
Choose a tag to compare
  • The s3mvc-create-controller-wizard was displaying the s3mvc-create-controller help page anytime a user doesn't supply a name of the parent controller class to extend (the script should instead, make \Slim3MvcTools\Controllers\BaseController the parent controller class in such a case).

    • Tweaked s3mvc-create-controller-wizard to always send the -e argument with a default value of \Slim3MvcTools\Controllers\BaseController if no option was explicitly entered.

Bug fix.

22 Sep 22:38
Compare
Choose a tag to compare

Changed

HttpNotFoundController::actionHttpNotFound( $_404_page_content=null, $_404_additional_log_message=null)

to

HttpNotFoundController::actionHttpNotFound( $_404_page_content=null, $_404_additional_log_message=null, $render_layout=true)

to match

BaseController::actionHttpNotFound( $_404_page_content=null, $_404_additional_log_message=null, $render_layout=true).

Minor release

22 Sep 21:52
Compare
Choose a tag to compare

Injected controller object into BaseController::actionIndex()'s call to renderView

Minor release

11 Aug 21:28
Compare
Choose a tag to compare
  • Bumped vespula/auth requirement from ^0.1.2 to ^0.2.5