Carsten Brandt
d44c23bb00
ported fix for #6164 to sphinx
...
was already supported for BETWEEN but not for LIKE
fixes #6164
2014-11-23 01:54:33 +01:00
Alexander Mohorev
e92482f554
Typo in word
2014-11-22 02:58:56 +03:00
Carsten Brandt
db82518d54
fixed apidoc wrong property definedBy
...
fixes #5899
2014-11-20 12:19:55 +01:00
Tobias Munk
5cb9349273
Fixes #6113 : Improved debugger configuration and request UI
...
- Responsive tables.
- Route is displayed by default, action is available as tooltip.
- Better config table display.
- PHP extensions are sorted alphabetically.
2014-11-20 12:28:05 +03:00
Qiang Xue
5526cad17f
use css class to indicate broken links in generated guide/api docs. [skip ci]
2014-11-19 16:23:13 -05:00
Qiang Xue
c98950442c
Allow customizing GuideRenderer::apiUrl [skip ci]
2014-11-18 23:19:12 -05:00
Qiang Xue
3090d28038
Allow customizing GuideRenderer::guideUrl.
2014-11-18 10:09:54 -05:00
Carsten Brandt
6cd885e88e
Update README.md
2014-11-17 23:05:41 +01:00
Carsten Brandt
f9d83661e4
add guidePrefix option for apidoc
2014-11-17 23:01:40 +01:00
Carsten Brandt
b809f93b69
ensure apidoc works with relative paths
2014-11-17 22:35:37 +01:00
Klimov Paul
df023545c9
Fixed yii\mongodb\ActiveRecord saves null as _id, if attributes are empty
2014-11-17 17:53:48 +02:00
Qiang Xue
439c2e4d11
Fixes #4450 : Added yii\bootstrap\Nav::renderDropdown()
2014-11-16 12:57:10 -05:00
Carsten Brandt
38d0570843
fixed unlink() for array valued attributes
...
return value would not be a valid array when json encoded after unlink().
fixes #6065
2014-11-15 21:42:36 +01:00
Carsten Brandt
cfe874607f
fixed return type for redis simple strings
...
fixes #4745
2014-11-13 16:44:06 +01:00
Carsten Brandt
f23ba6cbdc
explicitly set the language for elasticsearch script
...
groovy is now always on in ES 1.3.0
fixes #5662
2014-11-13 15:39:36 +01:00
Qiang Xue
b7012ca935
Fixes #5799 : yii\bootstrap\ButtonGroup::buttons can take all options that are supported by yii\bootstrap\Button
2014-11-12 14:54:03 -05:00
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).
2014-11-12 14:51:21 -05:00
Klimov Paul
1605905fc1
Fixed CCS for yii\authclient\widgets\AuthChoice does not loaded if popupMode disabled
2014-11-11 13:37:39 +02:00
Paul Klimov
cac70705b0
UPGRADE.md for 'mongodb' extension added
2014-11-08 14:14:14 +02:00
Paul Klimov
12f9180b40
Method 'oneWithModify' renamed to 'modify' at yii\mongodb\Query
2014-11-08 14:09:13 +02:00
Qiang Xue
214d41e08b
Merge pull request #5971 from mongosoft/controller
...
No need to return from __construct
2014-11-07 20:23:44 -05:00
Alexander Mohorev
9553237777
No need to return from __construct
2014-11-08 01:41:01 +03:00
Qiang Xue
0c8f3f2270
Fixes #5965 .
2014-11-07 11:17:16 -05:00
Klimov Paul
b5ddde0246
Code style fix
2014-11-07 17:17:42 +02:00
Klimov Paul
da000165cf
Method 'oneWithUpdate' renamed to 'oneWithModify' at yii\mongodb\Query
2014-11-07 12:44:34 +02:00
Alexander Makarov
b819a67829
Added changelog line for #4181
2014-11-07 13:00:06 +03:00
Denis M
511535ec0a
Fixes #4181 : Added yii\bootstrap\Modal::$headerOptions and yii\bootstrap\Modal::$footerOptions
2014-11-07 01:56:17 +03:00
Klimov Paul
5dffd72c58
Added support for 'findAndModify' operation at yii\mongodb\Query and yii\mongodb\ActiveQuery
2014-11-06 14:40:33 +02:00
Klimov Paul
001d5b1603
Fixed yii\sphinx\QueryBuilder does not support comparison operators (>,<,>= etc) in where specification
2014-11-05 18:24:20 +02:00
Klimov Paul
ec48a61cb3
MongoDB PHP extension min version raised up to 1.4.0
2014-11-05 17:14:59 +02:00
Carsten Brandt
cddf691c9a
made gii getManifest more robust against corrupt index file
2014-11-05 00:33:17 +01:00
munawer
33b760eca2
[ci skip] Guide typos fixed
2014-11-04 13:05:47 +03:00
Alexander Makarov
6580b608e1
Fixes #5874 : Upgraded Twitter Bootstrap to 3.3.x
2014-11-04 01:51:11 +03:00
Qiang Xue
186c843abc
Merge pull request #5766 from mongosoft/feature
...
Code style fixes
2014-10-25 12:46:01 -04:00
Alexander Mohorev
899b778994
Correct type declarations
2014-10-25 16:35:50 +03:00
Alexander Mohorev
64b4d6dca1
Correct order of property declaration
2014-10-25 16:28:36 +03:00
Alexander Mohorev
bb8550886e
PHP type casting
2014-10-25 15:30:03 +03:00
Carsten Brandt
16eab8891f
CHANGELOG
2014-10-25 14:15:12 +02:00
Carsten Brandt
fbbb26be5f
skipping image dir in apidoc if it does not exist
2014-10-25 14:14:00 +02:00
Carsten Brandt
f0d073a6ef
Improved elasticsearch trace message
2014-10-25 01:27:11 +02:00
Qiang Xue
a153750efe
Fixes #5745 : Gii and debug modules may cause 404 exception when the route contains dashes
2014-10-24 08:01:35 -04:00
Qiang Xue
2544e86d2c
Fixes #5735 : Added yii\bootstrap\Tabs::renderTabContent to support manually rendering tab contents
2014-10-24 07:54:48 -04:00
RomeroMsk
b23126908f
Fixes #5708
...
Fixes #5708
2014-10-24 07:48:56 -04:00
Alexander Makarov
e445258164
Revert "Fixes #3760 : Gii model generator now imports classes when necessary instead of using fully qualified class names"
...
This reverts commit 0c8faedd33 .
2014-10-23 20:24:10 +04:00
Alexander Makarov
0c8faedd33
Fixes #3760 : Gii model generator now imports classes when necessary instead of using fully qualified class names
2014-10-22 23:07:08 +04:00
Qiang Xue
36ea0f321a
Fixes #5570 : yii\bootstrap\Tabs would throw an exception if content is not set for one of its items
...
Fixes #5572 .
2014-10-22 11:48:08 -04:00
Carsten Brandt
a90242adf4
apidoc: make the guide PDF renderer work again
2014-10-21 01:27:35 +02:00
Qiang Xue
5829020eff
Fixes #5223 : Query builder now supports selecting sub-queries as columns
2014-10-19 10:58:49 -04:00
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()
2014-10-19 18:50:46 +04:00
Alexander Makarov
6a794f6b1b
Simpler fix for #5402
2014-10-19 18:42:58 +04:00