nate
4df28cd1e6
Updating DboPear to be consistent with DboSource API 1.2
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4261 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 06:02:37 +00:00
nate
bfeaab795a
Adding validation fix for Ticket #1850 , and adding warning messages for Model::invalidFields() and Model::validates()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4260 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 04:58:24 +00:00
nate
8fb73307e9
Adding FormHelper::create() fix for AjaxHelper (Ticket #1836 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4259 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 00:47:54 +00:00
nate
eb4f2eed2e
Adding PaginatorHelper::options() to set default pagination options
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4258 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-06 00:37:40 +00:00
nate
7e6db39d50
Additional helper detection for paginate()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4257 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 23:39:47 +00:00
nate
b5309bb017
Fixing DOM ID's for HtmlHelper::selectTag() (Ticket #1847 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4256 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 23:17:05 +00:00
nate
b8c51fee44
Fixing HtmlHelper::link() to allow passing $escapeTitle and $confirmMessage params as 'escape' and 'confirm' in $options
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4255 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 21:48:40 +00:00
nate
f96a1728eb
Fixing ambiguous key sorting in Controller::paginate()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4254 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 21:46:28 +00:00
nate
0750210fa0
Fixing URL passing in AjaxHelper::form()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4253 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 19:21:46 +00:00
gwoo
6f864c367d
bake, redirect links
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4252 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 18:58:45 +00:00
gwoo
e4b66db20e
bake, generated links
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4251 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 18:35:09 +00:00
gwoo
f441e0fd42
re-fixing for the custom controllers in bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4250 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-05 02:23:10 +00:00
gwoo
e5ca024cfb
updating bake, added fix for ticket #1835 and #1841 , css update for #1835 .
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4249 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-04 18:12:13 +00:00
phpnut
658ab33959
Adding fix to allow Configure::write('debug', '0'); in a controller method
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4248 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-04 16:13:24 +00:00
phpnut
cdfeca6f20
Adding Indonesian translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4247 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 18:55:01 +00:00
nate
8c3a1307c6
Fixing array key in PaginatorHelper::counter()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4246 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 17:46:52 +00:00
nate
b21b7f4b03
Cleaning up FormHelper code
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4245 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-03 17:36:14 +00:00
phpnut
15ca3a9c39
Adding patch from phishy:
...
sets case insensitivity of sorting after connect
clears statements/cursors when done interating through them
begun adding transaction support
fixed date/timestamp support to support more date formats
added supports for dates and timestamps
added a sequence public property instead of the hardcoded name
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4244 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-02 20:30:22 +00:00
phpnut
929539146e
Adding skeleton of translation string extractor class
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4243 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-01 22:03:15 +00:00
gwoo
6f8489b52e
making it possible to use FormHelper without a model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4238 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-01 19:39:07 +00:00
nate
f8f2df5053
Adding 'json' parameter for Ajax onComplete callback (Ticket #1843 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4237 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-01 18:04:40 +00:00
gwoo
315529507c
overfactoring namedArgs, they are used by default with a colon as a separator
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4236 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-01-01 15:37:45 +00:00
nate
07985626fb
Fixing issue in FormHelper::input() where the 'type' attribute appears twice
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4235 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-31 08:28:55 +00:00
nate
d2967c3f92
Adding Paginator methods for links and sorting
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4234 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-31 08:27:02 +00:00
dho
d9adf49c87
Replacing deprecated Html->formTag() with Form->create()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4233 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-30 14:31:35 +00:00
nate
9ce0247acc
Adding additional Dispatcher fixes for named arguments; fixing parameters passed in Paginator URLs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4232 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-30 06:12:29 +00:00
phpnut
3758445e8a
"Correcting doc comments in basics.php
...
Changed the params order for _ _c()."
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4231 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-30 01:02:19 +00:00
dho
b05215eb9a
Fixing "undefined variable" error in dispatch
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4230 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-29 08:00:01 +00:00
nate
b47906cdc1
Adding fix for Ticket #1823
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4229 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-29 05:42:37 +00:00
gwoo
ed28c3187b
adding router fix for array params, ticket #1824 , removing ternary operator from HtmlHelper::link();
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4228 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-29 04:16:53 +00:00
phpnut
8b79b227cc
Fixing an error in I18n class that would sometimes show up when using Scaffolded methods
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4227 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 16:51:12 +00:00
phpnut
9f48b1d28c
"A little more refactoring on HtmlHelper::checkbox()"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4226 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 07:31:24 +00:00
phpnut
90f6c38614
"Fixed typo in [4221]"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4225 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 07:28:43 +00:00
phpnut
93f7a48a2a
Adding fix for Notice: Use of undefined constant action - assumed 'action' on Scaffolded view()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4224 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 05:22:41 +00:00
phpnut
dfbc6f0706
Adding patch from Ticket #1354
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4223 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 05:15:21 +00:00
phpnut
0ab73bb5fa
"Adding a second param to bindModel and unbindModel to allow
...
turning off the auto resetting of the associations.
By default associations are always reset to the orignal models values"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4222 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 04:02:38 +00:00
phpnut
73bb4ec98f
Adding patch from Ticket #1821
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4221 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 03:48:04 +00:00
phpnut
69379095c8
Adding fix from Ticket #1808 .
...
Correcting language name in I10n class.
Removed unused var from CookieComponent
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4220 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 03:41:33 +00:00
phpnut
b91daf775c
Adding Slovenian translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4219 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-28 03:14:50 +00:00
phpnut
a98d44c455
Updating CookieComponent class to allow multidimensional arrays to be stored in one cookie.
...
Changed write() to allow passing $expire and $encrypt.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4218 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 23:31:32 +00:00
dho
5b7aa0d783
Replacing '_view_' with 'view'
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4217 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 09:34:45 +00:00
dho
aa6d4959fd
Fixing parse error in PHP4
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4216 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 09:17:45 +00:00
phpnut
9e6ab9a541
Updating French, Italian, and Danish translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4215 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 03:50:08 +00:00
phpnut
130b448ad8
fixing typo in doc comment for CookieComponent::$_ _values;
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4214 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 00:34:09 +00:00
phpnut
3f7bb1ca61
Adding secure CookieComponent class.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4213 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-27 00:27:51 +00:00
gwoo
fc66c8aa6a
fixing router args in urls, ticket #1811
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4212 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-26 18:06:42 +00:00
phpnut
a4ca03ed69
Fixing magic method names
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4211 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-26 16:17:37 +00:00
phpnut
c3e2c6b3d7
Merging changes from 1.1.x.x CakeSession
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4210 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-26 13:46:22 +00:00
phpnut
bebbfc8ff7
Updating Danish translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4209 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-26 11:09:59 +00:00
phpnut
699a2d2c6b
Updating Danish translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4208 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 22:40:47 +00:00
phpnut
762e9ed90c
Adding fix for I18n when $domain is specified using any of the _ _d*() functions
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4207 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 19:38:28 +00:00
phpnut
3fb74c2796
Updating version files for 1.2.x.x branch
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4206 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 12:44:31 +00:00
phpnut
4a41ca1da2
Merging fixes into trunk:
...
Revision: [4199]
Fixes for:
Ticket #1394 setFlash with layout fails because of missing params to View
Ticket #1480 Incorrect urls with Plugins
Ticket #1670 HtmlHelper::selectTag: problem when is_array($selected)
Ticket #1685 Router::url can cause incorrect links
Ticket #1774 Route::url() don't find the right route
Ticket #1776 Postgres - after each insert atempting to retrieve last inserted id from seq.
Ticket #1765 Dispatcher, route and plugins
Adding doc comments to EmailComponent
Removed ) in I10n::__l10nCatalog['lv']
Revision: [4196]
"Merging fixes made in 1.2 branch.
Adding fixes for Ticket #1785 hourOptionTag can never be empty
and Ticket #1792 dateTimeOptionTag hour is always set to 12 even if selected is null"
Revision: [4195]
Adding URL fix for Ticket #1679
Revision: [4182]
cli acl.php fixes. #1773 and #1780
Revision: [4169]
Adding 1.1 fix for Ticket #1794
Revision: [4168]
Adding NOT query conditions fix for Ticket #1793
Revision: [4166]
Adding beforeFind() reference fix for 1.1 (#1784 )
Revision: [4131]
Adding fix for Ticket #1797 , and URL fix for Ticket #1755
Revision: [4130]
fix for #1789
Revision: 4118
Mering changes from [4117] Configure::read()
Revision: [4105]
Adding loadControllers() fix for Ticket #1745
Revision: [4103]
Fixing error messages in File::create (ticket #1770 )
Revision: [4100]
Changing Model::del to check for existence of itself before allowing deletes
Revision: [4095]
Checking if model exists when setting 'created' field, to enable use with custom IDs
Revision: [4093]
Adding fix for Ticket #1746
Revision: [4091]
Adding fix for Ticket #1740
Revision: [4088]
Typo (ticket #1738 )
Revision: [4079]
Adding fix for ErrorHandler throwing error when Dispatcher class is not in memory
Revision: [4078]
Adding fix for Ticket #1732
Revision: [4074]
Adding fix for View::element().
params variable was reset to an array
Added the method to 1.2.x.x branch also
Revision: [4073]
Adding fix for Ticket #1731
Revision: [4072]
Fixing error in Router::parse() when no params are passed.
Initialized $pass variable as an array before the foreach
Revision: [4071]
Adding fix for Ticket #1721
Revision: [4070]
Adding fix for Ticket #1723
Revision: [4066]
Adding fix when using database storage for sessions.
This fixes
Fatal error: Class 'ConnectionManager' not found in
/cake/libs/session.php on line 445
Removed validators.php
Updated svnconfig.txt
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4202 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 12:06:13 +00:00
phpnut
042d7e5f3d
Changed scaffold class to work with new FormHelper.
...
Removed scaffold add.thtml.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4200 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 11:32:58 +00:00
phpnut
43f2afa6eb
Fixes for:
...
Ticket #1394 setFlash with layout fails because of missing params to View
Ticket #1480 Incorrect urls with Plugins
Ticket #1670 HtmlHelper::selectTag: problem when is_array($selected)
Ticket #1685 Router::url can cause incorrect links
Ticket #1774 Route::url() don't find the right route
Ticket #1776 Postgres - after each insert atempting to retrieve last inserted id from seq.
Ticket #1765 Dispatcher, route and plugins
Adding doc comments to EmailComponent
Removed ) in I10n::__l10nCatalog['lv']
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4199 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 10:51:08 +00:00
phpnut
d773f0f8d3
Adding changes that where made to validation class that I forgot to commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4198 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 10:22:48 +00:00
phpnut
14438cb151
"Adding fixes for Ticket #1785 hourOptionTag can never be empty
...
and Ticket #1792 dateTimeOptionTag hour is always set to 12 even if selected is null"
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4197 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 08:03:33 +00:00
nate
6776cc2e10
Adding URL fix for Ticket #1679
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4194 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 07:07:57 +00:00
nate
0cea0a6ff5
Integrating new Validation class with Model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4193 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 06:53:19 +00:00
phpnut
a1e3fe6f78
"Adding templating to email component"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4192 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 06:39:02 +00:00
phpnut
fd1cbd7055
Adding Portuguese (Brazil) locale directory
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4191 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 05:54:32 +00:00
phpnut
2c9aac9c52
Updating Plural-Forms:
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4190 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 05:30:02 +00:00
phpnut
859becf230
Adding Finnish locale directory
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4189 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 04:55:48 +00:00
phpnut
3eac55449e
Adding function to basics.php to allow specifying a catalog to use for translation.
...
This should be used when LC_MESSAGES does not contain the translation strings.
Added doc comments to I18n and I10n classes.
Refactored I18n class
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4188 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 04:42:47 +00:00
phpnut
287c858bb0
Updating French translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4187 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-25 04:39:01 +00:00
phpnut
528364d6d7
Updating Japanese language
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4186 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 19:47:57 +00:00
phpnut
38ea3b6d3a
Updating Russian translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4185 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 19:34:29 +00:00
nate
48a8114579
Adding submit button wrapper div for FormHelper::submit()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4184 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 19:25:04 +00:00
nate
46f5c22a8f
Fixing array formatting in DboMysql
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4183 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 19:20:45 +00:00
gwoo
b75433ff9f
cli acl.php fixes. #1773 and #1780
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4182 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 16:35:21 +00:00
phpnut
b0a23e19f8
Moving translation files to proper location
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4181 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 05:55:24 +00:00
phpnut
e5c006d9d3
Adding Czech translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4180 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 05:47:14 +00:00
phpnut
43afe6ebc1
Moving core.po to correct location
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4179 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 05:12:14 +00:00
phpnut
3638dffb54
Correcting charset for Chinese (PRC)
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4177 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 04:47:23 +00:00
phpnut
a06889e24a
Updated Chinese translations.
...
Updated Italian translations.
Added po file for Chinese (PRC)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4176 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 04:46:17 +00:00
nate
5a3feda301
Adding Router fixes for #anchors and admin/pagination routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4175 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 04:32:22 +00:00
phpnut
313ac20ff8
Updating Japanese translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4174 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 02:31:53 +00:00
phpnut
802acabe31
Danish, French and Russian .po and .mo files added to the core. These have not been translated yet
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4173 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-24 00:39:50 +00:00
phpnut
5e7db7d91a
Adding check to I18n class for found language in the first pass of a translation method call. This speeds up the translations since the language detection in I10n class is not called on each string.
...
Added additional check for language in I10n::__setLanguage();
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4172 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 23:59:57 +00:00
phpnut
de3098855b
Changing Session check in I18n class to use the same name as Configure::write().
...
Changed I10n class to attempt setting language based on DEFAULT_LANGUAGE if it is set and the auto detection of the HTTP_ACCEPT_LANGUAGE fails to find a match
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4171 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 23:35:59 +00:00
nate
673bd82ee8
Adding 1.2 fix for Ticket #1794
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4170 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 21:30:56 +00:00
nate
2ea8e4edee
Adding NOT query conditions fix for Ticket #1793
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4167 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 21:24:30 +00:00
nate
a420c70c91
Optimizing findCount() query, and adding beforeFind() reference fix for Ticket #1693
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4165 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 20:36:00 +00:00
nate
ebe6bab814
Adding Controller::flash() fix for Ticket #1783
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4164 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 20:31:06 +00:00
phpnut
ae1c471316
Updating Spanish and Italian translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4163 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 17:38:42 +00:00
phpnut
7333985b97
Updating Dutch language
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4162 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 16:19:52 +00:00
phpnut
38dd966005
Adding Dutch translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4161 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 15:50:59 +00:00
phpnut
2607043916
"Changing charset for Chinese language"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4160 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 15:49:00 +00:00
dho
3dbe5ac5b9
Updating German translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4159 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 15:45:26 +00:00
phpnut
ec388de3cc
Adding Chinese translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4158 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 15:44:20 +00:00
phpnut
f9b1b05e17
Updating Italian language
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4157 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 14:30:49 +00:00
phpnut
2a1608473d
Updating German translations with new strings
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4156 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 10:54:04 +00:00
phpnut
60ad3093da
Adding German translations
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4155 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 10:51:29 +00:00
phpnut
a7045a75b5
Updating translation files with new strings
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4154 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 09:24:29 +00:00
phpnut
8e7e58cb1a
Updating pot file with new translation strings
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4153 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 09:18:28 +00:00
phpnut
42198541d3
Updating core files with translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4152 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 09:09:06 +00:00
phpnut
359154fabf
"Correcting charset for the Japanese language."
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4151 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 08:58:32 +00:00
phpnut
41c71dc9a4
"Modifying home.ctp"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4150 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 08:21:10 +00:00
phpnut
fcaf285dc4
Adding Japanese translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4149 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 08:15:18 +00:00
phpnut
29a389f322
Updating Portuguese language
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4148 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 07:56:13 +00:00
phpnut
b1c4133aba
Adding Portuguese language
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4147 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 07:25:17 +00:00
phpnut
903e96ac5f
Adding Italian translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4146 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 07:08:17 +00:00
phpnut
1be41a5fcf
"Adding translation function around Editing this Page"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4145 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 05:43:40 +00:00
phpnut
0d3f1b30de
Correcting Spanish translation for Editing this Page
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4144 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 05:32:12 +00:00
phpnut
cc5ccb7e2d
"Adding missing string for translation"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4143 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 02:14:10 +00:00
phpnut
2a092d8331
Fixing missing translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4142 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 02:10:41 +00:00
phpnut
b4a93ea971
"Adding key for Spanish language es_mx"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4141 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:55:54 +00:00
phpnut
2ce49ac3ed
"Forcing HTTP_ACCEPT_LANGUAGE to lower case string"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4140 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:53:16 +00:00
phpnut
036e0d2a15
Adding Spanish translation
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4139 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:24:55 +00:00
phpnut
cec62a4774
"fixing parse error"
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4138 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 01:17:38 +00:00
phpnut
a96e93ab3e
Correcting error found when testing bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4137 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:50:49 +00:00
phpnut
c52caa321a
Adding default.pot file that holds all translatable strings from the core.mo
...
Adding English .po and .mo files
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4136 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:34:27 +00:00
phpnut
87060dbf86
Updating files with translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4135 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:29:39 +00:00
nate
19798c71b3
Adding 1.2 fix for Ticket #1797
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4132 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-23 00:17:52 +00:00
phpnut
4f1c5ef386
Wrapping all core messages in translation function
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4129 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 22:49:47 +00:00
phpnut
c5ec6b0ea1
Updating HtmlHelper::charset() to use Configure::read('charset)
...
Updated core layouts to use $html->charset()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4128 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:33:23 +00:00
phpnut
9283b97f01
Setting charset with Configure::write();
...
Adding default charset values for all languages.
Those that I did not know where set to utf-8
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4127 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:15:40 +00:00
phpnut
5a128ed722
Adding charset var and __l10nCatalog key to I10n class
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4126 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 21:05:42 +00:00
phpnut
238ddacded
Cleaning up translations model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4124 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:30:09 +00:00
phpnut
d23de28349
Adding doc comments to translation functions in basics.php
...
Refactoring I18n class to use one locale directory for an application.
Translations will be located in app/locales/[LANGUAGE]/LC_MESSAGES/[CONTROLLER].mo or [CONTROLLER].po
If not found app/locales/[LANGUAGE]/LC_MESSAGES/default.mo or default.po
All core translations will be located in cake/locales/[LANGUAGE]/LC_MESSAGES/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4122 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 20:04:15 +00:00
nate
4c586b7893
Fixing default label rendering in FormHelper::input()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4121 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 16:26:54 +00:00
dho
b5a4e298fb
Fixing "undefined variable" problem in FormHelper::input
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4120 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 07:38:31 +00:00
nate
02ec1887ce
Un-requiring model name parameter in FormHelper::create(), and moving date/time option data to FormHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4119 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-22 05:23:07 +00:00
phpnut
90a78232ed
Changed Configure::read() so it would return null if key is not set.
...
Refactored I18n and I10n classes.
Removing languages that are not found in browsers
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4117 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 22:05:42 +00:00
phpnut
78df4e3549
Cleaning up I10n and I18n classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4116 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 09:17:32 +00:00
nate
6ae8f7e37c
Refactoring FormHelper::create(), and stripping empty array elements in Router::url()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4115 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 06:10:35 +00:00
nate
0de17ece93
Updating auto-generated form tag ID
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4114 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 05:49:19 +00:00
nate
3c023b4335
Adding automatic list variable detection for select menus, and 'default' => false option for preventing form submits via JavaScript
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4113 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-21 04:46:52 +00:00
nate
fd9a347fe1
Updating FormHelper docblock
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4112 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-20 21:43:11 +00:00
nate
ccf52fa20d
Updating scaffold views with new FormHelper and URL code
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4111 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-20 21:41:42 +00:00
nate
6e3f0c8f1c
Updating helper docblocks
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4110 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:31:14 +00:00
nate
8606816642
Fixing View class reference in RssHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4109 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:27:19 +00:00
nate
982381dc74
Binding additional Behavior callbacks to Model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4108 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-19 19:26:02 +00:00
nate
eeec18d562
Converting scaffold URLs to array-based
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4107 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-17 15:33:21 +00:00
nate
54a5055fa4
Adding loadControllers() fix for Ticket #1745
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4106 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 16:18:15 +00:00
nate
deea24b153
Fixing undefined index error in Router
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4104 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 16:10:57 +00:00
dho
c25bcd26ab
Fixing error messages in File::create (ticket #1770 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4103 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-15 12:33:15 +00:00
gwoo
1490f7da5d
View::layoutPath fix
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4102 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 05:50:32 +00:00
phpnut
b8a46e14d7
Adding Folder::rmdir().
...
Removed empty lines from basics file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4101 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 04:39:26 +00:00
nate
b5face3516
Changing Model::del to check for existence of itself before allowing deletes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4099 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 04:04:15 +00:00
gwoo
16bf452787
updating Folder::mkdirr(), adding Folder::chmodr()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4098 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-13 02:28:36 +00:00
gwoo
f5e2dea563
adding automatic hidden field for FormHelper::input(), removed create() from bake controller edit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4097 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:43:01 +00:00
phpnut
64997718e0
Merging fixes from 1.1.x.x Folder class to 1.2.x.x
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4096 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:11:24 +00:00
nate
37281be9de
Checking if model exists when setting 'created' field, to enable use with custom IDs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4094 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 22:06:22 +00:00
phpnut
ff8bc29ee7
Adding fix for Ticket #1746
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4093 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 17:03:21 +00:00
nate
da1eab6e5f
Adding 1.2 fix for Ticket #1740
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4092 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-12 14:25:58 +00:00
phpnut
3bc7ae19c2
Fixing Controller::generateFieldNames() when alias used in a HABTM
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4090 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-11 01:33:18 +00:00
gwoo
6ffdf09d4d
fix typo in bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4089 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 21:48:19 +00:00
dho
cc9b30ad2f
Typo (ticket #1738 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4088 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 17:37:54 +00:00
gwoo
d67977bba0
fix bug in model names
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4087 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 16:20:42 +00:00
gwoo
2bab8c5f57
updating code created by bake
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4086 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 09:07:53 +00:00
nate
b51bf20390
Adding PHP5 array functions for Router to basics
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4085 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:59:35 +00:00
nate
51e7c5e08c
Enabling FormHelper::input to introspect default field types based on column type in model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4083 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:45:35 +00:00
nate
2c7f129aaa
Adding 3rd param to Controller::redirect to allow auto-exiting
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4082 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-08 08:36:36 +00:00
nate
a7d07aea20
Fixing undefined index notice with admin routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4081 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 22:41:20 +00:00
nate
7fd83394ca
Fixing admin paths for string URLs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4080 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 18:59:58 +00:00
nate
8d1a23e008
Fixing reverse-route URL generator for admin routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4077 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-07 05:58:08 +00:00
nate
94a57a89a4
Adding fixes for reverse routing engine
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4076 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-06 20:38:28 +00:00
nate
403ff35bdb
Refactoring code and updating docblocks in Security and RequestHandler components
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4075 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-06 20:37:12 +00:00
phpnut
0419f05186
Adding fix for View::element().
...
params variable was reset to an array
Added the method to 1.2.x.x branch also
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4074 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-06 17:43:14 +00:00
dho
9ca5e14891
Adding new methods to Configure and moving all core messages using DEBUG to use Configure::read()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4069 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-05 09:49:59 +00:00
gwoo
b72ab690d4
fix for FormHelper::select() showEmpty
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4067 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-04 18:00:36 +00:00
gwoo
ecb2b8c786
fix for generateList
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4065 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-04 06:59:56 +00:00
phpnut
426bf45f98
Reverting changes in [4055]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4057 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-03 17:35:30 +00:00
dho
798298e251
Removing unused constant MODULES (ticket #1718 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4056 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-03 12:56:36 +00:00
phpnut
1040a34fa2
Added Object::debug() for setting debug levels.
...
Added Configure::debugLevel().
Added Configure::debug().
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4055 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-03 07:18:48 +00:00
nate
33d07d0af9
Refactoring RequestHandler, and updating docblocks for RequestHandler and Security components
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4048 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 23:51:43 +00:00
nate
f66b3372b4
Fixing <form /> method case to validate as XHTML, and fixing order in which empty select() elements are added
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4045 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 19:04:16 +00:00
phpnut
7cc9b6e38f
Adding fix for Ticket #1712
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4044 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 17:10:53 +00:00
phpnut
adae18da2d
Corrected doc comments in dbo sources.
...
Renamed DBO_Pear to DboPear
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4042 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 02:34:56 +00:00
phpnut
85b0e9c842
Adding core Oracle DBO driver
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4041 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 02:26:12 +00:00
phpnut
1ac85066bc
Moving misc files to docs
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4040 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 01:24:42 +00:00
phpnut
7b6e81c1e2
Fixing Scaffold in 1.2.x.x when setting Controller::persistModel = true;
...
Corrected error message with correct method name in scaffold_error templates.
Removed unneeded check for Controller::persistModel in 1.2.x.x.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4038 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-12-01 00:48:00 +00:00
phpnut
83afee9a52
Merging fixes between branches for DboSource::generateAssociationQuery()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4037 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-30 22:26:24 +00:00
phpnut
32d3349eb2
Adding fix for Ticket #1568 .
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4036 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-30 18:54:22 +00:00
gwoo
4abc9e94f8
reverting change for empty options in FormHelper::select()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4035 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-30 18:07:08 +00:00
gwoo
f9290417e2
adding ctp extensions for Controller::flash(), removing Controller::flashOut()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4034 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-30 17:58:33 +00:00
phpnut
e42a93c639
Changing Sanitize::cleanValue() to enforce replacement of \r and \n with \n
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4033 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-30 17:40:37 +00:00
gwoo
e712f87fc0
fixing displayFields in formHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4031 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 21:37:54 +00:00
gwoo
7e5c99a426
bake fix for self joins
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4030 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 21:23:31 +00:00
gwoo
8657757bde
fix form helper, bake, refactor Controller::_selectedArray to just take the association name and checks Controller::data, also made Controller::_selectedArray work for submitted form data and returned model data
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4029 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 10:21:22 +00:00
gwoo
79e93c180e
fix form helper notice with empty options
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4028 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 08:14:55 +00:00
gwoo
e2614e5140
updating bake and form helper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4027 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 07:58:35 +00:00
phpnut
dc90e5f749
Renaming _viewVars to viewVars in ThemeView
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4026 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 07:32:14 +00:00
gwoo
31f62cca32
oops
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4024 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 06:58:11 +00:00
gwoo
5a39777c95
fix to baked views
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4023 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 06:44:45 +00:00
gwoo
8615ddecac
fix to baked forms
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4022 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 05:45:46 +00:00
gwoo
8d4fe47571
fix to bake loading models
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4021 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 04:19:50 +00:00
phpnut
876d11c46b
Moving files to cake/
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4018 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 02:51:05 +00:00
phpnut
df9dbd855b
Moving VERSION.txt to cake directory so people upgrading will always be able to know what version they upgraded to
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4016 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-29 02:06:16 +00:00
phpnut
5a74812c7b
Adding fix for Ticket #1661
...
Fixed same issue in function cache() in basics.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4014 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 22:34:28 +00:00
gwoo
257ff1ef89
updating css
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4013 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 22:08:46 +00:00
phpnut
cbf61ff56f
Merging fixes from 1.2 to 1.1.
...
Added fixes for missing models.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4012 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 22:05:22 +00:00
gwoo
32cca7345e
updating css in 1.2, error_message is now error-message, form-error added for input fields, altRow changed to altrow. Cake conventions are CamelCased for DOM id, dashed-words for css classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4011 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 21:14:28 +00:00
phpnut
2e8730e543
Merging fixes from 1.1.x.x into 1.2.x.x
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4010 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 11:18:05 +00:00
gwoo
3b4553a758
updating bake for 1.2
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4008 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 09:34:25 +00:00
phpnut
bec875debc
Renaming skel views to new ctp extension
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4007 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 09:29:33 +00:00
nate
cc484ddbd2
Adding DboSource::order parsing fix for Ticket #1677
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4004 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 08:18:53 +00:00
phpnut
881dc728cf
Adding missing doc comments.
...
Updated use of Controller::persistModel; Lazy Loading of models now work when this is set to true.
Fixed Scaffold to work with Controller::persistModel = true;
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4003 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 06:25:11 +00:00
phpnut
d7e8a20b19
Adding missing doc comments to SecurityComponent.
...
Reformatted code to standards
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4000 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-28 00:00:23 +00:00
gwoo
5c5b77753e
fix for scaffold
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3998 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 20:15:24 +00:00
gwoo
083a3bf990
fix for FormHelper:create()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3997 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 19:56:06 +00:00
gwoo
f5cdfcfd32
fix for generateFieldNames belongsTo
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3996 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 19:11:15 +00:00
phpnut
25eedb8502
Starting work on Translate model.
...
Restructured code to standards
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3995 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 18:15:36 +00:00
gwoo
41faae6265
fix for view files in scaffold
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3993 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 16:04:11 +00:00
phpnut
d6159f1b09
Adding fixed for Ticket #1703
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3992 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 07:36:54 +00:00
phpnut
e935b51b8d
Adding fix for Ticket #1699
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3991 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 05:57:53 +00:00
nate
b479c5f49e
Adding fix for Ticket #1701
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3989 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 05:32:18 +00:00
gwoo
b056c5abbf
refactoring scaffold, if var $uses exists scaffold will use the first model specified in the array, if $scaffold is an array, only methods added to the array will allow scaffold to render, ex: var $scaffold = array('index'); only the index action will be rendered
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3988 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 05:23:33 +00:00
nate
bce8e016d2
Adding to last commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3987 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 04:46:25 +00:00
nate
1e5dbe0e69
Adding to last commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3986 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 04:46:00 +00:00
nate
c4bee9b414
Fixing validationErrors, and updating ClassRegistry alias for View
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3985 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 04:45:03 +00:00
gwoo
2beb0f2f06
fixed bad check for uses from last commit, update scaffolding
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3984 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 02:31:18 +00:00
gwoo
dfcc29f6bf
refactoring scaffold, scaffodl views, generateFieldNames, FormHelper, ClassRegistry, missingView
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3983 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-27 01:04:19 +00:00
nate
890c0125c8
Adding model-based form creation to FormHelper, deprecating old methods, and fixing issue where using $uses in AppController overwrites existing models
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3982 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 20:43:54 +00:00
dho
38596258f1
Fixing undefined variable errors
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3981 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 15:24:58 +00:00
gwoo
59049a0fa8
refactoring scaffold and generateFieldNames
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3980 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 06:15:30 +00:00
gwoo
edef4155e3
changes to cake.generic.css
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3979 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 06:13:41 +00:00
phpnut
ccfd962f98
Renaming core view templates with the new CakePHP extension .ctp
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3978 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 03:22:02 +00:00
gwoo
3bcf9e6044
fix for thtml custom missingView
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3976 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 00:10:59 +00:00
gwoo
9ad12b1f4e
removed errant echo
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3975 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-26 00:06:20 +00:00
phpnut
aafdff2250
Fixing SessionComponent not loading when AppController has var $components set.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3971 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 22:58:58 +00:00
gwoo
9e404b3ce3
refactor of view paths
...
refactor theme view paths
fix cleanUpFields error, changed ext in controller to ctp, fix for paginate conditions and scope
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3970 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 22:04:43 +00:00
gwoo
4320acdb96
1.2: continue refactor of view files
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3969 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 21:27:34 +00:00
phpnut
99f50e78c3
Removing class_exists('Model') in loadPluginModels()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3968 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 20:39:19 +00:00
phpnut
f8274a3862
Adding fix for Ticket #1698
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3967 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 20:30:17 +00:00
phpnut
76394b643f
Refactoring loading plugin views and layouts.
...
Plugin templates can be overridden in the app/views/plugins/$plugin/$viewPath directory
If template is not found in this directory or the app/plugins/$plugin/views/$viewPath a missing
view error will be rendered
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3966 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 19:58:16 +00:00
phpnut
0c0ba050cb
Cleaning up core views/caching.php
...
Removing unused files in app/webroot/css/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3965 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 18:23:53 +00:00
dho
3682fff468
Replacing deprecated $html->formTag with $form->create
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3964 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 17:33:42 +00:00
phpnut
e0096f0528
Fixing CacheHelper after removal of controller from View
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3962 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 09:27:13 +00:00
nate
c680a98eea
Refactoring Controller::generateFieldNames()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3961 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 09:27:01 +00:00
nate
b7e8551143
Updating AjaxHelper docblocks to remove references to deprecated methods
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3960 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 08:57:27 +00:00
nate
41c79da1c3
Removing direct reference between View and helpers, and explicitly defining all Helper object properties
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3959 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 08:55:16 +00:00
phpnut
1fa21aa551
Refactoring session classes.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3958 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 08:43:17 +00:00
nate
d4af73c2a6
Adding Overloadable2 interface for get() and set() magic methods
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3957 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 08:19:51 +00:00
nate
e955f3fd65
Refactoring DboSource::update(), and adding magic finder method fix for Ticket #1673
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3955 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 07:53:31 +00:00
nate
e8222444b8
Removing extra directory separators in uses() paths
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3954 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 06:42:24 +00:00
nate
11d5b0fa7b
Removing extra directory separators in uses() paths
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3953 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 04:31:26 +00:00
phpnut
c308326555
SessionComponent and SessionHelper to extend CakeSession.
...
Refactored both classes and added doc comments
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3952 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-25 04:15:08 +00:00
gwoo
f77254511f
1.2 updates to ACL
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3951 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-24 17:27:11 +00:00
dho
50a8925070
Replacing wiki link with link to the bakery
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3950 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-24 12:30:59 +00:00
phpnut
54f770ae53
Refactoring fix for Ticket #1648
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3949 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-24 04:41:56 +00:00
phpnut
e42df60a24
Adding fix for Ticket #1648
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3948 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-24 03:53:44 +00:00
nate
e8751b7103
Refactoring Security component
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3947 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 23:06:19 +00:00
nate
00741f0ca6
Adding default overload methods
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3946 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 22:48:47 +00:00
phpnut
35ff9d45dc
Allowing loadModel to accept null as a param.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3944 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 21:39:09 +00:00
phpnut
ca5753bc39
Adding fix for Ticket #1683
...
This frees memory returned from a result set.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3943 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 20:23:43 +00:00
dho
ac310dbabe
Typo (ticket #1416 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3942 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 17:07:28 +00:00
phpnut
fd65f226e6
Adding fix for Ticket #1626 .
...
This fixes deleting of associated hasOne and hasMany when using bindModel before Model::delete()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3941 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 11:31:59 +00:00
phpnut
2e0ec28018
Fix for Ticket #1689 .
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3940 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 11:05:47 +00:00
phpnut
553190bb98
Added fix for Ticket #1679
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3939 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 10:48:22 +00:00
phpnut
c41db64070
Adding fix for Ticket #1527
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3937 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 10:17:05 +00:00
phpnut
282ca26319
Adding fix for Ticket #1666
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3936 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 10:13:36 +00:00
phpnut
984ceb3b51
Adding fix for Ticket #1629
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3935 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 10:06:49 +00:00
phpnut
2d83d125e4
Updating core views to render better notices
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3934 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 09:50:20 +00:00
phpnut
9703a90937
Merging fix from [3228]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3933 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 07:51:13 +00:00
phpnut
6ed2c67521
Fixing bad merge in last commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3926 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 06:55:44 +00:00
phpnut
26350a3890
Changed code format for test files generated by bake.php.
...
Changed name of controller test file
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3925 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 06:51:50 +00:00
gwoo
46408b2a8b
1.2 bake: porting changes from 1.1
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3924 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 06:46:10 +00:00
phpnut
92bce405b0
Merging fix from [3914]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3915 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-23 05:12:24 +00:00
phpnut
ac552a256e
Merging fix from [3912]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3913 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 21:32:59 +00:00
phpnut
ca5f7d952c
Merging fix when using Controller::persistModel = true and a requestAction method is used
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3911 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 20:33:21 +00:00
phpnut
87af38c7dc
Merging fixes from [3908] for Ticket #1689
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3909 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 20:25:13 +00:00
phpnut
b76c2179e1
Merged fixes from [3906]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3907 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 20:08:53 +00:00
phpnut
3180035f0f
Merged fixes for Ticket #1681
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3905 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 19:58:53 +00:00
phpnut
883ecc1cd0
Merged fix for Ticket #1675
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3903 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 19:36:59 +00:00
phpnut
4ebbdd9055
Fixing error in default view when database file is present.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3899 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 18:02:14 +00:00
phpnut
3343368dde
Adding loadModels() to cached views
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3897 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 17:54:22 +00:00
nate
b11e215827
Refactoring Router to eliminate usage of NeatArray
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3894 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 16:33:50 +00:00
phpnut
2ab7e5120d
Removing Helper::readConfigFile().
...
tags.ini.php will not be used as of 1.2
file should be changed to tags.php and use php arrays.
$tags['tagname'] = 'value';
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3893 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 04:27:23 +00:00
phpnut
056bda7e4b
Moving all tags from Helper to child classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3892 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 03:51:21 +00:00
phpnut
22588729d4
Moving helper tags to specific helper classes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3891 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 03:32:58 +00:00
phpnut
204ff6bcbb
Refactoring Helper class and adding tags.php as a var.
...
Removing old /config/tags.php
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3890 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-22 03:16:34 +00:00
phpnut
95c919a7a5
Updating changes made to the core files that are loaded
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3889 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 22:47:42 +00:00
nate
099144bcbd
Changing Set interface to act like NeatArray, disabling Model::cacheQueries by default, and removing NeatArray usage in Model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3888 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 22:40:30 +00:00
nate
403bcb54b4
Fixing typo in tags.php
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3887 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 22:22:58 +00:00
nate
91b9b3be6c
Fixing Notice on "Missing Model" page
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3886 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 22:03:52 +00:00
phpnut
c773b64bfe
Starting to refactor model loading
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3885 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 21:48:05 +00:00
nate
51fe30c65f
Rewriting tags.php as a single array def
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3884 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 21:16:38 +00:00
phpnut
ca5778ff52
Removing bad characters in last commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3882 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 20:17:26 +00:00
phpnut
a867b2ff3e
renaming tags.ini.php to tags.php
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3881 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 20:06:35 +00:00
phpnut
30cf172bbc
Refactoring helper tags
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3880 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-21 20:05:57 +00:00
dho
38a606d2a2
Adding doc strings
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3877 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-19 15:03:46 +00:00
gwoo
8b88865c29
1.2 RssHelper: fixing enclosure bug
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3876 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-18 22:58:29 +00:00
phpnut
7d63f4340c
Changing the date string used in CakeLog::write() to use full 4 digit year
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3875 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-17 03:04:45 +00:00
gwoo
d31434336b
fix for enclosures in rss helper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3871 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-15 16:33:57 +00:00
phpnut
8048251fd0
Added implementation of Validation::decimal()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3869 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-15 06:14:12 +00:00
phpnut
ac30edb9f0
Implementing custom regular expression in Validation::date()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3867 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-15 03:51:35 +00:00
phpnut
ded7398254
Adding doc comment for Validation::date()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3865 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-15 03:37:47 +00:00
phpnut
6f6b068227
Finishing Validation::date()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3864 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-15 03:08:41 +00:00
nate
85ee09fb19
Purging the "evil" from comments
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3862 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-14 16:20:52 +00:00
nate
47c86b8c8b
Minimizing RequestHandler array usage
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3861 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-12 19:55:30 +00:00
nate
eb59ae1534
Unsetting redundant form data in parseParams()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3860 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-12 19:53:42 +00:00
phpnut
f95285d75f
Starting to change all core code that uses $this->params
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3859 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-12 00:12:34 +00:00
nate
99a420c8ef
Refactoring code, adding error message to deprecated method (View::setLayout), and updating method references
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3858 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-11 21:05:00 +00:00
nate
26955aefda
Adding coding-issue fix (Ticket #1633 ), and insert ID fix (Ticket #1641 ), and updating method reference
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3857 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-10 18:45:46 +00:00
nate
31623de654
Adding $scripts_for_layout to default template
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3856 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-10 18:41:35 +00:00
nate
bd4f1aceff
Modifying JavascriptHelper::link() to accept arrays of links, and adding warning for deprecated methods
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3855 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-10 18:31:27 +00:00
nate
6ba7032e68
Moving strip_plugin() to Router::stripPlugin(), and enabling reverse routes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3854 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-10 17:08:31 +00:00
phpnut
3ca4762d32
Adding Validation::date() implementation for:
...
mm/dd/yyyy mm/dd/yy m/d/yy m/d/yyyy
yyyy/mm/dd yy/mm/dd y/m/d/ /yyyy/m/d/
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3853 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-09 16:26:54 +00:00