phpnut
|
6af7c6cca9
|
Added fix for #1317.
Method would return true on the first loop if persistModel was set to true.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3756 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-28 02:54:41 +00:00 |
|
nate
|
add6e512e7
|
Adding Model::__wakeup() (Ticket #1582)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3754 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-28 00:42:51 +00:00 |
|
nate
|
0bab7de4d6
|
Updating docblock for Model::create
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3753 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-27 22:35:40 +00:00 |
|
nate
|
d22e84af09
|
Fixing code formatting
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3752 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-27 21:42:29 +00:00 |
|
nate
|
de52eb88c9
|
Updating helper class hierarchy, and adding 1.2 fix for Ticket #1569
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3750 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-27 21:40:34 +00:00 |
|
nate
|
45f27cda1c
|
Refactoring Model
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3748 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-27 18:14:35 +00:00 |
|
nate
|
b90109059c
|
Removing references to $this (Ticket #1587)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3743 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-26 16:29:10 +00:00 |
|
phpnut
|
12a6df23ef
|
Adding Controller::_selectedArray().
Changed Bake to use _selectedArray instead of _ _selectedArray()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3742 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-26 03:08:53 +00:00 |
|
nate
|
79a8944ba4
|
Refactoring Dbo
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3741 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-25 13:43:35 +00:00 |
|
nate
|
2046eed40d
|
Refactoring DboSource
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3740 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-25 13:27:32 +00:00 |
|
gwoo
|
42676402d3
|
fix for #1572, $this->id set to lastInsertId after save
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3739 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-25 12:07:16 +00:00 |
|
nate
|
81342be675
|
Adding additional options for Object::trace()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3732 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-21 01:46:22 +00:00 |
|
gwoo
|
8b680a0107
|
1.2: router fix for plugins in url()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3731 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 21:58:43 +00:00 |
|
gwoo
|
da2cf11ef3
|
1.2: pass the plugin name to renderElement
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3730 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 21:48:35 +00:00 |
|
nate
|
4caa838d09
|
Adding output fix for dynamically-called methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3728 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 19:20:50 +00:00 |
|
nate
|
2993a8d412
|
Adding Router path fixes for error pages (Ticket #1566), fixing code formatting (Dispatcher), and adding API enhancements for model behaviors
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3727 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-10-20 17:24:37 +00:00 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
nate
|
48d00ed018
|
Syntax fix in RSSHelper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3571 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-22 17:52:13 +00:00 |
|
nate
|
091a127c33
|
Moving URL generator code to Router
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3570 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-22 16:39:15 +00:00 |
|
gwoo
|
11b0fe92bc
|
adding fix for showEmpty on date time options, merging a couple other changes from the 1.1 helper
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3542 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-21 21:43:22 +00:00 |
|
phpnut
|
549a2ce350
|
correcting duplicate spaces added to email messages
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3538 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-21 09:32:05 +00:00 |
|
phpnut
|
e459a7c4e2
|
Refactoring EmailComponent class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3537 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-21 08:49:18 +00:00 |
|
nate
|
f01e1a28f4
|
Adding field quoting fix for Ticket #1372
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3536 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-21 03:56:57 +00:00 |
|
nate
|
a184f16268
|
Adding delete() method for Aro/Aco models, thanks Andy (Ticket #1233)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3533 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-21 00:12:40 +00:00 |
|
phpnut
|
cc8b842467
|
Adding fix for #1353
magic_quotes_runtime would double quote the html source of the tags.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3529 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-20 15:08:41 +00:00 |
|
nate
|
9a03326ad6
|
Adding DboPostgres::value() fix for boolean values (Ticket #1285)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3528 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-20 05:00:06 +00:00 |
|
nate
|
daf235cd23
|
Adding fix for Ticket #1435
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3526 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-20 04:43:28 +00:00 |
|
phpnut
|
bdf3e7e61f
|
Fixed #1433
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3524 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-20 03:26:52 +00:00 |
|
nate
|
fbfcdc24dd
|
Adding 1.2 branch fix for Ticket #1077
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3522 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 16:12:50 +00:00 |
|
phpnut
|
2d6eee36ac
|
Refactored fix that was created in [3519]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3521 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 15:24:15 +00:00 |
|
phpnut
|
6cc9c12839
|
reverting changes made in [3519]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3520 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 15:17:17 +00:00 |
|
phpnut
|
79ad31c514
|
Adding fix for #833.
Fixes recursive >=1 when using Model::findCount();
Removed all fields being added to the query.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3519 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 07:20:51 +00:00 |
|
nate
|
08948afbd8
|
Adding 1.2 branch fix for Ticket #1295 (AjaxHelper::_optionsToString)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3517 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 05:18:47 +00:00 |
|
nate
|
68e046e3a2
|
Adding 1.2 branch fix for Ticket #1357
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3515 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 02:50:53 +00:00 |
|
phpnut
|
fb7585e7ee
|
Added fix for #1345 and #1417.
This fixes Self Referencing Models losing data when recursive > 1
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3513 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-19 02:08:54 +00:00 |
|
phpnut
|
ead9f329e9
|
Adding fix for #1396.
Would not allow saving values with \ in the string
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3504 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-16 02:39:06 +00:00 |
|
phpnut
|
2e581426be
|
Missed regex in Router::parse() in [3502]
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3503 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-16 02:16:27 +00:00 |
|
phpnut
|
af2da53de2
|
Added fix for #1342
Corrected issue with ; in a URL
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3502 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-16 02:10:02 +00:00 |
|
phpnut
|
9eb0c89035
|
Removed extra ; in [3500]
Merged fixed from [3500] into branches/1.2.x.x/cake/libs/view/helpers/html.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3501 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-16 01:41:36 +00:00 |
|
phpnut
|
5e72327e47
|
Adding fix for CacheHelper replacing the wrong values in the CacheHelper::__parseOutput()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3494 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-15 04:38:23 +00:00 |
|
phpnut
|
91ccb116eb
|
Adding fix for #1281
View::renderCache() now removes the <!--cachetime:#--> from the output
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3493 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2006-09-15 02:13:21 +00:00 |
|