DrDeath72
|
8757088f5f
|
yii.js - fixed getQueryParams() function to handle URLs with anchors correctly
Closes #11066
|
2016-03-20 17:05:13 +02:00 |
|
MaximAL
|
be44d265e2
|
Fix accidental getResponseHeader() fails
|
2016-02-26 15:06:24 +03:00 |
|
Sam Mousa
|
9b554b065d
|
Merge remote-tracking branch 'upstream/master' into enh-link-submission-form-attribute-9893
|
2016-02-25 10:49:10 +00:00 |
|
Sam Mousa
|
25b1178515
|
Implemented data-form support.
|
2015-12-03 16:01:11 +00:00 |
|
Pavel Solomienko
|
b6b2befb00
|
Fix cutting of url params with the same name upon filtering
|
2015-12-03 00:33:57 +02:00 |
|
SilverFire - Dmitry Naumenko
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
servocoder
|
f2039c2b4a
|
Unable to get target DOM element in pjax events upon deletion grid row
|
2015-11-28 17:29:01 +02:00 |
|
servocoder
|
a301d7154a
|
Enh #10267: yii.js - added original event passing to pjaxOptions for links with data-method and data-pjax
|
2015-11-27 21:08:53 +02:00 |
|
SilverFire - Dmitry Naumenko
|
69ceccc213
|
Closes #10264: Generating of HTML tags in in yii.* JS redone in jQuery style
|
2015-11-27 12:53:14 +02:00 |
|
SilverFire - Dmitry Naumenko
|
c8fae603b0
|
yii.js - handleMethid() - added passing of data-options pushRedirect, replaceRedirect, skipOuterContainers to PJAX
|
2015-11-27 12:35:08 +02:00 |
|
SilverFire - Dmitry Naumenko
|
84d6fce5de
|
yii.js - minor, variable renamed
|
2015-11-27 12:09:40 +02:00 |
|
lichunqiang
|
a349c1ee1b
|
Changed yii.confirm context bind
|
2015-11-17 09:27:35 +02:00 |
|
derekisbusy
|
17e2255472
|
Fixes #6363, #8301, #8582, #9566: Fixed data methods and PJAX issues when used together
|
2015-10-19 11:31:07 +03:00 |
|
SilverFire - Dima Naumenko
|
ef33422e65
|
Fixed #9924 - yii.js handleAction corrupted parameters with quote char
|
2015-10-15 09:02:19 +03:00 |
|
vbelogai
|
1d6a340534
|
Fixes #8161: Fixed active form data-method submit bug when client validation is used
|
2015-07-27 18:53:40 +03:00 |
|
MaXL
|
af8c1f654d
|
Add missed semicolon
Add missed semicolon to setCsrfToken method
|
2015-07-01 13:54:34 +10:00 |
|
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"
|
2015-04-08 03:17:42 +03:00 |
|
Qiang Xue
|
7031020c63
|
Fixes #6661: Hyperlinks that are enclosed within an exist form will use the same form for submission if they specify both of the href and data-method attributes
|
2015-01-16 22:09:28 -05:00 |
|
Qiang Xue
|
9c287cb651
|
Fixes #5663 and #5671: Added support for using data-params to specify additional form data to be submitted via the data-method approach
|
2015-01-14 22:18:05 -05:00 |
|
usualdesigner
|
80cc9cc16f
|
Basic implementation of the data-params attributes
|
2015-01-14 21:52:02 -05:00 |
|
Qiang Xue
|
8809d422dc
|
Fixes #5005: Added support to suppress loading the same CSS files in AJAX responses
|
2014-12-06 10:09:47 -05:00 |
|
Qiang Xue
|
1008249b54
|
Fixes incorrect submit button detection.
|
2014-11-08 08:52:27 -05:00 |
|
Qiang Xue
|
f1812210a8
|
Fixes #5768: When setting data-confirm attribute to a submit button, clicking on the button would not trigger form submission
|
2014-11-07 10:29:04 -05:00 |
|
Qiang Xue
|
add2413e08
|
better way of generating html code.
|
2014-11-06 11:16:14 -05:00 |
|
Qiang Xue
|
8d082c11a1
|
Fixes #5050.
|
2014-09-16 14:15:32 -04:00 |
|
Qiang Xue
|
b4c4b4053a
|
Fixes #3511: Dropped yii.allowAction() and modified yii.confirm() in yii.js to support callbacks
|
2014-09-06 20:03:36 -04:00 |
|
Qiang Xue
|
262a77caca
|
Added yii\web\Response::enableCsrfCookie to support storing CSRF tokens in session
|
2014-09-04 12:20:09 -04:00 |
|
joni-jones
|
255bd33aff
|
Fixes #3934: Added attr() method instead prop() to get valid action url.
|
2014-06-19 11:33:21 +03:00 |
|
Qiang Xue
|
ffa596f5f4
|
Fixes #3934: yii.handleAction() in yii.js does not handle the case when a hyperlink is a hash character
|
2014-06-17 21:26:19 -04: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
|
7960ccdf50
|
Tab to spaces conversion.
|
2014-03-16 20:05:54 -04:00 |
|
Alexander Mohorev
|
f849623359
|
code style. FOR
|
2014-03-03 21:52:21 +03: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 |
|
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
|
07c7236bc7
|
GridView filter now works with Pjax.
|
2014-01-30 22:04:47 -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 |
|
Qiang Xue
|
74f97ce5a9
|
refactored yii module.
|
2013-05-02 16:40:57 -04:00 |
|
Qiang Xue
|
8114316587
|
form wip
|
2013-05-01 07:51:28 -04:00 |
|
Qiang Xue
|
a2594b7dce
|
script WIP
|
2013-04-30 11:26:38 -04:00 |
|