Commit Graph

7547 Commits

Author SHA1 Message Date
Tobias Munk
87e09805f1 Merge branch 'master' into feature/gii-extension-generator 2014-02-23 01:22:34 +01:00
Qiang Xue
50308d8788 Fixes #2491: Added support for using the same base class name of search model and data model in Gii [skip ci] 2014-02-22 15:01:18 -05:00
Carsten Brandt
9142c9c8ee fixed issue with apidoc without guide 2014-02-22 15:44:31 +01:00
Carsten Brandt
b6944f806d fixed Jui sortable clientEvents naming
fixes #2514
2014-02-22 14:04:46 +01:00
Carsten Brandt
26717e3e76 allow referencing the guide from API docs 2014-02-22 13:43:57 +01:00
Larry Ullman
e9b513d4e9 Very minor edits to the beginning 2014-02-21 20:17:20 -05:00
Qiang Xue
992f8edcb0 proper implementation of View::viewFile. 2014-02-21 16:41:33 -05:00
Qiang Xue
97d291ca6a Added View::viewFile and removed ViewEvent::viewFile 2014-02-21 16:31:59 -05:00
Alexander Makarov
d8d44b6127 Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
Alexander Makarov
aee25c24eb Fixes #728 2014-02-22 00:44:07 +04:00
Alexander Makarov
8402cafa49 Corrected redirect in example, used request for getting post instead of global 2014-02-21 23:30:44 +04:00
Carsten Brandt
cdb1221a40 fixed docs about AR scopes 2014-02-21 19:17:44 +01:00
Carsten Brandt
5ee50a8454 Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
2014-02-21 19:00:45 +01:00
Carsten Brandt
6ebcd9ac30 fixed absolute class links in guide 2014-02-21 18:58:20 +01:00
Carsten Brandt
505762d49c updated docs about active relation 2014-02-21 18:53:28 +01:00
Carsten Brandt
c46b35b13c allow configuring asset converter property with default class 2014-02-21 17:45:33 +01:00
Alexander Makarov
e3e26540a2 Fixes #2508 2014-02-21 15:03:10 +04:00
Alexander Makarov
168fb19fe7 Added status condition to PasswordResetRequestForm email validator 2014-02-21 01:43:39 +04:00
Alexander Makarov
a687e6f58c Validate login data only of there are no other errors 2014-02-21 00:57:29 +04:00
Alexander Makarov
46ca87a41a Fixes #2425: Tabs widget now selects first tab if no active tab is specified 2014-02-21 00:37:44 +04:00
Carsten Brandt
8f491f2836 moved @include tags of api docs directly into the class 2014-02-20 21:30:47 +01:00
Thiago Talma
ba9f5d6521 Allow add a condition telling the table to avoid ambiguity error. 2014-02-20 17:20:10 -03:00
Carsten Brandt
0d720e0695 added property visibility to api docs
issue #2503
2014-02-20 21:08:37 +01:00
Carsten Brandt
82d103d09a added method visibility to api docs
issue #2503
2014-02-20 21:04:50 +01:00
Carsten Brandt
b7fddd8dd6 Added LinkPager::$linkOptions
fixes #2367
2014-02-20 19:14:46 +01:00
Carsten Brandt
ac3ac5d107 added link about rendering of HTML attributes to Html helper 2014-02-20 19:14:46 +01:00
Alexander Makarov
752b7cf9d1 Fixes #2502: Unclear error message when $_SERVER['DOCUMENT_ROOT'] is empty 2014-02-20 20:55:02 +04:00
Alexander Makarov
6a1816a94e Allow using string for URL in case there are no parameters 2014-02-20 20:45:16 +04:00
Alexander Makarov
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
Carsten Brandt
cb8237c1b7 merged ActiveQueryInterface and ActiveRelatioInterface 2014-02-20 16:15:10 +01:00
Alexander Makarov
1c9cfc0105 Fixes #1578 2014-02-20 17:55:40 +04:00
Alexander Makarov
036a811ea4 Fixes #2458: Added missing validaton to advanced app forms, separated validation from email sending errors for contact form 2014-02-20 17:50:53 +04:00
Alexander Makarov
7660827dd3 Fixes #2460: custom listview/gridview summary was broken 2014-02-20 17:37:30 +04:00
Alexander Makarov
a5e575ab7a Fixes #2487 2014-02-20 17:32:47 +04:00
Alexander Makarov
8a048e998d Merge pull request #2499 from resurtm/migrate-to-datetime
Add an ability to downgrade migrations by the absolute apply time
2014-02-20 16:23:24 +03:00
Qiang Xue
ddb7141ea6 doc update about behavior. 2014-02-20 08:21:37 -05:00
Alexander Makarov
0129efcb57 Merge pull request #2500 from lucianobaraglia/master
Some minimal doc blocks changes for consitency
2014-02-20 16:03:08 +03:00
Luciano Baraglia
a625b79bf2 Some minimal doc blocks changes for consitency 2014-02-20 09:57:17 -03:00
Carsten Brandt
e76fb238d4 added missing use statement 2014-02-20 13:53:24 +01:00
Carsten Brandt
314b897fa4 updated classmap 2014-02-20 13:44:00 +01:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
Carsten Brandt
72145098a1 updated timestamp behavior in advanced app to renaming 2014-02-20 13:18:33 +01:00
resurtm
1974524ed9 Add changelog line related to #2499 2014-02-20 16:24:26 +06:00
resurtm
65dd8c9e7e Add ability to downgrade migrations by the absolute apply time 2014-02-20 16:03:22 +06:00
Carsten Brandt
3b40d44909 made createQuery() config param optional 2014-02-20 05:54:47 +01:00
Carsten Brandt
1708a36d95 WIP merge ActiveRelation into ActiveQuery
allow extending only one class to add scopes, fixes #2146

TODO:

- [ ] adjust guide docs
- [ ] adjust README files of extensions
- [ ] finish work and fix test breaks
2014-02-20 05:53:36 +01:00
Carsten Brandt
54476b4853 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Fixes #2360: Added `AttributeBehavior` and `BlameableBehavior`, and renamed `AutoTimestamp` to `TimestampBehavior`
2014-02-20 05:51:38 +01:00
Qiang Xue
02d5b20bda Fixes #2360: Added AttributeBehavior and BlameableBehavior, and renamed AutoTimestamp to TimestampBehavior 2014-02-19 21:47:25 -05:00
Carsten Brandt
aedfef1e79 added tests for smarty and worked around a small bug
fixes #2265
2014-02-20 02:43:06 +01:00
Alexander Makarov
cd07a416dc Merge pull request #2494 from resurtm/fix-debug-scroll-bar
Fix scrollbar in the Debug module when viewing PHP info output
2014-02-19 21:54:09 +03:00