Commit Graph

3302 Commits

Author SHA1 Message Date
Alexander Makarov
52da9b7fed Merge pull request #2178 from ArnauAregall/aaregall-catalan-translation
Catalan Translation
2013-03-08 15:26:33 -08:00
resurtm
fa4b384f67 CWebApplication::$controllerMap property: PHPDoc typo. 2013-03-08 23:03:11 +06:00
ArnauAregall
de69f137f0 Added Catalan Translation. 2013-03-08 16:38:18 +01:00
Maurizio Domba (mdwork)
6827b8e1e0 doc fix 2013-03-07 13:30:26 +01:00
Alexander Makarov
fa787ce919 Merge pull request #2170 from yiiframework-com-ua/uk_docs
Fixing typos, PHPDocs
2013-03-06 16:05:59 -08:00
borales
aa1a7c9fc0 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 21:07:47 +02:00
borales
6d19a150d4 Replacing spaces with tabs, removing dots
[ci skip]
2013-03-06 20:59:38 +02:00
borales
78df92fb92 Replacing spaces with tabs
[ci skip]
2013-03-06 08:56:25 +02:00
borales
41b1dbb887 Replacing spaces with tabs
[ci skip]
2013-03-06 08:54:59 +02:00
borales
06ae20821e Replacing spaces with tabs
[ci skip]
2013-03-06 08:52:32 +02:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
Alexander Makarov
1b8c6d4d17 Revert "Merge branch 'master' of git://github.com/horechek/yii into horechek-master"
This reverts commit c6670657b7, reversing
changes made to 903c0a991f.
2013-03-06 03:59:36 +04:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
Alexander Makarov
6edf25f97d Fixes #2069: Upgraded jQuery BBQ Plugin to 1.4pre to fix jQuery compatibility problems 2013-03-06 02:52:33 +04:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Alexander Makarov
356c00247e Fixes #2048: AR now uses alias from CActiveRecord::getTableAlias instead of always using default "t" 2013-03-06 02:21:24 +04:00
Alexander Makarov
f0613e5fce Merge branch 'patch-1' of git://github.com/s-larionov/yii into s-larionov-patch-1 2013-03-06 02:11:07 +04:00
Alexander Makarov
e37a9fe3e2 Refactored CHttpRequest::getDelete and CHttpRequest::getPut not to use _restParams directly 2013-03-06 02:08:13 +04:00
Alexander Makarov
bf9ce39247 Merge branch 'gettextMessageSourceCachingFix' of git://github.com/odevyatkov/yii into odevyatkov-gettextMessageSourceCachingFix 2013-03-06 01:44:22 +04:00
Alexander Makarov
c6670657b7 Merge branch 'master' of git://github.com/horechek/yii into horechek-master 2013-03-06 01:33:33 +04:00
Alexander Makarov
903c0a991f Merge pull request #2146 from armab/patch-1
Update framework/validators/CEmailValidator.php
2013-03-05 13:14:49 -08:00
Alexander Makarov
12790190a3 Merge pull request #2167 from klimov-paul/135-ActiveRecord-count-respect-group-and-having
Issue #135: CActiveRecord::count() respects group and having
2013-03-05 12:56:47 -08:00
David Baker
c26e3198dc Fixed inaccurate information about default location for session savePath
Session's save path is set to session.save_path by default.  On
some distros, that is set to /tmp, but it isn't always. Updated the
docs to reflect that.
2013-03-04 13:23:48 -07:00
Paul Klimov
4a17cf0e4a "CActiveFinder::count()" has been updated allowing correct records count with having. 2013-03-04 15:45:59 +02:00
resurtm
3b4ae0690e PHPDoc typo fix. 2013-03-03 00:48:06 +06:00
nsanden
4332904b84 fixed type in cdbfixturemanager doc 2013-02-28 09:35:42 -08:00
Artem
072bebb432 Update framework/web/CClientScript.php
fixed error
2013-02-26 11:12:23 +02:00
armab
7b54a509c8 Update framework/validators/CEmailValidator.php
If fsockopen error "Connection refused" (error code: 61) is reached, yii hangs with uncatched 500 error code.

Output html code:
<h1>PHP Error [2]</h1>
<p>fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to mail.somedomain.com:25 (Connection refused)</p>
2013-02-23 00:35:53 +02:00
Tomislav Biscan
aa527343c8 CJavaScriptExpressoin changed to CJavaScriptExpression in comments 2013-02-21 13:10:08 +01:00
Maurizio Domba
30426274df Merge pull request #2125 from Ragazzo/Fixed-formatting-for-CPgsqlSchema
Fixed formatting for CPgsqlSchema
[ci skip]
2013-02-19 00:55:28 -08:00
Ragazzo
07ec4be9b2 Small formatting fix 2013-02-19 05:19:11 +04:00
Ragazzo
f65ad8836c 2013-02-19 05:15:09 +04:00
Ragazzo
911ea9de2c Fixed formatting 2013-02-19 05:06:22 +04:00
Carsten Brandt
04395c4b40 Added note to emailvalidator checkPort and checkMX 2013-02-15 20:58:16 +01:00
Carsten Brandt
edc25a7720 Merge pull request #2114 from mbischof/2112-crud-command-broken
removed  $this which fixes #2112
2013-02-14 09:29:48 -08:00
Carsten Brandt
def20b88e9 Update framework/db/ar/CActiveFinder.php
typo
2013-02-14 18:27:39 +01:00
Marko Bischof
1f43ba3ced removed which fixes #2112 2013-02-14 18:09:17 +01:00
Carsten Brandt
61dbc00c84 Merge pull request #2024 branch '2023-chttprequest-stripslashes' of https://github.com/etienneq/yii into etienneq-2023-chttprequest-stripslashes
* '2023-chttprequest-stripslashes' of https://github.com/etienneq/yii:
  added Changelog
  fix: empty array were not handled
  using tabs for indentation
  CHttpRequest::stripSlashes() changed to modify array keys as well

Conflicts:
	CHANGELOG
2013-02-13 04:20:16 +01:00
Charles Pick
ba7b7c4dc6 1948 fix tiny whitespace issue 2013-02-12 14:50:55 +00:00
Charles Pick
e29f76747e Merge branch 'master' of github.com:yiisoft/yii into 1948-fix-html5-input-types 2013-02-12 14:33:55 +00:00
Charles Pick
c3df18844c 1948 minor tweaks 2013-02-12 14:31:29 +00:00
Charles Pick
d55fd536eb 1948 tidy up version info 2013-02-12 10:37:26 +00:00
Charles Pick
bda3ed4bd2 1948 tidy up version info 2013-02-12 10:36:01 +00:00
Charles Pick
afc69d47be 1948 tidy up whitespace 2013-02-12 10:35:32 +00:00
Charles Pick
d912cd0f63 1948 tidy up whitespace 2013-02-12 10:34:37 +00:00
Charles Pick
f4959b2e86 tidy up html5 input types 2013-02-12 10:29:39 +00:00
Evgeny Blinov
6a4b272833 Docfix for #1426 2013-02-12 11:05:27 +04:00
Alexander
090f8374bb Update framework/messages/nl/yii.php
Fix sentence
2013-02-11 14:20:01 +01:00
GeXu3
b44351edcf .hgignore has wrong rule for assets folder. Described and solved here: http://www.yiiframework.ru/forum/viewtopic.php?f=3&t=10464&p=62389 2013-02-07 01:58:17 +02:00
yaser zeinali
b6435d98f7 Update framework/messages/fa_ir/yii.php
Fix the translation for 'Go to page: '
2013-02-06 02:15:09 +03:30