Commit Graph

668 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko
9931324e48 Fixed regression in View::registerJsFile, View::registerCssFile
Closes #12544
2016-09-15 21:23:19 +03:00
Carsten Brandt
ee8a8e90f8 update urlnormalizer docs 2016-09-15 14:52:32 +02:00
Roman Grinyov
2063115982 Docblock: jquery -> jQuery, javascript -> JavaScript (#12534) [skip ci] 2016-09-13 21:11:52 +02:00
Roman Grinyov
adde31ef10 Docblock: javascript -> JavaScript (#12533) [skip ci] 2016-09-13 21:02:58 +02:00
Klimov Paul
bda1dbe004 Fix unit test 2016-09-13 12:33:07 +03:00
Klimov Paul
821f035c90 UrlManager::normalizer disabled by default 2016-09-13 12:21:40 +03:00
SilverFire - Dmitry Naumenko
78edcd0b51 Fixed typo in yii\web\View::registerJsFile() 2016-09-12 18:23:29 +03:00
SilverFire - Dmitry Naumenko
c3622bb1ad Added tests for #10429 2016-09-10 15:41:39 +03:00
Evgeniy Tkachenko
fd6dd73cec AssetManager::getAssetUrl() fixed to get URL when appendedTimestamp is true 2016-09-10 12:46:54 +03:00
SilverFire - Dmitry Naumenko
494842636e 📖 Fixed client-side and server-side grammar in all files 2016-09-08 10:16:02 +03:00
Paul Klimov
4e59607c9d MultipartFormDataParser added (#12466)
`MultipartFormDataParser` added
2016-09-07 12:05:32 +03:00
Klimov Paul
22a224d232 Usage of extract() at Session::setCookieParamsInternal() removed 2016-09-07 11:42:33 +03:00
SilverFire - Dmitry Naumenko
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b.
2016-09-07 11:33:57 +03:00
SilverFire - Dmitry Naumenko
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
Klimov Paul
ed0603b706 Fixed yii\web\Request::getBodyParams() does not pass full 'content-type' value to yii\web\RequestParserInterface::parse() 2016-09-05 14:49:16 +03:00
Robert Korulczyk
7d1ef4c054 Improvements for handling redirections produced by UrlNormalizer (#12451) 2016-09-04 11:03:19 +03:00
Robert Korulczyk
d5d36a9c40 Fix phpdoc for UrlNormalizer::normalizeRoute() [skip ci] (#12444) 2016-09-02 23:38:49 +03:00
Paul Klimov
2fe0a405a9 fix for #9027 - UploadedFile early instantiation problem (#12439)
fix for #9027 - UploadedFile - class instance is created on demand when getInstance or getInstances called, not when loadFiles called
2016-09-02 17:27:59 +03:00
Robert Korulczyk
6a9e9df8d6 Fix phpdoc for UrlNormalizer [skip ci] (#12417) 2016-08-31 23:16:49 +03:00
Robert Korulczyk
8142de23d4 Improve normalizer for URL manager 2016-08-30 21:25:23 +02:00
Cronfy
a7f63b6da3 Add normalizer for URL manager. 2016-08-30 21:22:58 +02:00
Klimov Paul
c41ced6f1a PhpDoc for \yii\web\View::registerJsFile() improved 2016-08-30 15:47:06 +03:00
Roman Grinyov
10462f1a81 Cosmetic changes 2016-08-28 03:28:57 +03:00
Liam Davies
98b6851c41 Update User.php
A Few spelling corrections.
2016-08-25 09:59:58 +01:00
Carsten Brandt
4b40417972 improved docs about sendFile() in Request 2016-08-23 10:00:01 +02:00
Roman Grinyov
b54ef3f9e3 Typos in docblock of $errorAction (#12250) [skip ci] 2016-08-22 16:38:58 +03:00
Roman Grinyov
d8e0694aec Added missing square bracket 2016-08-22 13:26:44 +03:00
Alexander Makarov
0ae73251ee Fixed tests 2016-08-09 02:31:08 +03:00
Alexander Makarov
457abe8939 Fixes #12085: Fixed session destruction sequence 2016-08-09 01:49:23 +03:00
Newerton
f6ff90f672 Fixes #12082: Used jQuery.on( instead of event method to ensure forwards compatibility 2016-08-04 21:56:46 +03:00
Alexander Makarov
9f71bf400e Fixes #12038: Introduced yii\base\ViewNotFoundException which is thrown when views file doesn't exists, used it in ViewAction 2016-07-30 15:07:56 +03:00
Alexander Makarov
ce65e23851 #10583 check for sent content before attempting to regenerate headers in debug mode 2016-07-30 01:18:52 +03:00
Alexander Makarov
b2fbbdf5d7 Reverted non-suppression of session_start since it seems it's not possible to achieve same behavior w/o it #10583 2016-07-30 01:09:39 +03:00
Alexander Makarov
25e0a879d6 Added output check for session handler #10583 2016-07-30 00:57:49 +03:00
Alexander Makarov
c7d5e69cda Eliminated unused variables 2016-07-29 23:06:38 +03:00
Alexander Makarov
0061692e60 Replaced unnecessary double quotes with single quotes 2016-07-29 22:56:38 +03:00
Alexander Makarov
7c6f76cb1a Fixes #10583: Do not silence session errors in debug mode 2016-07-29 22:44:04 +03:00
Alexander Makarov
fa845ee481 Fixes #11726: DbSession was echoing database errors in production mode 2016-07-26 15:36:08 +03:00
Ilya Sevostyanov
91c67262ce Fix typo (#11998) [skip ci] 2016-07-21 15:02:54 +03:00
Carsten Brandt
ee92cfa7ba release version 2.0.9 2016-07-11 15:36:42 +02:00
Carsten Brandt
217d50e4ff improved PHPdoc and @since annotations 2016-07-11 12:58:43 +02:00
Alexander Makarov
3b5634bf8b Fixes #11863: Fixed usage of mb_substr with PHP < 5.4.8 where length of NULL was treated the same as 0 2016-07-02 21:06:39 +03:00
Carsten Brandt
17d08cc0a4 fixed crash on non-string input to CSRF token
fixes #11822

also adding proper unit tests for validate CSRF token.
2016-06-25 18:22:27 +02:00
Carsten Brandt
4e7f6f64d2 added errorHandler, Request and Response getter
to web and console application to ensure better ide completion.

methods in base class are required because they are called from base
class.

fixes #10947
2016-06-20 14:47:17 +02:00
Alexander Makarov
c5b87fd932 Updated deprecation notice 2016-06-12 23:26:41 +03:00
Rogério
c9d30b2a66 Fixes #11735: Fixed yii\web\UploadedFile to return null when there's no file uploaded 2016-06-10 15:10:44 +03:00
Sam Mousa
03e23adab8 Fixes #11679: Extracted CheckAccessInterface from ManagerInterface 2016-06-09 15:15:44 +03:00
Nikola Kovacs
9d327baa8b coding style fixes 2016-05-26 11:19:32 +02:00
SilverFire - Dmitry Naumenko
38be74446e Update PHPDoc, CHANGELOG, UPGRADE.md 2016-05-22 12:54:29 +03:00
maine-mike
7249a6c99e Move Identity Cookie code into separate functions 2016-05-22 12:12:04 +03:00