Sorokin Victor
4051d7c502
Update console-fixture.md
2014-02-03 23:49:45 +02: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
Mark
2ed30dfeb8
fixed docs in controller
2014-02-03 23:20:16 +04:00
Mark
b133c6c39c
docs improved
2014-02-03 23:17:19 +04: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
Qiang Xue
5f4b58763a
Merge pull request #2293 from Ragazzo/fixture_trait_fix
...
moved magic methods
2014-02-03 11:12:54 -08:00
Mark
13e85adc8e
moved magic methods
2014-02-03 22:58:08 +04:00
Mark
932fc22410
docs fix
2014-02-03 22:52:53 +04:00
Mark
7522b3bc92
added docs, command fix
2014-02-03 22:49:21 +04:00
Sergey Gonimar
201422a723
Fix url for db panel.
2014-02-04 00:24:56 +06:00
Mark
416adcaebf
removed fixturePath, improved console command
2014-02-03 22:23:38 +04: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
Larry Ullman
81042fc195
Fleshed out event documentation
...
Still needs an introduction and there are some questions to be
answered. Probably ought to demonstrate the code in an event handling
function.
2014-02-03 11:23:44 -05:00
Larry Ullman
836eb5bc65
Very minor edits
2014-02-03 11:23:44 -05:00
Qiang Xue
b437b892a2
Merge pull request #2289 from cebe/refactor-ar-create
...
renamed ActiveRecord::create() to populateRecord()
2014-02-03 08:07:07 -08: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
16724d2f7b
Merge branch 'master' of https://github.com/yiisoft/yii2
2014-02-03 10:47:47 -02:00
Thiago Talma
df66c41c65
Change condition
2014-02-03 10:47:20 -02:00
Kartik Visweswaran
cd1f7b10ea
Removed unnecessary blank space
2014-02-03 11:32:42 +00:00
Kartik Visweswaran
a0e3a3b5a6
Removed unnecessary blank space
2014-02-03 11:31:20 +00:00
Alexander Makarov
dc4feef716
Fixed note so that's clear that dashed internal routes are applied to modules
2014-02-03 13:11:08 +04:00
Alexander Makarov
e539482d88
Added failing test for #2209
2014-02-03 05:02:43 +04:00
Qiang Xue
266aadd230
Only treat 32bit signed integers as integers so that 32bit clients won’t have trouble.
2014-02-02 17:18:03 -05:00
Kartik Visweswaran
5f5570e73f
Raw content return for Grid DataColumn & Column
2014-02-02 21:57:41 +00:00
Kartik Visweswaran
eb655e6104
Raw content return for Grid DataColumn & Column
2014-02-02 21:57:00 +00:00
Kartik Visweswaran
0991be84f5
Raw content return for Grid DataColumn & Column
...
Need to have a method `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
2014-02-02 21:54:50 +00:00
Kartik Visweswaran
342ba95d4a
Raw content return for Grid DataColumn & Column
...
Need to have a method `getDataCellContent` to return raw parsed data cell content. This is useful when extending these Columns, for processing any other data before formatting via `renderDataCellContent`.
2014-02-02 21:50:58 +00:00
Qiang Xue
8001d2348c
refactored ActiveRecord::create().
2014-02-02 15:00:54 -05:00
Qiang Xue
6cf7d87cb4
Merge pull request #2263 from dizews/convert-database-type-to-php
...
Convert database type to php
2014-02-02 11:55:49 -08:00
Vladimir Zbrailov
a97f6387f9
added check column
2014-02-02 22:36:56 +04:00
Carsten Brandt
3bc5dbed82
added doc example to gridview column classes
...
fixes #2276
2014-02-02 18:29:21 +01:00
Mark
19d45b9a1e
fixed command and docs
2014-02-02 20:55:47 +04:00
Mark
9a6cda5ea9
added total queries monitoring
2014-02-02 20:36:05 +04:00
Vladimir Zbrailov
6de3e144c8
merge
2014-02-02 20:24:44 +04:00
Vladimir Zbrailov
0e0acb2731
added inherit doc block and task number
2014-02-02 20:22:56 +04:00
Vladimir Zbrailov
3319b54c80
added inherit doc block and task number
2014-02-02 20:20:56 +04:00
Alexander Makarov
a90f2f21ef
Merge pull request #2274 from Ragazzo/i18n_docs_fix
...
I18n docs fix
2014-02-02 07:55:56 -08:00
Mark
c52b523d04
typo fix
2014-02-02 19:32:27 +04:00
Mark
3b1c90d6a5
docs added
2014-02-02 19:30:05 +04:00
Alexander Makarov
d9d36006a7
Fixed default scenario constant in docs
2014-02-02 19:09:33 +04:00
Alexander Makarov
edb0991b76
Fixed typos
2014-02-02 17:59:54 +04:00
Mark
6dd9477aa0
fixed name
2014-02-02 16:55:38 +04:00
Mark
6c60524d13
docs fixed
2014-02-02 16:53:16 +04:00