Commit Graph

15402 Commits

Author SHA1 Message Date
Alexander Makarov
4ecafe653c More compact number operations 2015-10-10 00:41:54 +03:00
Alexander Makarov
b65bfad44d Simplified regular expressions 2015-10-10 00:40:25 +03:00
Alexander Makarov
ffa3a59591 Compare with empty string instead of comparing length with 0 2015-10-10 00:37:46 +03:00
Alexander Makarov
f83d233072 Fixed method call case to match definition 2015-10-10 00:26:44 +03:00
Alexander Makarov
5ab4f0f090 Better quotes usage in strings
- Use single quote where interpolation isn't necessary
- Use interpolation when it's better than concatenation
2015-10-10 00:23:52 +03:00
nainoon
3a313ac652 Fixes #9874: Fixed outputting exception stacktrace in non-debug mode when Response::FORMAT_RAW is used 2015-10-09 23:41:15 +03:00
Alexander Makarov
0712bad090 Fixes #9846: Fixed yii\web\User::loginRequired() should throw 401 not 403 (reverted from commit 4e715f9d65)
See https://github.com/yiisoft/yii2/issues/9846#issuecomment-146891825
2015-10-09 22:13:39 +03:00
Alexander Makarov
7955a9d4d1 Merge pull request #9872 from bizley-code/guide-pl
Guide [PL] translation [skip ci]
2015-10-09 21:36:04 +03:00
Bizley
dbf443e225 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-pl 2015-10-09 18:32:59 +02:00
Carsten Brandt
3826b6f4a3 added test for #9869 2015-10-09 16:30:18 +02:00
A Slatius
a030cd4250 Allow the use of Yii aliases in an SQLite dsn
Making it possible to use a SQLite DSN like;

```php
'db' => [
    'dsn' => 'sqlite:@app/db/database.sqlite3',
]
```

That way it'll always work out of the box and absolute paths aren't
needed.

close #9869
2015-10-09 16:21:33 +02:00
trbsi
f83954752f Croatian language updated, Serbian - Fixed
close #9865
2015-10-09 15:53:26 +02:00
Alexander Makarov
0bda5e362e Fixes #9783: jQuery inputmask dependency updated to ~3.2.2 2015-10-09 16:31:13 +03:00
Alexander Makarov
5717176c84 Merge pull request #9868 from nkovacs/patch-14
Fix translation [skip ci]
2015-10-09 14:08:06 +03:00
Nikola Kovacs
3ac007440a Fix translation 2015-10-09 13:03:54 +02:00
Alexander Makarov
f54c6780be Merge pull request #9862 from p0vidl0/patch-1
Updates for Russian translation [skip ci]
2015-10-09 11:54:10 +03:00
Alexaksandr
1e3c4c941c Updates for Russian translation 2015-10-09 10:36:49 +06:00
Alexander Makarov
027d3349c8 Merge pull request #9856 from rabasco/patch-1
Texto duplicado [skip ci]
2015-10-08 15:14:05 +03:00
rabasco
93c6620512 Texto duplicado
El fragmento de texto está duplicado.
2015-10-08 14:02:21 +02:00
Alexander Makarov
22076bfc77 Fixes #6375 2015-10-08 13:18:49 +03:00
Alexander Makarov
9b2089b913 Merge pull request #9850 from yangc5/master
fixed typo in security-passwords.md [skip ci]
2015-10-07 21:30:39 +03:00
cyang
140d0d843b fixed typo in security-passwords.md 2015-10-07 13:22:00 -05:00
spikyjt@gmail.com
4e715f9d65 Fixes #9846: Fixed yii\web\User::loginRequired() should throw 401 not 403 2015-10-07 18:16:42 +03:00
Daniel Filipek
1847791759 input-file-upload 100% 2015-10-06 10:52:26 +02:00
Daniel Filipek
6b62cfbe61 input-multiple-models 100% 2015-10-06 09:08:21 +02:00
Vit S
88612a49b4 Merge branches '9198-buttons-visible-in-action-column' and 'master' of github.com:fornit1917/yii2 into 9198-buttons-visible-in-action-column
Conflicts:
	framework/CHANGELOG.md
