Ecosyste.ms: OpenCollective

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

github.com/yiisoft/yii2-framework

[READ ONLY] Yii 2 framework core code only. This is a subtree split off the "yii2" repository
https://github.com/yiisoft/yii2-framework

Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes

e4cb35a0f35e417d6eca607a435c9cd52e412b04 authored over 10 years ago
Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents

7bef2d20553ecfcac2d06610620645ec9a45d9b3 authored over 10 years ago
Azerbaijani translations

1f4007f2b322085b8a81eb9f775fd0630596f9b3 authored over 10 years ago
Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters

f3013e82d8f4c77870529f5261ad1a78a43748c4 authored over 10 years ago
Fixes #3630: `yii\db\Command::queryInternal()` is now protected

b7ae99bf521f66b23685427abfb0b7d7f234c0f2 authored over 10 years ago
Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names"

This reverts commit 0c8faedd3310ace47943c7358032c3a6431eafb2.

44aba48ae754531e4007eb4a50806c3519820902 authored over 10 years ago
Update yii.php

a13ac8a0b3f6b5045bb12cfc1e81dd8a5a506f32 authored over 10 years ago
Fixes #5702: Parenthesis should be automatically added to `Validator::whenClient` to avoid js error

258c4a102cea2010d32fb9a2ef6b628b62d1e596 authored over 10 years ago
phpdoc improvements

b2e386e5a87946b51ac651340cf178aae000d6e8 authored over 10 years ago
change Console::confirm() output to use stdout

032cb2b98f461611a992f29de644d8a5d7c7ab5b authored over 10 years ago
fixed exception page to show error info that is longer than screen

dd8947dc7e256f46dfc9c02ad76d84b505614975 authored over 10 years ago
Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names

28890216f3bb12bfa9c37267066a23cfb2221a8c authored over 10 years ago
Fixes #5682: The `asset` command would incorrectly combine CSS files when `UrlManager::linkAssets` is true

