Mark Story
|
ebf99de965
|
Removing the magical addition of SessionComponent to components array. This makes components more declarative, and removes magic that cannot be undone by the end developer.
|
2010-01-13 23:49:10 -05:00 |
|
Mark Story
|
eb2c34afa0
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-01-13 23:47:59 -05:00 |
|
Mark Story
|
67b69b3106
|
Fixing failing tests due to deleted assets.
|
2010-01-13 23:47:31 -05:00 |
|
Joël Perras
|
4d1f6b82e8
|
Removing use of subclass method 'fullTableName()' in Datasource superclass. Fixes #100.
|
2010-01-13 23:19:10 -05:00 |
|
Joël Perras
|
88a09cfbb4
|
Updating CakeTestSuiteDispatcher parsing of .
Better handling of cases where dirname() of PHP_SELF returns only '/'.
|
2010-01-13 23:19:10 -05:00 |
|
Joël Perras
|
ff3aefe93a
|
Adding missing </p> to Html test reporter template.
|
2010-01-13 23:19:09 -05:00 |
|
Mark Story
|
8243afa383
|
Updating css file in skel dir.
|
2010-01-13 23:03:02 -05:00 |
|
Mark Story
|
943af988f6
|
Fixing alignment issues in tables.
|
2010-01-13 22:37:30 -05:00 |
|
Mark Story
|
e60243c464
|
Merge branch '1.3' into scaffold-design
|
2010-01-13 22:16:47 -05:00 |
|
Mark Story
|
25a8a1b1c9
|
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
|
2010-01-13 21:56:24 -05:00 |
|
Mark Story
|
619f9210f3
|
Removing orphaned method.
|
2010-01-13 21:55:32 -05:00 |
|
ADmad
|
848dc518ab
|
Adding 'id' attribute to hidden field generated for multiple select and multiple checkboxes. Fixes issue where invalid markup was generated in case to multiple checkboxes
|
2010-01-14 04:13:39 +05:30 |
|
José Lorenzo Rodríguez
|
8496055059
|
Adding php5 check to avoid errors when using __get() or __isset() methods in models
|
2010-01-13 12:57:41 -04:30 |
|
Juan Basso
|
d8257518de
|
Fixing include in test of CodeCoverageManager. Fixes #196
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-01-13 09:38:26 -05:00 |
|
Juan Basso
|
1c542b6ea5
|
Fixing var name when not have SimpleTest or XDebug installed.
Signed-off-by: Mark Story <mark@mark-story.com>
|
2010-01-13 09:35:58 -05:00 |
|
Mark Story
|
f93094b6ea
|
Moving skel/config/sql to skel/config/schema
Updating index.php and test.php in skel dir.
|
2010-01-13 00:17:15 -05:00 |
|
Mark Story
|
53f0771a48
|
Fixing output of 'Actions' in bake templates. Now outputs a __() call.
|
2010-01-13 00:14:57 -05:00 |
|
Mark Story
|
2de9639091
|
Updating scaffolds to match new bake design.
|
2010-01-13 00:12:45 -05:00 |
|
Mark Story
|
54b566fcab
|
Updating generic CSS fixing issues in IE7 and making actions column slightly wider.
|
2010-01-13 00:07:53 -05:00 |
|
Mark Story
|
ee8ebce837
|
Merge branch '1.3' into scaffold-design
|
2010-01-12 23:33:52 -05:00 |
|
Mark Story
|
84840c7b04
|
Fixing issues with magic input() type detection and adding/updating tests.
|
2010-01-12 23:27:17 -05:00 |
|
Mark Story
|
6ba16f31bf
|
Updating generic css to work with IE7.
|
2010-01-12 18:28:41 -05:00 |
|
Mark Story
|
dc00cfe539
|
Adding to baked index files to fix rendering issues in IE.
|
2010-01-12 18:28:16 -05:00 |
|
Mark Story
|
d8e7aa929c
|
Merge branch '1.3-misc' into 1.3
|
2010-01-12 17:18:14 -05:00 |
|
Mark Story
|
8e22e8cbea
|
Merge branch '1.3-test-suite' into 1.3-misc
|
2010-01-12 09:31:07 -05:00 |
|
Mark Story
|
637b0133a8
|
Removing memory limit configuration from test.php. Was problematic in that it would override php.ini settings which could be higher.
|
2010-01-12 09:30:40 -05:00 |
|
Mark Story
|
a0c3c4b803
|
Updating AuthComponent::startup() so that being redirected to loginAction with no Auth.redirect value in the session and a non empty loginRedirect defined, the Auth.redirect value is not overwritten. This prevents redirection to already accessible pages. Test cases updated.
Fixes #173
|
2010-01-11 23:54:06 -05:00 |
|
Mark Story
|
4a96f52be9
|
Refactoring testsuite shell and consolidating duplicated filename generation logic.
|
2010-01-11 18:04:38 -05:00 |
|
Mark Story
|
0803e2a5a6
|
Moving CLI code coverage generation into the CliReporter.
|
2010-01-11 18:04:08 -05:00 |
|
Mark Story
|
07b43be125
|
Making CLI case code coverage reports include text.
|
2010-01-11 18:00:45 -05:00 |
|
José Lorenzo Rodríguez
|
04562982b2
|
Fixing doc block
|
2010-01-11 15:34:16 -04:30 |
|
José Lorenzo Rodríguez
|
7e9fc9f705
|
Test case for date format definition using a LC_TIME locale file
|
2010-01-11 15:19:57 -04:30 |
|
José Lorenzo Rodríguez
|
50f58da60d
|
Continuing work on locale definition file parser
|
2010-01-11 15:12:24 -04:30 |
|
José Lorenzo Rodríguez
|
8bc4f0336e
|
Beginings of a parser of locale definition file
|
2010-01-11 15:09:42 -04:30 |
|
José Lorenzo Rodríguez
|
aa9258cbd1
|
Adding test for DboSource::group() and virtual fields
Closes #184
|
2010-01-11 12:22:59 -04:30 |
|
José Lorenzo Rodríguez
|
3fe4b46614
|
Fixing DboSource::group() to test for virtual fields when first parameter is not an array
|
2010-01-11 12:06:27 -04:30 |
|
José Lorenzo Rodríguez
|
cecfd72f28
|
Fixing parse error in php 4
|
2010-01-11 11:51:55 -04:30 |
|
Phally
|
bbb105fc8c
|
Added virtual field support for GROUP BY.
|
2010-01-11 11:46:59 -04:30 |
|
Mark Story
|
dda2414b5b
|
Fixing compatibility in ConnectionManager with php4. Fixes #187
|
2010-01-11 09:48:53 -05:00 |
|
Mark Story
|
4ada5b7eea
|
Fixing notice errors caused by incorrect datatyping in php4.
|
2010-01-11 09:44:51 -05:00 |
|
Mark Story
|
896414e632
|
Fixing parse error in PHP4 caused by optional arguments with default
values being passed by reference. Fixes #180
|
2010-01-11 09:40:56 -05:00 |
|
Mark Story
|
84e70c1db1
|
Adding linebreak for text/cli output situations.
|
2010-01-10 15:56:51 -05:00 |
|
Mark Story
|
489958ea48
|
CakeTextReporter now outputs code coverage.
|
2010-01-10 15:56:24 -05:00 |
|
Mark Story
|
9989327b5b
|
Fixing constructor of CakeCliReporter to match CakeBaseReporter.
|
2010-01-10 15:55:49 -05:00 |
|
Mark Story
|
980a85cec4
|
Updating testsuite shell to use new CodeCoverage methods.
|
2010-01-10 15:55:09 -05:00 |
|
Mark Story
|
02dbbcdfc6
|
Fixing CliReporter class name as well as making cli/text output the default if the reporter is unknown.
|
2010-01-10 15:45:41 -05:00 |
|
Mark Story
|
e7e1a9b15c
|
Further refactoring of code coverage manager.
|
2010-01-10 15:42:30 -05:00 |
|
Mark Story
|
5a88aaf909
|
Refactoring loops in CodeCoverageManager
|
2010-01-10 15:28:29 -05:00 |
|
Mark Story
|
645807211b
|
Adding clear to CodeCoverageManager.
|
2010-01-10 13:39:41 -05:00 |
|
Mark Story
|
d7164c416e
|
Adding code coverage toggling to CakeBaseReporter.
Updating CodeCoverageManager method use in CakeTestSuiteDispatcher.
|
2010-01-10 13:24:41 -05:00 |
|