Commit Graph

298 Commits

Author SHA1 Message Date
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
resurtm
73833cbf7b Typo fix. 2012-07-26 20:22:46 +06:00
resurtm
ce0ccb4f7f Merge branch 'master' of git://github.com/yiisoft/yii into webapp-git-hg-support 2012-07-26 19:24:08 +06:00
resurtm
06b59f750b Changelog and WebAppCommand help additions. 2012-07-26 19:23:45 +06:00
resurtm
629540bfb5 WebAppCommand now supports generation of additional files for hg and git. 2012-07-26 19:05:40 +06:00
resurtm
2daa68a30f Added additional metadata to the variables inside views generated by webapp command.
Could be very useful for IDEs auto completion.
2012-07-26 16:07:41 +06:00
Alexander Makarov
bf3c1f7d50 Enh #584: Refactored WebAppCommand to be more customizable, added more PHPDoc 2012-07-02 01:50:43 +04:00
Carsten Brandt
cb1f59de2f typo, added DIRECTORYSEPARATOR and / 2012-06-26 00:55:45 +02:00
Carsten Brandt
47a9534301 fixed webapp creation with relative paths like ../
was not working correctly when base name of path was ..
fixes #178
2012-06-26 00:39:51 +02:00
mdomba (mdlap)
8b2e2e02bb (Fixes issue #690) added sender name and proper headers for UTF8 e-mail seding to SiteController->actionContact() 2012-05-21 21:09:54 +02:00
Steffen Dietz
71ff7f7156 matched confirm signature to CConsoleCommand 2012-05-14 21:43:29 +02:00
Alexander Makarov
77877db9ae Chg #497: Added log component and preloaded it in default console application config in order to properly log errors 2012-05-01 23:58:10 +04:00
Carsten Brandt
a098f97b0e code style and small documentation fixes
due to comments in a6d8222 4fd934d
2012-04-28 00:32:09 +02:00
Carsten Brandt
4fd934d0bd adjusted all framework commands to use proper exit codes
use console exit codes introduced in pull request #647
2012-04-27 23:01:24 +02:00
SATO Kentaro
de81ed829a Add sort parameter to MessageCommand that sort messages when merging. 2012-03-03 15:05:11 +09:00
SATO Kentaro
846717250b Avoid piling up obsolete marks of MessageCommand. 2012-03-03 15:01:47 +09:00
mdomba (mdlap)
977997e66a proper tag for login info (kbd instead of code) 2012-02-23 22:13:29 +01:00