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
munawer-t
2f5981cc81
Typo
2014-03-04 13:31:15 +05:30
munawer-t
f833c68416
Typo
2014-03-04 13:25:54 +05:30
munawer-t
e920887629
Typo fix
2014-03-04 13:16:42 +05:30
Alexander Kochetov
2576534b2a
CHANGELOG
2013-06-10 00:47:54 +04:00
Alexander Kochetov
3a487d410d
Correct CWebUser::loginRequired() ajax logic
2013-06-09 23:19:45 +04:00
slavcopost
783655a364
Fix match controller in access rule, match uniqueId instead id
2013-05-24 10:46:44 +03:00
ivokund
8b2c95aada
Update CWebUser.php
...
typo fix
2013-05-08 16:44:46 +02:00
ivokund
7adf744cc3
Update CWebUser.php
2013-05-08 16:43:01 +02:00
ivokund
9cd9bcd6ef
Update CWebUser.php
2013-05-08 16:43:01 +02:00
Carsten Brandt
682456a728
Merge branch 'master' of https://github.com/yiisoft/yii
...
* 'master' of https://github.com/yiisoft/yii :
fixing bug where time() was being added twice to the cookie expiration date. Once before we pass it to CWebUser::saveToCookie, and another time inside the function.
oops, did not notice that changelog entries are ordered by type then number
Fixing CWebUser#restoreFromCookie to respect identityCookie options as well. Adding changelog line
Fixing bug in CWebUser#renewCookie which was causing it to ignore any configuration parameters speicified in user => identityCookie
2013-05-01 23:30:21 +02:00
Carsten Brandt
75bb017126
Improved documentation for php expressions
...
Fixes issue #1921
2013-05-01 23:16:00 +02:00
Carsten Brandt
ddeb897efb
Merge pull request #2328 from f10i/master
...
Bug in CWebUser#renewCookie if config file contains identityCookie params
2013-05-01 11:21:40 -07:00
Alexander Makarov
bce46097d3
Fixes #2128
2013-04-29 02:52:10 +04:00
AlFaisal ElDajani
7287653149
fixing bug where time() was being added twice to the cookie expiration date. Once before we pass it to CWebUser::saveToCookie, and another time inside the function.
2013-04-25 11:28:04 +03:00
CeBe
d09f82361a
doc typo in CPhpAuthManager
2013-04-20 01:14:46 +02:00
AlFaisal ElDajani
371f3301bd
Fixing CWebUser#restoreFromCookie to respect identityCookie options as well. Adding changelog line
2013-04-11 14:26:26 +03:00
AlFaisal ElDajani
4c2830f209
Fixing bug in CWebUser#renewCookie which was causing it to ignore any configuration parameters speicified in user => identityCookie
2013-04-11 12:44:32 +03:00
Abdul Malik Ikhsan
a7740f7c63
fix typo: controler should be controller
2013-04-01 00:40:09 +07:00
Carsten Brandt
09d525be62
CUBRID copyright, version and indentation fixes
...
adjustments to PR #1893
2013-03-27 02:17:33 +01:00
Carsten Brandt
cc4cb1ff7e
Merge branch 'cubrid-database-support' of https://github.com/kadishmal/yii into kadishmal-cubrid-database-support
...
* 'cubrid-database-support' of https://github.com/kadishmal/yii :
Ref: converted spaces to tabs.
Ref: converted spaces to tabs according to Yii coding conventions.
CUBRID Database 9.0 Support.
2013-03-27 01:29:59 +01:00
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Esen Sagynov
c0b90c73bb
CUBRID Database 9.0 Support.
2012-12-26 21:30:30 +09:00
slavcopost
c25dd2645e
typo fix in CBaseUserIdentity
2012-12-16 16:39:20 +02:00
slavcopost
9724dd5f35
typo fix in CBaseUserIdentity
2012-12-16 15:48:20 +02: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
Gustavo Salomé Silva
ec544eb8cc
Fixed documentation error in CAccessControlFilter
2012-12-07 15:19:48 -02: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
Alexander Kochetov
486723805e
else if => elseif
2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8
Fixes #1057 Removed SVN ids
2012-09-09 22:23:45 +04:00
Paul Klimov
e6376b6e06
Method "CWebUser::getReturnUrl()" has been fixed, allowing to determine default URL correctly if "CUrlManager::showScriptName" is set to "false".
2012-08-23 16:33:23 +03:00
Leo R. Lundgren
7a194496a5
Fix a bunch of @param and @return phpdoc errors in various files.
2012-08-03 16:17:58 +02:00
CeBe
c077c0b29f
fixed return doc comment type in CBaseUserIdentity
...
fixes #1108
2012-08-03 00:55:52 +02:00
Qiang Xue
30b1d6ee81
Fixes #384 : CWebUser::changeIdentity() will now delete old unused session data file
2012-07-29 00:02:21 -04:00
resurtm
b159410544
Fix #934 [skip ci]
2012-07-07 23:16:57 +06:00
Alexander Makarov
0ae218290d
Enh #342 : Added ability to pass parameters for RBAC bizRules from CAccessControlFilter configuration
2012-07-02 00:36:13 +04:00
keyboard.idol
6d8c49070b
Fixes #879 (Enabling cookie validation causes error 500)
2012-06-26 00:32:39 +02:00
Carsten Brandt
de79273978
added userId to params of authmanagers checkAccess
...
param added to have the user the checkAccess was called for available in
a bizRule.
this implements suggestion of @samdark in #766
2012-06-01 23:55:15 +02:00
Carsten Brandt
cc95887ce7
fixes issue #618 caching of CWebUser::checkAccess
...
Fixed caching of CWebUser::checkAccess() when it is called first time
with and second time without $params
2012-05-25 18:59:04 +02:00
mdomba (mdlap)
579d2a7c38
(Fixes issue #634 ) added missing return statement
2012-05-21 21:34:43 +02:00
mdomba (mdlap)
22a5213ece
Fixes issue #601 added loginRequired() to the IWebUser interface
2012-04-12 23:23:11 +02:00
Luis Lobo Borobia
c2105bdab2
Added deniedCallback to CAccessControlFilter and CAccessRule to allow forwarding control to a method on denial. Changed method. Clarified signature in doc.
2012-03-03 21:20:40 -03:00
Luis Lobo Borobia
04bc52f367
Added deniedCallback to CAccessControlFilter and CAccessRule to allow forwarding control to a method on denial
2012-02-25 02:07:37 -03:00
mdomba
a7ef3d5d02
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00
mdomba
7c851bed0f
(Fixes issue 2855) CWebUSer->login() returns the login status
2011-12-19 14:41:45 +00:00
alexander.makarow
e69b588534
better approach to solving issue 2932
2011-11-09 02:48:50 +00:00
alexander.makarow
ac8b1d4605
(Fixes issue 2939)
2011-11-07 23:05:34 +00:00
alexander.makarow
c957a0491b
better fix for CDbAuthManager type problem
2011-11-07 22:58:50 +00:00