mark_story
|
f02e0483ee
|
Reworking parameter munging specific to requestAction into requestAction. Updating tests cases for Object. As request->data is an array() not null. And leading / is trimmed off of [url][url].
|
2010-11-14 01:01:11 -05:00 |
|
mark_story
|
ea80a6dbbb
|
Removing instance variables that were no longer needed, as they weren't actually being used for much.
|
2010-11-14 00:16:07 -05:00 |
|
mark_story
|
1fe84c00dd
|
Starting to try and simplify the bootstrap process, and give a choice
over which GET param is used for cake's url.
|
2010-11-14 00:06:01 -05:00 |
|
mark_story
|
dad7963ea4
|
Moving Dispatcher inside libs directory, as it is part of CakePHP's libs.
|
2010-11-14 00:00:23 -05:00 |
|
mark_story
|
6073ac5dfa
|
Fixing errors caused by accessing things that don't exist.
|
2010-11-13 23:57:01 -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 |
|
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 |
|
José Lorenzo Rodríguez
|
2fa653d2f3
|
Removing E_STRICT errors from i18n
|
2010-11-08 22:37:09 -04:30 |
|
José Lorenzo Rodríguez
|
398adbbc7a
|
Removing E_STRICT errors from debugger
|
2010-11-08 22:36:48 -04:30 |
|
José Lorenzo Rodríguez
|
4cba8a12a0
|
Removing E_STRICT errors from Configure and App class
|
2010-11-08 22:36:38 -04:30 |
|
José Lorenzo Rodríguez
|
62017b2e38
|
Removing E_STRICT errors from ClassRegistry
|
2010-11-08 22:35:55 -04:30 |
|
José Lorenzo Rodríguez
|
09011d1010
|
Removing E_STRICT errors from CakeSession
|
2010-11-08 22:35:31 -04:30 |
|
Juan Basso
|
b413aa99d9
|
Removing instance by reference.
|
2010-11-08 23:51:45 -02:00 |
|
Jeremy Harris
|
c98306727d
|
Merge branch '2.0-redirect' into 2.0
|
2010-11-07 17:42:04 -08:00 |
|
Jeremy Harris
|
7630580511
|
Added support for redirection routes. Fixes #1151
|
2010-11-07 17:33:05 -08:00 |
|
Jeremy Harris
|
060f149a84
|
Added configurable ellipsis on Paginator::numbers(), Paginator::first(), Paginator::last(). Fixes #1086
|
2010-11-07 17:08:01 -08:00 |
|
mark_story
|
bff711e2dc
|
Merge branch '2.0-console' into 2.0
Conflicts:
cake/console/shells/acl.php
cake/tests/cases/console/libs/tasks/plugin.test.php
|
2010-11-02 23:49:19 -04:00 |
|
Juan Basso
|
b0a600f925
|
Merge branch '2.0-post-method' into 2.0
|
2010-11-03 01:42:06 -02:00 |
|
Juan Basso
|
adb2d90b9a
|
Changed the regex to follow the RFC 3986, working to protocols like "svn+ssh://" and "ed2k://"
|
2010-11-03 01:26:41 -02:00 |
|
Juan Basso
|
b752766d6c
|
Using full base when $url is empty.
|
2010-11-03 01:16:38 -02:00 |
|
Mark Story
|
a3da915abd
|
Fixing issue where value in difference array was always the string value instead of the original value.
|
2010-10-31 22:41:33 -04:00 |
|
Mark Story
|
c2063f1229
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-10-31 21:58:38 -04:00 |
|
Mark Story
|
b67d3fac44
|
Updating FormHelper to fix failing test from merge.
|
2010-10-31 21:57:51 -04:00 |
|
Mark Story
|
08e7bcb7ab
|
Merge branch '1.3' into integration
Conflicts:
app/config/core.php
cake/console/libs/acl.php
cake/console/templates/skel/config/core.php
cake/console/templates/skel/webroot/test.php
cake/dispatcher.php
cake/libs/view/errors/missing_action.ctp
cake/libs/view/helpers/form.php
cake/tests/cases/libs/cache/memcache.test.php
cake/tests/cases/libs/controller/controller.test.php
cake/tests/cases/libs/log/file_log.test.php
cake/tests/cases/libs/model/cake_schema.test.php
cake/tests/cases/libs/router.test.php
cake/tests/cases/libs/view/helpers/ajax.test.php
cake/tests/groups/bake.group.php
cake/tests/groups/behaviors.group.php
cake/tests/groups/i18n.group.php
cake/tests/groups/javascript.group.php
cake/tests/lib/reporter/cake_cli_reporter.php
|
2010-10-31 21:56:59 -04:00 |
|
Juan Basso
|
7f448a1d35
|
Allowed the use of empty() and isset() in Controllers aliases properties.
|
2010-10-31 22:02:26 -02:00 |
|
Mark Story
|
b86bec14b5
|
Removing dead code in EmailComponent.
Fixes #1248
|
2010-10-31 00:00:54 -04:00 |
|
Juan Basso
|
e380b76e16
|
Created an exception to error 405 (Method Not Allowed) and changed the delete action in bake to use it.
|
2010-10-30 23:13:54 -02:00 |
|
Juan Basso
|
4eed660a62
|
Changed the form style to not affect layout.
|
2010-10-30 22:39:31 -02:00 |
|
Mark Story
|
d5f582beee
|
Merge branch 'master' of http://github.com/kwiky/cakephp into kwicky
|
2010-10-30 00:29:21 -04:00 |
|
Mark Story
|
3b5dafadc5
|
Adding value option documentation.
|
2010-10-29 23:56:22 -04:00 |
|
Robert Sworder
|
593c45b6e7
|
Whitespace changes
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
9eb533b9f6
|
dateTime functions + tests
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
a876c77987
|
meridian function
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
6d97aedd47
|
__selectOptions function
|
2010-10-29 23:43:50 -04:00 |
|
Robert Sworder
|
d3c1e8c974
|
minute function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
5f0700342b
|
hour function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
6620b3b8fc
|
month function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
529791842c
|
year function + tests
|
2010-10-29 23:43:49 -04:00 |
|
Robert Sworder
|
a1b1a07af2
|
__dateTimeSelected and day functions done, with tests
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
30f3494c98
|
Select function signature changed. Corresponding tests changed.
|
2010-10-29 23:43:48 -04:00 |
|
Robert Sworder
|
115c6102b9
|
Changes to make tests pass...
|
2010-10-29 23:43:48 -04:00 |
|
Juan Basso
|
daa8d1fac2
|
Added a message to avoid the use of postLink and postButton in forms.
|
2010-10-30 00:32:14 -02:00 |
|
Mark Story
|
148870f492
|
Using a simple regexp instead of a strpos to ensure the protocol is at the beginning of the url.
|
2010-10-29 22:10:24 -04:00 |
|
Mark Story
|
3a95a546e8
|
Doing some code cleanup and moving conditionals around.
|
2010-10-29 21:45:09 -04:00 |
|
Mark Story
|
dbce29a058
|
Doing some refactoring, to reduce code duplication.
|
2010-10-29 21:37:03 -04:00 |
|
Mark Story
|
3ca0cdb1ee
|
Adding support for route objects to return full urls. These urls are not changed by Router, and just returned. This will allow subdomain route classes to be created.
Tests added.
|
2010-10-29 21:33:56 -04:00 |
|
mark_story
|
14ec8703c1
|
Removing dirty hack in Router for detecting requestAction.
|
2010-10-29 11:16:50 -04:00 |
|
mark_story
|
f5fd069583
|
Applying patch from 'Justas Butkus' to fix CakeSchema::compare()
Fixes issues with comparing null == '' and adds a new protected method to handle null aware array difference generation.
Tests added.
Fixes #1206
|
2010-10-27 23:03:31 -04:00 |
|