2015-10-05 22:16:21 +03:00
Daniel Filipek
c1e20480e4 typo fix in input-forms.md 2015-10-05 12:10:03 +02:00
Daniel Filipek
b4d7ebdd91 input-forms 100%, typo fix in README.md 2015-10-05 12:06:19 +02:00
Alexander Makarov
d0060ef33c Merge pull request #9840 from jeicd/fix-tabs-to-spaces
Convert tabs to spaces [skip ci]
2015-10-05 13:01:36 +03:00
jeicd
f0deb1cee8 Convert tabs to spaces 2015-10-05 15:38:56 +06:00
Alexander Makarov
e1458eb075 Merge pull request #9834 from pana1990/update-migration
Update syntax migration
2015-10-05 12:20:39 +03:00
Alexander Makarov
fcbbb11d54 Merge pull request #9839 from jeicd/fix-phpdoc
Fix phpdoc [skip ci]
2015-10-05 12:18:47 +03:00
jeicd
c2f83da8d8 Fix phpdoc 2015-10-05 15:00:13 +06:00
Carsten Brandt
fcfba66bef Merge pull request #9836 from jeicd/fix-psr-2
Fixed coding style to follow PSR-2
2015-10-05 10:06:57 +02:00
jeicd
0407407b76 fix coding style to follow PSR-2 2015-10-05 13:58:47 +06:00
Daniel Gomez Pan
540883e179 Update syntax migration 2015-10-05 06:02:11 +02:00
Alexander Makarov
fec40204b8 Merge pull request #9827 from pana1990/patch
Added ignore all test and documentation for archive [skip ci]
2015-10-04 13:35:28 +03:00
Alexander Makarov
fe2a7dd5b9 Merge pull request #9824 from mdmunir/9823-regression-di
fix #9823
2015-10-04 13:33:50 +03:00
Daniel Gomez Pan
392ea93d79 Added ignore all test and documentation for archive [skip ci] 2015-10-04 08:31:53 +02:00
mdmunir
d2baecbda5 fix #9823 2015-10-04 08:10:42 +07:00
mdmunir
3accf52ddb fix #9823 2015-10-03 23:00:46 +07:00
Alexander Makarov
3ab36501c2 Fixes #9818: added reference to DI container practical usage to widgets guide 2015-10-03 18:02:32 +03:00
Alexander Makarov
fbe5bb7d20 Fixed generation of canonical URLs for ViewAction pages 2015-10-03 17:58:38 +03:00
Alexander Makarov
0768e8aab7 Merge pull request #9822 from Vovan-VE/master
Fix: Issue #9814: event type EVENT_AFTER_INSERT and EVENT_AFTER_UPDATE [skip ci]
2015-10-03 17:52:12 +03:00
Alexander Makarov
f7690d9f06 Merge pull request #9819 from gugoan/patch-1
Added pt-BR tutorial-shared-hosting.md [skip ci]
2015-10-03 17:49:41 +03:00
Alexander Makarov
7ba9050838 Merge pull request #9820 from yiijan/docs-ja-1003
docs/guide-ja/concept-di-container.md updated [ci skip]
2015-10-03 17:46:47 +03:00
Vovan-VE
c68b9a486c Fix: Issue #9814: event type EVENT_AFTER_INSERT and EVENT_AFTER_UPDATE
Events `EVENT_AFTER_INSERT` and `EVENT_AFTER_UPDATE` are documented
as `Event`, but infact they are `AfterSaveEvent`.
2015-10-03 20:23:56 +08:00
Nobuo Kihara
1164482fa9 docs/guide-ja/concept-di-container.md updated [ci skip] 2015-10-03 13:04:06 +09:00
Gustavo G. Andrade
44f13c3b3b Added pt-BR tutorial-shared-hosting.md 2015-10-02 23:58:32 -03:00
Alexander Makarov
f3204f44dc Merge pull request #9810 from nineinchnick/fix-mysql-information-schema-speed
Add more conditions when reading mysql information_schema to speed it up
2015-10-01 13:35:44 +03:00