Commit Graph

1132 Commits

Author SHA1 Message Date
Thiago Talma
5b648c99ff Keyboard shortcut for previous, next and refresh buttons 2014-03-05 13:09:34 -03: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
Alexander Makarov
61b64d7513 Removed unused "use" statements 2014-03-04 22:40:04 +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
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
Qiang Xue
4b20fdc72e typo fix. 2014-03-04 07:09:56 -05:00
Alexander Mohorev
61cacdfc81 add findAndModify() method to the Collection class 2014-03-04 12:36:05 +03: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
Thiago Talma
facb546950 Changelog 2014-03-03 16:56:59 -03:00
Alexander Mohorev
426af3177c code style. WHILE 2014-03-03 21:53:26 +03:00
Alexander Mohorev
f849623359 code style. FOR 2014-03-03 21:52:21 +03:00
Alexander Mohorev
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03: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 Mohorev
b2f1b00bf2 code style. operator IF 2014-03-03 21:32:34 +03:00
Alexander Mohorev
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
Alexander Mohorev
d8971b252c short echo tags 2014-03-03 20:33:38 +03:00
Alexander Mohorev
6e7edfdf5b short array syntax 2014-03-03 20:21:55 +03:00
Qiang Xue
6bdf02dc93 Fixes #2601 2014-03-02 17:04:40 -05:00
Thiago Talma
430f862b7c Arrows to display the previous and next files. 2014-03-01 22:16:03 -03: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
Carsten Brandt
e99d5dba7b fixed apidoc table style 2014-02-28 18:51:28 +01:00
Carsten Brandt
8c7eb97175 apidoc style and typo 2014-02-28 18:36:27 +01:00
Carsten Brandt
ebe972f36d fixed links in elasticsearch README 2014-02-28 18:17:28 +01:00
Qiang Xue
613e6a0ccf Merge branch 'master' of git://github.com/yiisoft/yii2 2014-02-27 20:01:19 -05:00
Qiang Xue
5d0ec52a52 Added support for reading page size from query parameters by Pagination 2014-02-27 20:01:09 -05:00
Qiang Xue
84890625b7 Merge pull request #2573 from andy5/datepicker-language
Use the current appliaction language in DatePicker
2014-02-27 18:53:58 -05:00
Carsten Brandt
db8685ccad fixed a bunch of typos and errors 2014-02-27 23:18:27 +01:00
Tobias Munk
825a71c6df replaced keyword "yii" with "yii2" in composer.json files (fixes #2557) 2014-02-27 17:37:08 +01:00
andy5
3073543c49 Remove language check from DatePicker 2014-02-27 07:37:09 -08:00
andy5
b52302a8bd Update CHANGELOG.md 2014-02-27 03:37:14 -08:00
andy5
6bef1c2558 Use default appliaction language in DatePicker
Fix https://github.com/yiisoft/yii2/issues/2562
2014-02-27 03:23:07 -08:00
Thiago Talma
7037769fa7 Fixed typo 2014-02-26 19:22:15 -03:00
Thiago Talma
8f7aa2fb8f Fixed typos 2014-02-26 17:11:56 -03:00
Alexander Makarov
80d3afa0dc Gii extension generator adjustments 2014-02-26 12:46:57 +04:00
Alexander Makarov
692821e77d Merge pull request #2411 from schmunk42/feature/gii-extension-generator
first draft of the extension generator
2014-02-26 11:17:17 +03:00
Tobias Munk
c624f91dc3 fixed typos 2014-02-26 00:38:46 +01:00
Tobias Munk
d32b3a0e8f updated docs and hints 2014-02-26 00:38:23 +01:00
Tobias Munk
9ad28d9088 added safe validator for keywords 2014-02-26 00:37:26 +01:00
Carsten Brandt
023f4d0ab6 refactored apidoc extensions completely.
separated guide and apidoc, better maintainability
2014-02-25 19:52:15 +01:00
Carsten Brandt
6b603c060b added anchors to ApiMarkdown
fixes #2220
2014-02-25 14:38:06 +01:00
Tobias Munk
be54f24b47 updated defaults, UI, validation and templates 2014-02-25 01:11:42 +01:00
Qiang Xue
da13b336be minor css fixes. 2014-02-24 15:26:47 -05:00
Tobias Munk
01d444f6da Merge commit 'fcac7f64b37c6a8d4ead9816b2580f50580c540d' into feature/gii-extension-generator 2014-02-24 18:34:07 +01:00
Tobias Munk
4192c72256 minor docs update (still WIP) 2014-02-24 18:33:50 +01:00
Qiang Xue
976532c131 fixed typo 2014-02-24 07:12:33 -05:00
Qiang Xue
73a15c2bbf Merge pull request #2504 from thiagotalma/master
Allow add a condition telling the table to avoid ambiguity error.
2014-02-23 18:15:45 -05:00