Commit Graph

5815 Commits

Author SHA1 Message Date
Christophe BOULAIN
3daa177ea2 Add an option to ignore pjax request on some links. 2014-03-04 10:21:11 +01:00
Alexander Makarov
0e1a23f013 Merge pull request #2610 from AlexGx/code-style-fix
Code style fix
2014-03-04 11:31:20 +03:00
AlexGx
d3171b6cfb fix code style php5.4 syntax 2014-03-04 06:37:49 +02:00
AlexGx
045eb9f7ee Inline control structures are not allowed 2014-03-04 06:32:37 +02:00
AlexGx
6d72c6a723 fix code style 2014-03-04 06:27:22 +02:00
AlexGx
eaaa5b1bb5 fix code style 2014-03-04 06:12:30 +02:00
AlexGx
c6183fc205 fix typo double ;, Each PHP statement must be on a line by itself 2014-03-04 05:59:17 +02:00
AlexGx
35651ea122 fix code style Expected 1 space after FUNCTION keyword; 0 found 2014-03-04 05:53:06 +02:00
AlexGx
c047fbe0df fix code style No space found after comma in function call 2014-03-04 05:46:43 +02:00
AlexGx
112f67d20a fix code style There must be one blank line after the namespace declaration 2014-03-04 05:39:17 +02:00
AlexGx
c5ed024109 fix phpFoc, added missing param 2014-03-04 05:08:40 +02:00
AlexGx
0f50e038c8 fix phpDoc, added @throws annotation BaseFileHelper::copyDirectory 2014-03-04 05:05:11 +02:00
Alexander Makarov
ff379f091e Fixed typo 2014-03-04 01:45:30 +04:00
Alexander Makarov
0a2a5d46b7 Merge pull request #2595 from thiagotalma/master
Arrows to display the previous and next files.
2014-03-04 00:31:35 +03:00
Alexander Makarov
3cf9e8f85d Fixes #2572: Corrected LanguageAsset example 2014-03-04 01:27:19 +04:00
Qiang Xue
dba030316c Merge pull request #2596 from tonydspaniard/2559-pjax-filter
2559 pjax filter
2014-03-03 16:22:37 -05:00
Antonio Ramirez
f5cc851fc2 return data from module scope variable 2014-03-03 22:12:40 +01:00
Alexander Makarov
7fd3415af2 Fixing #2556: finished theming docs, emphasized on the fact that themes are non-redistributable and application-specific 2014-03-04 01:06:31 +04:00
Alexander Makarov
fc4098b89a Code style 2014-03-04 00:56:27 +04:00
Alexander Makarov
9973a2fa20 Fixed phpdoc class reference in Theme 2014-03-04 00:56:13 +04:00
Thiago Talma
facb546950 Changelog 2014-03-03 16:56:59 -03:00
Antonio Ramirez
0e9c2890d7 remove previous attachments if any 2014-03-03 20:45:55 +01:00
Alexander Makarov
d669209334 Fixed advanced application to use POST for logout 2014-03-03 23:01:40 +04:00
Alexander Makarov
a7a1bd8da0 Merge pull request #2578 from schmunk42/feature/update-composer-keywords
replaced keyword "yii" with "yii2" in composer.json files (fixes #2557)
2014-03-03 21:39:41 +03:00
Alexander Makarov
1584e1585d Updated custom debug panel example 2014-03-03 22:17:45 +04:00
Carsten Brandt
f90a369932 Skipping CUBRID on HHVM 2014-03-03 18:51:03 +01:00
Carsten Brandt
b6e0c2b26f skipping memcache on HHVM 2014-03-03 18:41:47 +01:00
Carsten Brandt
90c7bf288d Fixed indentation in BaseInflector 2014-03-03 03:18:17 +01:00
Carsten Brandt
64e6aa6029 Merge pull request #2597 from zinzinday/patch-1
Add $transliteration for Vietnamese
2014-03-03 03:17:01 +01:00
Qiang Xue
6bdf02dc93 Fixes #2601 2014-03-02 17:04:40 -05:00
Qiang Xue
af33e821a0 typo fix. 2014-03-02 16:55:53 -05:00
Antonio Ramirez
f1bf859434 add multiple grid support to gridData 2014-03-02 22:42:47 +01:00
Carsten Brandt
56f52f87d2 fixed AR class docs, do not break comment 2014-03-02 18:13:48 +01:00
Qiang Xue
2d9007e4d5 Merge pull request #2598 from EmilHaukeland/patch-1
Fixed typo in upgrade guide
2014-03-02 10:49:33 -05:00
Emil Haukeland
b88716880c Fixed typo in upgrade guide 2014-03-02 16:32:03 +01:00
zinzinday
44750915e0 Add $transliteration for Vietnamese
Please review and merge it,
Thank advance
2014-03-02 19:06:35 +07:00
Antonio Ramirez
2b482e4426 Merge remote-tracking branch 'origin/2559-pjax-filter' into 2559-pjax-filter
* origin/2559-pjax-filter:
  fix formatting
2014-03-02 08:20:50 +01:00
Antonio Ramirez
4fffe47903 fix formatting 2014-03-02 08:20:10 +01:00
Antonio Ramirez
c31c5713b4 fix formatting 2014-03-02 08:19:08 +01:00
Antonio Ramirez
ea90ac1a0f fixes #2559 2014-03-02 08:14:30 +01:00
Qiang Xue
4891aa79bf Fixes #1535: Improved yii\web\User to start session only when needed. Also prepared it for use without session. 2014-03-01 21:10:49 -05:00
Thiago Talma
430f862b7c Arrows to display the previous and next files. 2014-03-01 22:16:03 -03:00
Qiang Xue
ec05c0eaf7 typo fix. 2014-03-01 20:15:21 -05:00
Qiang Xue
b9743ef65b fixed test break. 2014-03-01 19:35:00 -05:00
Qiang Xue
a2edf01c85 Delay joinWith till createCommand to correctly combine relation condition with primary condition. 2014-03-01 18:39:22 -05:00
Carsten Brandt
15b75941fa run build against PHP5.6 and hhvm but allow to fail
http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
2014-03-01 23:22:00 +01:00
Carsten Brandt
064da587c5 Merge pull request #2591 from AlexGx/doc-codestyle-fix
fix doc code according to yii2 core code style
2014-03-01 15:30:53 +01:00
Carsten Brandt
6c0576af9e raised dependency for phpdocumentor docblock lib
in this version a bug that affects markdown display has been fixed.

fixes #2589
2014-03-01 15:17:27 +01:00
AlexGx
c2ea7670f4 fix doc code according to yii2 core code style (When instantiating class it should be new MyClass(); instead of new MyClass;.) 2014-03-01 10:55:51 +02:00
Qiang Xue
489c094766 Fixes #1564: Removed yii\web\Session::autoStart and added hasSessionId. Session will be automatically started when accessing session data 2014-02-28 22:12:31 -05:00