Vincent
56a9536b51
Typo in docs
2014-07-26 17:07:06 +02:00
Qiang Xue
b680afc721
Fixes #4462 .
2014-07-26 10:08:52 -04:00
Alexander Makarov
c5a3cd511e
Security component adjustments: fixed comment style, hkdf() and pbkdf2() are now protected, compareString() is now public
2014-07-26 14:09:38 +04:00
tom--
2c5c2c101b
Fixes #4131 : Security adjustments
2014-07-26 03:29:30 +04:00
Alexander Makarov
8f81e231da
Fixes #4453 : yii message/extract wasn't properly writing to po files in case of multiple categories
2014-07-26 02:46:58 +04:00
Alexander Makarov
ed533172d7
Adjusted rbac ManagerInterface
2014-07-25 18:24:54 +04:00
Alexander Makarov
77e4a80edc
Removed unused code
2014-07-25 17:34:16 +04:00
Alexander Makarov
0edd8bc65a
Fixed missing and incorrect phpdoc
2014-07-25 17:26:35 +04:00
ilyaz
5f4801874c
Update schema-mssql.sql
...
MSSQL syntax fix
2014-07-25 16:46:53 +04:00
Thiago Talma
88191bbe5c
New callback functions for form validation using Ajax.
...
close #4436
2014-07-25 09:24:04 +02:00
Qiang Xue
42eba96960
Merge pull request #4437 from whuhacker/master
...
Generate Traditional Chinese messages
2014-07-24 21:20:34 -04:00
Zeng Xi
ac90f2b7c0
Generate Traditional Chinese messages
2014-07-25 08:59:27 +08:00
Qiang Xue
368bf3dc65
Fixes #1388 : Added mapping from physical types to abstract types for OCI DB driver [skip ci]
2014-07-24 20:54:08 -04:00
Qiang Xue
1f0d2ab7d9
Fixed Oracle DB type mapping. ( Fixes #4 )
2014-07-24 20:51:58 -04:00
Kai Mindermann
46b553f012
fixes formatter doing one division too much, fixes #4427
2014-07-24 15:55:21 +04:00
Kai Mindermann
f3520187d6
formatter: adds unit tests for base 1000, fixes #4412
2014-07-24 14:57:52 +04:00
Zeng Xi
c12c7c6e9d
Added Traditional Chinese translations
2014-07-24 16:28:13 +08:00
Qiang Xue
db0c8b3781
Fixes #3957 : Added more straightforward configurable properties to BlameableBehavior, SluggableBehavior and TimestampBehavior
2014-07-23 23:03:00 -04:00
Alexander Kochetov
b1bcb59aa9
\yii\behaviors\TimestampBehavior updated
2014-07-23 22:58:30 -04:00
Alexander Kochetov
c7b51e2565
\yii\behaviors\SluggableBehavior updated
2014-07-23 22:58:30 -04:00
Alexander Kochetov
4c20b57b98
\yii\behaviors\TimestampBehavior updated
2014-07-23 22:58:30 -04:00
Alexander Kochetov
8d9f5b4803
\yii\behaviors\BlameableBehavior updated
2014-07-23 22:58:30 -04:00
Alexander Kochetov
471d053642
\yii\behaviors\AttributeBehavior updated
2014-07-23 22:58:30 -04:00
Qiang Xue
95460f92b2
Fixes #4360 : Added client validation support for file validator
2014-07-23 22:56:04 -04:00
Tomek Romik
1a3a266fcd
Changed Array.prototype.slice.call() into jQuery's $.each function for consistency
2014-07-23 22:41:35 -04:00
Tomek Romik
b3f0f7dceb
Fixed typo and inconsistent conditionals
2014-07-23 22:41:35 -04:00
Tomek Romik
d1c2b137b3
Added client-side file validator
2014-07-23 22:41:35 -04:00
Qiang Xue
390a6c782e
Fixes #4409 : Upper case letters in subdirectory prefixes of controller IDs were not properly handled
2014-07-23 22:10:13 -04:00
Alexander Makarov
8802d0305e
Avoid method call in for condition
2014-07-23 16:42:41 +04:00
Alexander Makarov
07f01bcf2b
Used substr_compare instead of substr when we don't care about result
2014-07-23 16:37:49 +04:00
Alexander Makarov
92c64994cd
Improved strtr calls
2014-07-23 16:19:28 +04:00
Alexander Makarov
81d5dd0163
Better Windows detection
2014-07-23 16:08:44 +04:00
miramir
67bd4972ba
Check availabilty field in BaseActiveRecord::populateRecord
...
check with Object::canSetProperty()
fixes #4305 , close #4211
2014-07-23 13:49:55 +02:00
Carsten Brandt
f5f9364785
fixed test break
...
how did that manage to pass before...?
2014-07-23 02:50:18 +02:00
Carsten Brandt
7939a3dec5
Merge branch 'master' into array-attribute-relations
...
* master:
Update output-data-widgets.md
Fixes #4370 : fileinfo extension is required for FileValidator.
Fixes #4342
Fixes #3887
minor refactoring of FileValidator.
Doc translate for rest-resources
Better fix for Dropdown container options
#4388 : CORS filter fixes:
Fixed test break.
#4310 : Removed `$data` from signature of `yii\rbac\ManagerInterface`
Update .travis.yml
Update ActiveRecordInterface.php
Fixes #4384 .
Sphinx distributed indexes support provided
typo fix [skip ci]
Fixes #3611 : Refactored query caching.
2014-07-23 01:43:03 +02:00
Carsten Brandt
5ad178a653
Update CHANGELOG.md
2014-07-23 01:34:43 +02:00
Carsten Brandt
d036d2f5bf
add support for array valued attr relations to unlink and link
2014-07-23 01:25:33 +02:00
Qiang Xue
a2e73f9900
Fixes #4370 : fileinfo extension is required for FileValidator.
2014-07-22 15:06:14 -04:00
tof06
bbe8bdde93
Merge branch 'master' of git://github.com/yiisoft/yii2 into 4342_mssql_driver_updates
2014-07-22 17:39:21 +02:00
tof06
06bbf017a0
Fixes #4342
2014-07-22 17:39:00 +02:00
Alexander Makarov
e17e99d332
Fixes #3887
2014-07-22 19:35:44 +04:00
Qiang Xue
9fd920e2d1
minor refactoring of FileValidator.
2014-07-22 11:29:04 -04:00
Philippe Gaultier
6dc056b325
#4388 : CORS filter fixes:
...
- Upgrade the documentation to match filter code
- Fix bad default behavior with Access-Control-Allow-Credentials
- Fix missing "s" in header Access-Control-Request-Method / Access-Control-Allow-Methods
2014-07-21 23:23:05 +04:00
Qiang Xue
e486b663a0
Fixed test break.
2014-07-21 14:38:45 -04:00
Alexander Makarov
c8a5012610
#4310 : Removed $data from signature of yii\rbac\ManagerInterface
2014-07-21 19:50:29 +04:00
Carsten Brandt
d4237b8e50
Update ActiveRecordInterface.php
...
fixes #3026
2014-07-21 16:27:46 +02:00
Qiang Xue
27132ced7c
Fixes #4384 .
2014-07-21 08:20:10 -04:00
Qiang Xue
a3e2b94adf
Fixes #3611 : Refactored query caching.
2014-07-20 20:59:38 -04:00
Carsten Brandt
cc38e9c795
fixed issue with indexBy and array valued relations
2014-07-21 00:35:55 +02:00
Klimov Paul
1a07485e27
Added support for relation by array attributes
...
fixes #1249
2014-07-20 23:33:51 +02:00