Konovalov Maxim
85efd7bb0a
#1515 Use index support in relations
2012-12-12 22:04:07 +10:00
Leo R. Lundgren
459895b4d0
Fix #1839 : Make whitespace coherent in phpdoc for CAccessControlFilter.
2012-12-11 00:43:13 +01:00
Leo R. Lundgren
60094db9d2
Fix #1839 : Add more whitespace to phpdoc for CAccessControlFilter.
2012-12-11 00:08:02 +01:00
Alexander Makarov
ba319d98c6
Merge pull request #1832 from resurtm/1821-imagick-captcha
...
Fixes #1821 : ImageMagick checking code now takes into account supported image files.
2012-12-10 04:23:06 -08:00
andredelorme
74d6ecc67c
Update framework/messages/pt_br/yii.php
...
Minor translation error.
2012-12-09 13:17:24 -02:00
resurtm
c089442867
ImageMagick checking code now takes into account supported image files.
2012-12-09 20:11:36 +06:00
Gustavo Salomé Silva
ec544eb8cc
Fixed documentation error in CAccessControlFilter
2012-12-07 15:19:48 -02:00
apychan
1fcfc0cfbf
Update framework/messages/zh_tw/yii.php
...
Better translation
2012-12-07 23:39:32 +08:00
François Gannaz
e45af0fba0
Issue 1792: clear CWebUser access cache on logout
...
Closes issue #1792 "Control Access still persists after logout".
CWebUser::checkAccess() uses an internal cache that wasn't emptied on
logout. This created wrong access permissions when 2 identities were
used in a single application run.
2012-12-06 13:50:21 +01:00
resurtm
b16561bd05
Kazakh messages updated.
2012-12-06 14:07:07 +06:00
Tanguy Pruvot
4e0241612a
CJuiSliderInput: fix typo in generated javascript event
2012-12-03 13:29:22 +01:00
Qiang Xue
c538071429
prepare for next release.
2012-12-02 20:01:33 -05:00
Qiang Xue
0f7bee1f5a
prepare for 1.1.13 RC release.
2012-12-02 19:56:02 -05:00
Alexander Makarov
1d1bee3394
Added minified jQuery BBQ
2012-12-01 17:52:15 +04:00
Alexander Makarov
c1f69e8772
fixed code style
2012-12-01 15:51:37 +04:00
Alexander Makarov
d9f703b3d6
Merge branch 'asset_manager_hash_refactoring' of git://github.com/innsand/yii into innsand-asset_manager_hash_refactoring
2012-12-01 15:46:21 +04:00
Alexander Makarov
97ae6b6bbd
Merge branch 'innsand-CFileHelper_recursive_copy_fix'
2012-12-01 15:38:30 +04:00
Alexander Makarov
4545516540
fixed formatting, added missing docs
2012-12-01 15:27:32 +04:00
Alexander Makarov
b2f152cb69
backwards compatibility
2012-12-01 14:47:19 +04:00
Alexander Makarov
f088b758a2
Merge branch 'ctypevalidator' of git://github.com/antonCPU/yii into antonCPU-ctypevalidator
2012-12-01 14:34:01 +04:00
Alexander Makarov
2b4ab6115f
CCaptchaAction::validate check wasn't working properly in some cases
2012-12-01 14:31:32 +04:00
Alexander Makarov
e48357db29
Merge pull request #1788 from nsanden/218-sql-builder-union-fix
...
#218 sql builder union fix
2012-12-01 02:23:23 -08:00
Alexander Makarov
35d8088bf5
Merge pull request #1786 from nsanden/1716-pluralize-case
...
#1716 pluralize() maintain upper case on first word
2012-12-01 02:14:56 -08:00
Alexander Makarov
2b9996cf3d
Merge pull request #1791 from samdark/1548-upgrade-jqueryui
...
Fixes #1548 : Upgraded jQueryUI to 1.9.2
2012-12-01 01:57:50 -08:00
Alexander Makarov
036f6f278c
Fixes #1548 : Upgraded jQueryUI to 1.9.2
2012-12-01 13:54:16 +04:00
nsanden
933ae61067
fixed formatting issues
2012-11-30 20:50:48 -08:00
nsanden
bdd941b883
moved union to be before limit/order/offset
2012-11-30 20:41:25 -08:00
nsanden
29953e7a8a
fixed some code formatting issues
2012-11-30 18:09:20 -08:00
nsanden
535baddba5
Forgot to surround first letter with ( and )
2012-11-30 17:44:28 -08:00
nsanden
45bd660ae8
Added some regex replacements for pluralize
2012-11-30 16:12:15 -08:00
Alexander Makarov
215c7ced6b
Fixes #1193 : Upgraded jQuery to 1.8.3
2012-12-01 00:23:28 +04:00
Carsten Brandt
ca9de83d88
Fixed #138 support Mysql ANSI mode
2012-11-30 18:00:15 +01:00
Carsten Brandt
1779443632
Merged pull request #1772 branch '162-behavior'
...
* 162-behavior:
doc comments
refactored CBehavior
CBehaviorTest structure
added assertations about CBehavior::$enabled
Fix issue #162 , eventhandlers attached twice
Conflicts:
CHANGELOG
2012-11-30 17:14:10 +01:00
Carsten Brandt
5d5021a07f
Merge pull request #1777 from robregonm/master
...
Update spanish messages (messages/es)
[ci skip]
2012-11-30 08:11:13 -08:00
Carsten Brandt
97edb90501
better fix for #835
...
issue #835
reverts fix introduced with 5b28c6ab00
as onEndRequest will fire event only once I added app->end() method as
shutdown function to make sure onEndRequest gets called in any case.
If application called it before shutdown function has no effect.
2012-11-30 16:42:26 +01:00
Carsten Brandt
42dada35b5
refactored CBehavior
...
issue #162
2012-11-30 15:55:03 +01:00
Carsten Brandt
2eea4a2247
Fixed whitespace issues in doc comments of CJSON
2012-11-30 15:17:58 +01:00
Maurizio Domba
60d8b0e2fc
Merge pull request #1781 from adminnu/master
...
Enh: Refactored CJui* class (adminnu)
[ci skip]
2012-11-30 04:41:10 -08:00
adminnu
9627c2b599
remove empty($this->options) in all classes
2012-11-30 16:24:50 +04:00
lubosdz
71104cec11
[SK] Updated locale strings.
2012-11-30 12:26:18 +01:00
adminnu
fa7e55977f
deleted a space of $content CHtml::tag in CJuiSlider and CJuiSliderInput
2012-11-30 13:58:10 +04:00
adminnu
fd6e1da115
removed gaps CJuiDatePicker
2012-11-30 13:53:38 +04:00
adminnu
b5629cfd11
Enh: Refactored CJui* class
2012-11-30 12:50:33 +04:00
antoncpu
6c8f2bc7c8
indentation corrections
2012-11-29 22:49:59 +02:00
antoncpu
bb61c72a51
refactored to avoid inappropriate arguments passed to trim() or CDateTimeParser::parse()
2012-11-29 22:46:55 +02:00
Jani Mikkonen
f249bcaa16
Merge branch 'master' of git://github.com/yiisoft/yii into messages_fi
2012-11-29 22:45:34 +02:00
Jani Mikkonen
500f817d81
Finnish translation of Yii.
2012-11-29 22:42:56 +02:00
Ricardo Obregón
6a66dcd06d
Updated zii spanish messages (messages/es)
2012-11-29 09:31:42 -05:00
Ricardo Obregón
616cb18cec
Updated spanish messages (messages/es)
2012-11-29 09:30:25 -05:00
Maurizio Domba
42c9e1a922
Merge pull request #1705 from adminnu/master
...
Issue #140 : Fixed validation CJuiButton with type buttonset
[ci skip]
2012-11-29 05:13:59 -08:00