Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-debug

Debug Extension for Yii 2
https://github.com/yiisoft/yii2-debug

Zend Data Cache returns null when record doesn't exist (reverted from commit 590121c4ff76b548b2bdb74f72ce247a806af415)

a2b946e4d3acc7c37a8e3f91f7a1405be24a1073 authored over 11 years ago
Merge pull request #868 from ninbopa/doc

Update single row query function

887a9aa66a31ab0e69075378b464c89551eb03a9 authored over 11 years ago
Update single row query function

62f5b47f1d5332654e67ba2477ac383c1e6e68a6 authored over 11 years ago
Fixed the issue that Object/Component doesn't support using anonymous function as normal property values.

84dd19d76f729e82f4d609fad2313a35dc15f45d authored over 11 years ago
Refactored AR code.

c6f4dac2497d78269061e26077cba4af7bc4ffb6 authored over 11 years ago
add checks for HEAD request

64d57b397ac38080ef7148811b71b6931b7e0ead authored over 11 years ago
add checks for GET and OPTIONS requests

d02e7d4004a3730950cf46f741d4e05d5b86fa6e authored over 11 years ago
Fixed foreign key generation bug for pgsql.

7303bae38212ed2e1c8a4080e2f465172795431b authored over 11 years ago
Fixes #865.

2e01c06a4b26662d578d563ad97186c87edf4e34 authored over 11 years ago
Zend Data Cache returns null when record doesn't exist

590121c4ff76b548b2bdb74f72ce247a806af415 authored over 11 years ago
crud WIP

4cbdd7a6dd0d6e186d13e453257865506f5899c7 authored over 11 years ago
Added $label parameter to ActiveField::label().

db212f0586a873b208615443db7d3444037096e3 authored over 11 years ago
Added StringHelper::dirname()

e9a5b92dd9a3f584b20322fdca8d0c3cb995a376 authored over 11 years ago
Fixes #863: adjusted horizontal form layout

347e79a4674e655fd88161c6bd5c69467b8e2d65 authored over 11 years ago
Reverted previous change as it breaks layout.

791905e8bbf925d7cd149f4473e863bfc1ec2ed5 authored over 11 years ago
Fixes #861.

ea561ed3e03d09d9b5e217db85f516782cbb7e28 authored over 11 years ago
Use horizontal form for login page.

851dfe6333daa069ebfa4c67d90d73611f4a6342 authored over 11 years ago
Added support for getting all tables for pgsql.

b6f07859c1c28954eee41d6931c04e6cdec7a143 authored over 11 years ago
CRUD WIP

e683bd3ddb38ef24d427302d80ed23580aea2d3d authored over 11 years ago
Added LinkSorter::attributes.

4edd842558745018d603df568451b8a892f2ab16 authored over 11 years ago
Removed sorter from the default display of ListView.

02e3b451beb07fb3d30ac79168f48f8f85f2c783 authored over 11 years ago
Changed default pagination size to 20.

263dbd264de3fcc8d788ef00b31e17e8eed6dcea authored over 11 years ago
Fixed debugger style.

a12f8da1ff960b84d4eabdb9aa17e517fefbc0a3 authored over 11 years ago
Validation reference, validators phpdoc fixes

409500000a65d8fc970e56bc41286aa3c246b6c2 authored over 11 years ago
CRUD WIP

a9991d4e916e23360195b1a091c33d4cf0ab7e96 authored over 11 years ago
Edited the first half

3766e1b22f5144800dbd5efe15dae5e26df584b9 authored over 11 years ago
Ignoring .DS_Store

746a250e3f85ffe42600d8bf1ea18973e3ce556a authored over 11 years ago
Added info about custom validator method signature to Model::rules phpdoc

6d25d3aef6dab835294f4147c64bdd0eaa3a82e2 authored over 11 years ago
Merge pull request #847 from yiisoft/cubrid

[WIP] Cubrid db support

8ca17bbfbc75f4a535b3f75e6e809c5ab22750dd authored over 11 years ago
removed comments

23b858a2ccd0e3eb7ad468ba011aeaf7eab98c86 authored over 11 years ago
Add support for composite FK to cubrid

164c70eebcc1891e18e9da15290fd24df5c72429 authored over 11 years ago
added SchemaTest

8abeed03bd827a3684350f4775a23f5e92e7c317 authored over 11 years ago
unit test cleanup

544e412af824487bba1911b509a25f1d7ee99108 authored over 11 years ago
hint fix.

95c2674609c2d61c9dfe0c56c4f1d8a96278b34f authored over 11 years ago
Fixes #848: Added hidden field for Html::activeFileInput().

4e1ab6e5a5f7e80b4ae25d7b6f5ccbf682cf9e6b authored over 11 years ago
Workaround for broken PDO::quote() in CUBRID 9.1.0

