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 |
|
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 |
|
gwoo
|
1c1bc8bfa8
|
more happy fixes for bake, admin option works now
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3640 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 09:31:20 +00:00 |
|
gwoo
|
89549ec129
|
fix belongsTo select for bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3639 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 08:52:26 +00:00 |
|
gwoo
|
46b1451a8e
|
another fix for bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3638 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 07:54:27 +00:00 |
|
gwoo
|
9d1c5334bd
|
another fix for bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3637 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 07:51:55 +00:00 |
|
gwoo
|
80481ae318
|
added extract() to Set, added format() to TimeHelper, fixed bake admin views creation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3636 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 07:41:10 +00:00 |
|
gwoo
|
c7e5a528a3
|
removing debug code from bake 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3635 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 04:45:12 +00:00 |
|
gwoo
|
1a977a2053
|
bake fix for root path
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3633 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-13 03:46:47 +00:00 |
|
nate
|
8a64ba93fc
|
Refactoring Paginator helper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3631 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-12 20:03:58 +00:00 |
|
phpnut
|
e2ffad5a65
|
Reverting changes made in [3622] and reopening ticket #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3630 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-12 20:03:56 +00:00 |
|
nate
|
91f6adcfab
|
Adding Paginator helper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3629 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-12 19:45:12 +00:00 |
|
nate
|
d66ca81671
|
Adding validation logic fix (Ticket #1518)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3628 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-10 22:29:13 +00:00 |
|
gwoo
|
ff847150e2
|
bake 1.2 fixes, skel and css updates
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3627 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-10 22:05:41 +00:00 |
|
gwoo
|
5f88da5d70
|
bake 1.2 fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3625 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-10 20:00:35 +00:00 |
|
gwoo
|
79a538d6c5
|
updating css and bake in 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3624 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-10 18:24:25 +00:00 |
|
phpnut
|
ebbb773c57
|
Moving session_start to CakeSession::__begin()
Fixes #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3622 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-10 00:49:38 +00:00 |
|
phpnut
|
af7856e505
|
Adding fix for #1489
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3621 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 23:44:20 +00:00 |
|
nate
|
d412939912
|
Refactoring Model::save and teaching Model to eat XML
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3620 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 22:00:22 +00:00 |
|
nate
|
76e52d3862
|
Adding fix for decimal numbers being quoted (Ticket #1360)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3618 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 21:42:35 +00:00 |
|
phpnut
|
d88f2bae9a
|
Reverting changes made to the Session class related to #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3617 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 21:33:13 +00:00 |
|
nate
|
0544a063f6
|
Adding 1.2 fix for Ticket #1442
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3616 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 21:06:29 +00:00 |
|
nate
|
1842759ed4
|
Adding 'with' join fixes, and field quoting fix for Ticket #1445
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3614 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 21:03:45 +00:00 |
|
gwoo
|
f0ce5ba0ce
|
bake refactoring for 1.2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3613 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 20:27:28 +00:00 |
|
nate
|
dc5a209a03
|
Adding fix for Ticket #1514 (1.2)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3611 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 15:53:09 +00:00 |
|
nate
|
a0ee5743e5
|
Allowing user to specify database for ACL tables. (Ticket #1508)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3610 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-09 15:47:50 +00:00 |
|
nate
|
81679cc123
|
Adding fix for Ticket #1468
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3608 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-08 15:30:58 +00:00 |
|
nate
|
3c1a71027d
|
Transitioning to allow mulitple IDs in form inputs, and adding fix for Ticket #1468
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3607 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-08 15:30:32 +00:00 |
|
nate
|
c5befd7569
|
Adding ability to auto-serialize POSTed XML data, and requestedWith(), for detecting Content-type of POSTed data
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3606 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-08 14:52:58 +00:00 |
|
nate
|
5a170cc2da
|
Fixing XML header generator, and adding ability to build XML from objects or model results arrays
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3605 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-08 14:30:28 +00:00 |
|
nate
|
7df9917319
|
De-enforcing key naming conventions when converting Model results to object
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3604 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-06 18:39:38 +00:00 |
|
phpnut
|
1b9155afe6
|
Adding fix for Ticket #1503
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3601 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-05 16:50:29 +00:00 |
|
dho
|
899cf2bebf
|
Applying patch from ticket #1502 (fixing problem with redirect)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3600 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-05 09:17:47 +00:00 |
|
dho
|
4a9f72cefa
|
Applied patch for ticket #1501, modified doc block of select function
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3599 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-05 08:50:04 +00:00 |
|
nate
|
0771adf8c9
|
Adding default JavaScript template
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3596 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-30 23:23:09 +00:00 |
|
nate
|
04a095d45a
|
Adding field type interpreting to FormHelper::input()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3595 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-29 01:32:09 +00:00 |
|
nate
|
8319e0ff30
|
Adding extra URL parameters for pagination
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3594 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-29 01:30:09 +00:00 |
|
nate
|
cb29921144
|
Adding constructClasses() fix for using named URL arguments (Ticket #1400)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3593 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-29 00:15:13 +00:00 |
|
nate
|
d783b537e5
|
Removing reference to HtmlHelper::linkOut in TextHelper::autoLinkUrls (Ticket #1468)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3592 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 23:54:06 +00:00 |
|
nate
|
49d8dac242
|
Merging in MS SQL fixes from 1.1
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3591 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 22:41:50 +00:00 |
|
nate
|
03ec6ccb2a
|
Adding helper object variables to Helper base class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3590 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 22:27:31 +00:00 |
|
nate
|
5bb71da382
|
Adding fix for single-DIV updates not being properly outputted
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3589 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 21:15:27 +00:00 |
|
nate
|
f0a44f4810
|
Small refactoring in DboMysql
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3588 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 20:51:35 +00:00 |
|
nate
|
2373415c0f
|
Adding Object::trace() method for debugging
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3587 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 20:49:12 +00:00 |
|
nate
|
1609ea337a
|
Refactoring Router and transitioning URL generation
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3586 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 20:29:52 +00:00 |
|
nate
|
6cf1447217
|
Refactoring controller paginatiion
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3585 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 20:29:04 +00:00 |
|
nate
|
ff2870fb41
|
Adding model name mapping property to mapped objects in Set::map()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3584 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 20:26:54 +00:00 |
|
gwoo
|
29436a0ec5
|
adding fix for #1462 and an older error component file name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3583 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 17:39:39 +00:00 |
|
gwoo
|
c3bd56d464
|
adding fix for #1461
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3582 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 17:15:35 +00:00 |
|
gwoo
|
46d9b86b76
|
adding fix for #1465 and #1469
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3581 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 16:44:02 +00:00 |
|
gwoo
|
5025a6dfcb
|
selectOptions is good now
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3580 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 02:57:29 +00:00 |
|
gwoo
|
89b34f30ca
|
fixing wrong file name for missing component in 1.2, and fixing some bad code I introduced into the form helper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3579 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-28 02:38:58 +00:00 |
|
gwoo
|
67aba9ea45
|
updating FormHelper::select and __selectOptions
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3578 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-26 19:53:22 +00:00 |
|
dho
|
09ff467443
|
Actualizing config files in skel folder
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3574 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-24 15:24:52 +00:00 |
|
phpnut
|
963eef2c65
|
Committing fixes to email component
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3573 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-23 23:35:22 +00:00 |
|
nate
|
1f475dc193
|
Disabling content-type header output when DEBUG >= 2
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3572 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-22 17:52:46 +00:00 |
|