477 Commits (9e02e89faedb672d1bf667a8727f112d68347a7d)

Author SHA1 Message Date
SilverFire - Dmitry Naumenko b641cb7dea Updated ArrayHelperTest::testIsTraversable() 9 years ago
SilverFire - Dmitry Naumenko c478199937 Added property `yii\web\DbSession::encodeData` to encode/decode session data in base64 on session read/write 9 years ago
Sam Mousa 16a6af5fa8 Add helper function for checking if an object is an array-like object. 9 years ago
SilverFire - Dmitry Naumenko d66659e329 ArrayHelperTest - groupBy tests moved to a separate method 9 years ago
Chris Harris 0ca5a1a86a Fixed test 9 years ago
Chris Harris a997603ab6 More Postgres tests 9 years ago
SilverFire - Dmitry Naumenko 66c6268e5f FileValidator: updated guide-ru,en, PHP; updated tests 9 years ago
kirSeNN a4c68b5278 #5469 added mimetype mask validation feature 9 years ago
Chris Harris f709246cac Fixed test data 9 years ago
Chris Harris cbcdf11836 Formatting 9 years ago
Chris Harris 0a336df6ba Check return value of strncmp. Corrected SQLite expected schema test data. 9 years ago
Chris Harris f500354040 Remove _all_ variants of primary key columns from `testCreateTableColumnTypes()` test 9 years ago
Chris Harris 0f0964be90 Correct builder type in test data 9 years ago
Chris Harris 13823834e2 Start of new tests 9 years ago
Chris Harris db5399b124 Added `$expectedColumnSchemaBuilder` back to test data 9 years ago
Chris Harris e0e82bc56b `ColumnSchemaBuilder::__toString()` should match `$expected` 9 years ago
Chris Harris 3761682edf Upgraded some tests. Fixed MySQL test fixtures to create all tables with InnoDB. 9 years ago
Chris Harris 81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 9 years ago
Carsten Brandt 2d74a8da41 added test for DetailView related attribute 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Carsten Brandt 6c5c2ff64f added test for AccessRule class 9 years ago
Carsten Brandt 187c314d01 better fix for test break b9880f3247 9 years ago
SilverFire - Dmitry Naumenko 4e4fb02264 Fixed QueryBuilterTest for PgSQL 9 years ago
Daniel Gomez Pan 26ff223855 WIP #10840: add display shorcuts in help command 9 years ago
Daniel Gomez Pan edfdb54430 WIP #10840: rename shortCuts() to optionAliases() 9 years ago
Carsten Brandt b9880f3247 added test for custom index hints in FROM and JOIN 9 years ago
Daniel Gomez Pan a0a44c382a WIP #10840 9 years ago
Sam Mousa af5f5d0e3e Fixes #9851: Fixed partial commit / rollback in nested transactions 9 years ago
quantum 7b46bd1f7c Fixes #10451: Check of existence of `$_SERVER` in `\yii\web\Request` before using it 9 years ago
Vladimir Khramov ef8b0a2be0 parameter dimensions in ArrayHelper::index 9 years ago
SilverFire - Dmitry Naumenko 624be05be0 Updated TimestampBehaviorTest to test the callable in array format as value 9 years ago
Sam Mousa 8ea4c660da Several improvements to DI container 9 years ago
Carsten Brandt 4f4a661061 fixed test break when formatter is loaded before intl magic 9 years ago
Carsten Brandt ce35739469 joinWith implementation cleanup 9 years ago
Carsten Brandt 3f8df39f45 more tests for joinWith alias 9 years ago
Carsten Brandt 94571e2c23 improved tests for ActiveQuery::joinWith alias 9 years ago
Carsten Brandt 5f19e7aa41 Added Alias Syntax for joinWith() 9 years ago
Carsten Brandt 157d6c79cc fixes #4972 by adding and `alias()` to `ActiveQuery` 9 years ago
Klimov Paul d22a3a0a07 Fixed `yii\validators\EachValidator` does not respect `skipOnEmpty` rule parameter 9 years ago
nainoon 076329bfba add test for join with alias 9 years ago
Klimov Paul e4f71eef69 `CheckboxColumnTest` location fixed 9 years ago
boehsermoe 22dceedabb Fixed DetailView for arrayable models 9 years ago
SilverFire - Dmitry Naumenko ef413d0337 AuthTest::testActive - fixed test case 9 years ago
Daniel Gomez Pan 295bb3e173 WIP #10764: adjusted Html::beginTag and Html::endTag methods to be consistent 9 years ago
Daniel Gomez Pan f4990b3879 WIP #10764: add extra test for Menu class 9 years ago
SilverFire - Dmitry Naumenko 32c424da10 Fixed i18n message sources to load fallback messages in a smarter way 9 years ago
Carsten Brandt 0f30b0843b added test for SORT_DESC 9 years ago
Andrew Nester 78de315794 Fixed processing nested objects multisort in BaseArrayHelper 9 years ago
Carsten Brandt 273bd9ba6d add test for ActionFilter::isActive 9 years ago
Daniel Gomez Pan cd7039e97c WIP #10764 9 years ago