Commit Graph

15391 Commits

Author SHA1 Message Date
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
Alexander Makarov
65d08423c7 Safer checks for apidoc renderer 2014-07-24 20:16:16 +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
Alexander Makarov
425179420b Simplified test environment setup 2014-07-24 14:13:16 +04:00
Alexander Makarov
e3c2f6b668 Merge pull request #4419 from arisk/patch-5
Removed double quotes
2014-07-24 12:25:50 +03:00
Alexander Makarov
bc017dc06a Merge pull request #4423 from whuhacker/master
Added Traditional Chinese translations
2014-07-24 12:24:51 +03:00
Paul Klimov
c8714be3c0 Merge pull request #4422 from pmoust/sphinx
Removed Sphinx installation from foreign PPA
2014-07-24 12:12:16 +03:00
Panagiotis Moustafellos
fbf7e54d03 fixed erroneous line removal 2014-07-24 11:35:39 +03:00
Panagiotis Moustafellos
59b8fbe8da Removed Sphinx installation from foreign PPA 2014-07-24 11:28:41 +03:00
Zeng Xi
c12c7c6e9d Added Traditional Chinese translations 2014-07-24 16:28:13 +08:00
Aris Karageorgos
28c691362d Double quotes don't work in some environments
https://getcomposer.org/doc/03-cli.md#require
2014-07-24 15:13:55 +07: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
4ac6777ce0 Very draft testing docs 2014-07-24 01:35:39 +04:00
Alexander Makarov
5db07a71e5 Added note about app templates 2014-07-24 01:23:22 +04:00
Carsten Brandt
d179ad817c Merge pull request #4411 from reiz/master
Add References Badge to Readme
2014-07-23 23:11:47 +02:00
Alexander Makarov
57f8118f75 Adjusted docs to use global phpunit and codeception installation 2014-07-24 01:03:16 +04:00
Alexander Makarov
678f375710 Added test-overview 2014-07-24 00:47:30 +04:00
Robert Reiz
4db6bb38c7 Add References Badge to Readme 2014-07-23 22:16:36 +02:00
Alexander Makarov
c620f5cea5 Added info about running codeception tests to getting-started 2014-07-23 19:47:47 +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
5c767e5d34 Better Windows detection 2014-07-23 16:37:10 +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
3d623a008a Merge pull request #4380 from yiisoft/array-attribute-relations
Array attribute relations
2014-07-23 02:39:12 +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
Carsten Brandt
92e131c5ae Update output-data-widgets.md
fixed broken code block
2014-07-23 00:02:50 +02:00
Qiang Xue
a2e73f9900 Fixes #4370: fileinfo extension is required for FileValidator. 2014-07-22 15:06:14 -04:00
Qiang Xue
a612b492d4 Merge pull request #4401 from tof06/4342_mssql_driver_updates
4342 mssql driver updates
2014-07-22 11:46:04 -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
Alexander Makarov
bb4a0c70a1 Merge pull request #4394 from MikeBazhenov/master
Doc translate for rest-resources
2014-07-22 16:35:27 +03:00