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 |
|
mark_story
|
0b2a6acc64
|
Merge branch '2.0' into 2.0-console
|
2010-10-23 19:19:04 -04:00 |
|
mark_story
|
bf7b8b0e93
|
Fixing issues with RssHelper and updating tests to reflect changes in how Xml::build() differs from previous versions' Xml.
|
2010-10-23 13:11:50 -04:00 |
|
mark_story
|
3e2d09a802
|
Making h() preserve keys when escaping an array.
|
2010-10-23 12:18:39 -04:00 |
|
mark_story
|
7aaf7e6b68
|
Fixing issue where Xml would not read CDATA blocks.
|
2010-10-23 11:01:13 -04:00 |
|
mark_story
|
a72d6da9c3
|
Making plugin schema tests less likely to stomp on tables they shouldn't be changing.
|
2010-10-23 00:54:39 -04:00 |
|
mark_story
|
b22da5a3d1
|
Fixing missing parameter.
|
2010-10-23 00:36:40 -04:00 |
|
mark_story
|
e6ab0e22c7
|
Making schema shell work with app/console. No app prefix is needed.
|
2010-10-23 00:36:24 -04:00 |
|
mark_story
|
c8b0267588
|
Making project task and bake play nice with creating a new project.
|
2010-10-23 00:35:53 -04:00 |
|
mark_story
|
1b5cc91262
|
Reformatting default values.
Fixing issue with undefined variables caused by missing extract().
|
2010-10-23 00:35:30 -04:00 |
|
mark_story
|
a081188aab
|
Fixing file permissions errors that occurred when creating a new project.
|
2010-10-23 00:34:44 -04:00 |
|
mark_story
|
cf9166a689
|
Starting to remove Dispatch->params in favor of the constants ShellDispatcher makes, this will make removing the dependency from Shell much easier.
|
2010-10-23 00:11:31 -04:00 |
|
mark_story
|
68e176b515
|
Adding tests for plain output.
|
2010-10-22 23:32:01 -04:00 |
|
mark_story
|
a5dd06b54c
|
Adding raw output to xml help generation.
|
2010-10-22 23:30:35 -04:00 |
|
mark_story
|
0be2208429
|
Adding a few new constants and a new method to control colouring of output. Added raw mode for outputting things like XML.
|
2010-10-22 23:30:08 -04:00 |
|
José Lorenzo Rodríguez
|
139702e91c
|
Moving methods from Dbo's to the parent class as PDO already abstract what they do
|
2010-10-21 20:48:26 -04:30 |
|
José Lorenzo Rodríguez
|
c7763b316e
|
Fixing some boolean issues in DboPostgres
|
2010-10-21 20:34:11 -04:30 |
|
Juan Basso
|
deb20d4cf2
|
Fixed the PHPDoc.
|
2010-10-21 14:56:05 -02:00 |
|
Toni Uebernickel
|
b04f87f62d
|
fixed E_NOTICE undefined variable in CakeCliReporter::paintException
|
2010-10-21 14:56:04 -02:00 |
|
José Lorenzo Rodríguez
|
88289f071e
|
Restarting sequences by default qhen calling DboSource::truncate(), removing option to drop the sequence as it does not match behavior from other dbos
|
2010-10-21 00:21:10 -04:30 |
|
José Lorenzo Rodríguez
|
2262844346
|
Implementing set encoding in DboPostgres
|
2010-10-21 00:01:36 -04:30 |
|
José Lorenzo Rodríguez
|
ba1eb62678
|
Calling right method in DboPostgres::trucante
|
2010-10-20 23:59:44 -04:30 |
|
José Lorenzo Rodríguez
|
0ffe6de9e4
|
Allowing multiple sql sentences to be executed only for creting or altering databases
|
2010-10-20 23:57:00 -04:30 |
|
José Lorenzo Rodríguez
|
09487f830c
|
Preventing false positive in queries returning fields but havinf Count(*) inside them in DboPostgres
|
2010-10-20 23:29:07 -04:30 |
|
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 |
|