Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Codeception

Full-stack testing framework for PHP. Run browsers tests, framework tests, APIs tests, unit tests with ease!
Collective - Host: opensource - https://opencollective.com/codeception - Website: http://t.co/5iV1drgS - Code: https://github.com/Codeception

Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - a571b51d4f8434f25068cc2c815db5bfc17ad40f authored over 13 years ago by Taylor Otwell <[email protected]>
Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - a8a28d8355931e607b62298b503882538ff5d5e7 authored over 13 years ago by Taylor Otwell <[email protected]>
Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - 2b0969e106a5c73548d70d017d5d4f601ceb7f65 authored over 13 years ago by Taylor Otwell <[email protected]>
Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - b2b40a24a50dc7f7a79cce4d5c6f30503600f594 authored over 13 years ago by Taylor Otwell <[email protected]>
Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - 4e11d4291babaca16b6e5bedc0f80e74fb6c35f9 authored over 13 years ago by Taylor Otwell <[email protected]>
Edited readme.md via GitHub

github.com/Codeception/codeception-laravel5-sample - 549fbcc289a256914cbedd0f1ae0635e6be32129 authored over 13 years ago by Taylor Otwell <[email protected]>
Fixed bug in bindings that was causing null to be saved as 0 in MySQL.

github.com/Codeception/codeception-laravel5-sample - 514c128957a670efa1ca9584df4f64083342df51 authored over 13 years ago by Taylor Otwell <[email protected]>
removed bloated if statement from front controller.

github.com/Codeception/codeception-laravel5-sample - d95ead812aee4549fd702b0c59ce56d79b5f3eda authored over 13 years ago by Taylor Otwell <[email protected]>
added exception test to view tests.

github.com/Codeception/codeception-laravel5-sample - 794e0e6d17a423f605b76d0b8a5b26d1d9793986 authored over 13 years ago by Taylor Otwell <[email protected]>
added route finder tests.

github.com/Codeception/codeception-laravel5-sample - 23f167acc7c955cc7e0ef49fbc09806f68e375ec authored over 13 years ago by Taylor Otwell <[email protected]>
refactored route parameter parsing tests.

github.com/Codeception/codeception-laravel5-sample - 121a15bbcff39bb3ab0b8e8192dc087dc5c56b27 authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring test structure.

github.com/Codeception/codeception-laravel5-sample - 537139a2ca67f2beaf6e9cdcf7556ea041a4ce0f authored over 13 years ago by Taylor Otwell <[email protected]>
added tests to main repository.

github.com/Codeception/codeception-laravel5-sample - d3398db56f6c5bb4597fd33346307cc78224c991 authored over 13 years ago by Taylor Otwell <[email protected]>
changed continue to return in validation library.

github.com/Codeception/codeception-laravel5-sample - cffbcd010d8f95ef65212e4325fc4dab52ed0688 authored over 13 years ago by Taylor Otwell <[email protected]>
Merge pull request #24 from mikelbring/develop

Created Validator::make()

github.com/Codeception/codeception-laravel5-sample - 99ae26d0e6f7d4e47e2e22080a1feb497b27c990 authored over 13 years ago by Taylor Otwell <[email protected]>
Created Validator::make()

github.com/Codeception/codeception-laravel5-sample - 36fe006b089e4384a28aaf392b8d71a83e140c5c authored over 13 years ago by Michael Hasselbring <[email protected]>
added optional parameters to routes.

github.com/Codeception/codeception-laravel5-sample - 230af4125d4ee3dfddca7393d1624a5b481a63da authored over 13 years ago by Taylor Otwell <[email protected]>
added support for optional route parameters.

github.com/Codeception/codeception-laravel5-sample - 398a5bb41a78087c7740efcecaf282346960a281 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring router.

github.com/Codeception/codeception-laravel5-sample - 03044c7d4c61161d8e22d82ec4be84fb57a2a549 authored over 13 years ago by Taylor Otwell <[email protected]>
Added default value to URL::to_asset method.

