Commit Graph

6149 Commits

Author SHA1 Message Date
Carsten Brandt
fafe5926cb Merge branch 'patch-2' of https://github.com/zvirusz/yii
* 'patch-2' of https://github.com/zvirusz/yii:
  Backport Request::getPreferredLanguage() from yii2
2014-04-22 23:44:08 +02:00
Carsten Brandt
72afaeed30 use HTML5 in default webapp
fixes #2683
2014-04-22 23:37:19 +02:00
Carsten Brandt
78a29271c7 changed cubrid test config to default setup 2014-04-22 23:25:12 +02:00
Carsten Brandt
5c13bd842b Merge branch 'kadishmal-cubrid-database-support'
* kadishmal-cubrid-database-support:
  added CHANGELOG for CUBRID
  finished review on cubrid
  Code style
  CUBRID copyright, version and indentation fixes
  Ref: converted spaces to tabs.
  Ref: converted spaces to tabs according to Yii coding conventions.
  CUBRID Database 9.0 Support.
2014-04-22 23:14:58 +02:00
Carsten Brandt
4fdb9883cf added CHANGELOG for CUBRID
fixes #1893
2014-04-22 23:14:26 +02:00
Carsten Brandt
cf1ada15ef Merge branch 'master' into kadishmal-cubrid-database-support
* master: (789 commits)
  'summaryTagName' and 'emptyCssClass' options added to CBaseListView
  Missing entries added to CHANGELOG
  'cli' mode detection at 'CConsoleApplication' fixed
  Eager loading note added to 'Relational Query Options' docs
  Fix CSysLogRoute.php file comment
  Fixes #3324: add syslog support
  CDbConnection ODBC related fixes before merging
  Add ODBC to the requirements checker
  Fix #132: CDbConnection now supports ODBC
  Better fix for <script async="false"
  Fixed #3258
  Fixed #3283
  Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314
  typo fix in guide
  COciSchema: read column comments from another schema
  Update yii.php
  Add changes #3298 to CHANGELOG
  Added check for the existence of a link href attribute pager
  Added check for the existence of a link href attribute pager
  Update yii.php
  ...
