Thiago Talma
dbe18d7b66
Improvements in view of changed files in Gii
2014-02-05 11:07:30 -02:00
Florian Fackler
a3724aa4d1
Fixed bug which prevented a field query as described in the example:
...
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
Tobias Munk
b3e6aedc45
toolbar UI updates
...
added home icon
removed separators with summary sections to make browsing with the panel more intuitive
updated version number display, now also shown as label
2014-02-05 02:03:19 +01:00
Qiang Xue
9f5dbd72b6
Merge pull request #2292 from gonimar/patch-8
...
Fix url for db panel.
2014-02-04 12:22:02 -08:00
Mark
3d6529efe1
fixed docs
2014-02-04 18:32:43 +04:00
Mark
9cf8d7df6f
faker extension fixed
2014-02-04 18:30:19 +04:00
Qiang Xue
bb2256a723
Fixes #2298 : Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue)
2014-02-04 08:30:27 -05:00
Mark
67d323a13b
debug changelog
2014-02-04 16:18:23 +04:00
Carsten Brandt
5b3830080c
fixed bootstrap renderer guide links
...
fixes #2254
2014-02-04 03:25:11 +01:00
Qiang Xue
11bc899bc1
Refactored fixtures and fixed test break.
2014-02-03 21:16:57 -05:00
Qiang Xue
cafdebb55c
CS fix. doc fix.
2014-02-03 16:53:03 -05:00
Qiang Xue
7863a0ff24
Merge pull request #2279 from Ragazzo/fixtures_controller_improvements
...
Fixtures controller improvements
2014-02-03 13:26:28 -08:00
Qiang Xue
2773828611
fixed test break.
2014-02-03 15:28:01 -05:00
Qiang Xue
56f89dd492
doc fix.
2014-02-03 14:15:19 -05:00
Qiang Xue
e19245a36c
Merge pull request #2251 from thiagotalma/master
...
Allow multilevel dropdown.
2014-02-03 11:13:42 -08:00
Mark
13e85adc8e
moved magic methods
2014-02-03 22:58:08 +04:00
Sergey Gonimar
201422a723
Fix url for db panel.
2014-02-04 00:24:56 +06:00
Sergey Gonimar
29d2eeca2e
Fix url for db panel.
2014-02-03 23:08:31 +05:00
Qiang Xue
86c6d744ed
label fix.
2014-02-03 11:58:04 -05:00
Qiang Xue
a89d0db5a2
Merge pull request #2282 from Ragazzo/debug_module_feature
...
added total queries monitoring
2014-02-03 08:41:00 -08:00
Mark
4742514570
method renamed, more php-docs added
2014-02-03 20:35:08 +04:00
Mark
717d2641a8
changed setting name, fixed php-docs
2014-02-03 20:23:46 +04:00
Carsten Brandt
4a9f47bedd
refactored sphinx and db AR to call parent implementation of populateRecord()
2014-02-03 14:12:03 +01:00
Carsten Brandt
16e1aff41b
renamed ActiveRecord::create() to populateRecord()
...
- refactored elasticsearch AR to make type and index available in
instantiate(), issue #1313
fixes #2281
2014-02-03 14:07:12 +01:00
Thiago Talma
df66c41c65
Change condition
2014-02-03 10:47:20 -02:00
Mark
9a6cda5ea9
added total queries monitoring
2014-02-02 20:36:05 +04:00
Mark
5e33a17b6a
fixed active fixtures classes
2014-02-02 16:36:43 +04:00
Alexander Makarov
22fa0d7c90
Added missing phpdoc for gii classes
2014-02-01 04:55:03 +04:00
Alexander Makarov
b78ae6d97e
Minor cleanup for debug module
2014-02-01 04:30:00 +04:00
Alexander Makarov
18be221270
Refactored debug module, added all missing docs
2014-02-01 04:24:01 +04:00
Qiang Xue
2629074baf
Merge pull request #2229 from klevron/2204
...
Fixes #2204
2014-01-31 15:16:05 -08:00
Alexander Makarov
2926a5e16f
Removed unused variable
2014-02-01 01:15:00 +04:00
Alexander Makarov
9fb8843130
Removed unnecessary variable
2014-02-01 01:11:59 +04:00
Alexander Makarov
135b7b5543
Added array initialization
2014-02-01 01:10:17 +04:00
Alexander Makarov
09f64d9032
Added array initialization
2014-02-01 01:08:59 +04:00
Thiago Talma
f5bd8d0dcd
Allow multilevel dropdown.
2014-01-31 18:31:27 -02:00
Kevin LEVRON
7786fa5d76
For Imagine v0.5 (previous code was for 0.6 dev)
2014-01-31 14:15:46 +01:00
Mark
143bdb0727
docs improved
2014-01-31 13:00:01 +04:00
Kevin LEVRON
0034b3c1bd
Fixes #2204
2014-01-31 08:56:08 +01:00
Paul Klimov
518954dafe
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-01-30 23:03:05 +02:00
Carsten Brandt
adfbba170c
fixed link adjustment in guide renderer
...
fixes #2220
2014-01-30 12:10:54 +01:00
Carsten Brandt
4d6773186e
docs: copy guide images
...
issue #1797
2014-01-30 11:34:49 +01:00
MarsuBoss
1d04eb7871
Fix URL Bootstrap
2014-01-30 11:07:42 +01:00
Carsten Brandt
70b0dd78f6
improvements to php codehighlight
2014-01-30 09:53:16 +01:00
Carsten Brandt
1ecc775238
removed newline from php highlighting
2014-01-30 09:38:11 +01:00
Carsten Brandt
ea7e576ef8
fixed an issue with code highlighting
2014-01-30 09:35:26 +01:00
Qiang Xue
8e11629a65
Fixes #2160 : SphinxQL does not support OFFSET
...
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
Carsten Brandt
1c905873d1
typo
2014-01-29 19:36:59 +01:00
Carsten Brandt
020fd1843a
documentation link fixes
2014-01-29 19:33:30 +01:00
Carsten Brandt
1b2e80285b
oops, forgot to add a class :)
2014-01-29 19:24:05 +01:00