Ecosyste.ms: OpenCollective

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

github.com/Codeception/codeception-laravel5-sample


https://github.com/Codeception/codeception-laravel5-sample

Merge pull request #1045 from franzliedke/patch-29

Simplify extending the database session driver

bc34498a7c5f53f026ac7358005756e2d8ac7ff6 authored over 12 years ago
fix namespace issue on exception

Signed-off-by: apathetic012 <[email protected]>

727afc1bfa4f4eb0033a5705895bc39309e2f63d authored over 12 years ago
Make database connection protected in session driver.

e86cd79b11a302928a8b89ee6f4403c3d45835af authored over 12 years ago
type boolean is tinyint(1)

switched from default "tinyint" which creates a tinyint(4) to the
standard mysql boolean type "t...

5716b4da407be93288c342b771f8121f5e032496 authored over 12 years ago
Merge branch 'develop' into staging

d667a15e059a6fdad739edceaccae3595551d55c authored over 12 years ago
Merge pull request #1 from crynobone/core-tests

Refix unit testing for Laravel

a28698ed367b0ad38516bb4d238b94cbd452469a authored over 12 years ago
Refix unit testing for Laravel

Signed-off-by: crynobone <[email protected]>

d816eb9ef31d3690f57b96e1571b60aaea85fe81 authored over 12 years ago
Reorganized Control Structure section.

Added Control Structure to TOC.
Added in missing @elseif example.
Move the Blade Comments to more...

761186a67641ee047d33107760481703095f48c6 authored over 12 years ago
Merge pull request #1024 from Apathetic012/develop

add output of File::mime() example

7256dc2a65b31f2b735aa3f99ca946d87d7a6e01 authored over 12 years ago
Merge pull request #917 from HiroKws/japanese-language

Japanese language

06ac3274e5a82c87e00d064d90fc78209732d4f6 authored over 12 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

0556ef35cea24c219d431d6f3c8a77e0f867b337 authored over 12 years ago
fixing merge issues for comment tweaks

30175c2a52c7257000da1097bead94551de39029 authored over 12 years ago
Merge pull request #933 from franzliedke/patch-22

Request::time()

dab2c79298dfe30941cb7280051fcda758e296e5 authored over 12 years ago
Merge pull request #772 from loic-sharma/patch-3

Fixed bug where the profiler did not correctly put quotes around bindings

a0fd22f6f1c4f00d1aaf7968b28d2fb7c7262acb authored over 12 years ago
Merge pull request #945 from cviebrock/html-link

Allow second param of HTML::link* methods to be null

01f83234208b9116b45b292e2b8ff2e174454449 authored over 12 years ago
fixing merge issue for blade comments pull

2611c1f27afb0632f6c282fa74e600bf90b1cc2b authored over 12 years ago
Merge branch 'develop' of github.com:laravel/laravel into develop

9ea50183727d2098e2e5e3acb6f593c3a36e284b authored over 12 years ago
fixing merge for contribution docs

9d9d1d010c5178fcc578f916ddb2187022189a14 authored over 12 years ago
Merge pull request #860 from stevefrost/develop

Updated the helper method dd()

4b97c28c6b759bd97b4e62362ccd4c60a51ab53d authored over 12 years ago
Merge pull request #1026 from jbruni/patch-1

Update laravel/documentation/controllers.md

184cc090bc76b32c0c212de11fdcbaed02227e07 authored over 12 years ago
franz routing docs fix

3a471de777f984b8d19fe1a15e346c639ace0a12 authored over 12 years ago
Merge pull request #1037 from tobsn/patch-9

Returning results with SHOW queries

3d660112496f7bac5ccba78dbad0ad315a507d11 authored over 12 years ago
Merge pull request #1036 from tobsn/patch-8

Added use Closure to database.php

37e5605c222664530e0bb57f5b28c4cbb4217143 authored over 12 years ago
Merge pull request #935 from tobsn/patch-7

Added explanation about PDO default attributes

8c5ac6015414bf891e8433a6ac3d32c4cdeb8803 authored over 12 years ago
Returning results with SHOW queries

reference to #991

89d8c5bb0db884073b0fcddd8ff2ad69553a9f17 authored over 12 years ago
Added use Closure to database.php

