Commit Graph

7547 Commits

Author SHA1 Message Date
Qiang Xue
a5e3e46905 Fixes #735: Added back ActiveField::hiddenInput() 2014-03-14 20:42:31 -04:00
Qiang Xue
c01ffe7dc2 Fixes #2303: support setting basePath and baseUrl as aliases during runtime. 2014-03-14 20:31:36 -04:00
Qiang Xue
bea8e1ce8a doc fix [skip ci] 2014-03-14 20:06:15 -04:00
David Renty
0fa5230cd0 Removed debug code, changed doc 2014-03-14 18:37:11 +01:00
David Renty
cb3eb9c6d8 Added support for inverted intervals (future time) and unit tests 2014-03-14 18:29:23 +01:00
Paul Klimov
cb2daf340f Merge pull request #2746 from AlexGx/doc-small-fix
fix sql query
2014-03-14 10:24:39 +02:00
AlexGx
b04b51bdf1 fix sql query 2014-03-14 09:49:48 +02:00
Qiang Xue
174158a64b doc fix [skip ci] 2014-03-13 21:28:11 -04:00
Alexander Makarov
255f7b5b6e Merge pull request #2742 from tonydspaniard/2739-rest-createaction-bug
fixes #2739
2014-03-14 00:55:14 +03:00
Antonio Ramirez
7b75538963 fixes #2739 2014-03-13 22:03:01 +01:00
Qiang Xue
72b83fad41 Merge pull request #2741 from tonydspaniard/2740-captcha-action-using-obsolete-method
Fixes #2740
2014-03-13 16:49:56 -04:00
Antonio Ramirez
df54621e76 fixes #2740 2014-03-13 21:37:44 +01:00
Alexander Makarov
cd8e626018 Fixes #2737 2014-03-13 19:43:06 +04:00
Alexander Makarov
f8667f1a86 Merge pull request #2736 from ivokund/patch-1
Fixes #2735 - Formatter support for DateTimeInterface
2014-03-13 17:37:02 +03:00
ivokund
f3a7c03f9f updated changelog 2014-03-13 16:24:40 +02:00
ivokund
0bc54da126 updated changelog 2014-03-13 16:21:59 +02:00
ivokund
f84de98efb Fixes #2735
Adds DateTimeInterface support for Formatter
2014-03-13 15:39:29 +02:00
Qiang Xue
0013b608b6 Fixes #2734: FileCache::keyPrefix defaults to empty string now 2014-03-13 08:16:44 -04:00
Alexander Makarov
2e07ca5208 Merge pull request #2727 from Asetss/master
fix letter
2014-03-13 13:55:35 +03:00
Alexander Makarov
919615e5a1 Fixed references in the guide 2014-03-13 13:57:24 +04:00
Asetss
872810f1e0 fix letter 2014-03-13 00:56:40 -07:00
Carsten Brandt
f944278a74 Update ActiveFormTest.php 2014-03-13 02:53:01 +01:00
Carsten Brandt
5d309c2075 added unit tests for boolean attributes
fixes #1022
2014-03-13 02:50:09 +01:00
Qiang Xue
34cfb356e9 Fixes #2713: using relations defined in behavior may throw exception in lazy loading. 2014-03-12 21:23:29 -04:00
Qiang Xue
21f2f38b35 Fixes #2691: Null parameters will not be included in the generated URLs by UrlManager 2014-03-12 20:26:20 -04:00
Qiang Xue
41385ed492 code cleanup. 2014-03-12 20:13:48 -04:00
Alexander Makarov
7eabaeca2c Merge pull request #2721 from thiagotalma/master
Add id in diff link
2014-03-12 21:58:07 +03:00
Thiago Talma
3f25bc9408 Update files.php 2014-03-12 15:12:43 -03:00
Thiago Talma
c7a85e8ff9 Add id in diff link. #2712 2014-03-12 13:20:40 -03:00
Carsten Brandt
7f757d45dc Merge pull request #2720 from klevron/2712
Minor CS fix
2014-03-12 17:15:33 +01:00
David Renty
b5cd0a6f0c asElapsedTime can now take a DateInterval string as a parameter 2014-03-12 16:58:12 +01:00
Kevin LEVRON
4c38cc2239 CS Fix 2014-03-12 16:53:34 +01:00
Alexander Makarov
f7a859f522 Merge pull request #2719 from klevron/2712
Fix #2712
2014-03-12 18:18:37 +03:00
David Renty
b7cf618348 asElapsedTime style improvements 2014-03-12 16:02:45 +01:00
David Renty
f7871e2458 asElapsedTime can now take DateInterval as parameter 2014-03-12 15:57:20 +01:00
Kevin LEVRON
0b92f270de Update CHANGELOG.md 2014-03-12 15:23:18 +01:00
Kevin LEVRON
ade92c46ac Update files.php 2014-03-12 15:21:52 +01:00
Kevin LEVRON
d27a07ebe5 Update view.php 2014-03-12 15:21:19 +01:00
Alexander Makarov
466e2600ad Merge pull request #2718 from qiansen1386/patch-2
[doc]Composer is not a package manager.
2014-03-12 17:20:23 +03:00
东方孤思子(Paris·QianSen)
ebb27ef4d5 [doc]Composer is not a package manager.
It is a issue i found when I translate it.
> Composer is not a package manager, It's a tool for dependency management.

According to their [doc](https://getcomposer.org/doc/00-intro.md)
>Composer is a tool for dependency management in PHP. It allows you to declare the dependent libraries your project needs and it will install them in your project for you.

and 

> **Composer is not a package manager.** Yes, it deals with "packages" or libraries, but it manages > them on a per-project basis, installing them in a directory (e.g. vendor) inside your project. By > default it will never install anything globally. Thus, it is a dependency manager.

So i think, It will be better, if we remain their offical appellation.
2014-03-12 22:07:08 +08:00
David Renty
a74fa20d2d Typo 2014-03-12 14:51:20 +01:00
David Renty
ced45c5450 Call Yii::t everytime instead of passing a template variable 2014-03-12 14:49:28 +01:00
David Renty
fd7ed28221 Typo in asElapsedTime description 2014-03-12 14:38:00 +01:00
David Renty
e77ffe2c4a Added asElapsedTime function 2014-03-12 14:29:49 +01:00
Alexander Makarov
ed5007e44b more reference fixes 2014-03-12 12:47:16 +03:00
Alexander Makarov
d5df12039f fixed another reference 2014-03-12 12:45:16 +03:00
Alexander Makarov
3b1d558942 fixed refences 2014-03-12 12:44:18 +03:00
Qiang Xue
aaa4e429a4 Fixes #2687: table alias may not be respected when specified in relation query. 2014-03-11 20:13:03 -04:00
Carsten Brandt
5bbceebc31 Merge pull request #2705 from RusAlex/140311_tabs_vs_spaces
tabs vs spaces
2014-03-11 20:19:11 +01:00
Alexander Pletnev
b9c0871218 tabs vs spaces 2014-03-11 23:16:04 +04:00