Commit Graph

9815 Commits

Author SHA1 Message Date
Carsten Brandt
1fe5b53f39 Merge pull request #4944 from yiisoft/redis-fixes
Fixed storing and loading nulls and booleans in Redis
2014-09-22 18:59:59 +02:00
Carsten Brandt
7e0c6353f7 optimized redis AR insert 2014-09-22 18:57:21 +02:00
Carsten Brandt
ece300ac30 removed null value adjustment in redis ActiveQuery
asArray will not include null valued keys
2014-09-22 18:54:00 +02:00
Carsten Brandt
df22616c76 finished fix for redis null and boolean value storage
fixes #1311
2014-09-22 18:45:37 +02:00
Qiang Xue
82037bc70e Fixes #5124: Added support to prevent duplicated form submission when using ActiveForm 2014-09-22 12:19:11 -04:00
Qiang Xue
ac7e3bdbed Fixes #5126: Fixed text body and charset not being set for multipart mail 2014-09-22 11:42:34 -04:00
Nikola Kovacs
f82519b1c3 Use text/plain part of multipart message for text body and charset in debug mail panel.
Fixes #5126
2014-09-22 11:41:30 -04:00
Qiang Xue
3697682a8e Merge branch 'master' of git://github.com/yiisoft/yii2 2014-09-22 11:38:46 -04:00
Qiang Xue
34a2c590e4 Fixes #5117: Added beforeFilter and afterFilter JS events to GridView 2014-09-22 11:38:26 -04:00
Carsten Brandt
1e5c48957d composer.json tabs -> spaces 2014-09-22 17:37:19 +02:00
Kartik Visweswaran
db99b5fda5 Code cleanup - beforeFilter and afterFilter events 2014-09-22 11:35:00 -04:00
Kartik Visweswaran
2c64ee0f1d Updated comments for beforeFilter event 2014-09-22 11:34:59 -04:00
Kartik Visweswaran
9496c46646 Updated formatting - Created beforeFilter and afterFilter grid events 2014-09-22 11:34:59 -04:00
Kartik Visweswaran
4c9556a9f3 Simplified afterFilter event trigger code 2014-09-22 11:34:58 -04:00
Kartik Visweswaran
f8dc796d23 Simplified beforeFilter and afterFilter events
Removed `form` as a parameter to the events since it can be retrieved using `$grid.find('form.gridview-filter-form')`.
2014-09-22 11:34:58 -04:00
Kartik Visweswaran
4bd8a8c9dd Corrected trigger element for beforeFilter 2014-09-22 11:34:57 -04:00
Kartik Visweswaran
df99a2435e Updated comments for beforeFilter and afterFilter events 2014-09-22 11:34:57 -04:00
Kartik Visweswaran
141e3d7039 Updated comments for beforeFilter event 2014-09-22 11:34:56 -04:00
Kartik Visweswaran
f95be734cf Created beforeFilter and afterFilter grid events
Events `beforeFilter.yiiGridView` and `afterFilter.yiiGridView` javascript events created for advanced use cases.
2014-09-22 11:34:56 -04:00
Kartik Visweswaran
48d2204226 Add event for coding post filter triggers
Trigger a new `filter.yiiGridView` event for yii grid view after grid filters are applied. This will enable developer to code a lot of use cases based on the grid filtering event. The filter `$form` can be accessed as a parameter to the event.
2014-09-22 11:34:56 -04:00
Carsten Brandt
46488e674a improved version constraints for bower asset packages 2014-09-22 17:34:18 +02:00
Carsten Brandt
e40fd9d623 added branch alias to composer.json 2014-09-22 17:26:21 +02:00
Dmitry Kushnikov
3d55ee5af0 Add possibility to customize path to binary using alias.
If you don't want to install command-line utils globally, you have to specify it's paths.

    public $commands = [
        'styl' => ['css', '@app/node_modules/bin/stylus < {from} > {to}'],
    ];

