nate
6ec10af951
Adding Permission join model for ACL nodes
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4488 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-09 08:29:07 +00:00
nate
30134cbd9e
Importing new ACL system
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4487 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-09 08:13:13 +00:00
nate
ce71e04618
Changing Object::set() to non-conflicting _set()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4486 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-09 05:08:15 +00:00
phpnut
1c07701223
Removing need for plugins to need a model
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4485 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-09 02:38:19 +00:00
nate
24fd9b1e9b
Removing password data from user record access in AuthComponent
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4484 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 23:44:58 +00:00
nate
a1afe34106
Implementing AuthComponent::$autoRedirect()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4483 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 22:25:45 +00:00
nate
8a025938b5
Adding tests for DboSource and AjaxHelper, and fixing code formatting in XmlHelper
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4482 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 22:16:35 +00:00
nate
9468feec18
Adding object support to Set::extract()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4481 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 22:14:36 +00:00
nate
b5dc025a61
Fixing order of operations for AuthComponent
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4480 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 22:10:58 +00:00
nate
a7653e4d80
Changing param order in Model::updateAll() so it makes more sense
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4479 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 18:36:26 +00:00
nate
fbc0ea77b7
Fixing $conditions === true in DboSource
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4478 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 18:13:14 +00:00
phpnut
af4bacb960
Reverting changes made in last commit
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4477 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 17:58:19 +00:00
nate
1e4ce0d35d
Implementing Model::deleteAll()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4476 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 17:50:47 +00:00
nate
15f7509171
Refactoring set() method into Object, and adding $conditiions === true translation in DboSource
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4475 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 17:33:59 +00:00
phpnut
f377ed6d2a
Adding Helper::webroot() to return correct url if theme is used
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4474 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 07:42:23 +00:00
phpnut
88ac78f03d
Adding check for webroot/themed/[theme name]
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4473 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 05:21:28 +00:00
phpnut
869dbb6b05
Fixing theme class
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4472 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 05:15:04 +00:00
phpnut
d791bd75b4
Changing check for theme to empty
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4471 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 04:55:26 +00:00
phpnut
2bacc6603e
Updating theme class to allow setting theme to null and deafult locations will be used.
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4470 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 04:38:10 +00:00
phpnut
5403b58ab7
Fixing Configure::store().
...
Original version of method would set the array for a $key $value par incorrectly
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4469 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-08 03:25:37 +00:00
gwoo
7754dbd284
fixing issue with bake reading tables
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4468 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-07 21:29:47 +00:00
nate
90b0f1f1cc
Allowing 'error' => false to disable validation error output in FormHelper::input() (Ticket #2071 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4467 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-07 20:13:59 +00:00
nate
0baab3b06f
Updating Behavior class def with new callback param
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4466 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-07 00:37:49 +00:00
nate
76548b0aad
Refactoring Model::save() and adding $created parameter to afterSave()
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4465 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-07 00:36:19 +00:00
nate
194e9e09b1
Restructuring Inflector tests, and adding test for Ticket #2068
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4464 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-07 00:01:04 +00:00
nate
5c2e4821f7
Adding Inflector test for Ticket #2061
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4463 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-06 23:57:45 +00:00
nate
709e257707
Fixing null child reference issue in XML
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4461 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-06 17:19:11 +00:00
nate
a175687bd5
Updating View class properties, and committing additional core tests
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4460 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-06 17:18:23 +00:00
nate
3500fa5917
Additional Ajax test
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4459 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-06 14:28:04 +00:00
nate
454d9716d2
Adding AjaxHelper tests
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4458 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-06 14:23:36 +00:00
nate
d25aa2a4cb
Fixing undefined index 'action' notice in Router
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4456 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 23:45:26 +00:00
nate
9bba7b70a2
Securing AuthComponent against re-POSTing password data
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4455 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 20:19:34 +00:00
dho
80e503a70f
Adding missing loadModel() (ticket #2058 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4453 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 12:49:35 +00:00
dho
24d65cafbc
Fixing typo (ticket #2057 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4452 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 12:26:31 +00:00
phpnut
dddbaa69f2
Merging fixes into the trunk:
...
Revision: [4449]
Adding fix for #2051
Adding additional methods to the ClassRegistry to set mappings to class names.
Added ClassRegistry::map() in the model to set mappings where needed
Revision: [4448]
Adding 'evalScripts' fix for AjaxHelper (Ticket #2048 )
Revision: [4447]
Fixing tests for DboSource after changes made to remove extra white spaces
Revision: [4445]
Updating test suite
Revision: [4444]
Removing directories from cases.
Updating DispatcherTest
Revision: [4443]
Updating test suite
Revision: [4442]
fixing h2 in test suite
Revision: [4441]
Removing redundant group test
Revision: [4440]
Updating html for test suite.
Added error page when SimpleTest is not installed.
Fixed model.test.php failing on PHP 4
Revision: 4439
updating test suite layout
Revision: [4438]
Removing all language file svn these are now located at http://cakeforge.org/projects/translations/
Revision: [4437]
Adding fix for #2047
Revision: [4436]
Fixing notice when not group tests are found
Revision: [4435]
Fixing unset variable error
Revision: [4434]
Updating test suite with correct paths.php
Changed vendor() to return true or false
Revision: [4433]
Adding test suite to the core.
Creating directories for application level testing
Revision: [4432]
Fixing default extension parsing behavior for Router::parseExtensions()
Revision: [4430]
Moving tests and test suite in the 1.2.x.x core releases
Revision: [4429]
Updating Router::parseExtensions() so that parameters do not need to be wrapped in an array
Revision: [4427]
Fixing AjaxHelper::form() for compatibility with FormHelper::create()
Revision: [4426]
Disabling Model::loadInfo() for models that do not use tables
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4451 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 05:32:30 +00:00
phpnut
0c490af5b1
Adding fix for #2051
...
Adding additional methods to the ClassRegistry to set mappings to class names.
Added ClassRegistry::map() in the model to set mappings where needed
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4449 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-05 04:53:31 +00:00
nate
8f641887b7
Adding 'evalScripts' fix for AjaxHelper (Ticket #2048 )
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4448 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 19:28:22 +00:00
phpnut
9f7024d513
Fixing tests for DboSource after changes made to remove extra white spaces
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4447 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 17:56:17 +00:00
phpnut
578073b91d
Updating test suite
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4445 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 09:06:44 +00:00
phpnut
c4b6f522b2
Removing directories from cases.
...
Updating DispatcherTest
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4444 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 07:57:43 +00:00
phpnut
1a391e4d2c
Updating test suite
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4443 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 07:42:35 +00:00
gwoo
28a050bace
fixing h2 in test suite
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4442 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 04:58:32 +00:00
phpnut
2bc579653c
Removing redundant group test
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4441 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 04:52:12 +00:00
phpnut
0997bea85c
Updating html for test suite.
...
Added error page when SimpleTest is not installed.
Fixed model.test.php failing on PHP 4
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4440 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 04:38:42 +00:00
gwoo
50c24a738e
updating test suite layout
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4439 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 03:59:55 +00:00
phpnut
e553512c05
Removing all language file svn these are now located at http://cakeforge.org/projects/translations/
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4438 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 03:01:02 +00:00
phpnut
f0eac2527c
Adding fix for #2047
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4437 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 02:46:12 +00:00
phpnut
45162b05fd
Fixing notice when not group tests are found
...
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4436 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 02:21:32 +00:00
phpnut
08c412c4ca
Updating test suite with correct paths.php
...
Changed vendor() to return true or false
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4434 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 02:08:17 +00:00
phpnut
d4a4105616
Adding test suite to the core.
...
Creating directories for application level testing
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4433 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-02-04 01:05:51 +00:00