http://jira.cubrid.org/browse/APIS-658

e996f3dfd579eed51f24eaa6415b367f7cb1b1f7 authored over 11 years ago
custom bindValue test for cubrid

58f8293b8455d242d47c3b1894351371624ad2cd authored over 11 years ago
better use int for boolean representation

bit has special syntax for storing and retreiving so we'd need a
converter for that.
Storing 1 b...

791f9d3f4e815244cc67c6cc2e928d57d884c76b authored over 11 years ago
moved Command::getPdoType() to Schema

this allows different implementation in different DBMS

CUBRID does not supprt PDO::TYPE_BOOL, s...

c6ef7ec9d5acd00720cb306018960244dcd08938 authored over 11 years ago
added CURBID to the docs

e446a118640fae9ecad414022ad5d2799d4dab0b authored over 11 years ago
avoid hanging test on bindValue problems (close db connection in tearDown)

d6ff097cbbc952d643fdf16777bba72d04adf755 authored over 11 years ago
fixed typo

b16bf0691ace16c1d83864b11292a0a7ce63419e authored over 11 years ago
Enhanced the default implementation of Model::scenarios() to return all scenarios found in rules().

fccd8185b5ad32c3932a118635aea97e6f557888 authored over 11 years ago
cubrid unit tests WIP

825258efb865a864d51ad7a0a9f655c80f3aa470 authored over 11 years ago
CUBRID added exception about wrong implementation of quoteValue

2387d003415647bcd20750c60b0ca7c93fcfb69e authored over 11 years ago
CUBRID Query builder

57a91c842afe84f9651410cf7314f4c65f055b65 authored over 11 years ago
finalizing cubrid Schema

f4fb2d94efef724c7aac1f098f13d8ee103eef2b authored over 11 years ago
added CUBIRD DB Schema class

be67559fe155bedff60fdf194e066dac10de778b authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
doc fix.

42a9d13bc695084cd9f9266eb216451ab1d0ab37 authored over 11 years ago
fixed docs in db Schema classes

267f2d784946230a275a8735fd2750aa6d3e0b0c authored over 11 years ago
doc fix.

326e98a41ca81edc902dc0a7919f507f4ad88e78 authored over 11 years ago
moved MSSQL specific property to mssql TableSchema

8976b7cbd877473501455bf3aed4ffa40739817e authored over 11 years ago
updated php doc

d4995ddc57554a836563cc1545263c1987384546 authored over 11 years ago
fixed FileValidator after UploadedFile refactoring

fixes #845

c306fccd46d9f37dbcfeb1673f42ccdcf96ea146 authored over 11 years ago
Elasticsearch WIP

f759ee1865f8e97c438f7a6128ac91822f799b04 authored over 11 years ago
Allow generator to define actions.

b77ea4dcb0f9270ff353bfe2c8e0fcc67af757e9 authored over 11 years ago
Exception about missing class in class file only when YII_DEBUG

See discussion about exceptions in autoloader here:
https://groups.google.com/forum/?fromgroups#...

8c753676db71adaa62ad552cd0b0a8a8ba2ff125 authored over 11 years ago
Added debug to preload in advanced app template

df85be3622c64d887ff43f0f239eef1b13d465c7 authored over 11 years ago
Removed DebugTarget reference from advanced app template configs

f877de144b273ca0f4278e8cfcda61b05feaf334 authored over 11 years ago
Added note about the fact that PHP SSL extension is required to install all Composer dependencies

8c7d0aebe108c4bda29a31be6d1e578257c2b728 authored over 11 years ago
crud generator WIP

7f4e02cb4599cfc17f4f3c3a64e74f452a3994f7 authored over 11 years ago
crud wip

3f2e7fa604a1af8a852780d2e9cf06b3baf35b18 authored over 11 years ago
Fixed type of db\Exception::$errorInfo

type is array in PHP documentation

38dab3490a2cab5779e71c5508974a9a54dbb254 authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Removed Yii::import().

75391b75152dd6c42066b732b98efda767dc74a2 authored over 11 years ago
Exception message when getting write-only property

9a4d7ff15bf8bf44570a1c186141958bd1b86c74 authored over 11 years ago
various documentation changes

7fa81949bfbc3736cb35dd59acb76be2f5571167 authored over 11 years ago
Removed Yii::import().

ea10868824159533a3b1ece349d617f2c6c70153 authored over 11 years ago
simplified method check in Component::__call()

7a6ce8251a37f52f04f88174661f21a6643cd9de authored over 11 years ago
Fixes #837: turn private variables into public ones.

afd04727846689e0f37b9fe18e39ab36751723b5 authored over 11 years ago
automatically hide model class input if needed.

