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

Merge branch 'master' into develop

github.com/Codeception/codeception-laravel5-sample - 8e5fae5dc09859e10147f0aed2b5340bbeb44622 authored over 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

github.com/Codeception/codeception-laravel5-sample - 3b8d4aec66e03b323d303f343a4b375ad967a351 authored over 13 years ago
Merge pull request #59 from drowe/master

view.php - Exception / Error handling change

github.com/Codeception/codeception-laravel5-sample - 399892ddda3deee93e7d6a3ae8115d615c50213a authored over 13 years ago
Edited system/view.php via GitHub

github.com/Codeception/codeception-laravel5-sample - b5f7f6648c416a78273d8e24f32696013a1f1bf8 authored over 13 years ago
Fix white screen of death error when view doesn't exist.

github.com/Codeception/codeception-laravel5-sample - b3a2c3537abe7fb567791405dd669a3bae71d5e9 authored over 13 years ago
Allow columns to be specified for Eloquent get, first, and paginate.

github.com/Codeception/codeception-laravel5-sample - 9c9d0fe530e2a029fb259fff2c7fce21149a805f authored over 13 years ago
Make sure file class is loaded before handling exceptions.

github.com/Codeception/codeception-laravel5-sample - c95757175b67c91cfbda638a8255ebadba15baee authored over 13 years ago
Load the exception examiner explicitly instead of using the auto-loader.

github.com/Codeception/codeception-laravel5-sample - 87166aa0ea3dfec84a1826ef2b2857610bfe33d8 authored over 13 years ago
rearrange __get hierarchy so eloquent models can have methods that have the same name as columns.

github.com/Codeception/codeception-laravel5-sample - c4ece2d51f6a0c680388ea826935b6b5b386ba65 authored over 13 years ago
added exception handling changes to changelog.

github.com/Codeception/codeception-laravel5-sample - 695420c1277937036e52421a544220470d2af765 authored over 13 years ago
renamed exception wrapper to exception examiner.

github.com/Codeception/codeception-laravel5-sample - d075e60a66789164e803dedf7c76130f25600352 authored over 13 years ago
removed unecessary methods from exception wrapper.

github.com/Codeception/codeception-laravel5-sample - c100f4c59f6d7c27e4819d0bbba8b671cdcc4fe7 authored over 13 years ago
removed unnecessary method handler.

github.com/Codeception/codeception-laravel5-sample - 512eea1a4eba5da6ecb85b4235260ddd9c6d39e2 authored over 13 years ago
refactored error handling for better architecture.

github.com/Codeception/codeception-laravel5-sample - 5c3c2e2d9c7d7e41533579e516e9c74d99b6db62 authored over 13 years ago
added query array to db\connection.

github.com/Codeception/codeception-laravel5-sample - e2c69d0c84d9e8ea801d532ebe178c58660b6c0b authored over 13 years ago
added comment back to configuration class.

github.com/Codeception/codeception-laravel5-sample - 695a8848ed112233900ecc0d5756752c22c47ecd authored over 13 years ago
added changelog note for crypter class.

github.com/Codeception/codeception-laravel5-sample - ad4e200d66793783009806522b313b2b71954ade authored over 13 years ago
added new crypter class to replace static crypt methods.

github.com/Codeception/codeception-laravel5-sample - 4c4ffa1d4054b5a94b8de65d3a170659624e1f67 authored over 13 years ago
allow the configuration class to set entire files.

github.com/Codeception/codeception-laravel5-sample - b6720eb7c2b1f4024cd73fb018411ae5c8efe3e3 authored over 13 years ago
More improvements to the configuration class.

github.com/Codeception/codeception-laravel5-sample - 7b0495e8641a1d75fb6d2a4921cf3e61181c5c66 authored over 13 years ago
Refactor the configuration class for more simplicity.

github.com/Codeception/codeception-laravel5-sample - 551cffcdbcd0923699b28257e4165734c8cfd9d0 authored over 13 years ago
refactor the arr class to fix a few bugs.

github.com/Codeception/codeception-laravel5-sample - 81a89604f98a90aa8fe736c0192048f55eeaf6d4 authored over 13 years ago
Continuing to refactor the configuration class.

github.com/Codeception/codeception-laravel5-sample - de38744d7833814605a88bd252b5a2464819ba1f authored over 13 years ago
Refactor the config class for more simplicity.

github.com/Codeception/codeception-laravel5-sample - d9b7b7dc52b7f700e50bb4f06258011dc8f7232b authored over 13 years ago
Fix a couple of bugs in the Arr class.

github.com/Codeception/codeception-laravel5-sample - cd90845accf2090fd7b59162f69728b8b579f556 authored over 13 years ago
Remove unnecessary parens from Auth::check.