close #5130
2014-09-22 16:37:28 +02:00
Qiang Xue
65edc03b49 Fixes #5127. 2014-09-22 08:27:04 -04:00
Carsten Brandt
8176a392bb Changed version constratints to be semantic versioning again
- in composer the `~` operator is just a shortcut for `~1.0` = `>=1.0.0,<2.0.0`
  it does not prevent dev versions to be installed but neither does `1.*`
- dev versions are constrolled via `minimum-stability` setting and the
  `@dev`, `@beta`, `@stable`,... settings.
- setting bower packages that ship compiled files only with the stable
  release to use `@stable` in composer.json of the applictaions. This
  setting can be removed when we remove the `minimum-stability=dev`
  setting after GA.
2014-09-22 13:15:43 +02:00
Carsten Brandt
708d586201 Merge pull request #5114 from larnu/master
Translate spanish docs
2014-09-22 12:53:09 +02:00
Carsten Brandt
8fa4899e02 use utf8_unicode_ci instead of utf8_general_ci
fixes #5119
2014-09-22 12:46:22 +02:00
Carsten Brandt
6c51866e36 Update UPGRADE.md 2014-09-22 12:20:05 +02:00
Qiang Xue
340e2b51d6 asset guide WIP [skip ci] 2014-09-21 10:26:24 -04:00
Qiang Xue
0ea8ef712d asset guide WIP 2014-09-20 12:58:16 -04:00
larnu
1cb7ee5fae update pending translations 2014-09-19 20:59:46 +02:00
Larnu
b62d2c2037 translate spanish docs 2014-09-19 20:39:39 +02:00
Qiang Xue
169a2a39c0 Fixes #5110. 2014-09-19 11:43:55 -04:00
Qiang Xue
ff17d9608a Switch to 1.0.0-beta1 for the composer asset plugin. 2014-09-19 08:32:47 -04:00
Qiang Xue
889d3bc942 using stable versions. 2014-09-18 23:44:36 -04:00
Qiang Xue
ad4f652ca9 Removed unused bower.json files. Adjusted version dependencies. 2014-09-18 23:25:38 -04:00
Qiang Xue
a81969950d Adjusted dependency versions to stable ones. 2014-09-18 23:09:45 -04:00
Carsten Brandt
45a748a2d4 added asset path info to apidoc composer.json
fixes #5104, fixes #5101
2014-09-18 23:13:01 +02:00
Qiang Xue
deb6ba3cf9 Fixes #5105 [skip ci] 2014-09-18 16:47:43 -04:00
Vasiliy Baukin
e9afccda6c Перевод runtime-logging на русский язык 2014-09-18 23:51:27 +04:00
Qiang Xue
108b451805 Fixes #5049. 2014-09-18 15:41:11 -04:00
Qiang Xue
d3f2010e07 Fixes #2380: Added yii\widgets\ActiveForm::enableClientScript to support turning on and off client side script generation 2014-09-18 13:04:46 -04:00
Qiang Xue
93496bf8fd Fixes #5058: yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels 2014-09-18 12:15:54 -04:00
Qiang Xue
3905c419f0 Merge pull request #5084 from yiisoft/asset-improvements
Asset improvements
2014-09-18 09:17:37 -04:00
Qiang Xue
d49957fe35 Fixes #5079: added test case. 2014-09-18 08:44:44 -04:00
Qiang Xue
4a31628b01 Fixes #5089: Added asset debugger panel 2014-09-18 00:07:30 -04:00
artur
4b32837455 Improvements for debug toolbar (#838) - add panel to display used asset bundles 2014-09-17 22:57:15 -04:00
Alexander Makarov
f9c039e822 Merge pull request #5087 from tebazil/master
[skip ci] Russian translation of structure-views.md
2014-09-17 23:26:21 +04:00
Vasiliy Baukin
2ea98d45da Update structure-views.md
Formatting fix
2014-09-17 23:17:05 +04:00
Vasiliy Baukin
59f634f649 Russian translation of structure-views.md
Phew :)
2014-09-17 23:11:18 +04:00