mark_story
|
c3b70dccb3
|
Fixing issue where a missing style would consume a tag on the xml output.
|
2010-10-20 23:40:05 -04:00 |
|
mark_story
|
1d5f730a10
|
Removing unused variable from Shell.
Making subcommand parsers correctly output XML help.
|
2010-10-20 23:35:30 -04:00 |
|
mark_story
|
7c296211ef
|
Making generating schema for connections with prefixes work correctly. The prefix needs to be removed so that when tables are created or updated they do not get the prefix added twice.
Moving tests around. Fixes #1180
|
2010-10-20 23:17:04 -04:00 |
|
mark_story
|
498417203b
|
Making DboSource::fields() use cacheMethod() so it respects $cacheMethods.
Test added.
Fixes #1211
|
2010-10-20 22:28:31 -04:00 |
|
mark_story
|
077d1c5ad5
|
Applying patch from 'hashmich' to fix issues with slideUp and slideDown effects in prototype engine.
Tests updated.
Fixes #1213
|
2010-10-20 22:07:53 -04:00 |
|
mark_story
|
a6a627bd92
|
Making xml help work.
Need to update tests.
|
2010-10-19 23:35:58 -04:00 |
|
mark_story
|
65686a0648
|
Fixing doc string.
|
2010-10-19 23:25:42 -04:00 |
|
mark_story
|
a866d62190
|
Adding startup override for xml output.
|
2010-10-19 23:25:23 -04:00 |
|
mark_story
|
d126f27278
|
Doing a bunch of refactoring to the CommandList shell.
Adding XML output to the command list shell.
|
2010-10-19 23:21:24 -04:00 |
|
mark_story
|
8f9adc7b15
|
Adding return of xml object to xml() method.
|
2010-10-19 22:47:07 -04:00 |
|
mark_story
|
ad62e0e3af
|
Adding xml output to HelpFormatter.
|
2010-10-19 22:44:46 -04:00 |
|
mark_story
|
52a494402b
|
Moving tests over to the HelpFormatter.
|
2010-10-19 21:40:27 -04:00 |
|
mark_story
|
78e76a2f9e
|
Removing unused methods.
|
2010-10-19 21:31:55 -04:00 |
|
mark_story
|
4e44ff97b3
|
Moving code into HelpFormatter to help separate the help generation from the option parser.
|
2010-10-19 21:31:16 -04:00 |
|
ADmad
|
ffc77aa588
|
Adding "function_exists" check before using "ini_set" in Debugger::__construct(). Fixes #1209
|
2010-10-20 02:16:17 +05:30 |
|
José Lorenzo Rodríguez
|
d0fc2fd171
|
Fixing describing of table columns for postgres
|
2010-10-19 00:48:08 -04:30 |
|
José Lorenzo Rodríguez
|
3f0c79f7f9
|
Fixing some problems in in DboPostgres::connect()
|
2010-10-19 00:15:32 -04:30 |
|
mark_story
|
1954c7c350
|
Moving tests around and starting to build out HelpFormatter for generating both text and xml help.
Xml help in consoles is great for IDE consumption.
|
2010-10-18 23:38:14 -04:00 |
|
mark_story
|
6291f1b1d1
|
Fixing issues with schema shell test when run in certain group combinations.
|
2010-10-18 23:26:50 -04:00 |
|
mark_story
|
6900f470ad
|
Moving code from BakeShell to BakeTask.
Adding a base execute method to contain common code shared amongst all the bake tasks.
Updating test cases as $name attributes value has changed.
|
2010-10-18 23:09:23 -04:00 |
|
mark_story
|
bd156bb601
|
Adding a connection object for use with bake all.
|
2010-10-18 22:38:56 -04:00 |
|
mark_story
|
de615967fc
|
Removing dead code from the PluginTask.
|
2010-10-18 22:38:17 -04:00 |
|
mark_story
|
6f29441ff9
|
Adding a blank line after the epilog on generated help. Makes for slightly more readable output.
|
2010-10-18 22:37:57 -04:00 |
|
mark_story
|
1c25e627ad
|
Applying patch from 'Mark Mitchell' fixes issues with sending Email via smtp. Which were incorrect based on previous patches given for ticket #1100.
Fixes #1205, Fixes #1204
|
2010-10-18 22:06:12 -04:00 |
|
Juan Basso
|
373fa780f7
|
Created the method FormHelper::postLink() to create a link with form to send data via POST. This feature require javascript.
|
2010-10-18 21:51:17 -02:00 |
|
Juan Basso
|
4c106490ef
|
Created the method FormHelper::postButton() to create a button with form to send data via POST.
|
2010-10-18 17:53:27 -02:00 |
|
José Lorenzo Rodríguez
|
edd448f0b8
|
Implementing resultSet and fetchResult in DboPostgres
|
2010-10-18 00:38:48 -04:30 |
|
José Lorenzo Rodríguez
|
ad22bc31c7
|
Updating DboPosgres::describe() to use PDO
|
2010-10-18 00:23:19 -04:30 |
|
José Lorenzo Rodríguez
|
c1ca039582
|
Fixing typo in listSources
|
2010-10-18 00:11:24 -04:30 |
|
José Lorenzo Rodríguez
|
ab9c8904ad
|
Implementing lastInsertId for postgres
|
2010-10-18 00:08:58 -04:30 |
|
José Lorenzo Rodríguez
|
5c87daf083
|
Implementing listSources for postgres
|
2010-10-18 00:08:34 -04:30 |
|
José Lorenzo Rodríguez
|
aedf69dee1
|
More refactoring to DboSource::value()
|
2010-10-17 23:55:11 -04:30 |
|
José Lorenzo Rodríguez
|
6778d4b565
|
Updating test case for floats
|
2010-10-17 23:42:12 -04:30 |
|
José Lorenzo Rodríguez
|
16463229e5
|
Fixing return value of DboSource::boolean()
|
2010-10-17 23:40:51 -04:30 |
|
José Lorenzo Rodríguez
|
d9c9a32ff3
|
Refactoring DboSource::value() so postgres and mysq behavior is the same, updating test case
|
2010-10-17 23:38:55 -04:30 |
|
José Lorenzo Rodríguez
|
159776fc00
|
Refactoring possible common code to DboSource, now that PDO abstract disconnection from source
|
2010-10-17 23:37:56 -04:30 |
|
José Lorenzo Rodríguez
|
f3d3ee92f2
|
Implementing basic connection to postgres using PDO
|
2010-10-17 23:36:34 -04:30 |
|
mark_story
|
df55c08133
|
Fixing typo.
Fixing bad import which caused fails when running tests from the webrunner.
|
2010-10-17 23:43:12 -04:00 |
|
mark_story
|
01a20f61f1
|
Adding omitted test.
|
2010-10-17 23:40:15 -04:00 |
|
mark_story
|
5eb8c8fbcf
|
Adding a test and trimming whitespace.
|
2010-10-17 23:35:45 -04:00 |
|
mark_story
|
84a8dbd85a
|
Merge branch '2.0' into 2.0-console
|
2010-10-17 23:32:38 -04:00 |
|
mark_story
|
01b1fb8638
|
Removing the old help method.
|
2010-10-17 23:31:58 -04:00 |
|
mark_story
|
529527a722
|
Removing ability of plugin task to pass through to a few but not all parts of bake.
Adding OptionParser definition.
|
2010-10-17 23:09:30 -04:00 |
|
mark_story
|
1d974f5a48
|
Fixing issue that caused db config generation to fail.
|
2010-10-17 22:54:07 -04:00 |
|
mark_story
|
6a9ca7f54a
|
Adding a test to DbConfigTask.
|
2010-10-17 22:48:24 -04:00 |
|
mark_story
|
9ebd015739
|
Adding omitted return statements.
|
2010-10-17 22:43:06 -04:00 |
|
mark_story
|
ae9403601e
|
Making the project task correctly replace the __CAKE_PATH__ constant when creating new projects.
|
2010-10-17 22:38:32 -04:00 |
|
mark_story
|
8f0a96d4bb
|
Adding Shel::$command back in as it was still being used, oops.
Updating Bakeshell to do its tricks at the correct time.
|
2010-10-17 22:37:57 -04:00 |
|
mark_story
|
561067e797
|
Making the skel tmp dirs world writable.
|
2010-10-17 22:36:59 -04:00 |
|
mark_story
|
ae6846277e
|
Updating text that doesn't make sense as Cake uses PHPunit now.
|
2010-10-17 21:29:30 -04:00 |
|