|
||||||||||
|
New in This Group svn: /pear/pearweb/trunk/public_html/support/ tutorials.php11/30/2009 4:58:00 AM svn: /pear/pearweb/trunk/public_html/support/ tutorials.php11/30/2009 4:54:11 AM svn: /pear2/BugManager/trunk/src/BugManager/Site/SimpleChannelServer/ SearchEscapeDecorator.php11/23/2009 5:47:54 AM svn: /pear2/BugManager/trunk/src/BugManager/Site/SimpleChannelServer/ IssueManager.php SearchEscapeDecorator.php11/23/2009 5:21:30 AM svn: /pear/pearweb/trunk/ package.php package.xml10/20/2009 5:49:33 PM svn: /pear/pearweb/trunk/include/ pear-manual.php10/14/2009 5:34:01 PM svn: /pear/pearweb/trunk/include/ pear-format-html.php pear-manual.php10/13/2009 6:27:39 PM svn: /pear2/Templates_Savant/trunk/ src/Templates/Savant/Main.php tests/escape/object.phpt tests/escape/string.phpt tests/render/string.phpt10/11/2009 11:37:52 PM svn: /pear2/Templates_Savant/trunk/src/Templates/Savant/ Main.php10/11/2009 4:50:03 AM svn: /pear2/Templates_Savant/trunk/ src/Templates/Savant/BasicFastCompiler.php src/Templates/Savant/CompilerInterface.php src/Templates/Savant/FastCompilerInterface.php src/Templates/Savant/Main.php t10/11/2009 3:59:54 AM |
svn: /pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/ CLI.php
|
|||||||||
| Group: php.pear.core |
Subscribe
|
Posted:11/8/2009 3:04:08 PM | Replies:0 | Views:35 | Items(0) |
|
--bfe8f95c1c6adfc3342fcc64cf320f9873d52a58
Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit saltybeagle Sun, 08 Nov 2009 15:04:08 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=290396 Log: Correct rest path in categories.xml Changed paths: U pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/CLI.php Modified: pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/CLI.php =================================================================== --- pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/CLI.php 2009-11-08 15:02:54 UTC (rev 290395) +++ pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/CLI.php 2009-11-08 15:04:08 UTC (rev 290396) @@ -72,7 +72,7 @@ $args['category'] = $_SERVER['argv'][3]; $categories = new Categories($this->channel); $categories->linkPackageToCategory($args['package'], $args['category']); - $category = new REST\Category($this->dir . '/rest', $this->channel->name, null, $categories); + $category = new REST\Category($this->dir . '/rest', $this->channel->name, 'rest/', $categories); $category->saveAllCategories(); $category->savePackagesInfo($args['category']); echo "Added {$args['package']} to {$args['category']} \n"; @@ -101,7 +101,7 @@ $categories = new Categories($this->channel); $categories->create($args['category'], $args['description']); - $category = new REST\Category($this->dir . '/rest', $this->channel->name, null, $categories); + $category = new REST\Category($this->dir . '/rest', $this->channel->name, 'rest/', $categories); $category->saveAllCategories(); $category->savePackagesInfo($args['category']); echo "Added category ", $args['category'], "\n"; @@ -116,7 +116,7 @@ $categories = new Categories($this->channel); $categories->create($args['category'], $args['description']); - $category = new REST\Category($this->dir . '/rest', $this->channel->name, null, $categories); + $category = new REST\Category($this->dir . '/rest', $this->channel->name, 'rest/', $categories); $category->saveAllCategories(); $category->savePackagesInfo($args['category']); echo "Added category ", $args['category'], "\n"; --bfe8f95c1c6adfc3342fcc64cf320f9873d52a58-- |
saltybea...@php.net (=?utf-8?q?Brett_Bieber?=) 11/8/2009 3:04:08 PM |
note 97095 added to soapclient.soapclient
note 97094 added to function.sqlite-changes
note 97093 added to function.sqlite-changes
note 97092 added to ref.xmlrpc
note 97091 added to function.var-export