function extend($name, Closure $connector
extend uses closure - causes exception on call without...

244ecd49fd494d1e0a132c3a6085ca49cd9b8804 authored over 12 years ago
Merge pull request #1020 from metaphox/develop

Removes status parameter for Response::view() in documentation section "Views & Responses"

c9710525d923817b93333086f6cd0585622d6c12 authored over 12 years ago
Removed empty Coding Standards doc.

Removed Coding Standards from Table of Contents Sidebar.

Signed-off-by: Jakobud <jake.e.wilson@g...

2c7bf657edc2a329c1e284dee5b4fd28d5791bd7 authored over 12 years ago
Added TortoiseGit contribution docs.

Revised Command-Line contribution docs.

Signed-off-by: Jakobud <[email protected]>

fd6e73aaa726e273c8f6f52d0d9f1e836c0bedee authored over 12 years ago
Added first draft of command-line contributing docs.

Added empty files for coding standards and tortoisegit docs.
Adjusted Contributions in the Table ...

72d091ee5471c08e1649e5561771c9b81eb1c71c authored over 12 years ago
Use LARAVEL_START constant to calculate request time.

Suggested by @Kindari.

37dbeef2bb15b068ae6bb6bba463848883770a19 authored over 12 years ago
Update laravel/documentation/controllers.md

Included missing verb in "Bundles can easily configured" sentence.

c7890bcdc3fb8febd0664ec98d2e61b68c0b3724 authored over 12 years ago
add output of File::mime() example

Signed-off-by: apathetic012 <[email protected]>

5eef0023742f32fb408e8203a3d985bb8e532538 authored over 12 years ago
changes binding data variable to an array

0dd1af665fc7f7b96235abc3e8041e872f2a963e authored over 12 years ago
Merge pull request #1021 from benjaminreede/feature/language/nl

Feature/language/nl

7b1b76bb02ad1b391fcd15bacfbde4414e4f6b9c authored over 12 years ago
Dutch language pack

Added dutch translation

65ccdef48d9e6338596e826ccb7ce102ce845786 authored over 12 years ago
Merge pull request #1018 from noherczeg/feature/language/hu

Added Hungarian language files

25a69cf9f359cde5411498fed10a17ca40872351 authored over 12 years ago
changed header to data

a497a3efcb95d1b8761c94475f1d2419cffaf814 authored over 12 years ago
Merge branch 'master' into develop

9268b1eb4e863f2090b694c40077fd7bd1b41d61 authored over 12 years ago
Added Hungarian language pack

Signed-off-by: Norbert Csaba Herczeg <[email protected]>

ce7de95a1b9b87dd848cfe3212b1ba8dd599e73b authored over 12 years ago
Added basic GitHub contribution docs.

5622f6e35ced71674f85d8c366168bf4711eeaa7 authored over 12 years ago
Merge pull request #1017 from Spir/develop

Added french translation.

6d193c29e1cfaa0acb358baf2894663ff439a467 authored over 12 years ago
Added french translation.

Signed-off-by: Spir <[email protected]>

3e699a19788854cb103c4e59cfce9cfbc01de30c authored over 12 years ago
Add decimal schema on docs

Signed-off-by: Purwandi <[email protected]>

c667788be7d7f13b74afcc96994526c3d748054b authored over 12 years ago
fixing merge issues

2c6ed23b4505a1b25e5a92a17e55f7f446485e67 authored over 12 years ago
Merge pull request #898 from franzliedke/patch-13

[Profiler] Display page rendering time & memory usage

da35e257fd5789a242a56cbcd5d0ad5299c02931 authored over 12 years ago
Merge pull request #1009 from apit/lang-id

Added Indonesian language files

0bc38ff2a89a789b425dc42cc680be712a438384 authored over 12 years ago
fixing merge issues on blade pull

7b5e37a316b230a7f5c04222053e11e03b6cee2e authored over 12 years ago
Fixed typos

8a34aa50774106de838500c6e63f80c7664bdb0c authored over 12 years ago
Merge pull request #944 from dlabsnl/master

Dutch language.

f96977631241cbc3fe1093e2c4d96a0079586e14 authored over 12 years ago
Merge pull request #990 from resurtm/html-indentation-fix

Tiny indentation fix in html.php.

483f5705a9f92a7719caf22ac1c1a8225c2f74af authored over 12 years ago
Merge pull request #996 from Jakobud/feature/pagination-docs

Added documentation for paginate's second optional argument.

c27614b2173f31a2c6184c8f77277725f25d8a93 authored over 12 years ago
Merge pull request #995 from cviebrock/eloquent-delete-doc

Deleting Eloquent models

f7e7fa629939d2c8d902c807abcb86e6e9b44907 authored over 12 years ago
Merge pull request #989 from dprvig/develop

Fixed various typos throughout laravel folder.

3b09f99f9e48ee798f97711f06cc84f9a888ac6a authored over 12 years ago
Merge pull request #1011 from Jakobud/feature/templating-docs

Added documentation for the @render() Blade method

5299e32aee5a27a8e8f8c4b4ee06874ff7b40175 authored over 12 years ago
Allow bundles to respond to root requests.

Signed-off-by: Jason Lewis <[email protected]>

f408fcc26b20e31308bf9f90617ade33c1596102 authored over 12 years ago
In the call() method, the exception wasn't being thrown if only 1 or more than 2 arguments were passed to the method. Fixed conditional statement to only accept exactly 2 arguments.

In the route() method, URI::current() was evaluating as '/' in all situations. It was never evalu...

433318181b92a493b4012f54b9b1f2c027e9062f authored over 12 years ago
Added documentation for the @render() Blade method

Signed-off-by: Jakobud <[email protected]>

7475bcd3480aaa5a6897437c7e903b040fd96010 authored over 12 years ago
Update laravel/documentation/views/home.md

Response::view() does not take a status code as the second parameter.

2f48bbba12283c1dc3c76acf8ab70d583b4079c5 authored over 12 years ago
Added Indonesian language files

Signed-off-by: stupoh <[email protected]>

a1914d65f027594abf5761d1af788f3d0a81a2ed authored over 12 years ago
added @continue

like @break - as of request issue #1001

34c746b4f8901a6b7ac61077d3074f1ff9d33798 authored over 12 years ago
multiline echo and comments

for issue #647

6cb2ddad641d39f97d1834245b8630ac46698c08 authored over 12 years ago
fixed two typos

connecter class => connector class
Therefor => Therefore

1c92b907d5f87198edd5f28152127d9d70c29a0a authored over 12 years ago
Merge pull request #946 from franzliedke/patch-23

Fix eager loading constraints

5c3ede74d990afcbc4b113610a8f258892b05544 authored over 12 years ago
Merge pull request #983 from racklin/bugfix/memcached

Fixed Memcached get connection instance typo in __callStatic method.

764e7bc630f3469e58f00380918a66096b486aff authored over 12 years ago
Merge pull request #987 from robmeijer/develop

Fix pivot table name in Many-to-Many section in Eloquent documentation.

b194d8372dbf03a827a314e1e3099e579e2e1657 authored over 12 years ago
Added documentation for paginate's second optional argument.

Signed-off-by: Jakobud <[email protected]>

289c02ab47737d263df9d13fc1db317188dac115 authored over 12 years ago
Someone else can re-word this, but a easy-to-find paragraph on deleteing Eloquent models seemed missing.

Signed-off-by: Colin Viebrock <[email protected]>

c60a58ff261a91d005a7a20d18660d72ab4e3980 authored over 12 years ago
Merge pull request #947 from franzliedke/patch-24

Missing semicolon breaking test runner

1db67d47a3ffb40ea7e51fdd38a2f9209094b1c7 authored over 12 years ago
Indentation fixes in html.php.

0a85a54c2fc022b5ed63389fa282d26220c551ac authored over 12 years ago
Fixed various typos throughout laravel folder.

Signed-off-by: Josh Miller <[email protected]>

0ea30993d4c11ee80d48a5bfc48685bc7ed82ea3 authored over 12 years ago
Fix pivot table name in Many-to-Many section in Eloquent documentation.

84fcb60f8b98293c8d5bf89e4cbc26913318cae1 authored over 12 years ago
Fixed Memcached get connection instance typo in __callStatic method.

Signed-off-by: Rack Lin <[email protected]>

9944192af9ef971332d7cf08af2aca1a67ad1edd authored over 12 years ago
Merge pull request #480 from cviebrock/schema-rename

Schema::rename('oldtable','newtable') support

38234c61dd5a2777ca962130b64ade7f0933a7c8 authored over 12 years ago
Merge pull request #932 from JeffreyWay/feature/auth_attempt_extend

Extend Auth::Attempt()

c937f98b497b18029cfd1747510f9b39c86b2027 authored over 12 years ago
return false on empty string for active url.

19c64f1ea7d3eaab98f77dc9ea3be30236b5eddd authored over 12 years ago
Merge pull request #972 from franzliedke/patch-28

[Schema] Allow boolean default values

cd9a745cb560ab6b65f0e6ce9a342594818ddce7 authored over 12 years ago
Merge pull request #976 from Jakobud/bug/docs-bundle

Fixed some bugs with the docs bundle

527e291f1462c875df4a006fd29adf28b994bb3b authored over 12 years ago
Merge pull request #978 from racklin/pgsql-schema

Added support PostgreSQL schema.

03d22362ecd76b1508e57bbc14888e26905f47d3 authored over 12 years ago
Added support PostgreSQL schema setting, if schema has been specified.

Signed-off-by: Rack Lin <[email protected]>

54f4cb2644e0ffe59d3fe936220282940dc31087 authored over 12 years ago
Fixed some bugs with the docs bundle

Signed-off-by: Jakobud <[email protected]>

d46b98199c7979b029ab8e53639990a0de0280fe authored over 12 years ago
Merge pull request #938 from Anahkiasen/develop

Added quick notes on Pivot tables

ec41836241cc56068646255336305ba2e54ee5f1 authored over 12 years ago
Merge pull request #959 from franzliedke/patch-25

[Docs] Deleting files

680407f051f90732b5535673e08a7b4ca1d97438 authored over 12 years ago
Merge pull request #966 from racklin/develop

Fixed IoC::resolve forces singleton issue.

c6e4a25ae9540a177fc8ca02c524f48c556ee00e authored over 12 years ago
Merge pull request #970 from franzliedke/patch-26

[Docs] Schema default helper

a73a6fb6c419e2888c40bb6427bc985349c91266 authored over 12 years ago
Merge pull request #971 from franzliedke/patch-27

[Docs] Fix bundle routing link

a87615da45814f4d61b47f8d6b62dc9345bea1bc authored over 12 years ago
Make sure default values in schema columns are always non-empty (especially booleans).

61364c553ddbd1e809a39c20c14bca20e019d4ef authored over 12 years ago
Documentation: fix menu link to "Bundle Routes" section.

02e84eb5eb69322e1cf941c6c65a426a915b61cc authored over 12 years ago
Mention default value helper function in database schema documentation.

a03bcb521ba8099f9f935d4a8fac13058460e926 authored over 12 years ago
Fixed IoC::resolve forces singleton issue.

Signed-off-by: Rack Lin <[email protected]>

096f9c2b7871af431638329d9c4e4170b9a23bf5 authored over 12 years ago
Add documentation about deleting files.

b973c259059b92b633388c5c067cd4de37712e53 authored over 12 years ago
add help:commands artisan task to documentation

25b8bd889b9f38c665b227672257063fd0feb590 authored over 12 years ago
Merge branch 'feature/artisan-tasklist' into develop

186b0f2e24673db81f789e4a091ee43c6029a0ef authored over 12 years ago
cleaned up help task

7dcbf33a80017276b034ce93b9f002a2f7ce18a2 authored over 12 years ago
Merge branch 'feature/eloquent-pagination' into develop

1a1e74a90aa444cfdde88ecf56df2dfcfc34155c authored over 12 years ago
use global paginator alias in the query class

dc6bcf079380359227f569825e55ad8c143a350a authored over 12 years ago
After running tests, exit with PHPUnit's exit status.

08fce4fbf812b6d065cbcc21d6a9f7f03cafe2ff authored over 12 years ago
Don't restrict Travis CI testing to one branch.

e7f665b55d1c83f23e0ff3691f0ad76f0e0059ea authored over 12 years ago
Update .travis.yml

9460e691d4fac5c14f40bc1b96665313eba01830 authored over 12 years ago
Add .travis.yml file for continuous integration with Travis CI.

4fd1a4fe394021b8f1d5d94aa66d238382658f63 authored over 12 years ago