phpnut
|
a1ce9e662c
|
Fixing real issue for Ticket #137
Reverted changes replacing [ and ] with .
|
2009-11-03 22:02:26 -06:00 |
|
mark_story
|
a3bb77c4f3
|
Merge branch '1.2' into 1.3-merger
Conflicts:
cake/console/libs/acl.php
cake/console/libs/tasks/controller.php
cake/console/libs/tasks/db_config.php
cake/console/libs/tasks/model.php
cake/console/libs/templates/skel/views/layouts/xml/default.ctp
cake/libs/model/datasources/dbo/dbo_mysql.php
cake/libs/model/datasources/dbo/dbo_mysqli.php
cake/libs/validation.php
cake/libs/view/helpers/form.php
cake/tests/cases/basics.test.php
cake/tests/cases/console/libs/tasks/model.test.php
cake/tests/cases/libs/cake_test_case.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysql.test.php
cake/tests/cases/libs/model/datasources/dbo/dbo_mysqli.test.php
cake/tests/cases/libs/view/helpers/javascript.test.php
cake/tests/cases/libs/view/helpers/session.test.php
cake/tests/groups/controller.group.php
cake/tests/groups/lib.group.php
cake/tests/groups/no_database.group.php
|
2009-11-01 12:11:49 -05:00 |
|
phpnut
|
80b1eb4ee2
|
Merging fix for invalid characters in cookie name.
Fixes
|
2009-10-28 23:44:30 -05:00 |
|
renan.saddam
|
a15289fba8
|
Saving few Router::normalize() calls, will may increase performance. Fixes #179.
|
2009-10-20 16:16:31 -02:00 |
|
ADmad
|
47558d4fe1
|
Renaming "flashLayout" to "flashElement" to be consistent with changes to Session component and helper
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-14 18:18:18 -04:00 |
|
mark_story
|
d1f5acd0e0
|
Merge commit 'origin/1.2' into 1.2-merge-in
Conflicts:
cake/console/libs/shell.php
cake/libs/model/connection_manager.php
cake/libs/view/helpers/html.php
cake/libs/view/helpers/javascript.php
cake/tests/cases/libs/i18n.test.php
cake/tests/cases/libs/model/connection_manager.test.php
cake/tests/cases/libs/model/model_read.test.php
cake/tests/cases/libs/view/helpers/html.test.php
cake/tests/groups/database.group.php
|
2009-10-14 00:51:55 -04:00 |
|
mark_story
|
e5a99b2685
|
Updating RequestHandler::renderAs() to respect DS constant, fixing issues on PHP4 + Windows. Fixes #97
|
2009-10-12 23:55:40 -04:00 |
|
ADmad
|
10aa5d158b
|
Updating find calls to use new syntax
Signed-off-by: Mark Story <mark@mark-story.com>
|
2009-10-02 15:50:36 -04:00 |
|
mark_story
|
4794680444
|
Deprecating CakeSession::del(), use delete() instead.
Updating file headers.
Updating test cases.
|
2009-10-02 13:11:43 -04:00 |
|
mark_story
|
daa97f702a
|
Fixing use of deprecated method.
|
2009-09-25 11:36:27 -04:00 |
|
jperras
|
cd64043702
|
Adding the 'client' option to the doc block for the email component smtp options. Fixes #111.
|
2009-09-22 23:10:35 -04:00 |
|
jperras
|
2b0d13733e
|
Fixing parameter ordering error of array_map in AuthComponent::allow(). Adding test.
|
2009-09-21 12:14:20 -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
|
090eb27be1
|
Updating imports in AuthComponent and AuthComponent test case.
|
2009-09-13 23:42:25 -04:00 |
|
Niles
|
b9970f7484
|
replace deprecated method calls.
|
2009-09-11 06:58:23 -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
|
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
|
046d7c75d0
|
Adding warnings to newly deprecated methods.
|
2009-08-31 22:31:36 -04:00 |
|
mark_story
|
b4a1c4723d
|
Making AuthComponent::deny() case insensitive like allow(). Fixes #6261
|
2009-08-30 20:41:39 -04:00 |
|
mark_story
|
bd3178b9fc
|
Deprecating Cookie::del() Unifying to 'delete' method.
|
2009-08-27 00:33:24 -04:00 |
|
mark_story
|
5e8eb83f7d
|
Deprecating SessionComponent::del() unifying delete methods to 'delete'
|
2009-08-27 00:31:57 -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
|
2484245c68
|
Refactoring to use flashLayout variable when setting flash messages
|
2009-08-13 12:18:46 -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
|
a52a4fb882
|
Renaming EmailComponent::_renderTemplate() to EmailComponent::_render().
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
c3aa0de244
|
Removing redundant class attribute - debug mode should always be enabled by setting EmailComponent:: to 'debug'.
|
2009-08-10 11:22:25 -04:00 |
|
jperras
|
d43041b686
|
First pass at email component header refactor.
|
2009-08-09 17:15:34 -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 |
|
AD7six
|
a4bc755cc7
|
whitespace normalization
|
2009-08-02 16:10:24 -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 |
|
gwoo
|
bf2b8a60e6
|
Merge branch '1.3-misc' into 1.3
|
2009-08-02 12:20:07 -07:00 |
|
gwoo
|
d118c6a764
|
Merge branch '1.3-newlines' into 1.3
|
2009-08-02 12:08:55 -07:00 |
|
gwoo
|
1423b0067b
|
Merge branch '1.2' into 1.3
|
2009-07-30 11:34:33 -07:00 |
|
DarkAngelBGE
|
f88cc56cfe
|
Coding standards fixes
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8260 3807eeeb-6ff5-0310-8944-8be069107fe0
|
2009-07-28 20:01:42 +00:00 |
|
AD7six
|
fd0aaefb39
|
whitespace normalization
|
2009-07-26 12:46:07 +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 |
|
jperras
|
e40428801e
|
Removing all uses of uses() global method & replacing with require or App::import.
|
2009-07-24 13:41:08 -04: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
|
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 |
|