Commit Graph

6071 Commits

Author SHA1 Message Date
Carsten Brandt
e51bf13161 Merge pull request #2620 from AlexGx/apps-codestyle-fix
apps code style fixes
2014-03-05 02:53:29 +01:00
Carsten Brandt
3777ec2bd3 fixed > 100 typos introduced by me :-) 2014-03-05 02:38:59 +01:00
Carsten Brandt
ecc066ac34 fixed condition for HHVM test 2014-03-05 02:35:37 +01:00
Carsten Brandt
f34a0c63a1 fixed phpdoc 2014-03-05 02:35:01 +01:00
Carsten Brandt
aa9d3b3e66 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (40 commits)
  Fixes #2624: Html::textArea() should respect "name" option.
  Removed unused "use" statements
  Changed "and" to "&&"
  Used ternary operator instead of "or" for constant definition
  Removed unused variables
  Removed executable flag from asset files
  Changelog for #2607
  Added note about overriding asset bundles according to #2556
  Added some documentation to new pjax attribute
  Add unit tests
  typo fix.
  Update MessageController.php
  Update MessageController.php
  add findAndModify() method to the Collection class
  Add an option to ignore pjax request on some links.
  fix code style php5.4 syntax
  Inline control structures are not allowed
  fix code style
  fix code style
  fix typo double `;`, `Each PHP statement must be on a line by itself`
  ...
2014-03-05 02:33:30 +01:00
Carsten Brandt
80cc310895 updated phpdoc references of BaseAR to the interface
fixes #2623
2014-03-05 02:32:45 +01:00
Qiang Xue
c64ab9d7fc Fixes #2624: Html::textArea() should respect "name" option. 2014-03-04 19:34:09 -05:00
AlexGx
c906d43343 fix php5.4 array syntax 2014-03-05 00:26:40 +02:00
AlexGx
1982efbdfe many phpcs fixes 2014-03-05 00:22:55 +02:00
AlexGx
a94b2778b0 fix phpDoc LuaScriptBuilder build @throws 2014-03-04 23:13:53 +02:00
AlexGx
9c4c8ffbcc apps code style fixes 2014-03-04 23:04:20 +02:00
Alexander Makarov
61b64d7513 Removed unused "use" statements 2014-03-04 22:40:04 +04:00
Alexander Makarov
12d4615039 Changed "and" to "&&" 2014-03-04 22:28:52 +04:00
Alexander Makarov
2bb6f13505 Used ternary operator instead of "or" for constant definition 2014-03-04 22:17:11 +04:00
Alexander Makarov
b0ef4c9084 Removed unused variables 2014-03-04 21:46:30 +04:00
Alexander Makarov
15a41eae9e Removed executable flag from asset files 2014-03-04 21:23:34 +04:00
Alexander Makarov
c7daae46cd Changelog for #2607 2014-03-04 21:10:56 +04:00
Alexander Makarov
51d6db7d80 Merge pull request #2607 from mitalcoi/db_message_source
enchansment of db message source
2014-03-04 20:08:40 +03:00
Paul Klimov
ef12934b6b Merge pull request #2613 from mongosoft/mongodb
add findAndModify() method to the Collection class
2014-03-04 18:20:28 +02:00
Alexander Makarov
2ecb79dc07 Added note about overriding asset bundles according to #2556 2014-03-04 17:08:58 +04:00
Qiang Xue
e830708587 Merge pull request #2612 from tof06/master
Add an option to ignore pjax request on some links.
2014-03-04 08:03:24 -05:00
Christophe BOULAIN
078fdab686 Added some documentation to new pjax attribute 2014-03-04 13:45:36 +01:00
Alexander Mohorev
1676d914fa Add unit tests 2014-03-04 15:34:47 +03:00
Qiang Xue
4b20fdc72e typo fix. 2014-03-04 07:09:56 -05:00
Sorokin Victor
1a14ed2127 Update MessageController.php 2014-03-04 12:40:13 +02:00
Sorokin Victor
4d4a3f0804 Update MessageController.php 2014-03-04 12:36:54 +02:00
Alexander Mohorev
61cacdfc81 add findAndModify() method to the Collection class 2014-03-04 12:36:05 +03:00
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
Qiang Xue
c41e389f91 more docs. 2014-03-03 23:32:46 -05: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
Qiang Xue
64370f1ad6 Implemented rate limiter. 2014-03-03 22:01:58 -05:00
Qiang Xue
93861e09da Refactored auth methods. 2014-03-03 18:48:52 -05:00
Qiang Xue
74322593ed added support for rate limiting. 2014-03-03 17:02:06 -05:00
Qiang Xue
9a23e313d3 support authentication via query parameter. 2014-03-03 16:46:14 -05: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