octicon-git-branch(16/) Commit Graph

112 Commits

Author SHA1 Message Date
Carsten Brandt
f4a5b03b1d updated docs about AR in migrations
fixes #9374
2015-08-11 21:49:58 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
89eb3dff14 prepare for release 2.0.6 2015-08-06 00:00:30 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
a5c92eb4cb register STDIN, STDOUT, and STDERR if not defined by PHP
this ensures that they are defined if needed and reduces redundant
code in the entry script.

close #6853
2015-07-11 17:46:32 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
816ebd1e17 Additional phpdoc and minor code style fixes 2015-05-31 14:17:04 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
9c10f17690 added --useHttp option to dev command
allows to clone repos using HTTP only, not SSH

issue #3267
2015-05-27 12:47:16 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8da1ebb449 prepare for next release. 2015-05-10 18:25:21 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
3c99febbbf added benchmark to dev. 2015-05-10 16:01:29 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
2d1650554b fixed chdir in dev controller 2015-04-30 11:47:23 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
87a824515f Renamed application template into project template in docs 2015-04-02 14:46:34 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
dd3cc91fef command to run a command in all extension and app dirs 2015-03-23 15:43:30 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
2602efcc4b more verbose output on dev controller 2015-03-22 19:47:20 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
a564273894 return 0 on success to make check easier 2015-03-22 19:43:32 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
7fba1698b3 updated build command to set up dev environment
issue #7812
2015-03-22 19:37:51 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
5eba1403ff removed requirements checker from classmap
fixes #6936
2015-01-21 15:59:29 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
5834256e21 added changelog merge to release command
fixes #5975
2014-12-07 16:34:55 +01:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Mohorev
329e6ee00a Use elseif instead of else if 2014-10-25 15:36:53 +03:00 octicon-file-diff(16/) octicon-file-code(16/)
pana1990
c3d55cff76 fix code style php5.4 syntax
close 5458
2014-10-09 19:45:52 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
00ca1cb4b3 Fixes #4914 2014-09-04 03:27:13 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
88d38b7820 Fixes #4501: Renamed the constant YII_PATH to YII2_PATH 2014-08-14 22:17:05 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
7736853837 property code style extensions 2014-07-30 00:40:46 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
100ba6c3ab Replaced substr_compare with strncmp where possible 2014-07-30 02:32:47 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
5976d1c576 added property spacing to code style fixer 2014-07-30 00:21:31 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
1c414caace Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare 2014-07-30 02:15:08 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3c6239f9f7 Revert "Used substr_compare instead of substr when we don't care about result"
This reverts commit 07f01bcf2b.

BUT ONLY for the /build directory!
2014-07-29 22:04:24 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
a9aebfab7c minor message improvements 2014-07-29 22:01:28 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
07f01bcf2b Used substr_compare instead of substr when we don't care about result 2014-07-23 16:37:49 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
81d5dd0163 Better Windows detection 2014-07-23 16:08:44 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
7ef0d76048 Corrected app/link for Windows once again 2014-07-16 00:35:44 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
b014489b6a Better Windows unlink as suggested by @cebe 2014-07-14 17:44:13 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
aff1382126 Fixes broken app/link under non-Windows 2014-07-14 17:36:51 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
67677dd79a Fixed build app/link to work on Windows 2014-07-11 00:23:46 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
6578cfbdab updated phpdoc and classmap 2014-06-25 18:24:23 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
f262e77329 Fixed translation docs typo 2014-06-11 13:51:42 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
e65eeabeab Fixed translation tool and docs 2014-06-11 13:24:46 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
0b248dff81 Merge PR #3643 branch 'mime-types-from-apache' of github.com:yiisoft/yii2
* 'mime-types-from-apache' of github.com:yiisoft/yii2:
  changelog
  generated mimeType detection file from apache http mime.types file

Conflicts:
	framework/CHANGELOG.md
2014-05-30 16:58:07 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
e5713c8e12 generated mimeType detection file from apache http mime.types file
MimeTypeController generates a map of file extensions to MIME types

It uses `mime.types` file from apache http located under
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup

This file has been placed in the public domain for unlimited
redistribution,
so we can use it and ship it with Yii.

see also yiisoft/yii#2851 and yiisoft/yii#2857
2014-05-30 15:54:51 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
d7a251bbec Removed unused imports, added missing phpdoc 2014-05-30 11:55:17 +06:00 octicon-file-diff(16/) octicon-file-code(16/)
Alexander Makarov
3b29001ef5 #2677: added 1.1 port of translations command 2014-04-30 03:29:42 +04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3437c571a1 phpdoc controller did not find some setters
fixes #3255
2014-04-26 13:03:08 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
4c09aef2a4 created Appcontroller to make it easiert to debug
controller links application vendor to yiidev repo
2014-04-25 20:37:44 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3f7779a26a phpdoc
[ci skip]
2014-04-23 04:22:13 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
12d34849cc improved phpdoc command 2014-04-23 02:13:53 +02:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2014-04-13 17:58:59 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Qiang Xue
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00 octicon-file-diff(16/) octicon-file-code(16/)
Carsten Brandt
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00 octicon-file-diff(16/) octicon-file-code(16/)