mark_story
|
c7fed2ecba
|
Removing duplicate calls to Inflector.
|
2010-11-13 21:08:26 -05:00 |
|
mark_story
|
9b08b725fe
|
Merge branch '2.0' into 2.0-view
Conflicts:
cake/libs/controller/controller.php
cake/libs/view/helpers/cache.php
|
2010-11-13 21:03:54 -05:00 |
|
mark_story
|
4c3337598e
|
Updating version numbers for 1.3.6
|
2010-11-13 20:01:20 -05:00 |
|
Juan Basso
|
974161cf3a
|
Changed the name of header to use in Digest method.
|
2010-11-13 21:47:25 -02:00 |
|
Juan Basso
|
85607a9963
|
Removed interference in the name of the headers.
|
2010-11-13 21:44:11 -02:00 |
|
Juan Basso
|
44629bd673
|
Support to digest method in HttpSocket. Thanks to jmcneese and Adrien Gibrat.
|
2010-11-13 20:51:09 -02:00 |
|
Juan Basso
|
1d56625f3a
|
If method is false, dont send the authentication. Fixed throw message.
|
2010-11-13 17:22:16 -02:00 |
|
mark_story
|
76a80c262e
|
Fixing failing test caused by name() being able to quote things better now.
|
2010-11-13 12:04:22 -05:00 |
|
Juan Basso
|
1dfd3ce0b1
|
Changing the auth value only if auth not is setted.
|
2010-11-13 13:40:00 -02:00 |
|
mark_story
|
6c8c7ca4a5
|
Turning __get() back into methods. There were so few properties being accessed that it didn't make sense to have __get(), over a handful of methods.
Tests updated.
|
2010-11-12 23:57:55 -05:00 |
|
mark_story
|
f9b7cbcb96
|
Making ConsoleOptionParser allow subclasses of the option, argument and subcommand classes to be supplied as arguments to the builder methods. Adding tests.
|
2010-11-12 23:52:33 -05:00 |
|
mark_story
|
8e1dd9e892
|
Adding __get() to access protected properties of ConsoleOptionParser components for upcoming changes.
|
2010-11-12 23:34:52 -05:00 |
|
mark_story
|
e63f81c12a
|
Fixing test case that was missing request access.
|
2010-11-12 23:23:08 -05:00 |
|
mark_story
|
faa23e8d51
|
Updating tests to reflect changes in bake templates.
|
2010-11-12 23:22:48 -05:00 |
|
mark_story
|
01894b315f
|
Fixing issues caused by not accessing the request object correctly.
|
2010-11-12 23:14:34 -05:00 |
|
mark_story
|
18bb5f6b8b
|
Removing =& operators for construction of objects.
|
2010-11-12 23:05:44 -05:00 |
|
mark_story
|
47fa4713b1
|
Pulling ScaffoldView into a separate file.
|
2010-11-12 22:54:28 -05:00 |
|
mark_story
|
85e072a64b
|
Removing reference operators in view class constructors.
|
2010-11-12 22:51:53 -05:00 |
|
mark_story
|
d044cdd02f
|
Fixing test case that was missing request access.
|
2010-11-12 22:50:15 -05:00 |
|
José Lorenzo Rodríguez
|
91e2d88900
|
Moving method back to DboSourceTest, as it was very difficult to adapt it to use mock objects
|
2010-11-11 00:22:08 -04:30 |
|
mark_story
|
ec2884f17c
|
Making routing suite include RedirectRoute.
|
2010-11-10 23:50:01 -05:00 |
|
mark_story
|
4e3b62e466
|
Removing vestigial method in App.
Fixing E_STRICT error in Router.
|
2010-11-10 23:43:48 -05:00 |
|
mark_story
|
6c2b088706
|
Merge branch '2.0' into 2.0-view
|
2010-11-10 23:41:44 -05:00 |
|
mark_story
|
f4b0ec1d20
|
Updating E_STRICT issues in view test.
Removing dead methods and classes.
|
2010-11-10 23:40:56 -05:00 |
|
José Lorenzo Rodríguez
|
00a3eda4d0
|
Fixing broken test because of change done in previous commit
|
2010-11-10 23:48:58 -04:30 |
|
José Lorenzo Rodríguez
|
106379b7ef
|
Removing all methods with mysql syntax or dependent on anyway of this Dbo out form DboSourceTest.
|
2010-11-10 23:31:54 -04:30 |
|
José Lorenzo Rodríguez
|
d46f953357
|
Changing test case to reflect that stats option was removed from DboSource::execute and merged into "log" option
|
2010-11-10 23:10:13 -04:30 |
|
Mariano Iglesias
|
a1467822fb
|
Fixing wrong assertion in test for CakeTestCase::testAction. Fixing testAction issue that would always include layout
|
2010-11-10 23:03:38 -04:30 |
|
mark_story
|
b297bf633d
|
Updating test to be correct.
|
2010-11-09 23:55:42 -05:00 |
|
mark_story
|
76c3e1a112
|
Adding cache comment stripping to the CacheHelper, it was recently removed from View, and needed to be added here to fix failing tests.
|
2010-11-09 23:55:30 -05:00 |
|
mark_story
|
6c0dfe9592
|
Fixing error where params[url] has moved.
|
2010-11-09 23:44:33 -05:00 |
|
mark_story
|
ee0dc785b2
|
Removing cache comment stripping, they are harmless in html/xml.
|
2010-11-09 22:37:02 -05:00 |
|
mark_story
|
1f5999f388
|
Adding some tests for element caching.
|
2010-11-09 22:31:05 -05:00 |
|
mark_story
|
7ad4068085
|
Refactoring to remove some duplication.
|
2010-11-09 22:27:36 -05:00 |
|
mark_story
|
1cf5e72054
|
Removing duplicated calls to slug()
Extracting getElementFilename() into a method, this should allow developers to more easily replace how elements are found.
Refs #1268
|
2010-11-09 22:16:45 -05:00 |
|
Juan Basso
|
777afb6d3e
|
separeted auth from HttpSocket. Refs #880
|
2010-11-09 23:09:56 -02:00 |
|
Juan Basso
|
ef2a7d4608
|
Replaced trigger_error by throw Exception.
|
2010-11-09 21:28:11 -02:00 |
|
Juan Basso
|
8a4faa1e69
|
Updated doc to avoid E_STRICT messages.
|
2010-11-09 21:12:40 -02:00 |
|
Juan Basso
|
c6dd77de6f
|
Removed unsed attribute.
|
2010-11-09 21:04:52 -02:00 |
|
Juan Basso
|
2bed6622fe
|
Added tests to thown in connect.
|
2010-11-09 21:00:57 -02:00 |
|
Juan Basso
|
8c29847c8f
|
Simplified the CakeSocket and fixed some phpdocs.
|
2010-11-09 19:07:29 -02:00 |
|
Juan Basso
|
fb5495fad5
|
Throws an exception on fail in connect.
|
2010-11-09 18:58:29 -02:00 |
|
Juan Basso
|
b46b861383
|
Removed unsed variable.
|
2010-11-09 18:54:33 -02:00 |
|
José Lorenzo Rodríguez
|
b20becc0b7
|
Extracting remaning methods with Mysql specific syntax out of DboSourceTest
|
2010-11-09 01:43:23 -04:30 |
|
José Lorenzo Rodríguez
|
539b90749a
|
Moving more methods out of DboSourceTest
|
2010-11-09 01:38:13 -04:30 |
|
José Lorenzo Rodríguez
|
66779eecfa
|
Moving some more method out of DboSourceTest
|
2010-11-09 01:26:15 -04:30 |
|
José Lorenzo Rodríguez
|
47c6132b24
|
cleaning up some tests, adding missing parameters in DboSource to match declaration on DataSource
|
2010-11-09 01:25:05 -04:30 |
|
José Lorenzo Rodríguez
|
9caba98780
|
Merge branch '2.0' of github.com:cakephp/cakephp into feature/2.0/pdo
|
2010-11-08 22:40:09 -04:30 |
|
José Lorenzo Rodríguez
|
8c2f9e1d2b
|
Removing E_STRICT errors from router
|
2010-11-08 22:38:30 -04:30 |
|
José Lorenzo Rodríguez
|
afa5ee6885
|
Removing E_STRICT errors from connection manager
|
2010-11-08 22:37:34 -04:30 |
|