Commit Graph

34 Commits

Author SHA1 Message Date
Alexander Makarov
c7d5e69cda Eliminated unused variables 2016-07-29 23:06:38 +03:00
Carsten Brandt
3d719d057e review yii\web namespaces docs 2016-02-12 16:21:32 +01:00
muhammadcahya
557b32f1d7 Efficiency CSS on Requirement Checker
I think this is no need a 6807 lines only for css style, 'same' css code, unused code inside core framework. 
Like @samdark say, I think will be better to remove unused stuff.

closed issue : https://github.com/yiisoft/yii2/issues/10791
2016-02-10 10:44:39 +07:00
muhammadcahya
d0e285ea3a Change to semantic html 5 elements/tags 2016-02-10 10:42:03 +07:00
SilverFire - Dmitry Naumenko
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
SilverFire - Dmitry Naumenko
9d79038485 Added requirement for ICU Data 2015-11-19 17:26:01 +02:00
Alexander Makarov
f393a84a0f Fixed error in case of missing ICU 2015-11-15 13:58:13 +02:00
Alexander Makarov
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00
jeicd
0407407b76 fix coding style to follow PSR-2 2015-10-05 13:58:47 +06:00
Alexander Makarov
67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 2015-05-31 13:39:30 +03:00
Klimov Paul
219bf07dbb 'ctype' PHP extension added to the requirements 2015-05-14 16:41:36 +03:00
Alexander Makarov
b2f5739781 Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements
#7301 adds checking of the icu version in requirements
2015-02-24 14:22:40 +03:00
tom--
4512833fac Fixes #7215: Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward 2015-02-24 14:03:41 +03:00
Sidney Lins - WMaior.com
f0cc302802 [i18n, #7301] Check ICU version in requirements warning when < 49 2015-02-23 20:45:31 -03:00
pana1990
274b92b6a3 Fix #6605 2014-12-21 17:34:07 +01:00
Alexander Mohorev
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
Alexander Makarov
ddf8085b8e Fixes #4297: Added check for DOM extension to requirements 2014-07-16 14:40:09 +04:00
Carsten Brandt
08b7636d81 Review requirements
fileinfo is not a hard dependency.
2014-06-30 11:22:13 +02:00
Carsten Brandt
1f4a7997a3 Update requirements.php 2014-06-29 15:56:44 +02:00
Carsten Brandt
8df51a7ec0 made mcrypt a framework requirement 2014-06-29 15:26:32 +02:00
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +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
Mark
724efdb58e fileinfo check 2014-06-11 20:52:25 +04:00
LAV45
55b8a749ae Tests excess dump removed 2014-05-17 01:56:33 +03:00
Carsten Brandt
435747cf98 apidoc and codestyle fixes 2014-03-26 23:03:18 +01:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
Carsten Brandt
64997fd5e3 fixed requirements checker once again... 2014-03-16 20:40:54 +01:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Carsten Brandt
1b7e1cd027 Merge pull request #2605 branch 'feature' of https://github.com/mongosoft/yii2 into code-style
* 'feature' of https://github.com/mongosoft/yii2:
  returned back formatting language files
  code style. WHILE
  code style. FOR
  code style. FOREACH
  code style. operator IF
  @param, @var, @property and @return must declare types as boolean, integer, string, array or null
  short echo tags
  short array syntax

Conflicts:
	extensions/apidoc/commands/RenderController.php
	extensions/apidoc/models/BaseDoc.php
	extensions/apidoc/models/Context.php
	extensions/apidoc/templates/bootstrap/Renderer.php
	extensions/apidoc/templates/bootstrap/layouts/guide.php
	extensions/apidoc/templates/bootstrap/layouts/main.php
	extensions/apidoc/templates/bootstrap/views/index.php
	extensions/apidoc/templates/html/Renderer.php
	extensions/apidoc/templates/offline/views/index.php
	extensions/apidoc/templates/offline/views/offline.php
	extensions/apidoc/templates/online/views/index.php
	extensions/elasticsearch/Connection.php
	extensions/redis/ActiveQuery.php
	framework/base/ErrorException.php
	framework/helpers/BaseFileHelper.php
	tests/unit/framework/helpers/FileHelperTest.php
2014-03-07 21:54:44 +01:00
Carsten Brandt
3777ec2bd3 fixed > 100 typos introduced by me :-) 2014-03-05 02:38:59 +01:00
Alexander Mohorev
95ea1c20bb code style. FOREACH 2014-03-03 21:47:47 +03:00
Alexander Mohorev
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
Qiang Xue
370b05648a doc fix. 2014-01-24 10:26:05 -05:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00