github.com/Codeception/codeception-laravel5-sample - 6c6f92a7c98fcaa05ed7cef4bdd5600c4bfc3613 authored over 13 years ago by Taylor Otwell <[email protected]>
rewrote validation library.

github.com/Codeception/codeception-laravel5-sample - c3b8524e1b97bbe14e3b5130d3c9b5d75eea75d7 authored over 13 years ago by Taylor Otwell <[email protected]>
added PHPass to system/vendor.

github.com/Codeception/codeception-laravel5-sample - bbc45f92b7ccf39162a6d8559e076b66c102b074 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor router to use routes.php as the default routes for all requests, even when using a routes directory.

github.com/Codeception/codeception-laravel5-sample - c95e7fdbbe0ab69b1dd74b3fbd8b43ba58c0fba1 authored over 13 years ago by Taylor Otwell <[email protected]>
More tweaking to routes.php comment.

github.com/Codeception/codeception-laravel5-sample - 9224e62cbef6bdc603914dfe06d7994df8519383 authored over 13 years ago by Taylor Otwell <[email protected]>
Tweak routes comment.

github.com/Codeception/codeception-laravel5-sample - 218e64368c7352bb7f157b147d27082a11301d13 authored over 13 years ago by Taylor Otwell <[email protected]>
Tweaking Auth config comments.

github.com/Codeception/codeception-laravel5-sample - a9c14b3db5861fd293e6fd46a528b9d0b35b7849 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor Auth class to use Auth config closures.

github.com/Codeception/codeception-laravel5-sample - 0d2cfd24177c17f6fc91db24388cfee5bc375a15 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor Auth config to use closures.

github.com/Codeception/codeception-laravel5-sample - 9ec8f4a5b62407f2a6d0a88370a83a6a3d85b934 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor Auth class to use new bcrypt hashing.

github.com/Codeception/codeception-laravel5-sample - 757e1280a88b84c2a5cf86fdcf9b2b4f202937ba authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor hash class to use PHPass.

github.com/Codeception/codeception-laravel5-sample - 427fe625682a9db7e16fdac1a377eabc4f0f9301 authored over 13 years ago by Taylor Otwell <[email protected]>
Fix default error config values.

github.com/Codeception/codeception-laravel5-sample - d2d5127fcfed8579b4f09f871d79de5687f0be66 authored over 13 years ago by Taylor Otwell <[email protected]>
deprecated log class. removed from aliases. added storage/log.txt.

github.com/Codeception/codeception-laravel5-sample - a6d1449b40b31318cd2a47b275b4e3797c6e618b authored over 13 years ago by Taylor Otwell <[email protected]>
Call the configuration "logger" when writing logs in the error class.

github.com/Codeception/codeception-laravel5-sample - 8053d8e954032e40d939a5c883fd441a703e2454 authored over 13 years ago by Taylor Otwell <[email protected]>
Added "logger" option to error configuration.

github.com/Codeception/codeception-laravel5-sample - f54ef2b4c926733638c10834d9a4aac932e9c3fd authored over 13 years ago by Taylor Otwell <[email protected]>
Order the exception CSS.

github.com/Codeception/codeception-laravel5-sample - 3f20c10d022213478ccd771fb3d0684614ce511a authored over 13 years ago by Taylor Otwell <[email protected]>
Added note to Route\Finder.

github.com/Codeception/codeception-laravel5-sample - 44d14df331417551ecc2d2eacaeaf2b098f5e5ae authored over 13 years ago by Taylor Otwell <[email protected]>
Improved the generic error view and made it consistent with other system views.

github.com/Codeception/codeception-laravel5-sample - 9249ab7d40e8098f98a5a64195b733000e330225 authored over 13 years ago by Taylor Otwell <[email protected]>
Improved the default 404 page and made it consistent with other system views.

github.com/Codeception/codeception-laravel5-sample - d60772e534793d22c6a1caed493e944140c6d011 authored over 13 years ago by Taylor Otwell <[email protected]>
Turned off display_errors runtime directive.

