Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Sep 28, 2012
1 parent b5c4f6f commit befb53f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -26,6 +26,7 @@ Version 1.1.13 work in progress
- Bug #1465: Fixed CHtml::beginForm() when CActiveForm with method GET and ajaxButton is used (mdomba) - Bug #1465: Fixed CHtml::beginForm() when CActiveForm with method GET and ajaxButton is used (mdomba)
- Bug #1485 CSort does not quote table alias when using CDbCriteria (undsoft) - Bug #1485 CSort does not quote table alias when using CDbCriteria (undsoft)
- Enh #104: Added CWebLogRoute::$collapsedInFireBug property to control whether the log should be collapsed by default in Firebug (marcovtwout) - Enh #104: Added CWebLogRoute::$collapsedInFireBug property to control whether the log should be collapsed by default in Firebug (marcovtwout)
- Enh #84: Log route categories are now accepted in form of array. Added CLogRoute::except and parameter to CLogRoute::getLogs that allows you to exclude specific categories (paystey)
- Enh #117: Added CPhpMessageSource::$extensionPaths to allow extensions, that do not have a base class to use as category prefix, to register message source (rcoelho, cebe) - Enh #117: Added CPhpMessageSource::$extensionPaths to allow extensions, that do not have a base class to use as category prefix, to register message source (rcoelho, cebe)
- Enh #291: CFormatter::formatDate and formatDateTime now also accept strings in strtotime() format (francis_tm, cebe) - Enh #291: CFormatter::formatDate and formatDateTime now also accept strings in strtotime() format (francis_tm, cebe)
- Enh #486: CHttpSession::$gCProbability and CDbHttpSession::$gCProbability are floats now. Minimal possible $gCProbability value has been changed to the ≈0.00000005% (1/2147483647), was integer 1% before, default value left unchanged (1%) (resurtm) - Enh #486: CHttpSession::$gCProbability and CDbHttpSession::$gCProbability are floats now. Minimal possible $gCProbability value has been changed to the ≈0.00000005% (1/2147483647), was integer 1% before, default value left unchanged (1%) (resurtm)
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/ru/prototype.auth.txt
Expand Up @@ -138,7 +138,7 @@ switch($identity->errorCode)
~~~ ~~~




> Info|Информация: Люди часто запутываются в идентификации (identity) и компоненте > Info|Информация: Люди часто путаются в идентификации (identity) и компоненте
> приложения `user`. Первая представляет способ выполнения аутентификации, в то > приложения `user`. Первая представляет способ выполнения аутентификации, в то
> время как последний используется, чтобы представить информацию, связанную с > время как последний используется, чтобы представить информацию, связанную с
> текущим пользователем. У приложения может быть только один компонент `user`, > текущим пользователем. У приложения может быть только один компонент `user`,
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ru/basics.namespace.txt
Expand Up @@ -180,7 +180,7 @@ class TestController extends \CController
Модули в пространствах имён Модули в пространствах имён
--------------------------- ---------------------------


Иногда удобно использовать пространство имён для целого модуля. К примерму, Иногда удобно использовать пространство имён для целого модуля. К примеру,
если вам необходимо использовать пространство имён `\mynamespace\modules\testmodule`, если вам необходимо использовать пространство имён `\mynamespace\modules\testmodule`,
расположенное в `/var/www/common/mynamespace/modules/testmodule`, для модуля `testmodule` расположенное в `/var/www/common/mynamespace/modules/testmodule`, для модуля `testmodule`
сначала следует создать следующую структуру файлов: сначала следует создать следующую структуру файлов:
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/ru/database.query-builder.txt
Expand Up @@ -708,7 +708,7 @@ function dropTable($table)
таблицы. Параметр `$table` определяет имя удаляемой таблицы. Конструктор запроса таблицы. Параметр `$table` определяет имя удаляемой таблицы. Конструктор запроса
экранирует имя таблицы. экранирует имя таблицы.


Пример удаления теблицы: Пример удаления таблицы:


~~~ ~~~
[php] [php]
Expand Down

0 comments on commit befb53f

Please sign in to comment.