mark_story
|
29ddffa2d3
|
Fixing regression in DboMysqlBase where describe() was no longer pulling out fieldParameters. A test case has been added to catch any future regressions. Fixes #991
|
2010-08-09 23:25:32 -04:00 |
|
mark_story
|
ccfb1d179a
|
Expanding test and fixing issue where the return of Folder::create() would be incorrect even though the directory was properly created. Fixes #996
|
2010-08-09 22:56:41 -04:00 |
|
mark_story
|
d6e3c318cd
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-08-04 23:59:17 -04:00 |
|
mark_story
|
c28ecff862
|
Adding a test to ensure that $here contains the correct value when supplying additionalParams (like through a requestAction). Changing how Dispatcher::__extractParams converts url params into a string, so the result is the same as a string url.
Removing the call to _stop() as it halts the script when a requestAction hits a cached file. Fixes #977
|
2010-08-04 23:44:48 -04:00 |
|
mark_story
|
a04fe5f81d
|
Making Router::reverse() strip out additional framework internal parameters that are specific to requestAction. Refs #977
|
2010-08-04 23:35:49 -04:00 |
|
mark_story
|
8119f77659
|
Reformatting long lines.
|
2010-08-04 23:18:33 -04:00 |
|
mark_story
|
43bf1c539a
|
Separating the various requestAction tests into separate test methods.
|
2010-08-04 23:16:26 -04:00 |
|
mark_story
|
22673a5348
|
Adding a test case for CacheHelper correctly generating filenames when $this->here includes all the named and passed args. Refs #977
|
2010-08-04 23:08:43 -04:00 |
|
Juan Basso
|
72bb229a9c
|
Added tests to ticket #959
|
2010-08-04 22:10:44 -03:00 |
|
xbuzz
|
f2f2987743
|
Fixed 'convertEntities' to links in RSS. Fixes #959
|
2010-08-04 22:03:44 -03:00 |
|
Dirk Brünsicke
|
712ca6d5b5
|
Fixing bug in String::insert that produces unexpected results with
multiple keys that start with the same substring. Fixes #984
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-08-03 22:38:45 -04:00 |
|
Juan Basso
|
ae2fa908c5
|
Dont use private attributes as tables in CakeSchema. Fixes #7
|
2010-08-02 00:22:46 -03:00 |
|
mark_story
|
3099a15f17
|
Removing old check for view == 'Theme'. This allows Scaffold to work well with Themed controllers. Test case added. Fixes #255
|
2010-08-01 22:25:29 -04:00 |
|
Juan Basso
|
7e7a2c57e2
|
Fixing changes made in commit 522446e to works with PHP 5.2-. Refs #974
|
2010-08-01 02:55:30 -03:00 |
|
mark_story
|
509a9e14e2
|
Fixing condition missing a model name in the TreeBehavior. Fixes #961
|
2010-07-31 14:29:00 -04:00 |
|
mark_story
|
9f718de0b6
|
Reverting changes made in [60ab9800e2 ]. Restoring use of isset() and $_SESSION = null. Fixes #971
|
2010-07-31 13:09:40 -04:00 |
|
mark_story
|
522446e0c2
|
Fixing issues where route elements could not have '-' in the parameter name because of limitations in pcre named capturing subpatterns. Tests added. Fixes #974
|
2010-07-31 13:03:45 -04:00 |
|
mark_story
|
86cae09d79
|
Merge branch '1.3' of github.com:cakephp/cakephp into 1.3
|
2010-07-31 11:59:21 -04:00 |
|
ADmad
|
d04b327469
|
Fixing test case as it was error prone. Assuming the first value of $plugins array to be 'plugin_js' was incorrect.
|
2010-07-31 21:08:10 +05:30 |
|
mark_story
|
5efddf9a41
|
Adding a test case for route params with hyphens. Refs #974
|
2010-07-31 11:23:02 -04:00 |
|
mark_story
|
373bebb128
|
Updating test suite to properly handle parent_id situations. Fixes #881
|
2010-07-29 22:26:30 -04:00 |
|
mark_story
|
ac9721d582
|
Wrapping long lines.
|
2010-07-29 22:07:45 -04:00 |
|
mark_story
|
2b1efafe65
|
Applying optimization from 'michaelc' to reduce number of strtolower() calls in AclBehavior. Fixes #972
|
2010-07-29 22:04:22 -04:00 |
|
mark_story
|
3bda2ce100
|
Adding tests for database imports causing duplicated db prefix. Adding a workaround for the duplicated prefix name.
Fixes #962
|
2010-07-29 22:01:12 -04:00 |
|
mark_story
|
a9bb4eefae
|
Fixing failing test caused by registry pollution.
Adding a test case to prove that unqualified column names work with postgresql. Closes #930
|
2010-07-29 00:06:11 -04:00 |
|
mark_story
|
596c751ea3
|
Converting spaces to tabs.
|
2010-07-28 23:42:36 -04:00 |
|
ADmad
|
6527e9269a
|
Fixing detection and automatic appending of extension '.js' to urls in call to HtmlHelper::script(). Closes #965
|
2010-07-29 02:11:00 +05:30 |
|
José Lorenzo Rodríguez Urdaneta
|
69ee014a60
|
Merge branch '2.0' into 2.0-session
|
2010-07-27 22:27:17 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1c8ad1d1cc
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-27 22:26:06 -04:30 |
|
mark_story
|
272b327dc3
|
Fixing issue where $error would be set to an array.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
19d8c9e6bb
|
Removing a call to __setError() that isn't an error.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
8db0a19585
|
Refactoring duplicated logic into a method.
|
2010-07-27 22:27:44 -04:00 |
|
mark_story
|
ef586d9917
|
Updating test case to use autoRegenerate.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
f5bf4c5552
|
Changing config value name to more accurately represent what it does.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
6ff7ad68c9
|
Fixing some infinite loop issues in the test cases for CakeSession.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
b3febb483e
|
Fixing incorrect use of Cache::gc(). It has no parameters for now.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
2f1aa0a97f
|
Making CakeHtmlReporter dump a stack trace when an exception is caught.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
81f6f43193
|
Moving a few things around to better replicate how CakeSession behaved in 1.3. Also fixes the countdown & session id regeneration feature. Still need to write a test case for it though.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
d2097c514f
|
Fixing issue where infinite loops would occur when a session was first created.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
977ffa96be
|
Removing dead properties and methods from SessionComponent.
Sessions should be started as soon as the component is constructed. So there is no reason to have an active()/activate() method.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
574bfe6b67
|
Changing clear of $_SESSION to null instead of array(), makes checks later easier. Removing _checkValid call from destroy and making it run in start(), as destroy() calls start().
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
a857e4505c
|
Adding files from previous commit.
|
2010-07-27 22:27:43 -04:00 |
|
mark_story
|
db5c44e386
|
Adding support + test cases for plugin and app/libs session handlers.
|
2010-07-27 22:27:42 -04:00 |
|
mark_story
|
5673ceb816
|
Updating core.php files with new session configuration.
|
2010-07-27 22:27:42 -04:00 |
|
mark_story
|
18b6668a34
|
Moving tests from SessionComponent to CakeSession, as that is where the features actually are. Removing Security.level/Security::inactiveMins() calculations.
|
2010-07-27 22:27:42 -04:00 |
|
mark_story
|
eb30c12560
|
Adding a test case for DatabaseSession::gc();
|
2010-07-27 22:27:13 -04:00 |
|
mark_story
|
28b9ed7264
|
Adding test cases for DatabaseSession and fixing a test case in CacheSession.
|
2010-07-27 22:27:13 -04:00 |
|
mark_story
|
7d2d2aaa4d
|
Adding test case stub for DatabaseSession and test case for CacheSession.
|
2010-07-27 22:27:13 -04:00 |
|
mark_story
|
951eeae817
|
Extracting handler location into a method.
Moving DatabaseSession and CacheSession into separate files. Tests to come soon.
|
2010-07-27 22:27:13 -04:00 |
|
mark_story
|
736d33647e
|
Adding tests for using a custom session config with CacheSession.
|
2010-07-27 22:27:13 -04:00 |
|