mark_story
|
e660416545
|
Making CakeSession::write() able to write hashes of data.
|
2010-07-27 22:26:03 -04:00 |
|
mark_story
|
59ea917c23
|
Fixing a few failing tests, and splitting a big test into two smaller ones.
|
2010-07-27 22:26:03 -04:00 |
|
predominant
|
4e9d76e806
|
Fixing session write use issue.
|
2010-07-27 22:26:03 -04:00 |
|
predominant
|
dd3e0facd2
|
Trim down CakeSession::started()
|
2010-07-27 22:26:03 -04:00 |
|
predominant
|
db97df31cd
|
Adding static to regen
|
2010-07-27 22:26:03 -04:00 |
|
predominant
|
1dd02b77b2
|
Adding static to destroy()
|
2010-07-27 22:26:03 -04:00 |
|
mark_story
|
f47ee0d29a
|
Making CakeSession destory() make started() not return true. Fixing tests that tried to modify session config while a session was active.
|
2010-07-27 22:26:03 -04:00 |
|
mark_story
|
daab018777
|
Removing code for PHP < 5.1 which is not supported by 2.0
|
2010-07-27 22:26:03 -04:00 |
|
mark_story
|
1938e57cbc
|
Making userAgent check test pass.
Reformatting code inside valid().
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
b60b077056
|
Fix __startSession being called after method rename to _startSession.
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
34a6808d5d
|
Move CakeSession database configuration to separate method, cutting down init().
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
632d1f13ae
|
Minor refactor for CakeSession.
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
9bddd9a861
|
Minor refactor of if()'s
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
e5b8454736
|
Update test Start with fresh watchKeys.
|
2010-07-27 22:26:02 -04:00 |
|
predominant
|
06f9d748e2
|
Fix session path/base for init()
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
16f4899821
|
Fix destroy() calling old constructor on CakeSession
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
ea7d45cb11
|
Remove unset()
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
b0e4a09d38
|
Rename constructor to init() and add init() call at bottom of CakeSession.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
3430930fde
|
Remove Session helepr disabling tests.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
86a7263ab5
|
Fix cookielifetime variable declaration for CakeSession.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
b054e122f1
|
Comment out testValid() for SessionHelper
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
6f2cee65b6
|
Fix removed valid() test.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
913d54caa0
|
Remove __start from SessionHelper
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
04b67e59fc
|
Fix tests to remove checking of session ID directly on Session Helper.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
17688a6002
|
Chaned CakeSessn o use static approache.
|
2010-07-27 22:25:37 -04:00 |
|
predominant
|
0a72de6438
|
Removing @access doc block lines from CakeSession.
|
2010-07-27 22:25:05 -04:00 |
|
predominant
|
58c94b8578
|
Add access to started() on CakeSession.
|
2010-07-27 22:25:05 -04:00 |
|
predominant
|
c8c677ae9e
|
Change SessionHelper to extend AppHelper instead of CakeSession.
|
2010-07-27 22:25:05 -04:00 |
|
predominant
|
390274f807
|
Remove function exists check on session_write_close()
|
2010-07-27 22:25:05 -04:00 |
|
mark_story
|
d81d33ffe6
|
Adding some additional documentation for Model::find(). Fixes #952
|
2010-07-27 21:25:31 -04:00 |
|
Juan Basso
|
df12e5b4ab
|
Removing @static and @access from Xml class.
|
2010-07-26 23:44:31 -03:00 |
|
Juan Basso
|
5de7fa5930
|
Adding PHP Doc to XML class.
|
2010-07-26 23:42:05 -03:00 |
|
Juan Basso
|
921dfb259f
|
Split of exception tests by tests using @expectedException
|
2010-07-26 23:25:55 -03:00 |
|
Juan Basso
|
9725d12ccb
|
Adding sample.xml and changing the path in tests.
|
2010-07-26 23:16:23 -03:00 |
|
Juan Basso
|
43d49095ae
|
Removing xml helper. Use SimpleXML instead.
|
2010-07-26 21:39:45 -03:00 |
|
Juan Basso
|
294bef6c46
|
Refactory of Xml class. Now uses SimpleXMLElement to manipulate XML data.
|
2010-07-26 21:31:39 -03:00 |
|
mark_story
|
d38857095a
|
Merge branch '1.3' into 2.0
Conflicts:
cake/libs/model/model.php
cake/libs/validation.php
cake/libs/view/helpers/ajax.php
cake/tests/cases/libs/controller/components/session.test.php
|
2010-07-24 22:34:42 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
e47a464d63
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-07-24 15:22:12 -04:30 |
|
José Lorenzo Rodríguez Urdaneta
|
1cfcec9a1a
|
Removin use of File class in favor of SplFileObject
|
2010-07-24 15:21:14 -04:30 |
|
ADmad
|
91b0a4ba4f
|
Changing Tree behavior's function names to be camel cased as per convention
|
2010-07-24 23:32:49 +05:30 |
|
mark_story
|
b5d7f6447f
|
Applying patch from 'asavoy'. Changing schema shell so that schema files generated for plugins have the classname of PluginSchema instead of AppSchema. Tests updated. Fixes #922
|
2010-07-23 21:46:06 -04:00 |
|
mark_story
|
43127caad2
|
Making Cache::write() trigger warnings when a cache engine returns false from a write. Tests added. Fixes #877
|
2010-07-23 21:40:57 -04:00 |
|
mark_story
|
a965056af7
|
Merge remote branch 'origin/1.3' into 1.3
|
2010-07-23 21:12:44 -04:00 |
|
José Lorenzo Rodríguez Urdaneta
|
88ea68af96
|
Using keyword self instead of Configure, removing use of File class in favor of SplFileObject
|
2010-07-23 18:42:30 -04:30 |
|
mark_story
|
b9400a2cf5
|
Merge branch '2.0' into 2.0-request
Conflicts:
cake/libs/controller/components/auth.php
cake/tests/cases/libs/controller/components/auth.test.php
|
2010-07-22 23:46:30 -04:00 |
|
Juan Basso
|
5b7b2d074e
|
Putting the port in header Host, following RFC 2616 item 14.23. Fixes #947.
|
2010-07-23 00:13:19 -03:00 |
|
mark_story
|
fbb54e6a45
|
Adding a test case for nested array data and clean().
|
2010-07-21 23:37:14 -04:00 |
|
mark_story
|
766d7d50c6
|
Updating HtmlReporter so it doesn't make notice errors when printing stack traces.
|
2010-07-20 23:49:38 -04:00 |
|
mark_story
|
572f79be67
|
Fixing failing tests caused by strtolower() in AuthComponent.
|
2010-07-20 23:44:25 -04:00 |
|
mark_story
|
f6c7be9d22
|
Adding omitted import for Multibyte to i18n. Fixes #929
|
2010-07-19 23:18:42 -04:00 |
|