d1aafa849cb25243b00d4c3e9a2f7621ef7a7a80 authored over 10 years ago
Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items`

Fixes #5572.

d860b3722de5f49984f166dd2d21bda6753320fd authored over 10 years ago
Replaced single quotes with double

58f29f194e3e3c83ac036a53b1c1654f7dbbcede authored over 10 years ago
Fixes #5657: `yii\caching\ApcCache::mset()` and `madd()` may cause warning in some APC setup

82940426d8a88c300047a75a194d2c9b737acd0d authored over 10 years ago
Fixes #5665: The `currentPage` meta data in the RESTful result should be 1-based, similar to that in HTTP headers

eb25b872b1d34ee1090c6ed7788f1d285c6e9477 authored over 10 years ago
Fixed changelog

59dffe7c8eaa8078e4300f8f44053e0c708a5e39 authored over 10 years ago
#4471: `yii\caching\ApcCache` now returns array in case of APC is installed but not enabled in CLI mode

a8cd19b70a80a61f4e2dd3f2138972f297b14e81 authored over 10 years ago
Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper

f6f17bb20fac81b9b80de2bd4795c331c9371d3f authored over 10 years ago
Fixes #5223: Query builder now supports selecting sub-queries as columns

0380ccba50779370be7e0858486b47e7f51caf17 authored over 10 years ago
Fixes #5587: `json_encode` is now used with `JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE` where it makes sense, also it is now default for `Json::encode()`

de2b2cf3f316baf5439a17584ec84b32acadf7f8 authored over 10 years ago
Simpler fix for #5402

71cfe2f0de258fa94d2d4b02a26da53a9a3efa8b authored over 10 years ago
Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data

bd12cdb99db5d15e2cd83c23f0c3a3a22978d46d authored over 10 years ago
Fixes #5646: Call `yii\base\ErrorHandler::unregister()` instead of `restore_*_handlers` directly

5d70c923b2e1510b65bce5526dbfff97f97977bc authored over 10 years ago
Fixes #5598: added ImageMagick with PNG and GD with FreeType checks to requirements of basic and advanced applications, used better Captcha exception message

88e313b3867e92041865c3122f4db5d87887778b authored over 10 years ago
Fixes #5595: Better phpdoc value types for Formatter methods

bbd451f77d37ec61c8135ef3dbf1b4c4f4fadcd4 authored over 10 years ago
Add support for yii\db\Expression to QueryBuiler simple conditions

fixes #5601

1362834b0d906f18a3c16bdc249ca3e0d5c1e6d1 authored over 10 years ago
Merge pull request #5609 from db6178/patch-1

[skip ci] Update Object.php

8a0a3aef61f59c283c51809eb7388ddb9cdf49d3 authored over 10 years ago
Fixes #5613: Added `--overwrite` option to Gii console command to support overwriting all files

Fixed the bug that Gii console command help information does not contain global options

b69898a6f282c8091ea257f0c735cfff4cf385e8 authored over 10 years ago
Update Object.php

5fac0ba5fad825d44b4cd3a3d9bc6030cbe6c3ef authored over 10 years ago
Fixes #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings

6b713eaf73a6f5941bbc8b8da5824bd71832c9c4 authored over 10 years ago
Fixes #5584: `yii\rbac\DbRbacManager` should not delete items when deleting a rule on a database not supporting cascade update

b579ffe97c1f8c057577b5534d4325b788c53249 authored over 10 years ago
changelog

93caeb6881d3b00bb767832046f871366e682442 authored over 10 years ago
use 'ON DELETE SET NULL' instead of 'ON DELETE CASCADE'

90220d094a6c94983026cb43dbacd6a483faa6eb authored over 10 years ago
changelog

db20aace196754322319c931593d051544497bde authored over 10 years ago
Added Swedish translations for Yii messages.

4e6467dcea2b82b1ddc4c27d79d880fc384fdbe7 authored over 10 years ago
Proper error message when fixture controller is called without input

before: failed with undefined index PHP error
now: fail with proper error complaining about mis...

93c38207b43a13a6df675641c842716f59b6796c authored over 10 years ago
Used import instead of FQN

4c1ed7c0482cd973e103584cda40696c0d2b7d6c authored over 10 years ago
phpdoc fixes and additions

57e9dcd9c11b13b17db9bc81b15c44790f007aff authored over 10 years ago
Update ArrayDataProvider.php

ensure syntax highlighting

d484371a0fc79e4a8d31512e9cbe41c5e6f7193f authored over 10 years ago
Fixes #5509.

4bab6f95b856664c84965ff51e440dcc9bdee804 authored over 10 years ago
prepare for next release.

ce56031a36f3f24fcf548a4d095402388e61d99c authored over 10 years ago
2.0.0 release.

26459ea2a2b01dd3eff64361d94cacdee4c9e56a authored over 10 years ago
UPGRADE note for #852

fa05297f81d64badf6d8afdcb3b4fef6d215556e authored over 10 years ago
bump minimum required cubrid version

there is no reliable way to determine the cubrid PDO extension version used
and also no reliable...

6414d1d23edc9bc15f1128f948e4e98d54d1af1e authored over 10 years ago
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11

986146d454ff84f59a021ed72be4951de1e0c688 authored over 10 years ago
Fixes #5408: Gii console command incorrectly reports errors when there is actually no error

c7476e870bff13c5f55934405b284dd57ad28ab2 authored over 10 years ago
fix breaking changes in markdown for console and API

API is not finished.

issue #5082

361241ba32132f4cb63e3f86e57f00e379d6e490 authored over 10 years ago
Fixes #5435: Added extra checks to `yii\rbac\DbManager` to prevent database exceptions when `$userId` is empty

67440e9a58d581ec932a247041d0b222b80f65b6 authored over 10 years ago
Fixes #5475: bumped up yii2-pjax to 2.0.1

a514223e96c92d1acbf539e35c00e98726880bbc authored over 10 years ago
Created template content at `yii\console\controllers\AssetController` adjusted

c7d98e0728455224420d8e3372a6a8194fcfe28b authored over 10 years ago
Fixed `yii\console\controllers\AssetController` breaks CSS URLs in case target file localed at `yii\web\AssetManager::basePath` root

8e1d0338343c2cd81d8c91a731c18c54dd0fd8e9 authored over 10 years ago
Merge branch 'master' of github.com:yiisoft/yii2

322370c5cb61e51c6b7666d33bbc4233a31ceb2e authored over 10 years ago
Error prone `realpath()` call removed

a8b0ac867e5472dfba5f8ab30d54abdc2dc04936 authored over 10 years ago
updated cebe/markdown to 1.0.0

this commit breaks the apidoc extension. will adjust it afterwards.

df92fb7694d6cad39eded3e0d1ad0da3ca320e2a authored over 10 years ago
Update Finnish translation

a783ae2f5a2fd3ca36b36fb2bda47872da239e5e authored over 10 years ago
Fixed `yii\console\controllers\AssetController` breaks CSS URLs on Windows

81f6f355def608c852d523f6afa0a354ba2df7a3 authored over 10 years ago
Fixes #5467: Added ability to pass HTML tag options to `asEmail()`, `asImage()` and `asUrl()` methods of `yii\i18n\Formatter`

fe3ba62c2c2588850824f3a7dc0c955ff9be148e authored over 10 years ago
#5467 Allow pass options to Html:a in Formatter:asUrl

d0da23d3378922ecf85d5b6d2bc88e2e274cf6d8 authored over 10 years ago
Fixes #5171: Fixed the bug that ActiveForm + Pjax submit event is only triggered once.

bccc68b74b70da278cd38874acd044a39cd4af61 authored over 10 years ago
Merge pull request #5463 from softark/ja-message-update

messages/ja/yii.php updated

d94753e9fa37e5af0872ddcb323b289eeb8bdf66 authored over 10 years ago
messages/ja/yii.php updated

56b955392a6fed7450f220bf02826b67990f25f9 authored over 10 years ago
typo fix

close #5454

31699a0e3329f647bdbf7ba61052b74ce1579e12 authored over 10 years ago
typo fix

close #5455

33ae8ceec0b3c5f96d9f74f753d46ece51d2c670 authored over 10 years ago
Merge branch 'master' of github.com:yiisoft/yii2

b0e1d8ca9cf9910af86f641aba2cbf5c751a0214 authored over 10 years ago
Fixed `yii\mongodb\ActiveRecord` unable to fetch 'hasMany' referred by array of `\MongoId`

197799de30fd7916a623734eeeccbdbdc85f0b8b authored over 10 years ago
updated formatter docs and allow using DateTimeImmutable

see http://derickrethans.nl/immutable-datetime.html
by @derickr

a3b667717c789c7225694cb1c4df4afa28001d42 authored over 10 years ago
Removed unnecessary token generation. We already have it.

cce52bf9e74c85ca8d9bd54ac2ee0bcd362298fa authored over 10 years ago
Merge branch 'master' of git://github.com/yiisoft/yii2

Conflicts:
framework/CHANGELOG.md

193755a64c73a8046d9677b303cb83e5cf6c6f21 authored over 10 years ago
Fixes #5423: `yii\behaviors\Cors` causes "undefined index" error when its `cors` is configured

67806f942458cf1cacaf6e720007e08f6516ba6e authored over 10 years ago
Fixes #5424: `Html::addCssStyle()` wasn't correctly setting style passed in array

8d599b72bf72bd0cad94834a52c6ab8f909981bb authored over 10 years ago
wording fix [skip ci]

828646791053e2e8dbcbc9f8afc10749703d015b authored over 10 years ago
typo fix

686b858a9c773cb5665655b2cd452fe388d28bd3 authored over 10 years ago
do not call afterAction() if beforeAction returned false

fixes #5379

51b335b47ad4d9eb915b8894fba175f0be882b70 authored over 10 years ago
Fixes #5395: added note about session table id column length

c2b60ccc2f15975462326abe962d039bfd383811 authored over 10 years ago
add missing semicolon, fixes #5393

58781e6870f5d7609f5ee0087ebc965f8fa9e6af authored over 10 years ago
Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use

1ab14a914dd0bced4b5407eef7b14abacc8b7831 authored over 10 years ago
fixed broken links

d590a8152b73b364e49046c7c1c9b6ad62eb287a authored over 10 years ago
exclude BaseYii from message command

ba0a243f6ee40a5c99940c45f5f50a5c2b8d4fa6 authored over 10 years ago
finished guide on formatting

40d1cd79e6879e55a13d2325847448e833f19f61 authored over 10 years ago
removed app.php

373330c9f8065b9c7ecc6d62f4123c2c4e1861ea authored over 10 years ago
Updated Greek translation.

ca6e3710722e02d3fd6ee937318f56e1da09073a authored over 10 years ago
Fixes #5316: Added `startsWith()` and `endsWith()` to `yii\helpers\StringHelper`. Methods are binary-safe, multibyte-safe and optionally case-insensitive

2d81493c504f957a294334aba7dedb2951231969 authored over 10 years ago
Fixed phpdoc for yii\db\Query [skip ci]

3a459a6e246cfae05fbc0f08634a529175825a7b authored over 10 years ago
Fixing wrong docs in RBAC PHPManager and wrong paths in security-authorization.md

close #5348

b0877d867bfca42d915f6f665f5fab1fe3b0a774 authored over 10 years ago
added yii version to the console help output

377486dc012ca591dd3530401fb29a5fc8ed4217 authored over 10 years ago
fixed console help code block color

fixes #5342

2821bf8129a2253419f4cc5666e61c7776c1d1ca authored over 10 years ago
ensure integer is formatted without fraction digits

fixes #5179

5cf872413ed015359a0ed849b105847597c97831 authored over 10 years ago
reverted color change of de87f43d707a53cd181f76e0b1160237056e277f

29e8a07ed9533bc8f8c8c3c0647861c82e7f0ffa authored over 10 years ago
Fixes #5336: `yii\bootstrap\DropDown` should register bootstrap plugin asset

8e92f609ec6c05e83a7ac4ec6d7e8aee529b3ae0 authored over 10 years ago
Fixes #5323: Nested dropdown does not work for `yii\bootstrap\DropDown`

49ef12113cd536444510fc084cdd1895bf80c2b3 authored over 10 years ago
Merge branch 'master' of git://github.com/yiisoft/yii2

c0680d3555363baf0056caddb581fd7d312be192 authored over 10 years ago
Fixes #5252: Null values are not properly handled by `RangeValidator`

c0751c6fff49e119ff58483fa63861312a84b655 authored over 10 years ago
updated documentation and tests

fixes #5331

b675e7aa61b47c257cfe60b7b43b46dafc6450f2 authored over 10 years ago
Fixes #4292: The error messages for console commands will not be translated

3feb193b9ff27354f05ef275434021cc610166a0 authored over 10 years ago
Fixes #4040: Added `$viewFile` and `$params` to the `EVENT_BEFORE_RENDER` and `EVENT_AFTER_RENDER` events for `View`.

fb37c9a7184ac78b252fb8fef13e8b54d0bfee46 authored over 10 years ago
fix docs typo on \yii/filters/Cors

c327c1acdd1e2e4a2dccb55e9fd9e0c8fcacc5cd authored over 10 years ago
Fixes #2037: Dropped the support for using `yii\base\Module` as concrete module classes

a6313cc2c628de2dcf2c300c3d5246a03f51e788 authored over 10 years ago
Fixes #5314: Fixed typo in the implementation of `yii\web\Session::getHasSessionId()`

bcffdb3e60c6ede91c970968d4cf470f603e2233 authored over 10 years ago