Klimov Paul
3c5b98f7fe
Unit test for issue #4018 added
2014-06-24 17:47:08 +03:00
Carsten Brandt
cb87d7be84
fixed typo and test break
2014-06-24 08:40:36 +02:00
Carsten Brandt
6e0ee4ed2a
Merge pull request #4026 from yiisoft/transaction-isolation
...
Added support for transaction isolation levels
2014-06-24 03:57:27 +02:00
Carsten Brandt
7a87a13f37
unit test for postgres transaction
2014-06-24 03:14:51 +02:00
Carsten Brandt
cc8a8360cb
added unit test and notes about dbms specific settings
2014-06-24 03:11:34 +02:00
Alexander Makarov
dde695cda4
Added GridView message check to FallbackMessageFormatterTest
2014-06-24 02:37:49 +04:00
Alexander Makarov
02e3746013
Fixed Inflector::slug to work properly with numbers
2014-06-22 02:03:55 +04:00
njasm
6974e84f18
added more unit tests to widgets\Breadcrumbs and 100% coverage.
2014-06-21 16:20:02 +01:00
Alexander Makarov
0c14f47f9a
Fixes #3793 : Changed inline autocomplete hints style to get more IDEs support
2014-06-20 17:40:00 +04:00
njasm
517cf3df43
added widget Breadcrumbs unit tests.
2014-06-20 13:37:50 +04:00
Alexander Makarov
22884e7384
Fixes #3535 : Syntax changes
...
- Removed `form_begin`, `form_end`
- Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces
- Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end`
- Added more tests
2014-06-20 05:13:36 +04:00
Alexander Makarov
e6d5af03e2
Merge pull request #3878 from dapatrese/3877-twig-lexer-options-exception
...
Fixes Twig lexerOptions throwing exception (#3877 )
2014-06-19 20:54:47 +04:00
Alexander Makarov
c3de3450a7
Fixes #3939 : \yii\Inflector::slug() improvements:
...
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation.
- Added proper tests for both intl-based slug and PHP fallback.
- Removed character maps for non-latin languages.
- Improved overall slug results.
- Added note about the fact that intl is required for non-latin languages to requirements checker.
2014-06-19 20:33:52 +04:00
Alexander Makarov
a8423bbaed
Removed commented code
2014-06-18 12:51:52 +04:00
Qiang Xue
24257e76c8
Fixes #3909 : Html::to() should not prefix base URL to URLs that already contain scheme
2014-06-17 15:41:01 -04:00
Carsten Brandt
d7b4ea859b
refactored date formatting functions
...
- removed unformat methods, they do not belong here
- removed db format, which is also not purpose of this class
- refactored the whole set of methods to be simpler and better
maintainable
More unit tests needed.
2014-06-16 18:58:36 +02:00
Carsten Brandt
330b8c2507
Merge branch '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1 into Erik-r-2359-formatter-refactored
...
* '2359-formatter-refactored' of https://github.com/Erik-r/yii2-1 :
#2359 Bugfix in normalizeDatetimeValue after regression test
#2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC.
#2359 testcases adapted and compatibility to old tests improved
remove comment lines in asRelativeTime
Typo in function call #2359
Namespace corrected #2359
Refactored formatter class #2359 which works with or without intl extension. Use PHP format patterns alsow with intl. Class is compatible with previous version.
2014-06-16 13:24:20 +02:00
Carsten Brandt
639e52c199
skip tests on HHVM
2014-06-16 11:06:01 +02:00
Carsten Brandt
36fe23dac3
use different file names in different tests to run on HHVM
2014-06-16 10:47:49 +02:00
Carsten Brandt
106a078ab7
use different file names in tests to ensure they can run on HHVM
2014-06-16 10:29:17 +02:00
patrick
48f941dac7
Fixes Twig lexerOptions throwing exception ( #3877 ) and adds test for lexerOptions
2014-06-15 13:15:36 +02:00
patrick
394ca05b72
Adds twig lexerOptions to ViewRendererTest to demonstrate error
2014-06-15 12:46:42 +02:00
Mark
a89d574a20
updated FileValidator , CHANGELOG.md , UPGRADE.md guides , tests fixed
2014-06-14 22:11:58 +04:00
Mark
1a3c04e0d2
fixed tests
2014-06-14 13:14:36 +04:00
Klimov Paul
88c25245a2
Test path composition in 'AssetControllerTest' adjusted
2014-06-13 11:51:32 +03:00
Erik_r
0a10e92f92
#2359 one test failed in Travis because standard medium date format is different in Travis then on my locale PC.
2014-06-13 10:40:40 +02:00
Erik_r
299d991a2e
#2359 testcases adapted and compatibility to old tests improved
2014-06-12 16:45:25 +02:00
Carsten Brandt
3489f295bb
fixed hhvm build error
2014-06-12 14:31:21 +02:00
Carsten Brandt
8904066519
skip Imagine test on HHVM
2014-06-12 14:14:20 +02:00
Carsten Brandt
18c5bb1352
fixed file permission
2014-06-12 13:25:00 +02:00
Carsten Brandt
3a42c8c3e7
try to fix hhvm tests
2014-06-12 13:21:16 +02:00
Carsten Brandt
1a7b4c5383
added testcase of @UncleCoder
...
e43c503c2d
issue #3817
2014-06-12 10:52:36 +02:00
Mark
0206e9174c
file validator tests added
2014-06-10 14:14:59 +04:00
Alexander Makarov
f8e05fbf4f
Improved yii\helpers\Inflector::slug to support more cases for Russian, Hebrew and special characters
2014-06-08 05:44:31 +04:00
Klimov Paul
8bb3e07c82
Merge branch 'master' of github.com:yiisoft/yii2
2014-06-05 11:47:07 +03:00
Klimov Paul
603127712b
Escaping of the special characters at 'MATCH' statement reworked
2014-06-05 11:46:35 +03:00
Carsten Brandt
0208f289c3
fixed test breaks
2014-06-04 19:12:18 +02:00
Carsten Brandt
59b9065cec
ES: fixed issue with storing empty records
...
fixes #3587
2014-06-04 17:56:42 +02:00
Carsten Brandt
e9758fec29
fixed test break
2014-06-04 17:24:01 +02:00
Carsten Brandt
d92281dcda
refactored ActiveRecord::unlinkAll() to work will noSQL
...
issue #3520
2014-06-04 14:28:57 +02:00
Klimov Paul
804aded508
yii\sphinx\Connection::escapeMatchValue() fixed
2014-06-04 10:56:33 +03:00
Klimov Paul
62fdaeec6a
Extra quote escaping at yii\sphinx\Connection::escapeMatchValue() fixed
2014-06-03 16:46:03 +03:00
Klimov Paul
adb36e42c4
Usage of yii\db\Expression for the 'MATCH' statement fixed
2014-06-03 15:58:02 +03:00
Klimov Paul
b8c9d51530
Merge branch 'master' of github.com:yiisoft/yii2
2014-06-03 13:48:38 +03:00
Klimov Paul
3f001aeed0
Escaping of the special characters at 'MATCH' statement added
2014-06-03 13:47:15 +03:00
Alexander Makarov
2a75cd19c0
Added missing relations to Redis/Elasticsearch test models
2014-06-03 14:24:11 +04:00
Alexander Makarov
4769e730fa
Fixed sqlite schema SQL
2014-06-03 14:20:30 +04:00
Alexander Makarov
9c564808e5
Added missing models for Redis tests
2014-06-03 14:02:41 +04:00
Alexander Makarov
d34e3c326f
Fixed typo in test
2014-06-02 20:14:48 +04:00
Alexander Makarov
a5c4a0ebb4
Adjusted BaseActiveRecord code for better noSQL compatibility
2014-06-02 20:13:48 +04:00