196 Commits (39ca04b5ab13917e96507ad48a3a0763fcd534f3)

Author SHA1 Message Date
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
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
Alexander Makarov 9587d9b29c #7259: Added back errorAttributes 9 years ago
Alexander Makarov e2f5279b54 Better fix for #7259 9 years ago
Nikola Kovacs 2577a5915b Fixes #7259: Added `errorAttributes` parameter to ActiveForm `afterValidate` event. Made scrolling to first error optional 9 years ago
vbelogai 1d6a340534 Fixes #8161: Fixed active form `data-method` submit bug when client validation is used 9 years ago
MaXL af8c1f654d Add missed semicolon 9 years ago
nkovacs a99ae5b1ed Fixes #8661: Fixed `yii.activeForm.js` scrolling to top 9 years ago
Alexandr 75dd60ae4a Update yii.activeForm.js 9 years ago
Nikola Kovacs f64d00bdf0 Fix client-side trim validator. 10 years ago
Alexander Makarov 8ac5776a0d Changed back usage of attr() to usage of prop() for checkboxes 10 years ago
Alexander Makarov 926770b7d9 Changed usage of .prop() to .attr() in order to avoid issues when working with forms having input with names matching form properties. Related to #8014. 10 years ago
Alexander Makarov e224568b49 Fixes #8014: Fixed setting incorrect form "action" property after submitting a form using a link with "data-method" and containing "action" among "data-params" 10 years ago