Alexander Kochetov
19fa99993d
Fixed composer.json for advanced app template
2015-02-26 04:11:16 +03:00
Alexander Makarov
e30b6e1d5b
Merge branch 'master' into log-db-target-timestamp
2015-02-26 04:07:34 +03:00
Alexander Makarov
1decbb854d
Merge pull request #7446 from yiisoft/add-double-to-schema
...
Added Schema::DOUBLE to represent ANSI SQL Double Precision
2015-02-26 04:06:30 +03:00
Alexander Makarov
7d0173db80
Added CHANGELOG
2015-02-26 02:48:18 +03:00
Alexander Makarov
187322052d
Fixed converting double to PHP type
2015-02-26 02:37:47 +03:00
Alexander Makarov
c0e448bacb
Changed CUBRID type for Double
2015-02-26 02:28:59 +03:00
Carsten Brandt
49bb1fcb07
run tests against PHP 7.0 nightly
2015-02-25 22:37:32 +01:00
Alexander Makarov
384607832f
Added failing test for #7384
2015-02-25 16:04:12 +03:00
Alexander Makarov
5870a74672
Added Schema::DOUBLE to represent ANSI SQL Double Precision
2015-02-25 16:01:37 +03:00
Alexander Makarov
787ec74b92
Fixes #7328 : Changed the way CRUD generator translates "Create X". Now it's a whole string because of translation difficulties
2015-02-25 13:49:26 +03:00
Amir Basiri
b65006a469
Fixes #7438 : Changed the Farsi messages directory name to be generalized
2015-02-25 13:31:31 +03:00
Qiang Xue
0f79732b8a
Fixes #7425 : yii\widgets\ActiveField::radio() should not generate the label twice
2015-02-24 21:37:01 -05:00
justinvoelker
f2523cb5d7
Update ActiveField.php
...
Update radio() to set $options['label'] to null rather than using unset. Fixes issue #7425 .
2015-02-24 21:35:19 -05:00
Diego Rodríguez
78c2bda0ff
Update start-installation.md nginx config
...
Fixes the nginx configuration file which led to nginx: [emerg] unknown log format "main" in /etc/nginx/sites-enabled/a.luloapp.com:12 on nginx 1.6.2
2015-02-24 17:24:16 -05:00
pana1990
c9cbfa036b
Remove double slash in the comment [skip ci]
...
close #7429
2015-02-24 20:58:47 +01:00
Carsten Brandt
2897257ec1
fixed wrong docs about loadDefaultValues() and init()
...
fixes #7373
2015-02-24 20:51:47 +01:00
Carsten Brandt
db37d03e32
added more tests for russian plurals
2015-02-24 20:42:51 +01:00
Alexander Makarov
7721baae1f
Used StringHelper for byte operations
2015-02-24 19:20:28 +03:00
Alexander Makarov
94d6e139b9
Added more info to UPGRADE
2015-02-24 17:27:06 +03:00
Alexander Makarov
575b0e3807
Merge pull request #7419 from SamMousa/fix-issue-7417
...
Fixed widgets using echo in their run. #7417
2015-02-24 17:21:48 +03:00
Alexander Makarov
e882f6803c
Merge pull request #7422 from softark/docs-guide-ja-test-rev
...
Docs guide ja test rev [ci skip]
2015-02-24 17:11:50 +03:00
Nobuo Kihara
83954bac36
docs/internals-ja/design-decisions.md updated [ci skip]
2015-02-24 23:08:56 +09:00
Nobuo Kihara
02a5624c9f
docs/guide-ja/test reviewed [ci skip]
2015-02-24 23:08:18 +09:00
Nobuo Kihara
26aed13290
docs-guide-ja updates [ci skip]
2015-02-24 23:08:17 +09:00
Sam
7a4dc49a45
Re-added line endings to pass tests.
2015-02-24 15:00:57 +01:00
Sam
b918e8ea12
Fixed widgets using echo in their run. #7417
2015-02-24 14:44:39 +01:00
Alexander Makarov
51f25cac62
Fixes #7417 : Used return in Tabs widgets instead of echo
2015-02-24 16:05:00 +03:00
Alexander Makarov
f7f838e9d0
Added upgrade not about Security
2015-02-24 15:49:09 +03:00
Carsten Brandt
89d1e55f91
phpdoc fix, close #7404
2015-02-24 13:26:01 +01:00
Carsten Brandt
f84b3d9139
added unsigned int decision to design decision file
2015-02-24 13:02:36 +01:00
Alexander Makarov
b2f5739781
Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements
...
#7301 adds checking of the icu version in requirements
2015-02-24 14:22:40 +03:00
Alexander Makarov
54ccd388fe
Added tests for Nav and Dropdown
2015-02-24 14:17:03 +03:00
nkovacs
8f54c5dc81
Fixes #7412 : Removed unnecessary unsets in Dropdown and Nav
2015-02-24 14:17:02 +03:00
tom--
4512833fac
Fixes #7215 : Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward
2015-02-24 14:03:41 +03:00
Qiang Xue
a3ea7b774d
Fixes #7350 : Added yii\helpers\Html::$dataAttributes to support customizing data attributes.
2015-02-23 21:30:45 -05:00
Sidney Lins - WMaior.com
183dc43b6f
Merge branch 'master' of github.com:yiisoft/yii2 into 7301-check-icu-version-in-requirements
2015-02-23 21:08:24 -03:00
Sidney Lins - WMaior.com
61e695b39b
Solve conflicts on upstream merging
2015-02-23 21:07:44 -03:00
Alexander Makarov
a5b9aec6cd
Fixed phpdoc typo
2015-02-24 03:05:43 +03:00
Sidney Lins - WMaior.com
f0cc302802
[i18n, #7301 ] Check ICU version in requirements warning when < 49
2015-02-23 20:45:31 -03:00
Alexander Makarov
02f8f7ef9d
Fixes #7332 : Added ability to remove yii\widgets\Menu container tag by setting options['tag'] to false
2015-02-24 02:06:42 +03:00
Boudewijn Vahrmeijer
e385f323eb
Update Menu.php
...
The feature:
http://getbootstrap.com/components/#list-group-linked
Currently, Menu isnt capable of creating a bootstraps list-group-linked because:
- Menu forces a item container around the link
Menu does allow:
- defining the tag of the menu container
- defining the tag of the item container
- defining the template of the link
This means, that it is a small step to enable a menu like the list-group-linked in which:
- menu container is a DIV
- there are no item containers
- there are only links which should get the correct status by the (link)template
I provided a patch in which you can set the item-tag on false. When this is done,
the item tag is ignored and no LI is created, which is necessary for the list-group-linked.
2015-02-24 01:52:00 +03:00
Alexander Makarov
25535429c7
Merge pull request #7372 from egoroof/patch-1
...
[skip ci] [ru docs update] fix grammar
2015-02-24 01:39:20 +03:00
pana1990
c2621a140a
Updated caching-data.md in guide-es [skip ci]
...
close #7401
2015-02-23 21:21:40 +01:00
Carsten Brandt
6dc45276b5
Added hint about safeUp/safeDown
2015-02-23 21:19:53 +01:00
Carsten Brandt
a4871ba801
skip imagick and gmagick on hhvm
2015-02-23 18:54:24 +01:00
Tomáš Votruba
2cea8e7da3
travis: add imagick and gmagick extensions
2015-02-23 18:54:24 +01:00
Alexander Makarov
8df025d752
Added example of caching when doing AR query. Fixes #7399
2015-02-23 20:39:36 +03:00
Carsten Brandt
7333c65518
added note about currency format and locale
...
issue #7391
2015-02-23 13:18:46 +01:00
Alexander Makarov
fd3c3ee8be
Merge pull request #7397 from softark/docs-guide-ja-tools-rev
...
[skip ci] Docs guide ja tools rev
2015-02-23 14:53:53 +03:00
Alexander Makarov
a2861c08e3
Merge pull request #7396 from softark/docs-guide-tool-fix
...
Docs guide tool fix [ci skip]
2015-02-23 14:53:36 +03:00