github.com/Codeception/codeception-laravel5-sample - 4d38ec0279dcecca3af56c1fbfd5b3224457c72f authored over 13 years ago
Refactoring the cache class and its comments.

github.com/Codeception/codeception-laravel5-sample - 0f7b2f72cbee029a18a0b6ec128bc0734e364738 authored over 13 years ago
Refactor the auth class and its comments.

github.com/Codeception/codeception-laravel5-sample - 4c243f3a99b3e9d178e1648a6343a724413d5991 authored over 13 years ago
Removed version control from Asset class. Attempting to implement better method of doing this soon.

github.com/Codeception/codeception-laravel5-sample - a7cf737ba664ae0d12d2825bf169e8dc7e364938 authored over 13 years ago
Remove any unspecified optional parameters from URIs created from routes.

github.com/Codeception/codeception-laravel5-sample - a414bbfccb63baff631f27a425e144c3b94f0870 authored over 13 years ago
Fix bug in Arr::set that did not correctly create new array levels.

github.com/Codeception/codeception-laravel5-sample - b2991dd6ba948f9869063507f92b51c9fd662c56 authored over 13 years ago
tweaked comment on arr::set.

github.com/Codeception/codeception-laravel5-sample - 732a1e4a046f709509f9708113f3dc5ae58f59df authored over 13 years ago
converted config class to use arr::set.

github.com/Codeception/codeception-laravel5-sample - 6750c799f070f59cf462eaa23e00f5f6419324c7 authored over 13 years ago
refactoring response and session classes.

github.com/Codeception/codeception-laravel5-sample - 39d323c44f1ed79070f26cdbed108f3dc4fabca1 authored over 13 years ago
refactoring the response class.

github.com/Codeception/codeception-laravel5-sample - 48120ce4036d185f6bef808af64f85d842e1214e authored over 13 years ago
refactoring pagination class.

github.com/Codeception/codeception-laravel5-sample - 60c317caba8ce95ef49ad7ccf3b088b8ad3c5584 authored over 13 years ago
refactoring database and error classes.

github.com/Codeception/codeception-laravel5-sample - b196313bd078363c277fb889927984cdf9631f46 authored over 13 years ago
refactored the encryption class.

github.com/Codeception/codeception-laravel5-sample - d72f2c642b8313981c9e2c1d05f4ce0576a8b1e3 authored over 13 years ago
improving cache API documentation.

github.com/Codeception/codeception-laravel5-sample - 83ab60922b7a69f67a9f27b9b8b8a979efa625e4 authored over 13 years ago
allow entire configuration files to be set.

github.com/Codeception/codeception-laravel5-sample - f72171f691396a4113e2bd539bcba09abff81e5c authored over 13 years ago
allow Config::set to set an entire configuation array.

github.com/Codeception/codeception-laravel5-sample - 57922c5a4d89e25f88190bfa2fa835035c2a33a2 authored over 13 years ago
refactoring comments and code.

github.com/Codeception/codeception-laravel5-sample - 9f1edfaee3c17b1b5d48d0e519297adfa2982964 authored over 13 years ago
Merge pull request #57 from pedroborges/develop

Absent Date class alias removed

github.com/Codeception/codeception-laravel5-sample - 8798d87e2fe32e7f46ee33442d3141c12bf1b2e9 authored over 13 years ago
Removed alias to absent Date class

github.com/Codeception/codeception-laravel5-sample - 826d74b476de72ea9af564c723be2ac42e1d731f authored over 13 years ago
refactor database structure... moved db\manager back to system\db.php

github.com/Codeception/codeception-laravel5-sample - 9d4d6e52bd7617ae5fa039d5b3dead4781e73efb authored over 13 years ago
rename eloquent::model to eloquent::model_name

github.com/Codeception/codeception-laravel5-sample - 17727a2278e79f3d7e8436e81a2acc157d4652cf authored over 13 years ago
Merge pull request #56 from mikelbring/develop

Config not found, added use System\Config

github.com/Codeception/codeception-laravel5-sample - 914b60e20bb06b7f027df099ac791b5464c92cd8 authored over 13 years ago
config not found, added use System\Config

github.com/Codeception/codeception-laravel5-sample - d0d7ff19ce4dd14f861e022e7a7e2f5c321a6535 authored over 13 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

github.com/Codeception/codeception-laravel5-sample - 19de53ea3cb33b2f82918f7415da395ed2fe527d authored over 13 years ago
Merge branch 'master' into develop

github.com/Codeception/codeception-laravel5-sample - 757971556336c20c63462c21808f033235ef6456 authored over 13 years ago
Merge pull request #53 from staydecent/master

Typo in eloquent/model.php

