nate
|
607158de45
|
Removing deprecated method AjaxHelper::linkToRemote()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3726 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 17:22:23 +00:00 |
|
nate
|
3ed7c6e931
|
Adding 1.2 fix for Ticket #1498
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3725 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 02:32:50 +00:00 |
|
gwoo
|
20bdd8181b
|
bake 1.2 : removed _ _() for now, added admin to urls for admin methods and views
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3722 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 01:19:46 +00:00 |
|
gwoo
|
755e3dbae1
|
1.2: updated file_put_contents in basics to return number of bytes written or false
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3721 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-19 18:14:09 +00:00 |
|
dho
|
8115129597
|
Actualizing config file in skel folder
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3719 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-19 07:39:59 +00:00 |
|
gwoo
|
5b6eb9f59d
|
1.2: updating bake to use _ _() function
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3718 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-19 04:55:07 +00:00 |
|
phpnut
|
64359fe7ba
|
Removing functions from basics.php that where added as workarounds for PHP < 4.3.
Removing legacy.php and all references to the file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3717 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-19 00:37:29 +00:00 |
|
nate
|
fd4d9e41e2
|
Additional commit for [3713]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3716 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 23:03:55 +00:00 |
|
nate
|
9c8d4d83dd
|
Adding Router fix for # URLs (Ticket #1552)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3715 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 21:15:54 +00:00 |
|
nate
|
7506859555
|
Fixing DataSource path typo in ConnectionManager, and removing hardcoded paths to DboSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3713 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 19:35:29 +00:00 |
|
nate
|
114a465a36
|
Adding fix for Ticket #1551
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3712 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 18:07:55 +00:00 |
|
phpnut
|
ad65992ead
|
removed bad char in my last commit
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3711 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 17:51:29 +00:00 |
|
phpnut
|
2e4101a54b
|
Removed variable from the I18n::translate(); in basics.php __() function
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3710 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 17:17:29 +00:00 |
|
nate
|
57f27126bd
|
Adding conditions-based updating to DboSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3709 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 15:38:37 +00:00 |
|
phpnut
|
260c257514
|
Fixing bug in bake that would use the class name for the foreign key in a hasOne association
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3708 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 13:00:34 +00:00 |
|
phpnut
|
37329bb385
|
Reverting changes in [3706]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3707 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 12:55:19 +00:00 |
|
phpnut
|
e6e50dc936
|
Warning: Invalid argument supplied for foreach() in /project/cake/libs/controller/controller.php on line 724
Error would occur when the associated table did not contain any records
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3706 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 12:23:28 +00:00 |
|
phpnut
|
b64e19073b
|
Fixed bake script dropping associations if no is selected during the model creation.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3705 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 11:22:34 +00:00 |
|
gwoo
|
d485edd1ab
|
adding fix for generate list to 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3703 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 01:07:09 +00:00 |
|
gwoo
|
6d572a2b2b
|
bake: fixing lists
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3700 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-18 00:16:09 +00:00 |
|
nate
|
b570516c7e
|
Adding more docblock information to RequestHandler, and enhancement for respondAs()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3699 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 20:23:30 +00:00 |
|
gwoo
|
cf81d3077a
|
bake: add list of controllers for controllers and view baking, just like models.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3698 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 19:37:55 +00:00 |
|
gwoo
|
3e2c52a5ab
|
bake: fixing generated views
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3697 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 18:28:52 +00:00 |
|
gwoo
|
0078f8291e
|
updating generic css
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3696 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 18:15:18 +00:00 |
|
gwoo
|
1b09e10216
|
bake: fixing controllers
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3695 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 18:01:58 +00:00 |
|
gwoo
|
251bf74e6a
|
bake: fixing pluralName error
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3694 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 17:39:48 +00:00 |
|
gwoo
|
0f4783b2ad
|
bake: stop the primaryKey from being printed if it equals id
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3693 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 16:49:09 +00:00 |
|
phpnut
|
06b4676172
|
changing user_id field to foreign_key in ACL schema
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3692 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 06:38:39 +00:00 |
|
gwoo
|
51f95aada4
|
re-format of generated model code
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3691 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-17 05:05:08 +00:00 |
|
nate
|
eea428e55d
|
Code formatting and 1.2 interface updates
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3689 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-16 20:02:34 +00:00 |
|
gwoo
|
3e21696255
|
removing debug code from bake
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3688 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 20:57:56 +00:00 |
|
gwoo
|
cefde59a76
|
some more fixes for custom associations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3687 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 20:30:27 +00:00 |
|
gwoo
|
4e081f804e
|
some more fixes and code changes in bake
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3686 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 11:19:39 +00:00 |
|
gwoo
|
25b1bfa1c2
|
fix for custom model table in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3684 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 08:33:23 +00:00 |
|
gwoo
|
6f2d0f6951
|
fix for custom model name in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3683 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 08:28:26 +00:00 |
|
gwoo
|
5b0738d73f
|
fix for custom associations in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3682 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 08:13:41 +00:00 |
|
gwoo
|
8e8898102c
|
fix for custom associations in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3681 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 07:30:01 +00:00 |
|
gwoo
|
efa9eaba4d
|
fix for custom associations in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3680 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 07:10:32 +00:00 |
|
gwoo
|
7554887b1e
|
fix for custom associations in bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3679 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 06:45:13 +00:00 |
|
gwoo
|
9a4e2c4f48
|
fix for custom associations
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3678 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 06:19:46 +00:00 |
|
gwoo
|
878d786f05
|
removed useTable from bake model if it follows conventions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3677 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 06:06:49 +00:00 |
|
gwoo
|
c9a209ec92
|
updating bake 1.2 model building
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3676 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-15 05:58:13 +00:00 |
|
gwoo
|
f67e3189ab
|
changing default connect setting in bake to connect rather than pconnect
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3671 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-14 19:05:23 +00:00 |
|
phpnut
|
337a7af264
|
Removing bad character in bake script
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3670 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-14 18:45:00 +00:00 |
|
phpnut
|
3d47887211
|
Updating Bake to create admin route in core.php if not already set and admin routing option is used.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3669 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-14 18:07:52 +00:00 |
|
nate
|
8b23234b53
|
Fixing code formatting in DBOs
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3668 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-14 17:21:28 +00:00 |
|
nate
|
3a03674c76
|
Moving DataSource::getFieldValue to Set::extract
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3667 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-14 17:19:03 +00:00 |
|
gwoo
|
94bd840e8a
|
another fix for Set::extract()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3653 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 20:21:38 +00:00 |
|
gwoo
|
d39b398a20
|
another fix for Set::extract()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3651 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 20:08:00 +00:00 |
|
gwoo
|
294bf20624
|
fixing Set::extract()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3645 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 19:00:04 +00:00 |
|