1736 Commits

Author SHA1 Message Date
01d0323521 added laravel like touch() method to AutoTimestamp 2014-01-07 05:10:36 +01:00
34dc150f63 doc fixes. 2014-01-06 20:51:43 -05:00
bee82b29ad Fixed URL parsing so it's now properly giving 404 for URLs like http://example.com//////site/about 2014-01-07 04:40:38 +04:00
c56647ff4c Merge pull request #1757 from nineinchnick/1476_session_handler
Add handler property to yii\web\Session
2014-01-06 07:26:36 -08:00
9968098e8a fixed getSecureConnection after #1800
and 7ba6a06300f150bbd2818afb01070203a6ce0549
2014-01-06 13:05:10 +01:00
c4ff009e0f Merge pull request #1798 from zhuravljov/patch-1
Fixed label attributes in BaseHtml
2014-01-06 03:16:20 -08:00
4bbd844b23 fixes #1796 2014-01-06 15:14:36 +04:00
7ba6a06300 Fixed code style and comparison 2014-01-06 15:11:47 +04:00
e92934e612 fix when $_SERVER['HTTPS'] is "ON"
when $_SERVER['HTTPS'] is "ON" it doesn't work well
2014-01-06 16:28:34 +08:00
52c9256396 Merge pull request #1784 from yiisoft/api-doc-generator
api doc generator
2014-01-05 21:02:25 -08:00
5eed149f24 fixed links in phpdoc 2014-01-06 05:47:49 +01:00
2daa5e9135 Fixed label attributes in BaseHtml 2014-01-06 06:09:43 +02:00
b9c1eff373 fixed javascript 2014-01-06 01:16:25 +01:00
c02a60018f Merge branch 'master' into api-doc-generator
* master: (27 commits)
  fixed div/0 issue in console progress bar
  console HelpController use correct script name
  support table aliases for ActiveQuery::joinWith().
  guides fixed/improved
  CS fix
  improved fixture controller
  Added back border to debugger toolbar.
  #1788 info about retaining the default scenario
  fixes #1606
  Default name and title added to GitHub auth client.
  added classes to grid, list and detail view
  fixed basic app travis
  debugging travis
  debugging travis
  added debug toolbar background to have line separators
  fixed paths in travis.yml
  reverted 1e4c1eca1077ab23e7d00524b54f09f9158b3617 to get a working debug toolbar
  fixed issue with too long th columns in debugger
  enabled acceptance tests for basic application
  run basic app functional tests within the main repo test chain
  ...
2014-01-06 00:31:02 +01:00
795a09c27a Fixes #1791: joinWithRelation using table alias. 2014-01-05 17:42:40 -05:00
4d99677f07 fixed div/0 issue in console progress bar 2014-01-05 22:14:23 +01:00
60db9518f0 console HelpController use correct script name 2014-01-05 22:14:23 +01:00
81aea73067 finished offline template with all information 2014-01-05 21:11:41 +01:00
f8938a2b12 Merge pull request #1793 from Ragazzo/fixture_controller_improved
improved fixture controller
2014-01-05 11:54:13 -08:00
1654381a3a support table aliases for ActiveQuery::joinWith(). 2014-01-05 14:52:38 -05:00
2eb91acefd CS fix 2014-01-05 23:33:11 +04:00
3814c5c3ef improved fixture controller 2014-01-05 23:27:39 +04:00
3d59b19a21 added classes to grid, list and detail view
to allow specific styling
also fixed an issue with gridview sort indicator css.

fixes #1000
2014-01-05 14:45:09 +01:00
e8b674dc78 Do not unset class properties!
this will result in objects that do not have the property anymore :-)
2014-01-05 01:11:33 +01:00
1edf0a0981 FixtureController code style fixes and typo fixes 2014-01-04 18:42:22 +04:00
fc6b63717c removed hard restriction of cache keyPrefix to alnum
fixes #1773
2014-01-04 14:18:51 +01:00
8d09633bb9 allow class level trigger call on Event subclasses
e.g. UserEvent::trigger('event', 'class');
should result in a UserEvent to be passed to the handlers instead of
a base\Event.
2014-01-04 11:48:03 +01:00
4bb2ee95b7 updated docs of Event 2014-01-04 11:47:47 +01:00
1924a528be Redundant event's instanceof check
And some docs punctuation.
2014-01-04 11:23:09 +01:00
3fdca0508c applied fixture command docs from #1762
closes #1762
2014-01-04 00:44:58 +01:00
7e1e622458 simpler implementation of the handler property in yii\web\Session 2014-01-03 23:51:45 +01:00
7d42fc4112 code style fixes 2014-01-03 23:30:59 +01:00
f4397f1b8a fixture controller improved 2014-01-04 01:48:56 +04:00
ccfb7638d0 Added to the basic app, fixed config, added to core commands. 2014-01-04 01:16:05 +04:00
53bb25947d add handler property to yii\web\Session 2014-01-03 21:52:45 +01:00
239778efbd minor issue fix about fixture controllers. 2014-01-02 23:34:00 -05:00
9f74bba3f7 minor fixes. 2014-01-02 23:08:14 -05:00
4c45b429e5 doc fix. 2014-01-02 23:06:12 -05:00
f331547584 Fixes #1748: code cleanup. 2014-01-02 23:00:32 -05:00
389ef891ab Merge pull request #1743 from Ragazzo/yii2_faker_integration
Yii2 faker integration
2014-01-02 19:35:13 -08:00
4a9b2d2b82 Added support for using array-typed arguments for console commands 2014-01-02 21:06:59 -05:00
a3071fd90d added faker integration 2014-01-02 23:46:08 +04:00
7ec8d0df5f doc fix. 2014-01-01 23:47:41 -05:00
fb0c43b30b yii\web\User::loginRequired() now returns the Response object instead of exiting the application 2014-01-01 23:36:55 -05:00
64c4d8e718 Fixes #1733: Incorrect code about $_modelClasses in DbFixtureManager 2014-01-01 20:52:27 -05:00
4f346f4be1 doc fix. 2014-01-01 20:33:52 -05:00
7a1949fe2d improved traceability of errors thrown in toString() methods 2014-01-01 17:11:48 +01:00
27658e56ae Fixes #1647: Changed the default CSS class of error block to be error-block 2014-01-01 10:29:04 -05:00
978f8ec203 refactored profiling timing calculation. 2013-12-31 17:49:31 -05:00
9e66e08bc7 Fixes #802: Added support for retrieving sub-array element or child object property through ArrayHelper::getValue() 2013-12-31 11:30:44 -05:00