d2d94ab358
fixed arrayHelper::toArray() recursive call
...
added a missing argument
2014-02-25 12:51:08 +01:00
04bf51b01a
Fixes #2392 : Added addCssStyle(), removeCssStyle(), cssStyleFromArray() and cssStyleToArray() to Html
2014-02-23 19:12:33 -05:00
d8d44b6127
Merge pull request #2501 from yiisoft/unify-urls
...
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
ac3ac5d107
added link about rendering of HTML attributes to Html helper
2014-02-20 19:14:46 +01:00
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
c9c7db9ae5
fixed several issues with apidoc generator
2014-02-18 05:01:49 +01:00
9190e0f4dd
Changed markdown library to cebe/markdown
...
- supports GFM now
- allows defining different flavors
fixes #47
2014-02-18 03:48:31 +01:00
26cb7b2a3c
Renamed fooVar to fooParam for various classes.
2014-02-15 18:18:27 -05:00
20aff5330c
added back fallback mechanism for generating salt.
2014-02-13 14:04:15 -05:00
660d3a57d6
Inconsistently insecure
...
Why use a strong random number generator in one place, but not another? I know salts have no cryptographic security requirement, but collisions are less likely if you use one.
2014-02-13 13:26:54 -05:00
80d69a6551
Renamed csrfParam back to csrfVar for consistency.
2014-02-10 11:27:54 -05:00
2026eb85ac
Update BaseHtml.php
2014-02-09 09:03:38 +05:30
dd26d39dd8
Removed unused namespace imports
2014-02-07 13:26:00 +04:00
6ed9848591
Removed unused assignment
2014-02-07 13:12:33 +04:00
b21fd298c5
Fixed minor coding style issues
2014-02-01 01:18:38 +04:00
262189533a
huge amount of documentation link fixes
2014-01-28 17:54:40 +01:00
296fc72d63
more clear docs about html options
...
fixes yiisoft/yii#2844
2014-01-28 11:40:19 +01:00
f9dee9c951
Fixed an issue with Filehelper and not accessable directories
...
which resulted in endless loop
http://www.yiiframework.com/forum/index.php/topic/50982-cfilehelper-bug-security-flaw/
2014-01-28 11:09:41 +01:00
21ae27b306
updated phpdoc properties
2014-01-28 00:11:18 +01:00
a37b35a4e1
Fixes #1897
...
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
ff8e78c655
Merge branch '2048-improve-messages-config-exceptions' of github.com:nineinchnick/yii2 into nineinchnick-2048-improve-messages-config-exceptions
...
Conflicts:
framework/messages/config.php
2014-01-26 17:48:44 -05:00
150d71368b
Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
...
Conflicts:
framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
26564fb9b5
fixed code style for assignments inside if conditions
2014-01-26 17:00:43 +01:00
07ce08d970
updated helpers/BaseFileHelper::findFiles description and comments in messages/config.php
2014-01-26 15:28:55 +01:00
f90e594f4f
remove _FLAG from PATTERN_FLAG constants
2014-01-26 15:03:24 +01:00
b2b10d1685
more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching
2014-01-26 15:02:26 +01:00
49c62e6846
typo
2014-01-24 09:29:19 -05:00
3dd3914a38
Fixes #2144 : Html helper now supports rendering "data" attributes
2014-01-24 08:50:20 -05:00
1e602adb6e
- Fixed BaseFileHelper::localize docs.
...
- DbMessageSource now performs UNION ALL.
- Fixed message merging for php and po.
- Updated tests.
2014-01-23 20:34:46 +04:00
f6c6fe2777
Merge branch 'master'
...
Conflicts:
framework/CHANGELOG.md
2014-01-23 20:13:23 +04:00
8473dda39b
fixed stringHelper dirname to return empty string
...
in case no dir is present
2014-01-23 12:04:24 +01:00
8bdc437bc2
Fixes #2079 :
...
- i18n now falls back to `en` from `en-US` if message translation isn't found
- View now falls back to `en` from `en-US` if file not found
- Default `sourceLanguage` and `language` are now `en`
2014-01-23 04:51:17 +04:00
0d669f5e6b
refactored params methods in Request
...
issue #2043
2014-01-21 15:04:43 +01:00
6a84bfffba
refactored flag names
2014-01-20 12:27:53 +01:00
86b4c4ee0a
improved comments, method visiblity and exceptions
2014-01-20 12:24:59 +01:00
49e2c49384
advanced file excluding/including ported from git
2014-01-19 13:49:05 +01:00
6051253e6e
BaseArrayHelper updated
2014-01-19 13:51:21 +04:00
96990c8d04
Merge pull request #2012 from creocoder/listbox-fix2
...
BaseHtml::listBox() incorrect array_key_exists() usage fix
2014-01-16 19:43:41 -08:00
e5b30731c3
BaseHtml::listBox() incorrect array_key_exists() usage fix
2014-01-17 07:42:45 +04:00
0fe3245b26
BaseHtml::activeListBox() incorrect 'unselect' value fixed.
2014-01-17 07:36:24 +04:00
bbc0226627
BaseHtml::activeDropDownList() fix for 'multiple' mode
2014-01-17 07:35:48 +04:00
f645368e75
BaseHtml::listBox() allow to remove size attribute
2014-01-17 07:18:25 +04:00
7a7030e063
BaseHtml::listBox() default size settings removed
2014-01-17 06:38:41 +04:00
96f210f0d2
better fix for #1959 .
2014-01-15 11:39:47 -05:00
777e22c1af
Fixes #1959 : Html::activeCheckbox wasn't respecting custom values for checked/unchecked state
2014-01-15 11:18:34 -05:00
5a9823a5f4
A bit less stricter check as suggested by @qiang: 2aa8fc7171
2014-01-15 01:40:17 +04:00
2aa8fc7171
Optimized #1959 code a bit
2014-01-14 22:44:55 +04:00
f44605fff0
Fixes #1959 : compare model attribute with value/uncheck options
2014-01-14 16:31:50 +01:00
3f6fec3c55
refactored Json helper.
2014-01-11 17:25:54 -05:00
afa72add38
proper handling of JsonSerializable.
2014-01-11 16:54:20 -05:00