github.com/Codeception/codeception-laravel5-sample - 3adfe6407a93c8bd78400d45c0371f93d6fb9414 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactor exception view.

github.com/Codeception/codeception-laravel5-sample - 4b25d9e4d24d68ccbaf5ba00b346828af941a130 authored over 13 years ago by Taylor Otwell <[email protected]>
Improved error exception view.

github.com/Codeception/codeception-laravel5-sample - 4fc4d04028b1e4e753296629eea93fb13d2bb58d authored over 13 years ago by Taylor Otwell <[email protected]>
Added file context to error class.

github.com/Codeception/codeception-laravel5-sample - 54311a41cee2be30955bcc47d18796c95c7a392c authored over 13 years ago by Taylor Otwell <[email protected]>
Tweaking error handlers in the front controller.

github.com/Codeception/codeception-laravel5-sample - f6ff5370ef0b46d45fc5b6484d988ae4c9952ed4 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring the error class.

github.com/Codeception/codeception-laravel5-sample - 69d1377fd485023086ead755267f1269984f4499 authored over 13 years ago by Taylor Otwell <[email protected]>
Pass session ID into session::load.

github.com/Codeception/codeception-laravel5-sample - bb2a23174970186ad02c0d6ca10502ffbc0b91c6 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring the session class.

github.com/Codeception/codeception-laravel5-sample - 5eb379d6cc95717ffc1f90b2943b17280283dd21 authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring auto-loader.

github.com/Codeception/codeception-laravel5-sample - 15328afa4d671e293c3b76207d3a039a168b954e authored over 13 years ago by Taylor Otwell <[email protected]>
removed comment bloat from index.php.

github.com/Codeception/codeception-laravel5-sample - 9624d275a48f85e08969e86b130012ba68b89637 authored over 13 years ago by Taylor Otwell <[email protected]>
fix typo in error class.

github.com/Codeception/codeception-laravel5-sample - c75f298c34a281e0a30959ceafcf515271ce945d authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring eloquent.

github.com/Codeception/codeception-laravel5-sample - c30185eb27c81e01f2087bcdbe566d2f6e968c01 authored over 13 years ago by Taylor Otwell <[email protected]>
fix syntax error in error class.

github.com/Codeception/codeception-laravel5-sample - 95528adab5e4f409d20f81c935e8ffdfee263f8d authored over 13 years ago by Taylor Otwell <[email protected]>
removed file context from error messages.

github.com/Codeception/codeception-laravel5-sample - 063cde50c0a0f37962e3b9367b2a0789b8b4bbf7 authored over 13 years ago by Taylor Otwell <[email protected]>
removed some comment bloat from the Form class.

github.com/Codeception/codeception-laravel5-sample - 46b0a7d8adfbe96180a20f91c73fe65107c9f499 authored over 13 years ago by Taylor Otwell <[email protected]>
deprecated text class.

github.com/Codeception/codeception-laravel5-sample - da8c412dbc001b01f2c19ef9e258f4b003df35dc authored over 13 years ago by Taylor Otwell <[email protected]>
extracted the route wildcard translation to a separate method.

github.com/Codeception/codeception-laravel5-sample - d0ba4719d800c790a9fc0948bfb13d7c1797258b authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring router.

github.com/Codeception/codeception-laravel5-sample - 8277694693928d019784f959fad3a1fcee7f324f authored over 13 years ago by Taylor Otwell <[email protected]>
cleaning up Request::uri method.

github.com/Codeception/codeception-laravel5-sample - 141bed39162431c0768c60b445d9414f68a5fe75 authored over 13 years ago by Taylor Otwell <[email protected]>
removed cache and session factories. moved cache item management into cache class and out of drivers. tweaked auth class.

github.com/Codeception/codeception-laravel5-sample - ca58f80b227fc5adc9595bd78dce2a4e35b99217 authored over 13 years ago by Taylor Otwell <[email protected]>
added check for array in Request::spoofed.

