Commit Graph

774 Commits

Author SHA1 Message Date
Carsten Brandt
8af941fb53 added note about usage to AR::instantiate()
fixes #2370
2014-02-10 10:51:16 +01: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
Tobias Munk
bc20c64e16 fixed time formatting 2014-02-07 00:40:36 +01:00
Tobias Munk
09f303a589 moved 'Yii Debugger' from view to panel 2014-02-07 00:40:19 +01:00
Tobias Munk
d4c3c356bb added panels position 2014-02-07 00:38:44 +01:00
Qiang Xue
bad9c0cccc Merge branch 'master' of github.com:mintao/yii2 into mintao-master
Conflicts:
	extensions/yii/elasticsearch/CHANGELOG.md
2014-02-06 13:20:48 -05:00
Alexander Makarov
69f0e5bef5 Merge pull request #2329 from tonydspaniard/1094-modal-generator-autocomplete-fix
1904 modal generator autocomplete fix
2014-02-06 13:40:53 +03:00
Qiang Xue
2698717b2a Merge pull request #2320 from schmunk42/feature/toolbar-ui
toolbar UI updates
2014-02-05 16:01:46 -05:00
Alexander Makarov
0e8063302d Removed unused variable 2014-02-06 00:48:48 +04:00
Alexander Makarov
a78ff145b8 Removed unused variable 2014-02-06 00:44:53 +04:00
Florian Fackler
ac2434a004 Updated elasiticsearch changelog 2014-02-05 17:38:38 +01:00
Antonio Ramirez
333630ae3a fix formatting 2014-02-05 17:35:30 +01:00
Antonio Ramirez
b659d8736c fix formatting 2014-02-05 17:33:18 +01:00
Antonio Ramirez
b98d116ae0 refactored to add function on gii.js 2014-02-05 17:30:03 +01:00
Alexander Makarov
e51eae1951 Changelog for #2327 2014-02-05 20:29:06 +04:00
Thiago Talma
7ddb6e8d6e Spaces added 2014-02-05 14:20:22 -02:00
Antonio Ramirez
65c740e91f remove tabs for spaces in js 2014-02-05 17:06:37 +01:00
Antonio Ramirez
5e9d3a8f80 fix js formatting 2014-02-05 17:03:19 +01:00
Antonio Ramirez
ca7723e871 update CHANGELOG.md to its correspondent location 2014-02-05 16:48:36 +01:00
Tobias Munk
bbb0a22246 fixed home icon display 2014-02-05 16:21:47 +01:00
Tobias Munk
646ed1515a readded phpinfo links and separator, now opens in a new tab 2014-02-05 16:21:18 +01:00
Antonio Ramirez
8135e1adf9 update typeahead plugin initialization js code 2014-02-05 14:38:22 +01:00
Antonio Ramirez
0960664f26 update typeahead.js to latest version 2014-02-05 14:36:09 +01:00
Thiago Talma
dbe18d7b66 Improvements in view of changed files in Gii 2014-02-05 11:07:30 -02:00
Florian Fackler
a3724aa4d1 Fixed bug which prevented a field query as described in the example:
```
$result = Article::find()->query(["field" => ["title" => "yii"]])->all();
````
2014-02-05 11:49:33 +01:00
Tobias Munk
b3e6aedc45 toolbar UI updates
added home icon
removed separators with summary sections to make browsing with the panel more intuitive
updated version number display, now also shown as label
2014-02-05 02:03:19 +01:00
Qiang Xue
9f5dbd72b6 Merge pull request #2292 from gonimar/patch-8
Fix url for db panel.
2014-02-04 12:22:02 -08:00
Mark
3d6529efe1 fixed docs 2014-02-04 18:32:43 +04:00
Mark
9cf8d7df6f faker extension fixed 2014-02-04 18:30:19 +04:00
Qiang Xue
bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 2014-02-04 08:30:27 -05:00
Mark
67d323a13b debug changelog 2014-02-04 16:18:23 +04:00