314 Commits

Author SHA1 Message Date
Marco van 't Wout
bd71ed35dd Remove return type from docblock.
Fixes:
- cli/commands/shell/ModelCommand.php:127 PhanTypeMissingReturn Method \ModelCommand::generateRelations is declared to return array in phpdoc but has no return value
2023-09-27 16:39:04 +02:00
Maxim
b34b03bd47 Update link 2022-10-07 20:52:44 +03:00
Arhell
c967eec15c update links 2022-08-06 13:54:29 +03:00
Marco van 't Wout
cc96a68810 Fix legacy implementation of lcfirst() that tries to assign a full string to the first character of a string.
Throws PHP warning "Only the first byte will be assigned to the string offset" on PHP 8.
2021-06-30 10:57:39 +02:00
Konstantin Kovalenko
7b44abc817 Fixes #4130: Fixed PHP 7 added an interception of the ParseError exception for the eval() usage 2017-02-24 00:29:35 +03:00
Armano
26368deace Fix spelling in documentation and add missing/invalid documentation [skip ci] 2016-07-19 14:01:14 +03:00
Carsten Brandt
53d9f95ff2 Normalize all the line endings 2015-11-23 18:02:25 +01:00
Alexander Makarov
17e0a77bcf Changed default app errorAction 2015-04-18 00:14:28 +03:00
Alexander Makarov
10fb01094c Fixes #3760: added note to default app config about errorAction behavior 2015-04-17 00:32:11 +03:00
mdeweerd
588defabeb I18N for Delete confirmation text. 2014-11-09 20:41:53 +01:00
Carsten Brandt
38754bb259 bump @since version number for 1.1.15
they are in 1.1.16 now because 1.1.15 was a security release
2014-10-23 19:35:48 +02:00
Carsten Brandt
9f1d8b83c0 removed unnecessary .gitignore files
fixes #3227
2014-08-15 04:32:14 +02:00
UA2004
52d427a5fa Database settings moved to separate file.
main.php and console.php just include it.

fixes #3489, close #3490
2014-08-15 01:28:48 +02:00
Carsten Brandt
d4445fb1ec refactored fileHeader property added by #3346 2014-06-20 15:54:21 +02:00
Carsten Brandt
f9ac0fa7c8 Merge branch 'patch-3' of https://github.com/mbdwey/yii
* 'patch-3' of https://github.com/mbdwey/yii:
  update message commane cli | add file header config
2014-06-20 15:40:53 +02:00
mbdwey
3c63c42c51 update message commane cli | add file header config
it's New configuration feature
this would alllow developer to controlled if he need to add file header
to translations or not
'fileHeader' => true // default Yii header String
'fileHeader' => false // no file header added
'fileHeader' => "string" // add this string to file header
2014-04-30 01:15:21 +02:00
Carsten Brandt
72afaeed30 use HTML5 in default webapp
fixes #2683
2014-04-22 23:37:19 +02:00
resurtm
e4c2717aa6 Minor fixes related to the feature of migrating to the certain date/time 2014-02-19 13:01:56 +06:00
resurtm
322c517b80 Fix #3228: added an ability to migrate to the certain time 2014-02-15 13:56:36 +06:00
Daniel Banck
2e1602a962 Fixes #3078: Migration table primary key is too long for utf8mb4 databases 2013-11-29 01:40:26 +01:00
Alexander Makarov
5a6357255b fixes #2852 2013-09-10 20:02:09 +04:00
Carsten Brandt
75eb9f9986 Changed header case Content-type to Content-Type
fixes #2709 fixes #2726
2013-08-03 11:25:20 +02:00
Alexander Makarov
e6bfe4dd1d Merge pull request #1684 from resurtm/identity-application-vendor-dir
`vendor` directory added to the generated application.
2013-05-27 02:32:56 -07:00
Carsten Brandt
4ce94e9543 Always refresh migration table schema in MigrateCommand
value could be outdated in testing environment.
Fixes #1911
2013-05-27 02:01:42 +02:00
Klimov Paul
d634bcc23d Unit test "MessageCommandTest" has been improved.
"MessageCommand" has been updated: config file including switched from "require_once" to "require"
2013-03-22 22:20:36 +02:00
Paul Klimov
5b3d84016e E_NOTICE at "MessageCommand::generateMessageFile()" has been fixed. 2013-03-22 16:30:43 +02:00
Paul Klimov
021a541de8 "MessageCommand" has been updated, allowing to merge string with value '0' correctly. 2013-03-22 14:26:22 +02:00
CeBe
097a3a2ce1 Enh #2135: Yii::t() messages in subfolders
Manual merge of PR #2209 of @firsyura
2013-03-15 23:20:08 +01:00
borales
2f68a75235 Replacing spaces with tabs
[ci skip]
2013-03-06 08:48:59 +02:00
borales
07975cad64 Fixing spaces
[ci skip]
2013-03-06 01:06:46 +02:00
borales
a7af2c5371 Fixing some typos, PHPDocs
[ci skip]
2013-03-06 00:24:35 +02:00
Marko Bischof
1f43ba3ced removed which fixes #2112 2013-02-14 18:09:17 +01:00
GeXu3
b44351edcf .hgignore has wrong rule for assets folder. Described and solved here: http://www.yiiframework.ru/forum/viewtopic.php?f=3&t=10464&p=62389 2013-02-07 01:58:17 +02:00
Abdul Malik Ikhsan
6247adaf26 change copyright symbol 2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a update copyright year
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Makarov
be34d29ed5 modified search() description, applied changes to cli generator 2013-01-08 00:46:16 +04:00
Alexander Makarov
4863968492 Merge branch 'extract-message-fix' of git://github.com/softark/yii into softark-extract-message-fix
Conflicts:
	CHANGELOG
2012-11-24 17:29:54 +04:00
Maurizio Domba (mdwork)
1fb3b9dc8a Fixes issue #1441 updated yiigridview.js method calls with the new syntax 2012-11-20 14:13:23 +01:00
resurtm
95c4e7ace8 vendors ➡️ vendor 2012-11-10 18:04:50 +06:00
resurtm
c6ce13ae09 vendors directory added to the generated application. 2012-11-10 09:25:31 +06:00
softark
a8f01008fc Fix #1574: MessageCommand::extractMessages fails to ignore invalid category definitions 2012-10-18 22:48:15 +09:00
Alexander Kochetov
9687e822ec form.css success label fix 2012-10-03 18:02:29 +04:00
Alexander Kochetov
486723805e else if => elseif 2012-10-03 10:20:14 +04:00
resurtm
b37498daeb Fixes #1212. 2012-09-27 11:29:47 +06:00
resurtm
63b86f6407 Fixes #1400. MessageCommand does not add @version $Id: $ to the message files anymore. 2012-09-14 18:46:07 +06:00
Alexander Makarov
d865a3bab8 Fixes #1057 Removed SVN ids 2012-09-09 22:23:45 +04:00
Alexander Makarov
fee50f1f4a Enh #1228: Added ability to MessageCommand to generate translation files for multiple functions 2012-09-08 16:01:23 +04:00
Arne
7034388ba8 Update framework/cli/commands/MessageCommand.php 2012-08-27 11:47:58 +03:00
Arne
b5f893c5f7 Changed indenting, renamed translator variable name. 2012-08-26 22:02:31 +02:00
Arne
029d497c46 Allow translator property to accept multiple translators in array format. 2012-08-14 23:49:52 +02:00