github.com/Codeception/codeception-laravel5-sample - ceb0e1a8074372d4391f0fdcf1fc4714a639c5a1 authored over 13 years ago by Taylor Otwell <[email protected]>
Removed comment bloat from View class.

github.com/Codeception/codeception-laravel5-sample - 9608a0dee727fb8b9221c8bfbeddab14d90f8a5c authored over 13 years ago by Taylor Otwell <[email protected]>
Added __toString method to Response.

github.com/Codeception/codeception-laravel5-sample - 924ecf879cf00f8e062d7f8537e48c1a038271ad authored over 13 years ago by Taylor Otwell <[email protected]>
Remove comment bloat from URL class.

github.com/Codeception/codeception-laravel5-sample - e48d6111499dd926b69d1d4e94bc8cb00a5b571d authored over 13 years ago by Taylor Otwell <[email protected]>
Trim comment bloat from Route class.

github.com/Codeception/codeception-laravel5-sample - 5ea2974bd634bbf7990ff7e94710b12a23d801bb authored over 13 years ago by Taylor Otwell <[email protected]>
Remove comment bloat from Response class.

github.com/Codeception/codeception-laravel5-sample - 0dd06ad31408b3a7d7cfa487cf4f48d66f1a4a32 authored over 13 years ago by Taylor Otwell <[email protected]>
Removing comment bloat from Redirect class.

github.com/Codeception/codeception-laravel5-sample - 9fc8c36b9413e0a12f77308c820d6d446b4fc6c5 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring input class to use Request::spoofed when hydrating input.

github.com/Codeception/codeception-laravel5-sample - 5bea9121afdbfd69c5d5a164229c43f6fe7b9220 authored over 13 years ago by Taylor Otwell <[email protected]>
Added Request::spoofed method.

github.com/Codeception/codeception-laravel5-sample - 5bb5adcf9c769612eb61717cdaf97079d47df927 authored over 13 years ago by Taylor Otwell <[email protected]>
Formatting DB class.

github.com/Codeception/codeception-laravel5-sample - d0fafd1301aaca86cc6f9f97f1ec6275673e5674 authored over 13 years ago by Taylor Otwell <[email protected]>
Moved Session\Factory functionality into the Session class.

github.com/Codeception/codeception-laravel5-sample - 8056e0d1a70787e294a67f327d2c581d169fecdb authored over 13 years ago by Taylor Otwell <[email protected]>
Moved Cache\Factory functionality into Cache class.

github.com/Codeception/codeception-laravel5-sample - b1b2b932cc1e4c681a4511a4fed05d1ddd9c5052 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring Input class.

github.com/Codeception/codeception-laravel5-sample - c5a2752e8a3e2480eab4a7adaed9189225476b4a authored over 13 years ago by Taylor Otwell <[email protected]>
Cleaning up DB session driver.

github.com/Codeception/codeception-laravel5-sample - c2b7e60bddbe98504618bcfc6cb6ef08a7628adb authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring Eloquent.

github.com/Codeception/codeception-laravel5-sample - 7af9e08a60f51769b10a3af30bf94f098af84ed7 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring Eloquent.

github.com/Codeception/codeception-laravel5-sample - c4eb994fbc431454e536a34380977ee6c0765bb7 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring Eloquent\Hydrator.

github.com/Codeception/codeception-laravel5-sample - 8b1fe5920b5d184be33b7a237a0e0e7fa91954b6 authored over 13 years ago by Taylor Otwell <[email protected]>
Adjust Eloquent\Hydrator to pass array of columns into Query->get method.

github.com/Codeception/codeception-laravel5-sample - 745ac394bbb6f66ba98643cab4f20d74f04d8b78 authored over 13 years ago by Taylor Otwell <[email protected]>
Adjust Eloquent to pass array of columns when selecting.

github.com/Codeception/codeception-laravel5-sample - a0195e938658dc1f5a5bab70da17fa7216b79641 authored over 13 years ago by Taylor Otwell <[email protected]>
Revert previous changes to Eloquent.

