Commit Graph

223 Commits

Author SHA1 Message Date
John Was
49e2c49384 advanced file excluding/including ported from git 2014-01-19 13:49:05 +01:00
Alexander Kochetov
6051253e6e BaseArrayHelper updated 2014-01-19 13:51:21 +04:00
Qiang Xue
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
Alexander Kochetov
e5b30731c3 BaseHtml::listBox() incorrect array_key_exists() usage fix 2014-01-17 07:42:45 +04:00
Alexander Kochetov
0fe3245b26 BaseHtml::activeListBox() incorrect 'unselect' value fixed. 2014-01-17 07:36:24 +04:00
Alexander Kochetov
bbc0226627 BaseHtml::activeDropDownList() fix for 'multiple' mode 2014-01-17 07:35:48 +04:00
Alexander Kochetov
f645368e75 BaseHtml::listBox() allow to remove size attribute 2014-01-17 07:18:25 +04:00
Alexander Kochetov
7a7030e063 BaseHtml::listBox() default size settings removed 2014-01-17 06:38:41 +04:00
Qiang Xue
96f210f0d2 better fix for #1959. 2014-01-15 11:39:47 -05:00
Qiang Xue
777e22c1af Fixes #1959: Html::activeCheckbox wasn't respecting custom values for checked/unchecked state 2014-01-15 11:18:34 -05:00
Alexander Makarov
5a9823a5f4 A bit less stricter check as suggested by @qiang: 2aa8fc7171 2014-01-15 01:40:17 +04:00
Alexander Makarov
2aa8fc7171 Optimized #1959 code a bit 2014-01-14 22:44:55 +04:00
Kevin LEVRON
f44605fff0 Fixes #1959 : compare model attribute with value/uncheck options 2014-01-14 16:31:50 +01:00
Qiang Xue
3f6fec3c55 refactored Json helper. 2014-01-11 17:25:54 -05:00
Qiang Xue
afa72add38 proper handling of JsonSerializable. 2014-01-11 16:54:20 -05:00
Qiang Xue
58e847258f Renamed Request::maskedCsrfToken to csrfToken. 2014-01-11 11:49:29 -05:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Carsten Brandt
776162b05e created StringHelper::basename()
In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes #192
2013-05-09 13:16:40 +02:00
Alexander Makarov
ad26b7d3d1 Use Composer autoload to handle dependency class loading 2013-05-09 14:26:46 +04:00
Carsten Brandt
a51019bbed Console helper: use self:: for refering to constants 2013-05-09 11:31:34 +02:00
Suralc
8197ab556e Revert static calls in switch 2013-05-08 20:18:14 +02:00
Suralc
ded4ccd778 Fixed php 5.4+ Exception in Console helper 2013-05-08 20:01:31 +02:00
Carsten Brandt
ed74636af8 more doc variable name fixes 2013-05-08 02:47:26 +02:00
Carsten Brandt
88c74e99c3 variable name fix in docs of Markdown helper
f2258e760f (commitcomment-3165819)
2013-05-08 02:45:43 +02:00
Carsten Brandt
69cad905dd Refactoring Console commands
added method wrappers in console/Controller

issue #33
2013-05-08 02:41:29 +02:00
Carsten Brandt
6faf8344a9 Spaces -> Tabs 2013-05-07 23:38:54 +02:00
Carsten Brandt
7e0d35c308 Merge pull request #144 from tonydspaniard/master
Proposed refactor of ConsoleColor to Console
2013-05-07 14:31:03 -07:00
Alexander Makarov
92ec41cc7b Moved Composer vendor dir into framework 2013-05-08 01:30:08 +04:00
Alexander Makarov
f2258e760f Added Purifier and Markdown helpers, added composer.lock 2013-05-08 00:31:55 +04:00
Alexander Kochetov
48d04fbb8c !== array() => !empty() 2013-05-07 19:57:27 +04:00
Alexander Kochetov
d7df7053e0 === array() => empty() 2013-05-07 19:51:29 +04:00
Antonio Ramirez
e1c788233a fixed typo 2013-05-07 17:46:08 +02:00
Qiang Xue
dd5969147d move JsExpression to web. 2013-05-07 07:39:24 -04:00
Antonio Ramirez
a20bd45645 Fixed formatting 2013-05-06 13:00:54 +02:00
Antonio Ramirez
ba0032b1cd proposed refactor of ConsoleColor 2013-05-06 12:49:29 +02:00
Qiang Xue
637e11605a Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-05 17:16:20 -04:00
Qiang Xue
0766fbccb5 Fixes issue #128. 2013-05-05 17:16:10 -04:00
Zander Baldwin
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Rinat Silnov
47c643fbff Call static::dumpAsString in VarDumper::dump
This way we can extend VarDumper::dumpAsString
2013-05-05 19:25:36 +04:00
Vladimir Vyachin
7f5cbce69c fix SecurityHelper description 2013-05-05 18:46:54 +04:00
Taufan Aditya
cfc958201f Remove reference to php 5.4-only constants in arrayhelper 2013-05-05 10:00:59 +07:00
Taufan Aditya
dc73c916fc Fix unsupported flag in php 5.3.x environment [ArrayHelper::multisort] 2013-05-05 09:39:43 +07:00
Qiang Xue
eecd126884 Merge branch 'master' of https://github.com/yiisoft/yii2 2013-05-04 21:24:06 -04:00
Qiang Xue
6e779e02d6 Fixed issue #7: ArrayHelper::multisort is not compatible with PHP 5.3 2013-05-04 21:24:00 -04:00
Qiang Xue
d81288f614 Merge pull request #91 from ekerazha/patch-1
Use AES-192 for encryption
2013-05-04 17:21:04 -07:00
Rinat Silnov
1a317ebe31 Fixed VarDumper::dump for objects
Otherwise it throws an exception that "Object of class ClassName
could not be converted to string"
2013-05-04 23:54:59 +04:00
ekerazha
14781584f9 Use a string for the mode too
The cipher is already specified as string
2013-05-04 22:02:39 +03:00
ekerazha
88bfce96d4 Use AES-192 for encryption 2013-05-04 21:15:24 +03:00
Qiang Xue
2bdfc27692 Fixes for issue #78. 2013-05-04 08:28:27 -04:00