8000 Tags · aoliverio/app · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: aoliverio/app

Tags

3.2.5

Toggle 3.2.5's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.2.5

* Disable local parsing by default. It confuses lots of Americans as
  their date format is awful.
* Add Awesome CakePHP list to the default homepage.
* Check for DebugKit and suggest remediation steps.
* Check environment requirements earlier.

3.2.4

Toggle 3.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App 3.2.4

* Improved home page messaging to more clearly indicate how to replace
  the default home page content (@ionas)
* Improve doc comments. (@ionas)

3.2.3

Toggle 3.2.3's commit message
Merge pull request cakephp#356 from cakephp/issue-355

Ensure post install script runs when creating project.

3.2.2

Toggle 3.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP Application Skeleton 3.2.2

* Cleaned up pointless echo statements. (@phillaf)
* Use `<div>` instead of `<section>`. (@markstory)
* Shells can now be started with `bin/bake` if a symlink exists. (@Marlinc)
* Errors are now emitted when PHP version is incorrect. (@ionas)
* Improved home page design and layout. (@ionas, @daveozoalor, @markstory)

3.2.1

Toggle 3.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP Application Skeleton 3.2.1

Enhancements
------------

* Application config now defaults to environment variables. This makes
  running a CakePHP app on Platform as a Service providers easier.
  (@josegonzalez)
* config/routes.php includes typehints now to help IDE users (@gmponos)
* Test cases are now excluded from code coverage (@elboletaire)
* Text legibility improved (@jadb)
* Error rendering is more graceful now (@dereuromark)
* composer.json defaults to stable dependencies now (@ionas)

3.2.0

Toggle 3.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.2.0

* Update for CakePHP 3.2
* Update for PHPUnit 5.x
* Default to immutable date and time objects.
* Improved documentation/comments

3.1.2

Toggle 3.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP app skeleton 3.1.2

* Use PHP_SAPI instead of php_sapi_name()
* Stick with stable dependencies.
* Add tests for the included PagesController.

3.1.1

Toggle 3.1.1's commit message
Merge pull request cakephp#283 from cakephp-fr/3.1-composer-requires

update requires for 3.1

3.1.0

Toggle 3.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP Application Skeleton 3.1.0

* Pagination now looks more disabled.
* Updated styling.
* Improved responsive design.
* Added locale parsers for date and time types.
* Updated normalize.css.
* vendor files are now excluded form code coverage reports.

3.0.5

Toggle 3.0.5's commit message

Verified

This tag was signed with the committer’s verified signature.
markstory Mark Story
CakePHP App Skeleton 3.0.5

* Database query logging was added to the default config file
  disabled by default.
* date types use locale parsing by default.
* Improved CSS for when URL rewriting is not working.
* Training and certification links added to default homepage.
0