github.com/Codeception/codeception-laravel5-sample - 00b064c7d52d8f43af819a5d62b1c35f01856748 authored over 13 years ago by Taylor Otwell <[email protected]>
Adjust Eloquent to use new Query API.

github.com/Codeception/codeception-laravel5-sample - 16265a2cf6bcc954250e1d453e733aea83593111 authored over 13 years ago by Taylor Otwell <[email protected]>
Changed Query::get and Query::first to accept arrays of columns instead of a dynamic parameter list.

github.com/Codeception/codeception-laravel5-sample - 787be6bc99fda3a9f8fdb9c19a6135b6efe099bf authored over 13 years ago by Taylor Otwell <[email protected]>
Remove insert and update methods from Eloquent.

github.com/Codeception/codeception-laravel5-sample - 21efdbf69b031935f812076f106d7aff5c3b7aaf authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring Eloquent class.

github.com/Codeception/codeception-laravel5-sample - 666ebf21195a171702631674aae19ef1244d9c81 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring DB\Eloquent.

github.com/Codeception/codeception-laravel5-sample - 743cf6f44a95fd3c850e362659897e63b930ba63 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring DB\Connector.

github.com/Codeception/codeception-laravel5-sample - e6e7586dbccf0354d675983117d75c6a20152105 authored over 13 years ago by Taylor Otwell <[email protected]>
Remove check for items in Memcached cache driver.

github.com/Codeception/codeception-laravel5-sample - 6c51536d7d8ae5ebf753738c8cc26d6397b8a743 authored over 13 years ago by Taylor Otwell <[email protected]>
Remove check for items in File cache driver.

github.com/Codeception/codeception-laravel5-sample - de19b8db40190804e0703c3c8254cd39c9961fd1 authored over 13 years ago by Taylor Otwell <[email protected]>
Remove check for items in APC driver.

github.com/Codeception/codeception-laravel5-sample - 24fefe9eb26b202e3cd56c0132e086343d40bd16 authored over 13 years ago by Taylor Otwell <[email protected]>
Allow cache class to look for existing items in driver's items array.

github.com/Codeception/codeception-laravel5-sample - 44a48256c7048eb6241bd7f83fce2ca5e6654aa8 authored over 13 years ago by Taylor Otwell <[email protected]>
Make items array public on Memcached cache driver.

github.com/Codeception/codeception-laravel5-sample - 82d5760a32a2628f9f1c7122576fc45216157ce5 authored over 13 years ago by Taylor Otwell <[email protected]>
Make items array public on File cache driver.

github.com/Codeception/codeception-laravel5-sample - 967428c4410b65320bcd21914d9237344fea99bb authored over 13 years ago by Taylor Otwell <[email protected]>
Make item array public on APC cache driver.

github.com/Codeception/codeception-laravel5-sample - ec43d5dd03bbfe9a5cfc39d0ff3ada8ba6843fe9 authored over 13 years ago by Taylor Otwell <[email protected]>
Refactoring View class.

github.com/Codeception/codeception-laravel5-sample - bbc8b8f954eb04c531476ee79197d0a8c2258443 authored over 13 years ago by Taylor Otwell <[email protected]>
Tweaking comments in URL class.

github.com/Codeception/codeception-laravel5-sample - 767a49f54b5efbf208ddfa2fc1cb10b27f4b4f22 authored over 13 years ago by Taylor Otwell <[email protected]>
Trimming comment bloat from Route class.

github.com/Codeception/codeception-laravel5-sample - 60c9c9151668da33789dfe1ca38e2483f15ed58d authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring redirect class.

github.com/Codeception/codeception-laravel5-sample - a86d4477ca01ba45cc704213bced78b9b7ddb796 authored over 13 years ago by Taylor Otwell <[email protected]>
refactoring lang class.

github.com/Codeception/codeception-laravel5-sample - ea6b58b28cb76bc7d06dac16ede0c3ab4916683c authored over 13 years ago by Taylor Otwell <[email protected]>