1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #14 from elazar/master
whatthejeff
as Jeff Welch
More... over 12 years ago
Fixed Breeze/Application not being declared as a static function despite being called as one in numerous areas of the codebase More... over 12 years ago
Merge pull request #12 from elazar/route-filters
whatthejeff
as Jeff Welch
More... almost 13 years ago
Modified route filter callbacks to require that results be returned rather than passed by reference More... almost 13 years ago
Merge pull request #13 from elazar/master
whatthejeff
as Jeff Welch
More... almost 13 years ago
Small typo correction in the name of a dispatcher test case method More... almost 13 years ago
Added support for route filters to the application and dispatcher classes, updated the README and unit tests accordingly More... almost 13 years ago
Merge pull request #11 from elazar/master
whatthejeff
as Jeff Welch
More... almost 13 years ago
Not sure what PHPUnit version the tests were written against, but several test case classes terminate with fatal errors - looks like they should extend PHPUnit_Extensions_OutputTestCase instead of PHPUnit_Framework_TestCase More... almost 13 years ago
Small typo correction in README.md More... almost 13 years ago
Fixes GH-8
whatthejeff
as Jeff Welch
More... almost 13 years ago
Merge pull request #9 from elazar/master
whatthejeff
as Jeff Welch
More... almost 13 years ago
Merge pull request #10 from elazar/42ca4771a3ded6398c28bb5b412fbdfd584b71af
whatthejeff
as Jeff Welch
More... almost 13 years ago
Merge branch 'master' of github.com:elazar/breeze More... almost 13 years ago
Added missing layout() shortcut to Breeze.php More... almost 13 years ago
Fixed a parse error in the example for any() More... almost 13 years ago
Fixed a typo.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Replacing all instances of `trigger_error()` with their corresponding exceptions.
whatthejeff
as Jeff Welch
More... almost 13 years ago
* Made cloning deep so that it's actually useful. * Added Breeze\Application::setInstance() for testing/mocking.
whatthejeff
as Jeff Welch
More... almost 13 years ago
* Added a new `status()` function for getting and setting HTTP statuses. * Refactored existing code dealing with HTTP statuses to use the new `status()` function.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Improved the way the shorthand syntax is generated.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Fixed some E_NOTICE errors.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Using the new syntax highlighting feature in github :)
whatthejeff
as Jeff Welch
More... almost 13 years ago
Simplify the pear task a bit.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Fixed a copy/paste error.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Fixed a typo.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Preparing for the 0.2.0 release.
whatthejeff
as Jeff Welch
More... almost 13 years ago
Style adjustment.
whatthejeff
as Jeff Welch
More... about 13 years ago
Use the Zend standard for tests and demos.
whatthejeff
as Jeff Welch
More... about 13 years ago
Switching to the Zend standard. I will probably deviate from this style for closures.
whatthejeff
as Jeff Welch
More... about 13 years ago