f87e4ce6042338328b9d3bc3ddd516f4b6d5ea0a authored over 11 years ago
Merge pull request #836 from cebe/component-has-method

Added hasMethod() to Component and Object class

c364e26606e9e88c2cbf7558d26ba68b20474482 authored over 11 years ago
added unit tests and call to $behavior->hasMethod in Component

15a3ec2764cb6d6a70fdc86d5b41e14a9fad1391 authored over 11 years ago
Added hasMethod() to Component and Object class

this allows implementing __call() in behaviors

See this forum topic for details:
http://www.yii...

7a5564067041cf06a45d94f71c3f50d5ec237fdc authored over 11 years ago
fixed return value of Component::can*Property

return false, not null

f83fcc553cb11f27f945d9cc2390ad13b5883345 authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Reverted changeset 595ac6d0beaed1ba95c9249262c003cc40a...

219eebf42cff9d6dc5bda8d8bba59cf98db752b2 authored over 11 years ago
Reverted changeset 595ac6d0beaed1ba95c9249262c003cc40a87802

947a557240e6bf8eda4a1b41057d76874e7e0a49 authored over 11 years ago
Fixes #833: added charset to json response.

595ac6d0beaed1ba95c9249262c003cc40a87802 authored over 11 years ago
renamed test method after implementation rename in FileHelper

b5a6dac3ae707ce6ac05fcb06406495c734ac9da authored over 11 years ago
typo in query builder, fixes #832

4d84e0947999b6208cc12a312de13fcdbcb0aa01 authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
Fixes #829: loginRequired now responds with HTTP 403 in...

0d91021f02d175c6299378c5cd1bd5939c18615c authored over 11 years ago
improved control over and handling of file and dir permissions

- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 7...

4b7f5a728a6f44e08cd84c1d6333cf413b42361c authored over 11 years ago
documentation fixed for mutex extension

fa07d313103f6f1858514ae419032e2ff1f0a302 authored over 11 years ago
Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049ec321e77ee13bc7f8a9a8293596b21)

e1a6aacba8ac4b19c95d716a74f1da5db35d5ca7 authored over 11 years ago
Merge pull request #831 from philippfrenzel/patch-5

add missing return to module template

c0102b41432c20fe17ad61ff62be790cb135f487 authored over 11 years ago
add missing return to module template

I think according to the framework it should return the render and otherwise the browser will st...

e94b4555355479913f96d475d8292dc02e72fdff authored over 11 years ago
Merge pull request #830 from philippfrenzel/patch-4

module should extend \yii\base\Module as \yii\web\Module doesn't exist...

d9d000649a1e988a9657c76883fe80260ee94246 authored over 11 years ago
Update module.php

module should extend \yii\base\Module as \yii\web\Module doesn't exist...

If this is outdated...

70d263d66ebfc254d48296a0eed26a73722e163c authored over 11 years ago
Fixes #829: loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set

c2c12a9049ec321e77ee13bc7f8a9a8293596b21 authored over 11 years ago
gii form width adjustment.

2ecdfd62252ebb682b2edadf1ed42635df9143e0 authored over 11 years ago
Make sure query cloning works as expected.

cb60fa5ddd4b3b76d4c55cb80a227f98bc983913 authored over 11 years ago
Fixed test break.

30d622994369923f0a07c36fc449cf440ca92607 authored over 11 years ago
Fixes #828: refactored QueryBuilder::build()

6dba4da3ed7521ac81b88ea5c7efece12f7a25d1 authored over 11 years ago
added some class documentation

147558ea198a668815ac4f864601b5f1beb2cd53 authored over 11 years ago
finalized PhpDocController

- cleanup API and usage, add documetation link
- introduced @property feature in getter or sette...

91c16782ef3359c7e73cd27d767a1842c9f8b915 authored over 11 years ago
fixed docs about error methods in Model

1d622b65c3219dfe4154d771a57f3b7456c5f5ce authored over 11 years ago
added note about differing property types

c582e589d2ed3e046816b43f25d71cc06c690ce7 authored over 11 years ago
update of @property annotations

ca69ef09d4a7d64f27a0c9527d6e1fd4b4698d6b authored over 11 years ago
allow [] in property doc type

8366cb6e671d29e7352150533ba85c59cf977bd4 authored over 11 years ago
added proper word wrapping and note about read/writeonly properties

6405c4f3495ec6c8a03202d0ef2fe4431552e546 authored over 11 years ago
Merge branch 'master' of github.com:yiisoft/yii2

* 'master' of github.com:yiisoft/yii2:
refactored code.

c5b42910a96e21be44a369d1651b1db8c4f56370 authored over 11 years ago