Commit Graph

1758 Commits

Author SHA1 Message Date
Alexander Kochetov
a1deac81c3 \yii\db\ActiveRecord updated 2014-01-09 08:01:08 +04:00
Alexander Kochetov
f4becf376c \yii\caching\DbCache updated 2014-01-09 07:59:07 +04:00
Alexander Kochetov
fba0e04365 ActiveRecord::tableName() comment fixed 2014-01-09 07:47:39 +04:00
Alexander Kochetov
d82b38531c DbConnection::tablePrefix default value added 2014-01-09 07:36:39 +04:00
Alexander Kochetov
dda9fec95e ActiveRecord::tableName() hardcoded prefix fix 2014-01-09 06:59:22 +04:00
Alexander Makarov
4609a94dbf Removed error-block HTML class and related styles and used Bootstrap3 standard practice about errors instead 2014-01-09 05:00:09 +04:00
Alan Willms
98d14da1e2 Add pt-BR translated messages 2014-01-08 22:20:22 -02:00
Alexander Makarov
3006d5ef93 Added message translations for Russian 2014-01-09 02:29:46 +04:00
Alexander Makarov
e14cac638a Improved plural messages for validators 2014-01-09 02:26:56 +04:00
Alexander Makarov
a29df58516 Removed translations for messages intended for developers 2014-01-09 02:26:29 +04:00
Carsten Brandt
5f3be6c7f7 default values for db\Connection username and password to null
fixes #1821
2014-01-08 18:57:47 +01:00
Qiang Xue
a861994f19 Fixes #1835: CheckboxColumn now renders checkboxes whose values are the corresponding data key values 2014-01-08 10:48:16 -05:00
Qiang Xue
e123428c94 Changed Yii autoloader to support loading PSR-4 classes only (i.e. PEAR-styled classes not supported anymore) 2014-01-08 09:11:26 -05:00
Qiang Xue
dc01411bea Fixes #1791 2014-01-07 11:23:35 -05:00
Carsten Brandt
73e0e6abf7 Merge pull request #1816 from Crypt/hotfix/Hotfix-PHPDoc
Fix doc for generateSalt.
2014-01-07 08:19:03 -08:00
Crypt
0c1557e56a Fix doc for generateSalt.
$cost must be in range 4-31.
2014-01-07 18:12:25 +02:00
Qiang Xue
5a703b7ae1 Further cleanup. 2014-01-07 10:06:20 -05:00
Qiang Xue
5094842370 Fixed test break. 2014-01-07 10:00:53 -05:00
Qiang Xue
9ceaf3bd1c Fixes #1791. 2014-01-07 09:52:07 -05:00
Qiang Xue
daf6c81f27 Fixes #1791 2014-01-07 08:58:13 -05:00
Alexander Makarov
e8a80af413 fixes #1811 2014-01-07 12:58:11 +04:00
Qiang Xue
c4c328dc92 Fixes #1791: support ON condition for relational query. 2014-01-06 23:56:58 -05:00
Carsten Brandt
01d0323521 added laravel like touch() method to AutoTimestamp 2014-01-07 05:10:36 +01:00
Qiang Xue
34dc150f63 doc fixes. 2014-01-06 20:51:43 -05:00
Alexander Makarov
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
Qiang Xue
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
Carsten Brandt
9968098e8a fixed getSecureConnection after #1800
and 7ba6a06300
2014-01-06 13:05:10 +01:00
Alexander Makarov
c4ff009e0f Merge pull request #1798 from zhuravljov/patch-1
Fixed label attributes in BaseHtml
2014-01-06 03:16:20 -08:00
Alexander Makarov
4bbd844b23 fixes #1796 2014-01-06 15:14:36 +04:00
Alexander Makarov
7ba6a06300 Fixed code style and comparison 2014-01-06 15:11:47 +04:00
ginus
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
Qiang Xue
52c9256396 Merge pull request #1784 from yiisoft/api-doc-generator
api doc generator
2014-01-05 21:02:25 -08:00
Carsten Brandt
5eed149f24 fixed links in phpdoc 2014-01-06 05:47:49 +01:00
KiTE
2daa5e9135 Fixed label attributes in BaseHtml 2014-01-06 06:09:43 +02:00
Carsten Brandt
b9c1eff373 fixed javascript 2014-01-06 01:16:25 +01:00
Carsten Brandt
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 1e4c1eca10 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
Qiang Xue
795a09c27a Fixes #1791: joinWithRelation using table alias. 2014-01-05 17:42:40 -05:00
Carsten Brandt
4d99677f07 fixed div/0 issue in console progress bar 2014-01-05 22:14:23 +01:00
Carsten Brandt
60db9518f0 console HelpController use correct script name 2014-01-05 22:14:23 +01:00
Carsten Brandt
81aea73067 finished offline template with all information 2014-01-05 21:11:41 +01:00
Qiang Xue
f8938a2b12 Merge pull request #1793 from Ragazzo/fixture_controller_improved
improved fixture controller
2014-01-05 11:54:13 -08:00
Qiang Xue
1654381a3a support table aliases for ActiveQuery::joinWith(). 2014-01-05 14:52:38 -05:00
Mark
2eb91acefd CS fix 2014-01-05 23:33:11 +04:00
Mark
3814c5c3ef improved fixture controller 2014-01-05 23:27:39 +04:00
Carsten Brandt
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
Carsten Brandt
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
Alexander Kochetov
1edf0a0981 FixtureController code style fixes and typo fixes 2014-01-04 18:42:22 +04:00
Carsten Brandt
fc6b63717c removed hard restriction of cache keyPrefix to alnum
fixes #1773
2014-01-04 14:18:51 +01:00
Carsten Brandt
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
Carsten Brandt
4bb2ee95b7 updated docs of Event 2014-01-04 11:47:47 +01:00