Commit Graph

903 Commits

Author SHA1 Message Date
Carsten Brandt
c9c7db9ae5 fixed several issues with apidoc generator 2014-02-18 05:01:49 +01:00
Carsten Brandt
9190e0f4dd Changed markdown library to cebe/markdown
- supports GFM now
- allows defining different flavors

fixes #47
2014-02-18 03:48:31 +01:00
Carsten Brandt
d7da4e5ade removed unnecessary call to Html::url()
fixes #2466
2014-02-17 19:52:32 +01:00
Carsten Brandt
9a67bc05fb updated apidoc composer.json
to require newly released stable version of phpdoc reflection library
2014-02-17 04:04:09 +01:00
Johnny Theill
276883b890 Use 'Yii::$app->request->post()' instead of $_POST 2014-02-17 03:29:48 +01:00
Qiang Xue
bea9e3fc06 Fixes #1645: Added support for nested DB transactions 2014-02-15 22:16:09 -05:00
Qiang Xue
04b2936d82 Fixes #1881: Improved yii\bootstrap\NavBar with containerOptions, innerContainerOptions and renderInnerContainer 2014-02-15 19:44:26 -05:00
Qiang Xue
54ea78d9ab Fixes #1562: Added yii\bootstrap\Tabs::linkOptions 2014-02-15 19:28:24 -05:00
Qiang Xue
26cb7b2a3c Renamed fooVar to fooParam for various classes. 2014-02-15 18:18:27 -05:00
Mark
5534b513d5 fixed label in view 2014-02-14 21:01:57 +04:00
Mark
90a6c67825 changed labels 2014-02-14 20:59:07 +04:00
Mark
f7f30f4ef7 added mail count filtering 2014-02-14 20:33:06 +04:00
Mark
efea5711a4 fixed matcher to work with strings that represents integer values 2014-02-14 20:32:21 +04:00
Qiang Xue
25b466d278 Fixes #2083: make sure keys of object type work with ActionColumn, GridView, etc. 2014-02-13 12:04:37 -05:00
Tobias Munk
097ee6f874 first draft of the extension generator 2014-02-13 04:06:42 +01:00
Paul Klimov
be2b76d40f Method "callSnippetsInternal" for the Sphinx Query extracted 2014-02-12 23:20:12 +02:00
Qiang Xue
4e6aa21198 The directory holding email templates is renamed from mails to mail 2014-02-12 15:01:01 -05:00
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
Qiang Xue
f59598bb8b Added support for building SQLs with sub-queries 2014-02-11 23:23:02 -05:00
Tobias Munk
e1c30eab4b Merge commit 'b2a2853eabbd5d91cf4772dd0dbd4c3003e61e33' into feature/toolbar-ui-3 2014-02-11 12:53:36 +01:00
Tobias Munk
4d6162980a added check for db and request panel, disabled output if one is missing 2014-02-11 12:52:21 +01:00
Tobias Munk
87cb3e5b04 added h1 for request panel 2014-02-11 12:51:17 +01:00
Tobias Munk
02f3bc7ecf applied coding standards 2014-02-11 12:51:00 +01:00
Tobias Munk
028570b902 spaces to tabs 2014-02-11 12:50:30 +01:00
Mark
157af3a37e added check for file name 2014-02-11 00:17:09 +04:00
Paul Klimov
08131477a2 yii\mongodb\Collection::mapReduce() fixed to handle 'inline' output correctly. 2014-02-10 21:51:38 +02:00
Mark
b96fec7bb9 fixed path traversal 2014-02-10 23:49:36 +04:00
Carsten Brandt
8af941fb53 added note about usage to AR::instantiate()
fixes #2370
2014-02-10 10:51:16 +01:00
Mark
e406f03eac changelog note 2014-02-09 21:35:34 +04:00
Mark
be9645dd7f mail panel added 2014-02-09 21:34:05 +04:00
Carsten Brandt
ccc8732d64 moved CHANGELOG lines to bootstrap 2014-02-08 11:08:43 +01:00
Qiang Xue
afda91e05d Fixes #2361: yii\bootstrap\NavBar::brandUrl should default to the home URL of application 2014-02-07 16:20:45 -05:00
Qiang Xue
60a17fe337 doc fix. 2014-02-07 10:59:08 -05:00
Tobias Munk
68281d55cb fixed code-style 2014-02-07 12:12:27 +01:00
Tobias Munk
dc110a9c05 Merge commit '4a201c7ad5b1baad3487d21d888f6e683052017f' into feature/toolbar-ui-2 2014-02-07 11:13:44 +01:00
Alexander Makarov
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
Alexander Makarov
dd26d39dd8 Removed unused namespace imports 2014-02-07 13:26:00 +04:00
Qiang Xue
1019f51bba support panel hiding. 2014-02-06 21:54:44 -05:00
Qiang Xue
365c5819c6 further improved custom panel setting. 2014-02-06 21:45:23 -05:00
Tobias Munk
2f5526656b fixed indent (tabs) 2014-02-07 03:17:37 +01:00
Tobias Munk
70cebf2507 Merge commit 'beafb99e562bf52f2496d106788160b776243bbd' into feature/toolbar-ui-2
Conflicts:
	extensions/debug/Module.php
2014-02-07 03:02:55 +01:00
Tobias Munk
e4f0e800c6 refactored panels to achieve a consistent look 2014-02-07 02:49:29 +01:00
Tobias Munk
18a3e9aa0b removed separator, panel has only one unique link 2014-02-07 02:48:12 +01:00
Tobias Munk
840d588fe0 added panel support for index view 2014-02-07 02:47:23 +01:00
Tobias Munk
c998461757 added parsed phpinfo to config detail, removed controller action 2014-02-07 02:46:20 +01:00
Tobias Munk
61cb44478b moved getYiiLogo from panel to module 2014-02-07 02:40:27 +01:00
Qiang Xue
beafb99e56 Added support to disable a debug panel. 2014-02-06 20:24:27 -05:00
Tobias Munk
ac3304c34a fixed indent (tabs) 2014-02-07 00:43:02 +01:00
Tobias Munk
ec63c91510 added medium size columns 2014-02-07 00:42:16 +01:00
Tobias Munk
898c17887a use the url of the first panel as link, when toolbar is minimized 2014-02-07 00:42:03 +01:00