Juan Basso
|
0ac99eddb5
|
Replacing "echo sprintf" by "printf" where possible. Fixes #209.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-01-18 00:56:22 -05:00 |
|
ADmad
|
2441849fa0
|
Replacing constant CIPHER_SEED with Configure class variable 'Security.cipher_seed' and renaming Security class method 'checkSessionKey' to 'checkSecurityKeys'
|
2010-01-16 03:26:26 +05:30 |
|
Mark Story
|
53f0771a48
|
Fixing output of 'Actions' in bake templates. Now outputs a __() call.
|
2010-01-13 00:14:57 -05:00 |
|
Mark Story
|
ee8ebce837
|
Merge branch '1.3' into scaffold-design
|
2010-01-12 23:33:52 -05:00 |
|
Mark Story
|
dc00cfe539
|
Adding to baked index files to fix rendering issues in IE.
|
2010-01-12 18:28:16 -05:00 |
|
predominant
|
47fc47ff59
|
Refs #147. Adding more verbose baked validations for models.
|
2010-01-01 17:28:05 +11:00 |
|
Mark Story
|
b0a50e10b7
|
Updating bake templates and default css file.
|
2009-12-28 23:13:04 -05:00 |
|
Mark Story
|
1216884a30
|
Starting work on bake template redesign.
|
2009-12-28 23:13:04 -05:00 |
|
Mark Story
|
6615094350
|
Merge branch '1.3' into 1.3-misc
|
2009-12-10 23:42:55 -05:00 |
|
ADmad
|
e2c4c0d4de
|
Removed adding of Html and Form helper by default to baked controllers as its not DRY and they are alrady inherited from Controller class. If var helpers is declared in AppController, Html and Form should be included there.
|
2009-12-08 01:41:52 +05:30 |
|
mark_story
|
3907893263
|
Adding tests for incorrect function used in form.ctp.
Fixing mistyped function name. Fixes #364
|
2009-11-26 09:52:15 -05:00 |
|
mark_story
|
f038cb8ffb
|
Updating default bake templates to exclude primary key input for all actions containing 'add'
Fixes #319
|
2009-11-21 21:10:31 -05:00 |
|
predominant
|
1185681549
|
Removing newline caused by Subversion line removal.
|
2009-11-06 18:01:22 +11:00 |
|
predominant
|
384bb7a0e0
|
Update license lines throughout.
|
2009-11-06 17:51:51 +11:00 |
|
predominant
|
d7b604c8ed
|
Fixing links throughout
|
2009-11-06 17:46:59 +11:00 |
|
predominant
|
8ff6505fe8
|
Removing excess whitespace
|
2009-11-06 17:08:23 +11:00 |
|
predominant
|
6782cb019c
|
Update CakePHP Project link.
|
2009-11-06 17:00:11 +11:00 |
|
predominant
|
5dfe1777af
|
Removing Subversion file headers.
|
2009-11-06 16:51:09 +11:00 |
|
predominant
|
ceee56013c
|
Remove Subversion $Date$ lines.
|
2009-11-06 16:17:01 +11:00 |
|
predominant
|
04f1b6cdfe
|
Remove Subversion $LastChangedBy$ lines.
|
2009-11-06 16:11:16 +11:00 |
|
predominant
|
42f3f16d60
|
Remove subversion $Revision$ lines.
|
2009-11-06 16:08:02 +11:00 |
|
predominant
|
1b9b0aae5e
|
Updating Copyright date to include 2009.
|
2009-11-06 15:34:28 +11:00 |
|
predominant
|
8f75ff58c7
|
Removing @filesource
|
2009-11-06 15:24:02 +11:00 |
|
predominant
|
cf42c8dd7f
|
Updating default views and baking templates to use $this->Helper syntax for helpers.
|
2009-11-04 15:52:56 +11:00 |
|
mark_story
|
1613b849d1
|
Correcting typos.
|
2009-10-11 21:19:52 -04:00 |
|
mark_story
|
0221a81b33
|
Fixing missed string.
|
2009-10-11 21:18:29 -04:00 |
|
mark_story
|
4f6e9d4873
|
Changing default bake views to allow easier i18n. Refs #3356
|
2009-10-11 21:09:15 -04:00 |
|
mark_story
|
37b575496c
|
Fixing capitalization in ControllerTask & test cases.
|
2009-09-20 18:13:53 -04:00 |
|
AD7six
|
888d359274
|
strtolower - ing bake flash messages
|
2009-09-02 00:59:00 +02:00 |
|
mark_story
|
78c4a21451
|
Fixing use of Model::del() to Model::delete()
|
2009-08-12 09:46:17 -04:00 |
|
AD7six
|
d61e8736e4
|
Merge branch '1.3' into 1.3-bake
|
2009-08-02 22:44:28 +02:00 |
|
AD7six
|
7eb150b49a
|
Merge branch '1.3' into 1.3-bake
Conflicts:
cake/console/libs/tasks/model.php
|
2009-08-02 22:31:01 +02:00 |
|
mark_story
|
9092b25004
|
Fixing how scaffold arg works, now generates scaffolds.
Making admin arg only make admin methods and new both arg make both admin and non admin methods.
Adding test cases.
Adding new line to template.
|
2009-07-28 22:53:29 -04:00 |
|
mark_story
|
b4f4aeeec7
|
Moving shell templates dirs.
Updating TemplateTask to reflect changes in directories.
Updating test cases to use App::build()/App::path()
|
2009-07-26 01:29:08 -04:00 |
|