mark_story
|
558bd7e3c2
|
Adding a --sort param to view the command_list sorted in a different way.
Test cases added.
Fixes #574
|
2010-10-26 22:34:27 -04:00 |
|
José Lorenzo Rodríguez
|
8d80188c6c
|
Updating more tests with boolean handling, maybe in the near future fixing this for both mysql and postgres is coming
|
2010-10-26 21:59:48 -04:30 |
|
José Lorenzo Rodríguez
|
eb49181c48
|
Bringing more boolean tests up to date in postgres
|
2010-10-26 21:49:03 -04:30 |
|
José Lorenzo Rodríguez
|
b3d8a619a3
|
Updating test for booleans in postgres
|
2010-10-26 21:46:29 -04:30 |
|
mark_story
|
3639f52117
|
Adding a test for containable modifying return. Refs #1219
|
2010-10-26 21:39:48 -04:00 |
|
José Lorenzo Rodríguez
|
d9222cf90a
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
|
2010-10-26 20:42:30 -04:30 |
|
José Lorenzo Rodríguez
|
ff9748c6ba
|
Adding some workaround in traslate behavior tests for postgres, all tests passing now
|
2010-10-26 20:34:25 -04:30 |
|
José Lorenzo Rodríguez
|
ce490b1df2
|
Fixing issues with translatable field aliasing in TranslateBehavior
|
2010-10-26 18:22:13 -04:30 |
|
José Lorenzo Rodríguez
|
cc32ac8904
|
Simplifying tests for translatable behavior as they were hard to understand
|
2010-10-26 17:55:50 -04:30 |
|
José Lorenzo Rodríguez
|
16524bc72f
|
Fixing test case for translate behavior
|
2010-10-26 17:53:33 -04:30 |
|
José Lorenzo Rodríguez
|
9f27fa7dfb
|
Fixing parsing of translated data after switching to virtualFields
|
2010-10-26 17:52:40 -04:30 |
|
José Lorenzo Rodríguez
|
02635696d7
|
Removing function from created virtual fields in translate behavior as it was not needed
|
2010-10-26 17:51:29 -04:30 |
|
José Lorenzo Rodríguez
|
90274ef859
|
restoring commented code to make more tests pass
|
2010-10-26 17:50:37 -04:30 |
|
José Lorenzo Rodríguez
|
e989f71b99
|
making a backup of model virtual fields in traslate behavrio to avoid side effects
|
2010-10-26 17:49:43 -04:30 |
|
José Lorenzo Rodríguez
|
f94f79e146
|
Initial steps to start using virtual fields in TranslateBehavior, this will ease Dbo abstraction
|
2010-10-25 23:40:24 -04:30 |
|
José Lorenzo Rodríguez
|
25c213e976
|
Preventing zero length of fields using prostgres
|
2010-10-25 20:25:07 -04:30 |
|
José Lorenzo Rodríguez
|
2eb0392b8a
|
Removing forced trucation of tables in fixture loading, it was not really needed
|
2010-10-25 19:47:53 -04:30 |
|
José Lorenzo Rodríguez
|
cec3512835
|
Fixing more errors in tests related to type casting
|
2010-10-25 19:47:32 -04:30 |
|
José Lorenzo Rodríguez
|
f027bf0f7b
|
Fixing some errors in tests
|
2010-10-25 19:47:00 -04:30 |
|
José Lorenzo Rodríguez
|
a6b6720717
|
Fixing bug in boolean conversion for postgres
|
2010-10-25 19:46:23 -04:30 |
|
José Lorenzo Rodríguez
|
49ed8ede8e
|
Trucating tables in postgres now correctly resets the associated sequences
|
2010-10-25 19:45:46 -04:30 |
|
Steve Grosbois
|
bc3a9e8a3a
|
Removing a dot at the end of a message in mission_action.ctp because there is no dot in the same message in all other errors view, this can help for traductors
|
2010-10-25 11:43:03 +02:00 |
|
SKAhack
|
9f2d33aa88
|
meta characters don't match on regex string
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 21:42:11 -04:00 |
|
SKAhack
|
23f1c8e1c7
|
Fix regex match when regex included meta characters
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 21:42:04 -04:00 |
|
mark_story
|
f61e8b48b6
|
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
|
2010-10-24 20:58:58 -04:00 |
|
mark_story
|
a57f8d3851
|
Adding another test for csrfUseOnce.
|
2010-10-24 20:57:12 -04:00 |
|
Juan Basso
|
cda0ce4727
|
Testing the build of XML. If it is invalid will generate a Exception.
|
2010-10-24 22:42:05 -02:00 |
|
José Lorenzo Rodríguez
|
f00f4eae0f
|
Implementing getClientEncoding using postgres
|
2010-10-24 20:02:11 -04:30 |
|
José Lorenzo Rodríguez
|
2ec9a49f17
|
Resolving yet more problems with booleans in postgres
|
2010-10-24 20:01:33 -04:30 |
|
José Lorenzo Rodríguez
|
1acb619e75
|
Implementing DboSource::insertMulti so it uses prepared statements, also changing internal uses of this method to reflect the new api, this brings as consequence a better abstracttion for datasources in model and fixtures, but breaks BC
|
2010-10-24 19:59:54 -04:30 |
|
mark_story
|
22239b4481
|
Making the ability to use longer shared csrf tokens possible. This should make for fewer blackholed' requests when doing complicated javascript.
|
2010-10-24 20:26:31 -04:00 |
|
José Lorenzo Rodríguez
|
34813ab35c
|
Merge remote branch 'origin/2.0' into feature/2.0/pdo
|
2010-10-24 19:55:02 -04:30 |
|
mark_story
|
4496a0a0bb
|
Reformatting code to use tabs.
Fixing issue with float comparison.
Fixes #219
|
2010-10-24 19:43:41 -04:00 |
|
C. James Callaway
|
b8f0dda964
|
Updating to match ticket, using radians() SQL function.
|
2010-10-24 19:39:18 -04:00 |
|
C. James Callaway
|
a429287c19
|
Adding testcase for ticket #219
|
2010-10-24 19:38:23 -04:00 |
|
mark_story
|
c6c3295c5c
|
Making default bake templates escape HTML. Fixes #1186
|
2010-10-24 19:34:57 -04:00 |
|
mark_story
|
eb3cc3db3a
|
Making default scaffold views html escape contents. Refs #1186
|
2010-10-24 19:30:22 -04:00 |
|
mark_story
|
02ade65509
|
Unwinding several ifs used in debug(). Creating simple string templates instead. Fixes #818
|
2010-10-24 18:23:27 -04:00 |
|
MGriesbach
|
cef9927604
|
Tiny Improvement of debug() output when running on console
Signed-off-by: mark_story <mark@mark-story.com>
|
2010-10-24 18:02:16 -04:00 |
|
mark_story
|
138482741f
|
Adding question style to ConsoleOutput.
Made Shell::in() draw as magenta text.
|
2010-10-24 17:58:44 -04:00 |
|
Graham Weldon
|
d3e0ddbb0e
|
Update copyright years.
|
2010-10-25 07:58:22 +11:00 |
|
Victor Castell
|
141b05e588
|
Updated copyright years in skel aplication template
|
2010-10-25 07:57:15 +11:00 |
|
mark_story
|
6f29519f73
|
Making shells attach args and params by reference.
Adding test.
|
2010-10-24 15:47:07 -04:00 |
|
mark_story
|
0a022f1d81
|
Updating tasks to not rely on the dispatcher being available.
|
2010-10-24 15:27:44 -04:00 |
|
mark_story
|
c169de60e2
|
Updating tasks to not take ShellDispatcher as a parameter.
|
2010-10-24 15:27:04 -04:00 |
|
mark_story
|
5edb277111
|
Updating shells and shell tests for changes in __construct.
|
2010-10-24 15:11:30 -04:00 |
|
mark_story
|
ba17e2c9a0
|
Removing ShellDispatcher as a constructor argument for Shell.
Updating the AclShell test case.
|
2010-10-24 14:55:16 -04:00 |
|
mark_story
|
a16f4c5248
|
Updating version numbers for 1.3.5
|
2010-10-24 13:56:45 -04:00 |
|
mark_story
|
54854c493b
|
Changing output buffering, as ajaxtest was making output and breaking tests in group contexts.
|
2010-10-24 00:39:46 -04:00 |
|
mark_story
|
155bfe6293
|
Fixing failing test caused by setting an expiry value outside of the PECL extensions limits.
|
2010-10-24 00:05:27 -04:00 |
|