259 Commits (a953e7e423ea0dd42cfe0de7ef6ad8e7e5f56368)

Author SHA1 Message Date
Thyiad 8ff0480f2e loop array should use forEach or for index < length 8 years ago
DrDeath72 0c288ea49e Fixes #12376: Added parameter to `yii.activeForm.js` `validate()` method to be able to force validation 8 years ago
Robbert Jan van de Velde 3ba72da6fa Enhances ActiveForm with support for HTML5 attributes like formaction, formtarget and formmethod (#8719) [ci-skip] (#11999) 8 years ago
Anatoly Rugalev fa5baf3275 [#9989] Added support of formaction, formmethod and formenctype submit button attributes 8 years ago
SilverFire - Dmitry Naumenko ffb121ba63 Reverted fix of beforeValidate event calling in `yii.activeForm.js` 8 years ago
SilverFire - Dmitry Naumenko aaff45ebf1 Revert "Fixes #11972: Fixed active form `afterValidate` wasn't triggered in some cases" 8 years ago
lynicidn 8211dcc41b Fixes #11972: Fixed active form `afterValidate` wasn't triggered in some cases 8 years ago
pavlm 355d83ac58 Fixes #11947: Fixed `gridData` initialization in `yii.gridView.js` 8 years ago
lynicidn e8bcb93507 Fixes #10681: Fixed active form `beforeValidate` wasn't triggered in some cases 8 years ago
Thiago Talma 60a2a54fc8 CheckboxColumn - Use CSS class to find the elements (#11729) 8 years ago
Nazar Mokrynskyi cc102294f8 Simplify ready callback (#11749) 8 years ago
cuiliang c0df003ac0 merge from master 8 years ago
Oleg Poludnenko b9eb09b8b5 Set attribute $form as a scope for selector 8 years ago
Oleg Poludnenko 251812f426 Pass $form to the attribute 8 years ago
DrDeath72 fd6f536eaf YUI Compressor fix 8 years ago
AnatolyRugalev 59fdac54ff Added support of :submit[formtarget] 9 years ago
SilverFire - Dmitry Naumenko 5686a9ddeb Revert "* Added support of :submit[formtarget]" 9 years ago
SilverFire - Dmitry Naumenko d3beca32b4 Refactored PR, updated CHANGELOG 9 years ago
Anatoly Rugalev d3fb217dfa * Added support of :submit[formtarget] 9 years ago
SilverFire - Dmitry Naumenko e5bcbf4e1d Closes #11228: `yii.activeForm.js` - AJAX validation will not be triggered if client side validation failed 9 years ago
DrDeath72 8757088f5f `yii.js` - fixed `getQueryParams()` function to handle URLs with anchors correctly 9 years ago
MaximAL be44d265e2 Fix accidental `getResponseHeader()` fails 9 years ago
SilverFire - Dmitry Naumenko 7aef671872 Refactored FileHelper::validateMimeType, js validaton, PHPDocs 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
SilverFire - Dmitry Naumenko b804dbb98f IpValidator JS validation: wrongIp->message renamed 9 years ago
SilverFire - Dmitry Naumenko 4c31c26628 EmailValidator - the name of the mailbox is no longer limited with the length 9 years ago
Andrew Nester 9eaa82e15d 10555 - Fix for ActiveForm - When previous action doesn't reload page, this action will be triggered again when another submit button clicked 9 years ago
Sam Mousa 25b1178515 Implemented data-form support. 9 years ago
Andrey Klochok 4a0d7b3676 Fixed client-side IP validator 9 years ago
Pavel Solomienko b6b2befb00 Fix cutting of url params with the same name upon filtering 9 years ago
githubjeka 88241f24f3 `yii.activeForm.js`: input onBlur event forces field validation 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Pavel 055859c90e Fix #10217 for the case when there is hidden input combined with listview 9 years ago
servocoder f2039c2b4a Unable to get target DOM element in pjax events upon deletion grid row 9 years ago
servocoder a301d7154a Enh #10267: `yii.js` - added original event passing to `pjaxOptions` for links with `data-method` and `data-pjax` 9 years ago
SilverFire - Dmitry Naumenko 69ceccc213 Closes #10264: Generating of HTML tags in in yii.* JS redone in jQuery style 9 years ago
SilverFire - Dmitry Naumenko c8fae603b0 yii.js - handleMethid() - added passing of data-options pushRedirect, replaceRedirect, skipOuterContainers to PJAX 9 years ago
SilverFire - Dmitry Naumenko 84d6fce5de yii.js - minor, variable renamed 9 years ago
SilverFire - Dmitry Naumenko d3cfb87ba6 Enh #10217: GridView JS multiple params with the same name 9 years ago
lichunqiang a349c1ee1b Changed yii.confirm context bind 9 years ago
SilverFire - Dima Naumenko bf6b50f58e #10142 Fixed EmailValidator to check email length properly 9 years ago
Alexander Makarov 5242765257 Fixes #3506: Added `\yii\validators\IpValidator` to perform validation of IP addresses and subnets 9 years ago
derekisbusy 17e2255472 Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together 9 years ago
Sam 5332e900e3 Fixes #7341, #9551, #9928: Client validation now skips disabled inputs 9 years ago
SilverFire - Dima Naumenko ef33422e65 Fixed #9924 - yii.js handleAction corrupted parameters with quote char 9 years ago
Nikola Kovacs 4c0bcaf12e Fixes #8822, fixes #9298. Clientside validator docs enhancements. 9 years ago
Alexander Makarov fbce0c0450 Fixes #9591: Fixed `yii.validation.js` code so it is compressable by YUICompressor 9 years ago
NekitoSP 3ee89ac42c selectedRows fix for $showHeader=false #9074 9 years ago
Nikola Kovacs 11de09bf8b Fixes #5991, #5420, #3017: Added `updateMessages()` to `yii.activeForm.js` to support manually updating ActiveForm messages 9 years ago
Alexander Makarov 66557285a6 #7259: fixed using errrorInputs 9 years ago