1574 Commits (2bb6ed35032e3bd20179964f99f4a1de97f3ddd0)

Author SHA1 Message Date
Carsten Brandt d44c23bb00 ported fix for #6164 to sphinx 10 years ago
Alexander Mohorev e92482f554 Typo in word 10 years ago
Carsten Brandt db82518d54 fixed apidoc wrong property definedBy 10 years ago
Tobias Munk 5cb9349273 Fixes #6113: Improved debugger configuration and request UI 10 years ago
Qiang Xue 5526cad17f use css class to indicate broken links in generated guide/api docs. [skip ci] 10 years ago
Qiang Xue c98950442c Allow customizing GuideRenderer::apiUrl [skip ci] 10 years ago
Qiang Xue 3090d28038 Allow customizing GuideRenderer::guideUrl. 10 years ago
Carsten Brandt 6cd885e88e Update README.md 10 years ago
Carsten Brandt f9d83661e4 add guidePrefix option for apidoc 10 years ago
Carsten Brandt b809f93b69 ensure apidoc works with relative paths 10 years ago
Klimov Paul df023545c9 Fixed `yii\mongodb\ActiveRecord` saves `null` as `_id`, if attributes are empty 10 years ago
Qiang Xue 439c2e4d11 Fixes #4450: Added `yii\bootstrap\Nav::renderDropdown()` 10 years ago
Carsten Brandt 38d0570843 fixed unlink() for array valued attributes 10 years ago
Carsten Brandt cfe874607f fixed return type for redis simple strings 10 years ago
Carsten Brandt f23ba6cbdc explicitly set the language for elasticsearch script 10 years ago
Qiang Xue b7012ca935 Fixes #5799: `yii\bootstrap\ButtonGroup::buttons` can take all options that are supported by `yii\bootstrap\Button` 10 years ago
fly d36bf9e8a8 Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc). 10 years ago
Klimov Paul 1605905fc1 Fixed CCS for `yii\authclient\widgets\AuthChoice` does not loaded if `popupMode` disabled 10 years ago
Paul Klimov cac70705b0 UPGRADE.md for 'mongodb' extension added 10 years ago
Paul Klimov 12f9180b40 Method 'oneWithModify' renamed to 'modify' at `yii\mongodb\Query` 10 years ago
Alexander Mohorev 9553237777 No need to return from __construct 10 years ago
Qiang Xue 0c8f3f2270 Fixes #5965. 10 years ago
Klimov Paul b5ddde0246 Code style fix 10 years ago
Klimov Paul da000165cf Method 'oneWithUpdate' renamed to 'oneWithModify' at `yii\mongodb\Query` 10 years ago
Alexander Makarov b819a67829 Added changelog line for #4181 10 years ago
Denis M 511535ec0a Fixes #4181: Added `yii\bootstrap\Modal::$headerOptions` and `yii\bootstrap\Modal::$footerOptions` 10 years ago
Klimov Paul 5dffd72c58 Added support for 'findAndModify' operation at `yii\mongodb\Query` and `yii\mongodb\ActiveQuery` 10 years ago
Klimov Paul 001d5b1603 Fixed `yii\sphinx\QueryBuilder` does not support comparison operators (>,<,>= etc) in where specification 10 years ago
Klimov Paul ec48a61cb3 MongoDB PHP extension min version raised up to 1.4.0 10 years ago
Carsten Brandt cddf691c9a made gii getManifest more robust against corrupt index file 10 years ago
munawer 33b760eca2 [ci skip] Guide typos fixed 10 years ago
Alexander Makarov 6580b608e1 Fixes #5874: Upgraded Twitter Bootstrap to 3.3.x 10 years ago
Alexander Mohorev 899b778994 Correct type declarations 10 years ago
Alexander Mohorev 64b4d6dca1 Correct order of property declaration 10 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
Carsten Brandt 16eab8891f CHANGELOG 10 years ago
Carsten Brandt fbbb26be5f skipping image dir in apidoc if it does not exist 10 years ago
Carsten Brandt f0d073a6ef Improved elasticsearch trace message 10 years ago
Qiang Xue a153750efe Fixes #5745: Gii and debug modules may cause 404 exception when the route contains dashes 10 years ago
Qiang Xue 2544e86d2c Fixes #5735: Added `yii\bootstrap\Tabs::renderTabContent` to support manually rendering tab contents 10 years ago
RomeroMsk b23126908f Fixes #5708 10 years ago
Alexander Makarov e445258164 Revert "Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names" 10 years ago
Alexander Makarov 0c8faedd33 Fixes #3760: Gii model generator now imports classes when necessary instead of using fully qualified class names 10 years ago
Qiang Xue 36ea0f321a Fixes #5570: `yii\bootstrap\Tabs` would throw an exception if `content` is not set for one of its `items` 10 years ago
Carsten Brandt a90242adf4 apidoc: make the guide PDF renderer work again 10 years ago
Qiang Xue 5829020eff Fixes #5223: Query builder now supports selecting sub-queries as columns 10 years ago
Alexander Makarov 48ec791e4a 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()` 10 years ago
Alexander Makarov 6a794f6b1b Simpler fix for #5402 10 years ago
Alexander Makarov 084d355448 Fixes #5402: Debugger was not loading when there were closures, resources or PDO instances in the logged data 10 years ago
Carsten Brandt acba9e5bd3 fix crash when setter w/o arguments is defined 10 years ago