Alexander Makarov
3d60a36b94
fixed formatting, adjusted changelog
2013-09-03 00:00:21 +04:00
Raphaël Cohen
b5f92df886
Changing from "ob_end_flush" to "ob_end_clean"
2013-08-31 12:58:40 +02:00
Raphaël Cohen
6742f79674
Code formatting
2013-08-31 12:06:36 +02:00
Raphaël Cohen
c19ee647b7
Handle thrown exception in widgets when 'captureOutput' is set to true.
2013-08-30 19:22:12 +02:00
Paul Klimov
cba9c4d81e
Merge branch 'master' of github.com:yiisoft/yii into 2770-client-script-render-script-batch
2013-08-29 13:25:38 +03:00
Charles Pick
e5a036fd7c
fix code style
2013-08-21 14:46:09 +01:00
Charles Pick
4497be0844
fix changelog
2013-08-21 14:42:35 +01:00
Leo R. Lundgren
50082a8a64
Correct invalid tags in the PHPdoc.
2013-08-21 00:58:55 +02:00
Klimov Paul
6cae70cb94
Merge branch 'master' of github.com:yiisoft/yii into 2770-client-script-render-script-batch
2013-08-15 10:14:04 +03:00
Klimov Paul
09c69286fb
CClientScript::renderScriptBatch() has been improved to sort html options only if they are specified.
2013-08-15 10:11:37 +03:00
John Was
3706106ea1
allow arrays in asc/desc properties of virtual attributes
2013-08-14 22:46:44 +02:00
Klimov Paul
540a1d27a0
CClientScript::renderScriptBatch() has been fixed to group scripts with different HTML options correctly.
2013-08-14 20:28:55 +03:00
gureedo
78f33b5444
phpdoc fix for CActiveRecord
2013-08-14 16:09:44 +06:00
Carsten Brandt
75eb9f9986
Changed header case Content-type to Content-Type
...
fixes #2709 fixes #2726
2013-08-03 11:25:20 +02:00
Alexander Makarov
eb589acb67
Fixed minLength and maxLength range check in CCaptchaAction::generateVerifyCode so values are now always stay in bounds
2013-07-31 18:42:22 +04:00
Charles Pick
c6a3ae50de
Add RESTful method support for html forms
...
This commit allows calls to `CHtml::form()`, `CHtml::beginForm`
`CActiveForm::$method` etc to accept verbs other than `post` and `get`,
e.g. `delete`, `put`, `patch` etc
This is implemented by detecting non `post`, `get`, converting to `post`
and adding a hidden `_method` field, similar to how CSRF protection works.
2013-07-26 23:17:03 +01:00
Alexander Makarov
10eba674cc
Reverted #2680
2013-07-25 16:20:54 +04:00
luke
c7d29d59fd
Updated for Yii bug #2680
2013-07-25 10:59:11 +01:00
Telrik
b93daa4a48
Update CJavaScript.php
2013-07-22 06:18:06 -07:00
Alexander Makarov
271e06f651
fixes #2651 : CHttpSession wasn't using GC probability/divisor from php.ini
2013-07-21 17:59:46 +04:00
Alexander Makarov
ba66359995
Fixed bug that CJavaScript::encode was formatting floats in a wrong way during encoding
2013-07-08 21:43:42 +04:00
resurtm
d2a1818a3d
Fixes related to #129 and #2446 :
...
1. Fix CS.
2. Add additional PHPDoc declarations.
2013-07-08 10:06:13 +06:00
resurtm
3b44a1d855
Revert last commit. No need to check it. :)
2013-06-30 13:33:43 +06:00
resurtm
c616df2862
Array checking.
2013-06-30 13:28:28 +06:00
resurtm
c379e20daf
Less overhead.
2013-06-30 11:28:03 +06:00
resurtm
e46f1baa3e
Fixes #196 .
2013-06-30 11:03:30 +06:00
resurtm
bd60513b60
Fixed unnecessary closing PHP tag in docblock.
2013-06-27 22:02:07 +06:00
resurtm
7d5e93efcb
Fixes #1794 : added ability to change widget ID via $htmlOptions['id'] array item in:
...
CTabView, CBaseListView, CListView, CGridView, CDetailView, CMenu, and CPortlet
2013-06-27 21:52:21 +06:00
Alexander Makarov
341bd2efc1
fixes #2401
2013-06-24 20:04:31 +04:00
Alexander Makarov
c8bbdf3a58
Merge pull request #2320 from resurtm/fixes-2254
...
Fixes #2254 : AJAX and client validation doesn't work with `errorSummary` set to true.
2013-06-24 08:51:43 -07:00
Alexander Makarov
bce3f265f3
fixes #2529 : CAssetManager caused chmod() operation not allowed error on NTFS
2013-06-24 19:37:13 +04:00
resurtm
c3e19b63c9
Better readability of the colors instantiation code in the CCaptchaAction::renderImageImagick() method.
2013-06-18 09:08:43 +06:00
resurtm
42e6d2f6f9
Fixes #2565 . CCaptchaAction + ImageMagick color issue.
2013-06-17 22:35:47 +06:00
Alexander Kochetov
2576534b2a
CHANGELOG
2013-06-10 00:47:54 +04:00
Alexander Kochetov
3a487d410d
Correct CWebUser::loginRequired() ajax logic
2013-06-09 23:19:45 +04:00
Alexander Makarov
26ee9e0285
fixes #2531 : Upgraded jquery masked input to 1.3.1
2013-06-04 00:35:53 +04:00
Carsten Brandt
da290bad73
Merge PR #2514 branch '2508-chtml-active-label-tabular' of https://github.com/klimov-paul/yii
...
* '2508-chtml-active-label-tabular' of https://github.com/klimov-paul/yii :
Issue #2508 has been added to CHANGELOG.
"CHtml::activeLabel()" has been fixed to resolve attribute label for tabular input in case custom "for" has been specified.
Conflicts:
CHANGELOG
2013-06-01 21:55:52 +02:00
resurtm
e258247330
Fixed incorrect HTTPS detection.
2013-05-31 09:41:35 +06:00
Paul Klimov
e9e929aa09
"CHtml::activeLabel()" has been fixed to resolve attribute label for tabular input in case custom "for" has been specified.
2013-05-29 12:40:46 +03:00
nsanden
03209eb23c
Merge branch 'master' of git://github.com/yiisoft/yii into 2448-CHtml-ajax-doc-fix
2013-05-27 11:25:44 -07:00
nsanden
7a22710e17
CHtml ajax doc fix
2013-05-27 11:24:49 -07:00
Alexander Makarov
072a1745ab
Merge branch 'master' of github.com:lubosdz/yii into lubosdz-master
...
Conflicts:
CHANGELOG
2013-05-27 21:32:41 +04:00
Alexander Makarov
62eca227bf
Fixes #2461 : Upgraded jquery star rating to 4.11
2013-05-27 18:37:00 +04:00
Alexander Makarov
311f085533
Merge branch 'origin/master'
2013-05-27 14:00:45 +04:00
Alexander Makarov
c7a7b55201
Adjusted phpdoc, fixed code style
2013-05-27 13:59:51 +04:00
Alexander Makarov
f284867b91
Merge branch '1863_enhance_CActive_hierarchy_extensibility' of github.com:denisarius/yii into denisarius-1863_enhance_CActive_hierarchy_extensibility
...
Conflicts:
CHANGELOG
2013-05-27 13:46:51 +04:00
Maurizio Domba (mdwork)
65b9bd06e8
Fixes 2108 - documentation missing for inputID option
2013-05-27 11:23:25 +02:00
Alexander Makarov
92fff54053
Merge branch 'master' of github.com:yiisoft/yii
...
Conflicts:
CHANGELOG
2013-05-27 13:22:02 +04:00
Alexander Makarov
c9d72adff3
Merge branch '159-upload-file-get-instance-by-name' of github.com:klimov-paul/yii into klimov-paul-159-upload-file-get-instance-by-name
2013-05-27 13:20:13 +04:00
Carsten Brandt
9c229d7293
CViewAction now checks if requested view is a string
...
Fixes #2438
2013-05-27 01:33:56 +02:00