Qiang Xue
f4c38faf74
prepare for next release.
2014-04-13 21:22:29 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
c6e1a2f02f
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (79 commits)
Refactored app bootstrap logic.
Update authorization.md
Fixes #3052 : Fixed the issue that cache dependency data is not reused when `reusable` is set true
start debug logging only if debug runs when bootstrap.
Update finnish translation
Add ODBC support to yii\db\Connection
updated error handler and requirement checker links.
fixed broken API links [skip ci]
added more doc [skip ci]
update class map.
Fixes #2034 : Added `ContentNegotiator` to support response format and language negotiation
renamed attributes to attributeNames in model
updated phpdoc
Removed `Application::preload` in favor of `Application::bootstrap`
Update module-debug.md
Update model.md
Fixes
Update basics.md
typo fix [skip ci]
Added `HtmlResponseFormatter` and `JsonResponseFormatter`
...
2014-04-10 22:22:36 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
ea75177abc
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
629ed62983
start debug logging only if debug runs when bootstrap.
2014-04-10 08:45:33 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
0b29c9607d
fixed broken API links [skip ci]
2014-04-09 22:22:49 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
586f5b87b0
Removed Application::preload in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
865b71ef5e
cleanup CHANGELOGs
2014-04-03 20:28:08 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
92bd71cd84
Fixes #2912 : Relative view files will be looked for under the directory containing the view currently being rendered
2014-03-28 21:54:32 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
f8b63591b0
Fix #2877 : yii\log\Logger is split into yii\log\Logger and yii\log\Dispatcher. (qiangxue)
2014-03-26 21:48:41 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
1e75427393
updated classmap and phpdoc
2014-03-24 23:26:30 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
6e8c460273
Fixes #2724 : consistent use of absolute and relative routes.
2014-03-22 20:17:31 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
72c99663ff
Refactored container.
2014-03-18 11:49:52 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
8c2e39235f
Turn module and application into DI containers.
2014-03-17 23:57:01 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
c3ce904af5
fixed detailview attributes
...
fixes #2765
2014-03-17 12:27:01 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
7960ccdf50
Tab to spaces conversion.
2014-03-16 20:05:54 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SonicGD
b5f8a4dc22
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
5d6c314d4e
Adjusted URL helper, fixed usage
2014-03-10 15:25:15 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
92b381795b
Adjusted Url helper methods
2014-03-10 01:34:05 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
3400eb5215
#2630 : yii\heplers\Html::url moved to new yii\helpers\Url::create
2014-03-09 16:41:55 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
1b7e1cd027
Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
...
* 'feature' of https://github.com/mongosoft/yii2 :
returned back formatting language files
code style. WHILE
code style. FOR
code style. FOREACH
code style. operator IF
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
short echo tags
short array syntax
Conflicts:
extensions/apidoc/commands/RenderController.php
extensions/apidoc/models/BaseDoc.php
extensions/apidoc/models/Context.php
extensions/apidoc/templates/bootstrap/Renderer.php
extensions/apidoc/templates/bootstrap/layouts/guide.php
extensions/apidoc/templates/bootstrap/layouts/main.php
extensions/apidoc/templates/bootstrap/views/index.php
extensions/apidoc/templates/html/Renderer.php
extensions/apidoc/templates/offline/views/index.php
extensions/apidoc/templates/offline/views/offline.php
extensions/apidoc/templates/online/views/index.php
extensions/elasticsearch/Connection.php
extensions/redis/ActiveQuery.php
framework/base/ErrorException.php
framework/helpers/BaseFileHelper.php
tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
AlexGx
1982efbdfe
many phpcs fixes
2014-03-05 00:22:55 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
61b64d7513
Removed unused "use" statements
2014-03-04 22:40:04 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Mohorev
95ea1c20bb
code style. FOREACH
2014-03-03 21:47:47 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
6bdf02dc93
Fixes #2601
2014-03-02 17:04:40 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
5d0ec52a52
Added support for reading page size from query parameters by Pagination
2014-02-27 20:01:09 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
825a71c6df
replaced keyword "yii" with "yii2" in composer.json files ( fixes #2557 )
2014-02-27 17:37:08 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
da13b336be
minor css fixes.
2014-02-24 15:26:47 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
43c17d99cc
Fixes #2426 : Changed URL creation method signatures to be consistent
2014-02-20 20:10:33 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
098567ce16
fixed phpdoc errors and updated properties
2014-02-20 13:42:30 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
resurtm
b6b10ded56
Fix scrollbar in the Debug module when viewing PHP info output
2014-02-19 23:30:19 +06:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
5534b513d5
fixed label in view
2014-02-14 21:01:57 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
90a6c67825
changed labels
2014-02-14 20:59:07 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
f7f30f4ef7
added mail count filtering
2014-02-14 20:33:06 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
efea5711a4
fixed matcher to work with strings that represents integer values
2014-02-14 20:32:21 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
4e6aa21198
The directory holding email templates is renamed from mails to mail
2014-02-12 15:01:01 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
6ad357d93c
Merge pull request #2385 from Ragazzo/debug_module_mail_panel
...
Debug module mail panel
2014-02-12 13:56:18 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
4d6162980a
added check for db and request panel, disabled output if one is missing
2014-02-11 12:52:21 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
87cb3e5b04
added h1 for request panel
2014-02-11 12:51:17 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
02f3bc7ecf
applied coding standards
2014-02-11 12:51:00 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
028570b902
spaces to tabs
2014-02-11 12:50:30 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
157af3a37e
added check for file name
2014-02-11 00:17:09 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
b96fec7bb9
fixed path traversal
2014-02-10 23:49:36 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
e406f03eac
changelog note
2014-02-09 21:35:34 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark
be9645dd7f
mail panel added
2014-02-09 21:34:05 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
60a17fe337
doc fix.
2014-02-07 10:59:08 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
68281d55cb
fixed code-style
2014-02-07 12:12:27 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Tobias Munk
dc110a9c05
Merge commit '4a201c7ad5b1baad3487d21d888f6e683052017f' into feature/toolbar-ui-2
2014-02-07 11:13:44 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)