mark_story
|
a839c29eb8
|
Fixing use of deprecated methods in Auth test.
|
2009-09-20 18:16:26 -04:00 |
|
mark_story
|
50bd279018
|
Merge branch '1.3-auth' into 1.3
|
2009-09-20 17:53:23 -04:00 |
|
mark_story
|
5717e3b59c
|
Merge branch '1.2' into 1.2-merger
Conflicts:
app/webroot/test.php
cake/VERSION.txt
cake/bootstrap.php
cake/config/config.php
cake/console/cake.php
cake/console/libs/schema.php
cake/console/templates/skel/webroot/test.php
cake/libs/configure.php
cake/tests/cases/console/libs/schema.test.php
cake/tests/cases/libs/debugger.test.php
cake/tests/cases/libs/model/model_write.test.php
cake/tests/fixtures/aco_fixture.php
|
2009-09-16 01:23:49 -04:00 |
|
mark_story
|
4a6412fb27
|
Adding tests for AuthComponent::action().
Adding plugin support for AuthComponent in actions mode. Refs #33
|
2009-09-14 00:29:33 -04:00 |
|
mark_story
|
c94698500b
|
Adding test case for Auth with authorize = actions.
|
2009-09-14 00:15:06 -04:00 |
|
mark_story
|
090eb27be1
|
Updating imports in AuthComponent and AuthComponent test case.
|
2009-09-13 23:42:25 -04:00 |
|
mark_story
|
326424592d
|
Merge branch '1.2' into 1.2-merger
Conflicts:
cake/VERSION.txt
cake/config/config.php
cake/dispatcher.php
cake/libs/controller/scaffold.php
cake/libs/inflector.php
cake/libs/view/view.php
cake/tests/cases/libs/controller/scaffold.test.php
cake/tests/cases/libs/inflector.test.php
cake/tests/cases/libs/view/view.test.php
cake/tests/fixtures/counter_cache_post_fixture.php
cake/tests/fixtures/counter_cache_user_fixture.php
|
2009-09-13 13:52:58 -04:00 |
|
jperras
|
4dc656fd91
|
Updating EmailComponent smtp HELO handling to account for non-existence of HTTP_HOST environment variable when PHP SAPI is CLI. Fixes #41.
|
2009-09-07 11:18:11 -04:00 |
|
mark_story
|
17e81ab346
|
Updating session component, to not use layout, and use elements instead.
Tests updated.
|
2009-08-31 23:59:40 -04:00 |
|
mark_story
|
1bedd8418b
|
Merge branch '1.3-deprecation' into 1.3-misc
|
2009-08-31 23:41:41 -04:00 |
|
mark_story
|
9afa4d1c3a
|
Updating test case to reflect API changes.
|
2009-08-31 22:52:15 -04:00 |
|
mark_story
|
4ee70c01a8
|
Updating tests to reflect API deprecations.
|
2009-08-31 22:50:46 -04:00 |
|
mark_story
|
f6ce178d85
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 14:24:50 -04:00 |
|
mark_story
|
0097e8c14b
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-31 14:22:37 -04:00 |
|
mark_story
|
a678a603c0
|
Simplifying message generation.
Fixing inflection of model names.
Adding tests for flash page generation. Refs #64
|
2009-08-31 13:48:32 -04:00 |
|
mark_story
|
b4a1c4723d
|
Making AuthComponent::deny() case insensitive like allow(). Fixes #6261
|
2009-08-30 20:41:39 -04:00 |
|
mark_story
|
29de5e515f
|
Allowing Controller::flash() layout to be set with a parameter. Fixes #5034
|
2009-08-27 23:40:36 -04:00 |
|
mark_story
|
2dca77cbcb
|
Updating Scaffold to merge hasAndBelongsToMany keys when generating field lists for scaffolded forms. Fixes #48
|
2009-08-25 23:34:19 -04:00 |
|
renan.saddam
|
c84b4cf36d
|
Changing AuthComponent::deny to accepts same param as AuthComponent::allow, tests added
|
2009-08-13 13:08:30 -03:00 |
|
renan.saddam
|
8d6135a8d1
|
Adding support for plugin models used in Auth::$userModel
|
2009-08-13 11:39:59 -03:00 |
|
jperras
|
a9a31384ed
|
Cleaning up tests for EmailComponent
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
6f0f5596cb
|
Adding a test for loading of custom view class for email layout rendering.
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
2c5eb204c9
|
Tightening up some some email pattern test cases.
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
8a9dfb513e
|
Adding test for EmailComponent::send() where is a numerically indexed array.
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
cddfd71b7d
|
Adding tests for testSendDebug
|
2009-08-10 11:22:19 -04:00 |
|
jperras
|
73e6597379
|
Moving __osFix to top of file. Adding test for EmailComponent::startup().
|
2009-08-09 18:39:05 -04:00 |
|
jperras
|
4dbdf1e0c6
|
Converting EmailComponent private methods to protected.
|
2009-08-09 17:13:06 -04:00 |
|
gwoo
|
6775e0997e
|
Merge branch '1.2' into 1.3
|
2009-08-03 13:13:18 -07:00 |
|
jperras
|
d41a28c975
|
Fixing PHP4 compatibility issues for SecurityComponent.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8282 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-03 19:40:02 +00:00 |
|
mark_story
|
29dd4ddf03
|
Fixing issues in Scaffold Test case with PHP4.
Cleaning up code formatting in Scaffold.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8276 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-08-03 17:38:40 +00:00 |
|
jperras
|
31321df6ce
|
Removing extra newline that was causing EmailComponent test to fail.
|
2009-08-02 21:09:33 -04:00 |
|
AD7six
|
b9987e1712
|
whitespace normalization
|
2009-08-02 16:09:39 -07:00 |
|
gwoo
|
15ed658a27
|
Revert "Merge branch '1.3-newlines' into 1.3"
This reverts commit c088131cd8e9f53396852e8a320e2b0396807d20, reversing
changes made to 9341a2bb5eda1db208019aa8a9171224fb76fc6b.
|
2009-08-02 15:59:54 -07:00 |
|
AD7six
|
f64f4cbddc
|
whitespace normalization
|
2009-07-26 11:59:51 +02:00 |
|
gwoo
|
062f471b7f
|
updating App::import usage. ran each test and everything seems ok.
|
2009-07-25 18:27:02 -07:00 |
|
AD7six
|
b2142df2bc
|
adding a newline before all comment blocks
|
2009-07-24 21:18:37 +02:00 |
|
gwoo
|
a9d98e73c3
|
Merge branch '1.2' into 1.3
|
2009-07-22 09:27:31 -07:00 |
|
DarkAngelBGE
|
3e14d281df
|
fixes #6397, removing unneeded line feed in email component headers, adding tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8248 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-22 16:04:53 +00:00 |
|
DarkAngelBGE
|
caeac73562
|
Applying patch from ' matsinet', fixes #6475, EmailComponent ignoring sendAs when attachments present, adding tests
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8242 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-21 21:54:05 +00:00 |
|
gwoo
|
0935eb0477
|
fixing up some broken tests
|
2009-07-20 09:59:16 -07:00 |
|
gwoo
|
a2f0ab8b27
|
Merge branch '1.2' into 1.3
|
2009-07-20 09:31:56 -07:00 |
|
mark_story
|
02ed77ab20
|
Adding tests for calling RequestHandlerComponent::renderAs() twice.
Fixing issue where viewPath was not updated.
Fixes #6466
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8230 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-14 03:52:06 +00:00 |
|
jperras
|
4f44a15470
|
EmailComponent::reset now empties out attachments array. Fixes #6498.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8226 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-10 00:07:51 +00:00 |
|
gwoo
|
f1a4352620
|
Merge branch '1.2' into 1.3
|
2009-07-03 08:24:42 -07:00 |
|
gwoo
|
8971aad8bf
|
closes #6413, scaffoldFields not working with add/edit methods
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8214 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-03 00:14:36 +00:00 |
|
gwoo
|
2ba8e8777c
|
Merge branch '1.2' into 1.3
|
2009-07-02 16:12:50 -07:00 |
|
gwoo
|
bc359259a2
|
Merge branch '1.2' into 1.3
|
2009-07-02 09:27:00 -07:00 |
|
jperras
|
a6d3193a6d
|
Updated EmailComponent::__strip regex for mailto: links. Fixes #6464.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8211 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-02 02:58:43 +00:00 |
|
mark_story
|
ff5d9ed6e0
|
Fixing issues created in [8205] where allowedActions check was done incorrectly. Fixes #6482
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8208 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-01 03:56:16 +00:00 |
|
gwoo
|
58b5c0d77d
|
cleaning up some ;;
|
2009-06-30 19:56:15 -07:00 |
|