Qiang Xue
22ca2922d2
Fixes issue #50 : implemented pager widgets.
12 years ago
Benjamin Wöster
49a4314a41
fix: remove pointless unset
12 years ago
Benjamin Wöster
6d46abcd88
remove fix for unset timezone from bootstrap app
12 years ago
Benjamin Wöster
8c6cf61589
mod: don't use ArrayHelper to avoid loading another class during every request
12 years ago
Carsten Brandt
b005b087b4
better have timezone fix in application
...
app is resposible for setting time zone, so it should also do the
fixing.
+ documentation about the behavior.
issue #210 and #209
12 years ago
resurtm
1c1b2da5b1
Add exception classes hierarchy UML diagram.
12 years ago
resurtm
124b153350
Initial Gettext support.
12 years ago
Qiang Xue
5873d4b386
Merge pull request #220 from creocoder/rbac-sqls-identation-fix
...
RBAC sql files a little identation fix
12 years ago
Alexander Kochetov
176366a24d
RBAC sql files identation fix
12 years ago
Qiang Xue
92e0f59106
Merge pull request #219 from creocoder/rbac-sqls
...
RBAC sql files
12 years ago
Alexander Kochetov
f554d3ec2e
RBAC sql files
12 years ago
Qiang Xue
9ccf7ae3d3
Merge pull request #212 from creocoder/db-auth-manager-enh
...
Suggest \yii\rbac\DbManager some Db fields renaming
12 years ago
Alexander Kochetov
9d3a3b3ebe
DbManager some Db fields renaming
12 years ago
Qiang Xue
9d663bed54
Merge pull request #198 from creocoder/auth-manager
...
[WIP] Auth manager
12 years ago
Alexander Kochetov
b9ea7e6fd8
DbManager code style fix + right Exception type fix
12 years ago
Alexander Kochetov
4b8bcd43e0
Unit tests fix
12 years ago
Alexander Kochetov
bea449f8a0
Unit tests
12 years ago
Benjamin Wöster
612eb3fdb7
undo commit 1ccce67f34
12 years ago
Benjamin Wöster
8420cec8dd
Merge commit '1ccce' into fix-209-default-timezone
12 years ago
Benjamin Wöster
b8ad3567e4
set application timezone early in application constructor, set default of UTC if no timezone is configured at all (not in app config nor in php.ini)
12 years ago
Alexander Makarov
1ccce67f34
fixes #209 : do not produce error if not timezone set in case of running yiic from framework dir
12 years ago
Alexander Makarov
810d232ee6
fixes #209 added setting default timezone to UTC in case it's not set via php.ini
12 years ago
Alexander Kochetov
0d90541084
Moved from framework to yii
12 years ago
Alexander Kochetov
815c7eff6b
Merge branch 'master' of https://github.com/yiisoft/yii2 into auth-manager
12 years ago
Alexander Kochetov
3fe23f83c7
Remove IManager interface
12 years ago
Alexander Kochetov
a03d1164ad
New condition hash format used where its possible
12 years ago
Alexander Kochetov
ded8c22b56
Exception types corrected
12 years ago
Alexander Kochetov
56757cdd94
PhpManager::saveToFile() LOCK_EX added
12 years ago
Alexander Kochetov
132391065c
Comment fixes
12 years ago
Alexander Kochetov
c9fe510ebb
Comment fixes + class descriptions added
12 years ago
Benjamin Wöster
f23a677bdf
mod: incorporate suggestions
...
- rename requireApp() to mockApplication()
- always destroy app on tearDown()
- eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN
- mockApplication() becomes a lot easier. Destroying app on each tearDown
means creating it on every call is fine. No more checking if it already
exists and if it has been created from the same config.
- \yii::$app should have been \Yii::$app
12 years ago
Qiang Xue
ecbae28700
Merge pull request #197 from tonydspaniard/196-add-popvalue-method
...
Enhance ArrayHelper with popValue method
12 years ago
Qiang Xue
533f3db4ed
Merge pull request #202 from rusmaxim/15-unit-tests-of-sqlite-driver
...
Added and resolved Sqlite tests #15 .
12 years ago
Benjamin Wöster
c30ee60e9c
add: new key for unit tests config named "className". Allows to run the tests
...
using different Application instances (consoleApp/ webApp)
mod: TestCase::getParam accepts second param $default=null
12 years ago
Benjamin Wöster
5e0f6604e8
mod: don't create app in bootstrap script, unit tests do it themselves
...
add: option to destroy app after each test to find unit tests that fail
to require an app
12 years ago
Benjamin Wöster
d4b30e26c2
allow unit tests to requireApp() on setUp()
12 years ago
Alexander Kochetov
850ff06560
DbManager added + other classes comments fixes
12 years ago
Rusinov Maxim
238684d6af
Travis anyway do sqlite tests. No needed setting ENV.
12 years ago
Rusinov Maxim
0ad55efba9
Merge branch 'master' of git://github.com/yiisoft/yii2 into 15-unit-tests-of-sqlite-driver
12 years ago
Rusinov Maxim
452be102c6
Added newline at end files.
12 years ago
Qiang Xue
b6e0022128
Merge branch 'master' of https://github.com/yiisoft/yii2
12 years ago
Qiang Xue
db61885ebd
Fixes issue #201 .
12 years ago
Rusinov Maxim
d712605a71
Added and resolved Sqlite tests #15 .
12 years ago
Antonio Ramirez
18f23ff143
Merge branch 'master' of git://github.com/yiisoft/yii2 into 196-add-popvalue-method
...
* 'master' of git://github.com/yiisoft/yii2:
Updated framework paths in composer.json
Moved "framework" to "iii".
Fixed Yii::importNamespaces() bug.
Fixes issue #174 : make URL parameters available in $_GET.
refactoring.
Removed static variable from autoload per qiangxue's suggestion
Renamed yii.php -> Yii.php for class, filename consitency
created StringHelper::basename()
Fixed YiiBaseTest echo
Check if trait was loaded
12 years ago
Antonio Ramirez
5da62fab3a
#196 refactored method name
12 years ago
Alexander Makarov
8332e8c60f
Updated framework paths in composer.json
12 years ago
Qiang Xue
0d814fa523
Moved "framework" to "iii".
12 years ago
Qiang Xue
15e1a79952
Merge branch 'master' of https://github.com/yiisoft/yii2
12 years ago
Qiang Xue
b68bd8ef63
Fixed Yii::importNamespaces() bug.
12 years ago
Qiang Xue
599debc2b9
Merge pull request #195 from suralc/trait-autoload
...
Check if trait was loaded
12 years ago