mark_story
|
11d20f80d0
|
Fixing failing tests imported with the merge.
|
2011-02-05 15:24:53 -05:00 |
|
mark_story
|
e149c411fb
|
Merge branch '1.3' into merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/console/shells/tasks/template.php
cake/dispatcher.php
cake/libs/controller/component.php
cake/libs/controller/components/email.php
cake/libs/controller/scaffold.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/view/helpers/cache.php
cake/libs/view/pages/home.ctp
cake/tests/cases/dispatcher.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_postgres.test.php
cake/tests/fixtures/datatype_fixture.php
|
2011-02-05 12:20:09 -05:00 |
|
mark_story
|
cf50cbdd9d
|
Fixing issue in FormHelper where CURRENT_TIMESTAMP or other invalid data could cause a notice error. Fixes #1508
|
2011-02-05 06:43:00 -05:00 |
|
mark_story
|
f58f3763eb
|
Updating tests to account for attribute whitespace change.
|
2011-02-05 05:52:18 -05:00 |
|
mark_story
|
63308fdbd8
|
Fixing issue where a false id would be appended to the route url. Test added. Fixes #1501
|
2011-02-02 21:52:41 -05:00 |
|
Juan Basso
|
bbf6aedd9c
|
Fixed wrong viewVars store when have objects in view caching. Fixes #1486.
|
2011-01-28 00:31:18 -02:00 |
|
mark_story
|
5464ed8455
|
Fixing blackholes caused by using custom name attributes with inputs. Fixes #1489
|
2011-01-27 21:05:30 -05:00 |
|
Juan Basso
|
95713fbf3b
|
Separated the tests for HtmlHelper::loadConfig() with exception in different methods.
|
2011-01-25 01:18:44 -02:00 |
|
Juan Basso
|
5b8f680d43
|
Throwing exception instead notice in loadConfig.
|
2011-01-23 20:00:06 -02:00 |
|
Juan Basso
|
175e008308
|
Reading configuration using reader classes. You can pass the key configFile in Html settings to load in constructor.
|
2011-01-23 19:27:50 -02:00 |
|
Juan Basso
|
10d3dd5d2b
|
Moving the parseAttributes to Html helper.
|
2011-01-23 12:36:14 -02:00 |
|
Juan Basso
|
5bc0f0c2a1
|
Replacing sprintf using Html tags by useTag.
|
2011-01-23 12:26:14 -02:00 |
|
Juan Basso
|
8cd54776f1
|
Created the method useTag in html, avoiding sprintf with Html tags in others helpers.
|
2011-01-23 12:25:52 -02:00 |
|
mark_story
|
dca3fecfed
|
Merge branch '1.3' into merger
Conflicts:
cake/console/error.php
cake/libs/cache/memcache.php
cake/libs/cake_session.php
cake/libs/controller/components/request_handler.php
cake/libs/model/cake_schema.php
cake/libs/router.php
cake/libs/set.php
cake/libs/view/helpers/form.php
cake/libs/view/helpers/text.php
cake/libs/view/view.php
cake/tests/cases/libs/set.test.php
|
2011-01-18 20:04:30 -05:00 |
|
mark_story
|
ab337e2e8a
|
Adding tests for TextHelper::autolinkurl(). Closes #1466
|
2011-01-18 18:56:35 -05:00 |
|
ADmad
|
d4e4957563
|
Adding test case for FormHelper::input() for generation multiple checkboxes with space in option values. Refs #1465
|
2011-01-19 02:25:39 +05:30 |
|
mark_story
|
b0d4951184
|
Fixing TextHelper::autoLinkEmails() not linking email addresses that contain '.
Test added.
Fixes #1457
|
2011-01-17 11:11:30 -05:00 |
|
mark_story
|
ca299a097c
|
Fixing issue where get forms created with model = false would create inputs with name = ''. Tests added. Fixes #1455
|
2011-01-15 14:39:24 -05:00 |
|
mark_story
|
b8780586ec
|
Fixing issue where FormHelper::checkbox() would ignore an explicit checked = false, and use the post data instead. Test case added. Fixes #1437
|
2011-01-14 21:48:23 -05:00 |
|
Jeremy Harris
|
1f0c57c4ee
|
Fixed aliasing so it works with plugins in the 'className' key
|
2011-01-14 17:44:33 -08:00 |
|
Jeremy Harris
|
2b596859cb
|
Reversed alias and actual class to be more consistent with how Model aliases load and to make migration easier
|
2011-01-13 18:04:06 -08:00 |
|
mark_story
|
0f4c90588d
|
Fixing issue where elements did not get .ctp as a fallback extension unlike view and layout files.
Adding a protected method to get extensions, as it would be in 3 places now.
Added tests.
Fixes #1438
|
2011-01-12 20:43:41 -05:00 |
|
Jeremy Harris
|
9749dc808d
|
Allowed helpers to be aliased by setting the 'alias' key
|
2011-01-09 18:27:53 -08:00 |
|
mark_story
|
f87ae5469b
|
Fixing a few failing tests in helper tests.
|
2011-01-09 00:09:01 -05:00 |
|
mark_story
|
443f6d1c5b
|
Merge branch '1.3' into merger
Conflicts:
cake/console/shells/tasks/test.php
cake/libs/cake_log.php
cake/libs/controller/components/email.php
cake/libs/set.php
cake/libs/view/helpers/cache.php
cake/libs/view/helpers/paginator.php
cake/libs/view/helpers/time.php
cake/libs/view/view.php
cake/tests/cases/console/libs/tasks/fixture.test.php
cake/tests/cases/console/shells/tasks/test.test.php
cake/tests/cases/libs/controller/components/email.test.php
cake/tests/cases/libs/model/db_acl.test.php
cake/tests/cases/libs/set.test.php
|
2011-01-08 23:49:19 -05:00 |
|
Jeremy Harris
|
a8ac288d1c
|
Added $format option to TimeHelper::nice(). Fixes #433, #638, #291, #801
|
2011-01-05 19:06:52 -08:00 |
|
mark_story
|
09d357cc43
|
Removing empty fixtures array.
|
2011-01-02 22:33:49 -05:00 |
|
Jeremy Harris
|
733f4f395e
|
Reordered PaginatorHelper::sort() key and title to be more consistent.
Fixes #1000
|
2011-01-02 18:44:41 -05:00 |
|
mark_story
|
1f6fba9d9e
|
Fixing failing test caused by missing space.
|
2010-12-31 16:36:14 -05:00 |
|
mark_story
|
5768bfe5c7
|
Fixing failing test caused by missing space.
|
2010-12-31 16:35:44 -05:00 |
|
mark_story
|
eb38b8b60c
|
Fixing more boundary issues with first() and last(). When you entered a first/last range a wonky page link would be generated. Tests added.
|
2010-12-27 23:40:10 -05:00 |
|
mark_story
|
e003bd6ea9
|
Adding rel attributes for first and last links. These attribute values are part of the html5 spec, and fit with the intention of #370
|
2010-12-27 10:48:38 -05:00 |
|
mark_story
|
af608f68ef
|
Updating test cases for the addition of rel attributes to links generated by PaginatorHelper. Also removed rel attributes for disabled elements, as they are probably not link tags. Fixes #370
|
2010-12-27 10:38:30 -05:00 |
|
mark_story
|
edf567b9f9
|
Adding convertKeys to PaginatorHelper::options().
Added a test case.
Fixes #1390
|
2010-12-26 13:24:05 -05:00 |
|
mark_story
|
ee3017599d
|
Merge branch '2.0' into 2.0-pagination
Conflicts:
cake/libs/controller/components/paginator.php
cake/libs/router.php
|
2010-12-24 14:43:11 -05:00 |
|
mark_story
|
ef77e60cb0
|
Removing @subpackage tags, moving contents of @subpackage into @package.
Removing duplicate cake.cake in @package tags.
Renaming cake.app -> app
|
2010-12-24 14:09:57 -05:00 |
|
mark_story
|
e20ea8ad72
|
Renaming Dispatcher::__loadRoutes -> Dispatcher::_loadRoutes to match naming conventions.
Updating method name usage, as assertType is deprecated as of PHPUnit 3.5.6
|
2010-12-24 12:54:04 -05:00 |
|
mark_story
|
f85567a566
|
Removing @author tags that snuck in.
|
2010-12-21 21:58:20 -05:00 |
|
mark_story
|
6f62c22cbc
|
Fixing fencepost errors.
Splitting tests up into smaller groups.
|
2010-12-20 20:27:27 -05:00 |
|
mark_story
|
abc6a28eca
|
Increasing code coverage.
|
2010-12-20 14:02:12 -05:00 |
|
mark_story
|
0b90195a52
|
Adding tests for creating next/prev links with querystrings.
Removing code that doesn't seem to do anything, no tests fail when its removed.
|
2010-12-20 13:59:09 -05:00 |
|
mark_story
|
d7e411650f
|
Moving some tests around so its easier to figure out what's being tested.
Adding a querystring test.
|
2010-12-20 13:39:22 -05:00 |
|
mark_story
|
e5588f746c
|
Reversing changes that required a : sigil for named parameters. Also removing ?foo style parameters for querystring args. Having two ways to create querystring args was not sitting well with me.
Tests updated.
|
2010-12-19 23:11:02 -05:00 |
|
mark_story
|
4c3736a68a
|
Making more tests pass with the named parameter changes.
|
2010-12-19 17:38:21 -05:00 |
|
mark_story
|
c83a4703a3
|
Implementing ability to change pagination params to use querystring variables.
Tests added.
|
2010-12-19 16:47:22 -05:00 |
|
mark_story
|
cc2d8e2fec
|
Moving limit from the options to the normal paging params. This fixes a few notice errors.
|
2010-12-19 13:15:04 -05:00 |
|
mark_story
|
176d5520f6
|
Making paging params match those that would be generated by PaginatorComponent.
|
2010-12-19 13:09:52 -05:00 |
|
mark_story
|
833bdbcc0b
|
Reformatting paging params.
Removing defaults from the paging params as they are no longer being used.
|
2010-12-19 12:43:29 -05:00 |
|
Juan Basso
|
5d2b4c758d
|
Minor optimization in cache views.
|
2010-12-18 19:41:57 -02:00 |
|
Juan Basso
|
a7c7436d8e
|
Passing viewVars to cache views, avoiding cake:nocache problems.
|
2010-12-18 19:31:10 -02:00 |
|