github.com/Codeception/codeception-laravel5-sample - 8cdf5f2444e2639f2f93cd75feeb82e83014d7b5 authored over 13 years ago
Fixed typo on line 12 of system/db/eloquent/model.php

github.com/Codeception/codeception-laravel5-sample - a7af884229bbd80048584da6035a94ccceb9d718 authored over 13 years ago
Merge pull request #52 from staydecent/master

Issue #48 typo fix.

github.com/Codeception/codeception-laravel5-sample - 1c4f3052955f6de2a6b3fc32fdfbfc06a3b652a8 authored over 13 years ago
Comment in config/error editied from application/log.txt to storage/log.txt (Issue #48)

github.com/Codeception/codeception-laravel5-sample - 193768e670c151b56f29c9a919bfd69d6c8f48b5 authored over 13 years ago
Add default value to order_by direction.

github.com/Codeception/codeception-laravel5-sample - 904588a51a97e679d8b6e135937248b0d513f87c authored over 13 years ago
refactoring asset version handling.

github.com/Codeception/codeception-laravel5-sample - 0beec68355a414656dd14a4557b81164287ba407 authored over 13 years ago
Merge pull request #50 from mikelbring/develop

Allow ? in Asset source

github.com/Codeception/codeception-laravel5-sample - a0c7db34fcbd79c0bbd491d5b1a0df297c542a87 authored over 13 years ago
Refactor the Auth class method names.

github.com/Codeception/codeception-laravel5-sample - bb7649043c7811e93cbb21f7b3c3b5f944c9a627 authored over 13 years ago
Return the Eloquent model instance in the fill method.

github.com/Codeception/codeception-laravel5-sample - 3b5af93064eded6eb88c03d3a2e5ec10a13e9967 authored over 13 years ago
Refactor Auth class for consistency.

github.com/Codeception/codeception-laravel5-sample - 2e34309539ddc986aa282521a6ecc4bb1f3fa258 authored over 13 years ago
Added Auth::remember method for conveniently logging in users after a fresh registration.

github.com/Codeception/codeception-laravel5-sample - 982789a320ea577f19623bf9532bd4e1cf9b3bc5 authored over 13 years ago
Fix bug that prevented route directory route files from loading in modules.

github.com/Codeception/codeception-laravel5-sample - 995310d62fceaa249ec7dbfae48d84480d48bbc7 authored over 13 years ago
fix bug in route loader causing requests for specific formats to not be returned correctly.

github.com/Codeception/codeception-laravel5-sample - e4bc62da730067f71176784114b8a828f888470e authored over 13 years ago
Improve internal documentation of benchmark class.

github.com/Codeception/codeception-laravel5-sample - 3ba3089208dece7255c88b0c4272d62d5a5dad96 authored over 13 years ago
Improve Asset class documentation.

github.com/Codeception/codeception-laravel5-sample - 9f7cd6007b6c2efb18fc6582aaf6fa300b246ba0 authored over 13 years ago
Tweak routes.php documentation.

github.com/Codeception/codeception-laravel5-sample - daa91818d9af592623a56f28868400c2e038aa21 authored over 13 years ago
Fix spacing issue in Asset documentation.

github.com/Codeception/codeception-laravel5-sample - 0344d74c6e530a872fb2db189696ac4299bbe6eb authored over 13 years ago
Improve Arr class documentation.

github.com/Codeception/codeception-laravel5-sample - b6ba0de0bd41a63e03587d13fb86a1e06f8fdb19 authored over 13 years ago
Fix spacing on Asset class documentation.

github.com/Codeception/codeception-laravel5-sample - 26dcc276fe18778d35f54a699dca1da56f6c79ec authored over 13 years ago
Fix spacing on Auth doc code examples.

github.com/Codeception/codeception-laravel5-sample - 0e39941632f8f8401af6383c3225d65064948708 authored over 13 years ago
Added better inline docs to the Auth class.

github.com/Codeception/codeception-laravel5-sample - 7da624e0d9e655b349f449e076c7e89c13ee4cbd authored over 13 years ago
Added even more asset documentation.

github.com/Codeception/codeception-laravel5-sample - 59dab32caaf25d2bbf7b2a266203051226fa5f2a authored over 13 years ago
Improve asset class documentation.

github.com/Codeception/codeception-laravel5-sample - 1078bd0006e85a171caf6a609cff869ac4da9c60 authored over 13 years ago
Re-arrange docblock elements.

github.com/Codeception/codeception-laravel5-sample - cbf199f6fe3db1ee30a0da9ee5cf8bbba1d671a0 authored over 13 years ago
Added better documentation to asset class.

github.com/Codeception/codeception-laravel5-sample - 9b294accf361999cfa2bd45f2a964a758f3f5bb9 authored over 13 years ago