php-groups.com | Post Question | Search | About | Groups | Contact | Register | Login


New in This Group

svn: /pear/pearweb/trunk/public_html/support/ tutorials.php
11/30/2009 4:58:00 AM

svn: /pear/pearweb/trunk/public_html/support/ tutorials.php
11/30/2009 4:54:11 AM

svn: /pear2/BugManager/trunk/src/BugManager/Site/SimpleChannelServer/ SearchEscapeDecorator.php
11/23/2009 5:47:54 AM

svn: /pear2/BugManager/trunk/src/BugManager/Site/SimpleChannelServer/ IssueManager.php SearchEscapeDecorator.php
11/23/2009 5:21:30 AM

svn: /pear/pearweb/trunk/ package.php package.xml
10/20/2009 5:49:33 PM

svn: /pear/pearweb/trunk/include/ pear-manual.php
10/14/2009 5:34:01 PM

svn: /pear/pearweb/trunk/include/ pear-format-html.php pear-manual.php
10/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.phpt
10/11/2009 11:37:52 PM

svn: /pear2/Templates_Savant/trunk/src/Templates/Savant/ Main.php
10/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 t
10/11/2009 3:59:54 AM

svn: /pear2/sandbox/SimpleChannelServer/trunk/src/SimpleChannelServer/ CLI.php Reply

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





Reply:
| or Email(not shown): Name: | Register | Login

Alert me when someone responds to this posting.











Newest Articles

note 97095 added to soapclient.soapclient
4/1/2010 5:58:19 AM

note 97094 added to function.sqlite-changes
4/1/2010 5:06:46 AM

note 97093 added to function.sqlite-changes
4/1/2010 5:06:21 AM

note 97092 added to ref.xmlrpc
4/1/2010 4:52:18 AM

note 97091 added to function.var-export
4/1/2010 3:32:03 AM