|
|
074fd809c6
|
Merge pull request #3194 from kartik-v/patch-16
Fix the Y2K38 bug
|
2014-04-20 09:55:25 -04:00 |
|
|
|
82aedfb295
|
Update CHANGELOG.md
|
2014-04-20 19:23:02 +05:30 |
|
|
|
b1a26ff336
|
Fix the Y2K38 bug
Adds support for timestamps beyond year 2038.
|
2014-04-20 19:08:08 +05:30 |
|
|
|
ad7f57de01
|
Fixes #503: Finished DI documentation. [skip ci]
|
2014-04-19 21:39:10 -04:00 |
|
|
|
02ff6f5536
|
updated change log. [skip ci]
|
2014-04-19 18:26:01 -04:00 |
|
|
|
6f2de9169a
|
Merge pull request #3184 from Sergeygithub/patch-1
Update yii.validation.js
|
2014-04-19 18:22:19 -04:00 |
|
|
|
dd4464d670
|
Update yii.validation.js
Если длина строки не проходит валидацию, то выводим сообщение об этом, а не длину.))
|
2014-04-20 00:10:19 +03:00 |
|
|
|
86d747d0cb
|
Merge pull request #2801 from ElisDN/gridview-footer
Get gridview footer content after cells content
|
2014-04-19 21:04:39 +04:00 |
|
|
|
29b9a92a99
|
di doc WIP [skip ci]
|
2014-04-19 11:10:40 -04:00 |
|
|
|
8e48dcaa4e
|
Updated CHANGELOG
|
2014-04-19 14:43:16 +04:00 |
|
|
|
a615ef944a
|
Fixed GridView cells calling order
|
2014-04-19 14:41:58 +04:00 |
|
|
|
1886877196
|
Render gridview table footer after table body
|
2014-04-19 14:41:58 +04:00 |
|
|
|
873cf243b4
|
Merge pull request #3178 from lucianobaraglia/gii-ultraminor-fix
Gii missing space in crud update template [skip ci]
|
2014-04-19 12:53:05 +04:00 |
|
|
|
24e0bfcfed
|
Gii missing space in crud update template [skip ci]
|
2014-04-19 04:26:52 -03:00 |
|
|
|
672c82872b
|
Merge pull request #3175 from yiisoft/fix-exception-hierarchy
Fix exception hierarchy
|
2014-04-19 02:53:06 +04:00 |
|
|
|
20e4abeac1
|
Added changelog for #3175 that fixes #2925
|
2014-04-19 02:05:28 +04:00 |
|
|
|
d3277ecf4f
|
InvalidCallException, InvalidParamException, UnknownMethodException are now extended from SPL BadMethodCallException
|
2014-04-19 02:00:19 +04:00 |
|
|
|
4d235f9f8b
|
Fixed exception message to match the one in Component
|
2014-04-19 01:59:19 +04:00 |
|
|
|
7e16837b92
|
Fixes #2592: added info on how to translate framework messages at application level
|
2014-04-18 23:18:05 +04:00 |
|
|
|
ab218addda
|
Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths
|
2014-04-18 15:13:50 -04:00 |
|
|
|
55ea81163c
|
typo fix [skip ci]
|
2014-04-18 13:22:42 -04:00 |
|
|
|
aff39683dc
|
Merge pull request #3171 from gonimar/patch-15
Fix typo
|
2014-04-18 13:20:58 -04:00 |
|
|
|
67e1135143
|
Fix typo
|
2014-04-18 22:43:01 +06:00 |
|
|
|
e04dca4dae
|
added more rbac doc [skip ci]
|
2014-04-18 10:02:18 -04:00 |
|
|
|
f7b8e7a023
|
Improved RBAC docs
|
2014-04-18 15:51:26 +04:00 |
|
|
|
398b77daf6
|
Merge pull request #3162 from it3rmit/master
[ci skip] Update basics.md
|
2014-04-18 13:54:36 +04:00 |
|
|
|
4493cf4deb
|
Update basics.md
I think, the correct form is `should be defined` OR `is defined`, but not `be defined`
|
2014-04-18 12:43:23 +03:00 |
|
|
|
2d600bc644
|
Merge pull request #3157 from yiisoft/exception-display-arguments
Fixes #2837: Error page now shows arguments in stack trace method calls
|
2014-04-18 12:45:54 +04:00 |
|
|
|
1170e0272f
|
Merge branch 'master'
Conflicts:
framework/CHANGELOG.md
|
2014-04-18 12:45:33 +04:00 |
|
|
|
178417da9b
|
Added title for trimmed strings
|
2014-04-18 12:44:39 +04:00 |
|
|
|
9470faf278
|
Merge pull request #3160 from marsuboss/patch-1
Fix typo
|
2014-04-18 09:54:53 +02:00 |
|
|
|
db244a61b2
|
Fix typo
|
2014-04-18 09:48:58 +02:00 |
|
|
|
707e4e810e
|
fixed typo. [skip ci]
|
2014-04-17 23:33:13 -04:00 |
|
|
|
2fb70cf00b
|
Fixes #3158
|
2014-04-17 20:59:44 -04:00 |
|
|
|
520011fff6
|
Fixes #3088: The debug and gii modules will manage their own URL rules now
|
2014-04-17 20:42:50 -04:00 |
|
|
|
dad88c78b4
|
Fixes #2837: Error page now shows arguments in stack trace method calls
|
2014-04-18 04:20:22 +04:00 |
|
|
|
507a6f1068
|
Added yii\web\UrlManager::addRules() to simplify adding new URL rules
|
2014-04-17 20:03:42 -04:00 |
|
|
|
800fb9477f
|
Merge pull request #3156 from acorncom/fixed-data-grid-docs-error
Updated data-grid.md to fix wrong path to GridView
|
2014-04-18 00:39:00 +02:00 |
|
|
|
1168cb749c
|
Updated data-grid.md to fix wrong path to GridView
Path was wrong
|
2014-04-17 16:33:04 -06:00 |
|
|
|
6f0d218a7d
|
Fixes #2939: documented the process of creating your own application template
|
2014-04-18 02:22:39 +04:00 |
|
|
|
cfb5ebee03
|
Fixes #3048: emphasized that sourcePath in asset bundle means "copy all the contents of it to the web/assets"
|
2014-04-18 01:17:45 +04:00 |
|
|
|
823c4a15c2
|
Fixes #2621: improved theming docs with better wording and module example
|
2014-04-18 01:09:03 +04:00 |
|
|
|
4df8a6e5bc
|
Fixes #2899: added more details about canonical URLs to the guide
|
2014-04-18 00:47:23 +04:00 |
|
|
|
7b44bc75ec
|
added change log [skip ci]
|
2014-04-17 14:10:30 -04:00 |
|
|
|
08b785fdfc
|
Merge pull request #3153 from gonimar/patch-14
Fix BETWEEN and NOT BETWEEN conditions.
|
2014-04-17 14:08:15 -04:00 |
|
|
|
322e9e2385
|
Fix BETWEEN and NOT BETWEEN conditions.
```
PHP Notice – yii\base\ErrorException
Undefined offset: 3
in .../yiisoft/yii2/db/QueryTrait.php at line 269
```
|
2014-04-17 21:42:11 +06:00 |
|
|
|
f210ec825c
|
Merge pull request #3134 from joaorjose/dev
Typecast model Id so that urls don't break when using MongoDB object Id'...
|
2014-04-17 16:25:04 +02:00 |
|
|
|
831be93868
|
Typecast model id only if using mongodb AR class
|
2014-04-17 15:07:28 +01:00 |
|
|
|
21dff54d6b
|
Typecast model id only if using mongodb AR class
|
2014-04-17 14:50:29 +01:00 |
|
|
|
a42b80ec9c
|
minor doc update [skip ci]
|
2014-04-17 08:58:52 -04:00 |
|