GitHub / jack33232/klein.php / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| a5e6d5fc | merge Merge branch 'zjpersonal' | jack33232 <j****2@g****m> | almost 9 years ago | |
| edc757fb | - fix using deprecated functions | jack33232 <j****2@g****m> | almost 9 years ago | |
| abda0d7a | - Deprecated function | jack33232 <j****2@g****m> | almost 9 years ago | |
| d5096f75 | - Enable file data collection having allObj function | jack33232 <j****2@g****m> | about 9 years ago | |
| 8775c7eb | - New Klein version | jack33232 <j****2@g****m> | about 9 years ago | |
| d2b59500 | Fix bug | jack33232 <j****2@g****m> | over 9 years ago | |
| 46f43348 | Add method to detect ajax call | jack33232 <j****2@g****m> | over 9 years ago | |
| 924364a0 | Add symfony uploaded file object to request file data collection | jack33232 <j****2@g****m> | over 9 years ago | |
| b469e9eb | Remove throwing http error while doing route map process but move it to lazy ... | jack33232 <j****2@g****m> | over 9 years ago | |
| 334ebbd1 | Optimize the remove unmatch operation | jack33232 <j****2@g****m> | over 9 years ago | |
| 73850cf8 | Fix wrong logic of remove unmatch route | jack33232 <j****2@g****m> | over 9 years ago | |
| 6a96e7bc | Optimized ip function | jack33232 <j****2@g****m> | over 9 years ago | |
| 9ca91f06 | Fix small bugs | jack33232 <j****2@g****m> | over 9 years ago | |
| 8742f84e | Fix small mistake | jack33232 <j****2@g****m> | over 9 years ago | |
| 747f30b4 | 1. Enable match first & fire late feature | jack33232 <j****2@g****m> | over 9 years ago | |
| b54e2c7d | merge Merge branch 'official' into ZJ | jack33232 <j****2@g****m> | over 9 years ago | |
| 7968085e | New IP function | jack33232 <j****2@g****m> | over 9 years ago | |
| 43d67253 | merge Merge pull request #315 from userlond/patch-1 |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| ea6ef408 | Update Request.php |
userlond <u****d@u****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| f6921b74 | Update Request.php |
userlond <u****d@u****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 6549676c | merge Merge pull request #352 from Rican7/chore/v2.1.2-release-prep |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 40207f5e | Updating the `UPGRADING.md` for the v2.1.2 changes | Trevor Suarez <r****7@g****m> | over 9 years ago | |
| 2aefec40 | Updating the `CHANGELOG.md` with v2.1.2 changes | Trevor Suarez <r****7@g****m> | over 9 years ago | |
| e533d5e2 | merge Merge pull request #333 from servel333/patch-1 |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| b65c53c6 | merge Merge pull request #351 from Rican7/bugfix/php-7-exception-handling-compatibi... |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 65c45971 | Fixing up a test | Trevor Suarez <r****7@g****m> | over 9 years ago | |
| 6e6afa02 | Updating exception type-hints to be more broad for | Trevor Suarez <r****7@g****m> | over 9 years ago | |
| c136acb4 | Updating `catch` statements that are intended to | Trevor Suarez <r****7@g****m> | over 9 years ago | |
| 94a05746 | merge Merge pull request #337 from Rican7/chore/v2.1.1-release-prep |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 391e9e06 | Updating the `CHANGELOG.md` to account for the new | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| fdf072bc | merge Merge pull request #342 from Rican7/bugfix/php-7-compatibility |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 25478662 | Removing PHP 7 from the list of allowed failures | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 4d78cbe9 | Fixing 2 small test issues for PHP 7 | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 05a5da61 | merge Merge pull request #341 from Rican7/chore/travis-ci-php-versions |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| a15f2f78 | No longer need the `--dev` in the Composer command | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 294828ea | Now disabling `sudo` to use the new container | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 466d2fab | Adding composer validation to the CI test script | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 7747a200 | Adding PHP 5.6, 7.0, and the nightly version to | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| c0ad6a43 | merge Merge pull request #340 from Rican7/bugfix/phpunit-upgrade-and-output-buffer-... |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 7f012b57 | Making sure to properly handle output buffering | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 5214d6a8 | Using a safer output buffer strategy by tracking | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| f9663ea3 | Updating the `phpunit/phpunit` and | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 1f86bd42 | merge Merge pull request #339 from Rican7/chore/reupping-test-coverage |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| fcb564df | Missed an include... | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| f1a336e7 | Adding some new tests and fixing some old ones | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 57ec63a6 | merge Merge pull request #338 from Rican7/bugfix/test-expected-output-stability |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 23acd715 | Removing debug code that shouldn't exist and | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| dbd83b9c | No longer depending on `var_dump()`'s output, as | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 0717d3e6 | Updating the `UPGRADING.md` for the v2.1.1 changes | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 60fe1516 | Updating the `CHANGELOG.md` with v2.1.1 changes | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 90aa2fcd | Updating author homepage | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| bdfc0d15 | Updating old repo references to the new URL | Trevor Suarez <r****7@g****m> | almost 10 years ago | |
| 3ae0d6f8 | merge Merge pull request #335 from mcos/bugfix/readfile-response-problems |
Trevor N. Suarez <R****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 10 years ago | |
| 8e7acf4f | Discovered that the `AbstractResponse::send()` method call was not | Mark Costello <m****k@m****t> | almost 10 years ago | |
| e398525f | Throw a RuntimeException if the file intended for the response could not | Mark Costello <m****k@m****t> | almost 10 years ago | |
| 6807196b | Change the order of `readfile` and `send` in `Response::file()` | Mark Costello <m****k@m****t> | almost 10 years ago | |
| 4fa01858 | - Small fix | jack33232 <j****2@g****m> | almost 10 years ago | |
| 54190515 | - Quick fix | jack33232 <j****2@g****m> | almost 10 years ago | |
| 5112b5de | - Add filter to paramPost paramGet and Cookie | jack33232 <j****2@g****m> | almost 10 years ago | |
| f1e53981 | - Fix file download fail on php-fpm | jack33232 <j****2@g****m> | about 10 years ago | |
| d7a99386 | - V2.1.1 | jack33232 <j****2@g****m> | about 10 years ago | |
| 8f2375ca | - Make skip will not result in a 404 http exception being thrown | jack33232 <j****2@g****m> | about 10 years ago | |
| 2533d4a2 | Fix some links still pointing to chriso account. |
Nathan Perry <n****3@g****m>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| f0641652 | Small phpdoc fix in Klein\Request | userlond <u****d@u****m> | over 10 years ago | |
| eb80e09d | merge Merge pull request #273 from ivansky/patch-1 | Trevor N. Suarez <R****7@g****m> | over 11 years ago | |
| 933e57b1 | Fix Readme `Sending objects / files` | Ivan <i****@i****u> | over 11 years ago | |
| 2ec9a802 | merge Merge pull request #267 from SiebelsTim/update-phpunit | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| 6803fc38 | Update PHPUnit to 4.1.x | Tim Siebels <t****h@y****e> | almost 12 years ago | |
| 744c07b7 | merge Merge pull request #265 from SiebelsTim/fix-hhvm-foreachbyref | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| 49170fe1 | Rewind array after foreach by reference in DataCollectionTest | Tim Siebels <t****h@y****e> | almost 12 years ago | |
| 4dabdfd3 | merge Merge branch 'bugfix/trailing-whitespace-cleanup' | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| f44943a8 | Cleaning some extraneous whitespace | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| df22b387 | merge Merge pull request #261 from Rican7/bugfix/property-naming-inconsistency | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| f0d0412f | Changing the variable case of some of the test vars | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 61c483ef | Renaming the Validator's `$defaultAdded` property | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| e68c9ef4 | Renaming the callback properties in the Klein class | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 51810981 | merge Merge pull request #260 from Rican7/feature/callback-data-structures | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| dee270b2 | merge Merge pull request #259 from Rican7/feature/configurable-header-normalization | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| 820eccc2 | Make tests compatible with the deprecation | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 36421326 | Deprecating the old header normalization method | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 849435ee | More tests for more coverage | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 7ca82bd9 | Making the `normalizeKey()` method protected, | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 5dbd8064 | Introducing a configurable normalization strategy | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| ecf9dcb0 | More properly calling `enqueue()` for the SplQueue | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 317132be | Changing our callback data-structures and iterations | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 9543cc14 | New tests and some renaming | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 5dc073f0 | merge Merge pull request #223 from Rican7/feature/changelog-and-upgrading-doc | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| cb99d02c | Project description update | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| d5810fc5 | PHPdoc mention? | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 5a0117aa | Updating the installation instructions to no longer | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| f9fc0393 | merge Merge pull request #255 from Rican7/bugfix/doc-block-cleanup | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| 7914a91c | Updated the file headers mini-description | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| af8068a5 | Removing unnecessary blank doc-lines | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 94a56139 | Removing unnecessary fully qualified doc-block types | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| a2419542 | Converting all `@const` and `@var` tags over to | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 826cf818 | Removing all instances of the following doc-block | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| d58ff6d6 | Ironed out some details in the UPGRADING doc | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| d8f0a93b | Added new features and bug-fixes to the CHANGELOG | Trevor Suarez <r****7@g****m> | almost 12 years ago | |
| 0d150efe | merge Merge pull request #222 from Rican7/feature/contributing-doc-update | Trevor N. Suarez <R****7@g****m> | almost 12 years ago | |
| 7a8d09a1 | More clarification | Trevor Suarez <r****7@g****m> | almost 12 years ago |