Mark Story
e1eb827ee8
Merge branch 'configure-changes' into 1.3
2010-02-15 12:11:05 -05:00
renan.saddam
d7b49e3494
Not forcing the use of ds, so will use $useDbConfig instead, tests added. Fixes #324 .
2010-02-15 14:46:18 -03:00
Mark Story
f04add4f79
Fixing querystring parameters being chopped off of absolute webroot asset paths.
2010-02-13 20:43:02 -05:00
Mark Story
dc8f49feda
Modifying the bootstrap process, to match the documented changes. $pluginPaths style variables will no longer work. You need to use App::build() to set paths in the bootstrap file. Added a build() call before the bootstrap is included. This allows cold cache import() calls to work from bootstrap.php.
2010-02-13 19:39:11 -05:00
Mark Story
effbbeca33
Simplifying App::core() path generation.
2010-02-13 19:06:52 -05:00
Mark Story
6ccc43d776
Adding tests for Cache not generating errors when Cache.disable = true. Refs #286
2010-02-13 18:51:39 -05:00
Mark Story
3f667eb412
Adding skipTables to ModelTask. Allows skipping of predefined tables. Adding i18n table to the default list of skipped tables. Fixes #327
2010-02-13 18:15:11 -05:00
Mark Story
b89f40be80
Adding file omitted from [ 46948dd2c0
]
2010-02-13 17:56:19 -05:00
Mark Story
8b6423e9c3
Renaming properties to be protected.
2010-02-13 17:55:34 -05:00
Mark Story
5f5aae71e7
Adding property to signal which actions to skip finding templates for. Fixes #330
2010-02-13 17:51:49 -05:00
Mitchell Amihod
2e8e233f73
Fixing syntax error for baked component test case. Updated relevant
...
test case.
Fixes #342 .
Signed-off-by: Joël Perras <joel.perras@gmail.com>
2010-02-13 16:40:55 -05:00
Mark Story
a479f32da5
Clarifying the behaviour of FormHelper::button() fixes #335
2010-02-12 23:58:35 -05:00
Mark Story
7a655f7fde
Fixing broken skipIf commited in 46948dd2c0
2010-02-12 23:51:02 -05:00
renan.saddam
5653c720f0
Fixing an small error with token parsing, tests added. Refs #333 .
2010-02-12 11:52:58 -02:00
renan.saddam
f6f04b6425
Clearing variables after running all the methods. Fixes #333 .
2010-02-12 11:20:43 -02:00
renan.saddam
d975dc3190
Adding tests for previous commit. Refs #310 .
2010-02-12 02:01:54 -02:00
Mark Story
46948dd2c0
Fixing memory leak in ThemeView where __paths would grow each time _paths() was called. Fixes #329
2010-02-11 22:57:24 -05:00
Mark Story
0ce14ceb7e
Adding return statement, preventing infinite loops when no default fields are bound, and unbindTranslation() is called with no fields. Fixes #307
2010-02-11 22:03:43 -05:00
renan.saddam
0611f1b1f3
Flushing the CR after a model file is created, so a controller can be full baked without the need of restarting an bake session. Fixes #310 .
2010-02-11 16:59:49 -02:00
Mark Story
3a03672379
Fixing formatting of code.
2010-02-09 21:05:01 -05:00
Mark Story
b90a64c044
Adding Android and iPod as Mobile useragent names. Fixes #319
2010-02-08 21:11:56 -05:00
Mark Story
9edf2d1d80
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
2010-02-07 16:45:55 -05:00
Mark Story
7384f56144
Fixing issues with old method names being used in EmailComponent.
2010-02-07 16:45:36 -05:00
ADmad
8c1c0e63c0
Allowing a html tag's attribute to be omitted from ouput by setting its value to null or false. Closes #316
2010-02-08 03:00:43 +05:30
Mark Story
6c3c5e9012
Merge remote branch 'rchavik/ticket_293' into 1.3
...
Conflicts:
cake/libs/controller/components/email.php
2010-02-07 16:26:37 -05:00
Mark Story
843d3c7095
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
2010-02-07 15:20:00 -05:00
Mark Story
1febd776bd
Fixing include errors caused by empty asset filters in Dispatcher::asset(). Fixes #313
2010-02-07 15:19:47 -05:00
ADmad
6f08d86c8e
Links generated by PaginatorHelper::prev and PaginatorHelper::next are now wrapped in 'span' or the tag specified in options. Fixes #311
2010-02-07 23:56:50 +05:30
Mark Story
e6404f2d06
Making built-in Canadian postal code validation accept postal codes with no spaces. Fixes #289
2010-02-06 14:20:28 -05:00
Mark Story
f389591085
Merge remote branch 'phally/1.3-email_component' into email-integration
2010-02-04 21:36:26 -05:00
rchavik
f585630286
Test case: EmailComponent $to accepts array (closes 293)
2010-02-04 09:35:33 +07:00
rchavik
a20c809796
EmailComponent: Accept arrays for $to variable ( closes #293 )
2010-02-04 09:35:08 +07:00
Martin Radosta
447e953bd1
Add exact comparison to Debugger::checkSecurityKeys(). Fixes issues
...
with modifying the value by one digit. Fixes #298
Signed-off-by: Mark Story <mark@mark-story.com>
2010-02-03 21:22:46 -05:00
Mark Story
2adac05dad
Fixing RequestHandler::beforeRedirect() and issues with array urls, where incompatibilities between standard url arrays and requestAction url arrays caused incorrect results. Tests added. Fixes #276
2010-02-02 20:39:05 -05:00
Juan Basso
a81d57a080
Changing the class name to lowercase before ordering the ClassRegistry in PHP 4 to not have problems of duplication of tasks in the shell. Fixes #186 .
2010-02-01 12:07:20 -05:00
José Lorenzo Rodríguez
aadf62de6e
Improving tests for Set::diff
2010-01-31 20:26:57 -04:30
Juan Basso
a89d9e4830
Extra optimization for Set::diff(). Refer commit fde10b1
.
2010-01-31 20:14:52 -04:30
ADmad
59a4732eb8
Fixing issue where value of '$and' was appended to output string even when list array contained only one element. Fixed #285
2010-01-31 23:43:58 +05:30
José Lorenzo Rodríguez
3f9813a9ec
Removing unused statement, thanks jrbasso
2010-01-29 16:15:03 -04:30
José Lorenzo Rodríguez
2e49a96634
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
...
* '1.3' of git@github.com:cakephp/cakephp1x:
Adding file omitted from [30cb38eb93
]
Adding tests for deletion of multiple habtm associations. Reverting changes made in [15518b8c9a
] that caused incorrect removal of links when deleting records. Fixes #247
2010-01-29 15:31:40 -04:30
José Lorenzo Rodríguez
fde10b1e62
Improving performance of Set::diff()
2010-01-29 15:31:07 -04:30
Mark Story
7fb7c5ebf6
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
2010-01-29 11:56:09 -05:00
Mark Story
f2a94f5959
Adding file omitted from [ 30cb38eb93
]
2010-01-29 11:55:51 -05:00
Mark Story
887ddb9575
Adding tests for deletion of multiple habtm associations. Reverting changes made in [ 15518b8c9a
] that caused incorrect removal of links when deleting records. Fixes #247
2010-01-29 11:55:18 -05:00
José Lorenzo Rodríguez
0abe9afc15
Merge branch '1.3' of git@github.com:cakephp/cakephp1x into 1.3
...
* '1.3' of git@github.com:cakephp/cakephp1x:
Fixing issues in JqueryEngineHelper where eval()'ed responses wouldn't run code contained inside $js->domReady() due to implementation differences between $(document).ready() and $(document).bind('ready'). Tests updated.
2010-01-29 10:58:53 -04:30
José Lorenzo Rodríguez
1dd0a6470c
Optimizations for DbouSource.
...
Now the result for some methods is stored in a memory cache inside the poperty $methodCache
2010-01-29 10:57:40 -04:30
Mark Story
832b15ba3e
Fixing issues in JqueryEngineHelper where eval()'ed responses wouldn't run code contained inside $js->domReady() due to implementation differences between $(document).ready() and $(document).bind('ready'). Tests updated.
2010-01-29 10:06:47 -05:00
Mark Story
38365924eb
Removing deprecated and unused class property.
2010-01-28 13:30:55 -05:00
Mark Story
e8be5bac8d
Expanding doc blocks for router::url.
2010-01-28 13:30:34 -05:00
Mark Story
30cb38eb93
Refactoring extensions in ScaffoldView to reflect removal of magic .thtml extension.
...
Adding test for interaction of Themed views and Scaffolded views. Fixes #255
2010-01-28 11:11:19 -05:00