Commit Graph

69 Commits

Author SHA1 Message Date
Kartik Visweswaran
8331ff018d Fix #3196: Masked input widget revamped to use new plugin 2014-06-03 19:32:07 +05:30
Alexander Kochetov
d3dd1352b9 RangeValidator typo fix 2014-05-23 20:06:56 +04:00
Alexander Kochetov
12a143bdac RangeValidator client side type conversion to array 2014-05-23 15:30:37 +04:00
Alexander Kochetov
a4e8829717 Additional RangeValidator fixes 2014-05-23 15:26:09 +04:00
Alexander Kochetov
b1ba2439a6 [WIP] Additional RangeValidator fixes 2014-05-23 01:56:51 +04:00
Marius Kubrakov
1182ba5e45 Fixes #3368 value also has to be parsed. 2014-05-06 17:44:34 +03:00
Marius Kubrakov
a2bf04b084 Fix for comparing numeric attributes in JavaScript 2014-05-06 11:15:58 +03:00
Qiang Xue
051b4194e9 Fixes #3216. 2014-04-22 14:54:02 -04:00
Qiang Xue
d859fca569 Fixes #3216: Fixed the bug that yii.activeForm.destroy() did not remove submit event handlers 2014-04-22 12:46:37 -04:00
Sergeygithub
dd4464d670 Update yii.validation.js
Если длина строки не проходит валидацию, то выводим сообщение об этом, а не длину.))
2014-04-20 00:10:19 +03:00
Qiang Xue
4acab5c42d fixed data-method. 2014-03-30 12:23:10 -04:00
Qiang Xue
f9befd58fc typo. [skip ci] 2014-03-25 23:34:30 -04:00
Qiang Xue
e343d2d7db Fixes #2881. 2014-03-25 23:33:59 -04:00
Qiang Xue
bbc7b0768f separate id and name of attribute for client side validation 2014-03-22 21:21:11 -04:00
Qiang Xue
7960ccdf50 Tab to spaces conversion. 2014-03-16 20:05:54 -04:00
Qiang Xue
da48b37856 Fixes #2756: Added support for injecting custom isEmpty check for all validators 2014-03-14 23:45:35 -04:00
Carsten Brandt
1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
Carsten Brandt
80e9b80078 replace pjax with external resouce via composer
We are now maintaining a fork of pjax:
https://github.com/yiisoft/jquery-pjax
2014-03-05 05:06:37 +01:00
Christophe BOULAIN
078fdab686 Added some documentation to new pjax attribute 2014-03-04 13:45:36 +01:00
Christophe BOULAIN
3daa177ea2 Add an option to ignore pjax request on some links. 2014-03-04 10:21:11 +01:00
Antonio Ramirez
f5cc851fc2 return data from module scope variable 2014-03-03 22:12:40 +01:00
Antonio Ramirez
0e9c2890d7 remove previous attachments if any 2014-03-03 20:45:55 +01:00
Alexander Mohorev
f849623359 code style. FOR 2014-03-03 21:52:21 +03:00
Antonio Ramirez
f1bf859434 add multiple grid support to gridData 2014-03-02 22:42:47 +01:00
Antonio Ramirez
4fffe47903 fix formatting 2014-03-02 08:20:10 +01:00
Antonio Ramirez
ea90ac1a0f fixes #2559 2014-03-02 08:14:30 +01:00
Qiang Xue
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
Borales
a2db4e043e Fix for multiple $.ajax calls with "JSONP" dataType (related to #2417) 2014-02-14 13:40:13 +02:00
Borales
a32753b5e5 #2417 Possibility to specify dataType for $.ajax call in yii.activeForm.js 2014-02-13 16:13:22 +02:00
Qiang Xue
80d69a6551 Renamed csrfParam back to csrfVar for consistency. 2014-02-10 11:27:54 -05:00
Dilip
75fb261423 Update yii.js 2014-02-09 13:57:18 +05:30
Qiang Xue
0994615851 removed duplicated query parameters. 2014-02-05 21:08:13 -05:00
Qiang Xue
07c7236bc7 GridView filter now works with Pjax. 2014-01-30 22:04:47 -05:00
Qiang Xue
1367a7b560 update pjax plugin to 1.8.0 2014-01-30 16:03:39 -05:00
Qiang Xue
f5f5538df8 Reverted the change to gridview regarding filter submission. 2014-01-29 16:15:10 -05:00
Qiang Xue
197bf52a0f Use a hidden link to support grid filtering. 2014-01-28 23:07:48 -05:00
Qiang Xue
6ab97d92cd pjax WIP 2014-01-28 16:19:18 -05:00
Qiang Xue
51c0231269 Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit
Transfer beforeSubmit function after global validation all fields forms
2014-01-22 08:03:10 -08:00
Luciano Baraglia
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03:00
Kevin LEVRON
4527a3dc4c Fixes #1998 : get input value from hidden field when necessary(unchecked checkbox/radio) 2014-01-16 14:45:25 +01:00
aleksandr
d30ca6d1f9 beforeSubmit function after global validation all fields forms 2014-01-14 10:59:41 +07: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
Qiang Xue
c7e40f5c7a Debug toolbar WIP. 2013-05-08 22:58:32 -04:00
Qiang Xue
96fd37de2e Fixes issue #49: finished CAPTCHA feature. 2013-05-08 15:27:06 -04:00
Qiang Xue
147b3155c8 Added contact page. Fixed various form bugs. 2013-05-03 17:09:02 -04:00
Qiang Xue
9100217229 Finished ActiveForm. 2013-05-03 14:35:53 -04:00
Qiang Xue
9fc4c3807b form wip 2013-05-03 08:52:41 -04:00
Qiang Xue
aa8061b002 form wip 2013-05-03 00:03:16 -04:00
Qiang Xue
74f97ce5a9 refactored yii module. 2013-05-02 16:40:57 -04:00