2014-04-22 23:12:34 +02:00
Carsten Brandt
5b82c9dcd0 finished review on cubrid 2014-04-22 23:12:03 +02:00
Carsten Brandt
8799a4f4f9 Merge pull request #3329 from klimov-paul/3297-relation-options-eager-loading
#3297: Eager loading note added to 'Relational Query Options' docs
2014-04-22 22:46:53 +02:00
Klimov Paul
9e68cc00a3 'summaryTagName' and 'emptyCssClass' options added to CBaseListView 2014-04-17 17:52:00 +03:00
Klimov Paul
e5b8ae670d Missing entries added to CHANGELOG 2014-04-16 13:12:15 +03:00
Klimov Paul
16b6c22d29 'cli' mode detection at 'CConsoleApplication' fixed 2014-04-16 11:31:33 +03:00
Klimov Paul
0d0fd50000 Eager loading note added to 'Relational Query Options' docs 2014-04-16 11:11:59 +03:00
resurtm
ffb9a06b2f Fix CSysLogRoute.php file comment 2014-04-11 11:54:15 +06:00
resurtm
f722d50ba3 Fixes #3324: add syslog support 2014-04-10 23:49:00 +06:00
resurtm
54d0c5ca50 Merge pull request #3325 from resurtm/fixes-132-odbc-connection
Fix #132: CDbConnection now supports ODBC
2014-04-10 23:16:46 +06:00
resurtm
174b0634ee CDbConnection ODBC related fixes before merging 2014-04-10 23:14:53 +06:00
resurtm
48d9e123a2 Add ODBC to the requirements checker 2014-04-09 16:08:43 +06:00
resurtm
1cdc9d567a Fix #132: CDbConnection now supports ODBC 2014-04-09 16:06:52 +06:00
Alexander Makarov
7fc9bc0b4d Better fix for <script async="false" 2014-04-05 15:02:58 +04:00
Alexander Makarov
26ddbd22a7 Merge pull request #3318 from nukkumatti/issue-3283
Fixed #3283
2014-04-04 14:55:38 +04:00
Alexander Makarov
9af0b14c33 Merge pull request #3319 from nukkumatti/issue-3258
Fixed #3258
2014-04-04 14:55:06 +04:00
Taras Gudz
8cde4a523a Fixed #3258 2014-04-04 14:24:33 +04:00
Taras Gudz
8c68de1bb6 Fixed #3283 2014-04-04 14:16:18 +04:00
Alexander Makarov
abf5b64a0c Merge pull request #3316 from wilwade/3315-issue-fix-async
Remove async from list of Special Attributes so that it is possible to u...
2014-04-04 02:17:22 +04:00
Wil Wade
3e1e4be6c3 Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314 2014-04-03 18:13:23 -04:00
Carsten Brandt
5d89945830 typo fix in guide
fixes #3308
2014-04-02 16:23:22 +02:00
Alexander Makarov
b95c40af49 Merge pull request #3305 from gureedo/oci_comments
COciSchema: read column comments from another schema
2014-03-30 19:41:54 +04:00
gureedo
28443ded79 COciSchema: read column comments from another schema 2014-03-28 19:07:56 +06:00
Alexander Makarov
f1ec7eb996 Merge pull request #3299 from winiarekk/patch-2
Update yii.php
2014-03-25 13:08:23 +03:00
winiarekk
c4da2e8c58 Update yii.php
Without word "Atrybut" (english "attribute") this phrase is grammatically incorrect when noun representing field name isn't masculine (e.g. "Hasło musi być powtórzony" should be "Hasło musi być powtórzone". "Hasło" means english "Password"). 
Also, I added missing word "exactly" (polish "dokładnie") and removed word "ponownie" (this is pleonasm http://en.wikipedia.org/wiki/Pleonasm)
2014-03-25 10:44:09 +01:00
Alexander Makarov
ea01dace10 Merge pull request #3298 from dutchakdev/hotfix-3295
Added check for the existence of a href attribute in link pager
2014-03-25 00:58:15 +03:00
Roman Dutchak
4e847741d6 Add changes #3298 to CHANGELOG 2014-03-24 23:49:58 +02:00
Roman Dutchak
cd22778bab Added check for the existence of a link href attribute pager 2014-03-24 21:11:24 +02:00
Roman Dutchak
eebc13128c Added check for the existence of a link href attribute pager 2014-03-24 21:09:51 +02:00
Alexander Makarov
92e4d34a89 Merge pull request #3292 from winiarekk/patch-1
Update yii.php
2014-03-24 14:51:11 +03:00
winiarekk
defb13168b Update yii.php 2014-03-24 12:46:35 +01:00
Alexander Makarov
5805c3a1e9 Merge pull request #3289 from hjellek/3288-Check-PHPUnit_Runner_Version-before-requiring
3288 - Check if PHPUnit_Runner_Version exists before requiring
2014-03-21 18:49:19 +03:00
Knut Eirik Leira Hjelle
e893af8153 Adhere to code style. 2014-03-21 15:42:05 +01:00
Knut Eirik Leira Hjelle
ad9305701f Updated changelog. 2014-03-21 15:32:10 +01:00
Knut Eirik Leira Hjelle
a0a0180869 3288 - Check if PHPUnit_Runner_Version exists before requiring. 2014-03-21 15:31:28 +01:00
Alexander Makarov
d7e136719b Merge pull request #3285 from lubosdz/master
updated [SK] translation
2014-03-21 12:41:02 +03:00
lubosdz
13bdfa74a6 updated [SK] translation 2014-03-21 10:24:50 +01:00
Alexander Makarov
2da1bfc194 Merge pull request #3277 from hwmaier/master
checkBoxList and radioButtonList to take into account closeSingleTags pa...
2014-03-19 10:40:19 +03:00
hwmaier
8587174524 Added changelog for pull request #3277 2014-03-19 17:39:41 +10:00
hwmaier
906a31dd06 checkBoxList and radioButtonList to take into account closeSingleTags parameter for <br> tag
Changed checkBoxList and radioButtonList methods to generate <br/> or
<br> separator tags depending on closeSingleTags setting.
2014-03-19 10:51:10 +10:00
Carsten Brandt
45696571f9 fixed issue with CBreadcrumbs::homelink and activeLinkTemplate
fixes #3179
2014-03-09 03:56:57 +01:00
Alexander Makarov
f88061337e Merge pull request #3263 from Deele/patch-2
Misspelled placeholder for {min} value
2014-03-07 00:41:43 +03:00
Nils
8cba7cdb5d Misspelled placeholder for {min} value 2014-03-06 23:11:41 +02:00
Carsten Brandt
a58a63f9ee run build against hhvm but allow them to fail 2014-03-04 16:22:13 +01:00
Alexander Makarov
eb4bcbfbea Merge pull request #3257 from munawer-t/master
Typo fix
2014-03-04 11:25:33 +03:00