Revision: 256
http://hw4mdl.svn.sourceforge.net/hw4mdl/?rev=256&view=rev
Author: trollinger
Date: 2008-03-13 12:51:41 -0700 (Thu, 13 Mar 2008)
Log Message:
-----------
update the header of the files
Modified Paths:
--------------
branches/team/Thomas/integrations_common/php/common/WimbaCommons.php
branches/team/Thomas/integrations_common/php/common/WimbaUI.php
branches/team/Thomas/integrations_common/php/common/WimbaXml.php
branches/team/Thomas/integrations_common/php/common/XmlOrphanedArchive.php
branches/team/Thomas/integrations_common/php/lc/LCAction.php
branches/team/Thomas/integrations_common/php/lc/lcapi.php
branches/team/Thomas/integrations_common/php/vt/VtAction.php
branches/team/Thomas/integrations_common/php/vt/WimbaVoicetools.php
branches/team/Thomas/integrations_common/php/vt/WimbaVoicetoolsAPI.php
Modified: branches/team/Thomas/integrations_common/php/common/WimbaCommons.php
===================================================================
--- branches/team/Thomas/integrations_common/php/common/WimbaCommons.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/common/WimbaCommons.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,30 +1,30 @@
<?php
/******************************************************************************
-* *
-* Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. *
-* *
-* COPYRIGHT: *
-* This software is the property of Horizon Wimba. *
-* You can redistribute it and/or mdify it under the terms of *
-* the GNU General Public License as published by the *
-* Free Software Foundation. *
-* *
-* WARRANTIES: *
-* This software is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU General Public License for more details. *
-* *
-* You should have received a copy of the GNU General Public License *
-* along with the Horizon Wimba Moodle Integration; *
-* if not, write to the Free Software Foundation, Inc., *
-* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
-* *
-* Author: Thomas Rollinger *
-* *
-* Date: 3th March 2007 *
-* *
-******************************************************************************/
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
+ * COPYRIGHT: *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
+ * WARRANTIES: *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
+ * Author: Thomas Rollinger *
+ * *
+ * Date: January 2007 *
+ * *
+ ******************************************************************************/
/* $Id: WimbaVoicetoolsAPI.php 45764 2007-02-28 22:04:25Z thomasr $ */
class WimbaMoodleSession{
Modified: branches/team/Thomas/integrations_common/php/common/WimbaUI.php
===================================================================
--- branches/team/Thomas/integrations_common/php/common/WimbaUI.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/common/WimbaUI.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -424,7 +424,7 @@
"actionHide",
"javascript:launchAjaxRequest('generateListRooms.php','',true,'all')", "advanced_Ok");
- if ($createWorkflow == "true")
+ if ($createWorkflow == true)
{
$this->xml->createValidationButtonElement(
get_string("validationElement_cancel", "liveclassroom"),
@@ -454,7 +454,7 @@
$this->xml->createValidationButtonElement(
get_string("validationElement_saveAll", "liveclassroom"),
"action",
- "javascript:submitForm('doAction.php','update','".$this->currentObject->getRoomId()."')",
+ "javascript:submitForm('doAction.php','update','".$this->currentObject->getRoomId()."','" . $createWorkflow . "')",
"setting_Save");
}
}
@@ -1466,9 +1466,10 @@
$parameters["value"] = $this->api->getServer() .
"/launcher.cgi?room=" .
$this->id;
- $this->xml->addInputElement($parameters);
+
}
-
+ $this->xml->addInputElement($parameters);
+
$parameters = array (
"colspan" => 3,
"id" => "launcher_link_row"
Modified: branches/team/Thomas/integrations_common/php/common/WimbaXml.php
===================================================================
--- branches/team/Thomas/integrations_common/php/common/WimbaXml.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/common/WimbaXml.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,30 +1,31 @@
<?php
/******************************************************************************
-* *
-* Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. *
-* *
-* COPYRIGHT: *
-* This software is the property of Horizon Wimba. *
-* You can redistribute it and/or modify it under the terms of *
-* the GNU General Public License as published by the *
-* Free Software Foundation. *
-* *
-* WARRANTIES: *
-* This software is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU General Public License for more details. *
-* *
-* You should have received a copy of the GNU General Public License *
-* along with the Horizon Wimba Moodle Integration; *
-* if not, write to the Free Software Foundation, Inc., *
-* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
-* *
-* Author: Thomas Rollinger *
-* *
-* Date: 30 January 2007 *
-* *
-******************************************************************************/
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
+ * COPYRIGHT: *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
+ * WARRANTIES: *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
+ * Author: Thomas Rollinger *
+ * *
+ * Date: January 2007 *
+ * *
+ ******************************************************************************/
+
/* $Id: $ */
class WimbaXml{
@@ -311,10 +312,12 @@
if(count($elements)>0)
{
$listElements = $this->xmldoc->create_element("listElements");
- foreach ($elements as $key => $value)
- {
- $listElements->append_child($value->getXml($this->xmldoc));
- }
+ if($elements!=null){
+ foreach ($elements as $key => $value)
+ {
+ $listElements->append_child($value->getXml($this->xmldoc));
+ }
+ }
$product->append_child($listElements);
}
$productSentence = $this->xmldoc->create_element("NoElementSentence");//for student and isntructor or just for instructor
Modified: branches/team/Thomas/integrations_common/php/common/XmlOrphanedArchive.php
===================================================================
--- branches/team/Thomas/integrations_common/php/common/XmlOrphanedArchive.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/common/XmlOrphanedArchive.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -11,6 +11,7 @@
var $nameDisplay;
var $preview;
var $url;
+ var $param;
var $url_params;
var $tooltipAvailability;
var $tooltipDial;
Modified: branches/team/Thomas/integrations_common/php/lc/LCAction.php
===================================================================
--- branches/team/Thomas/integrations_common/php/lc/LCAction.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/lc/LCAction.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,11 +1,31 @@
<?php
+/******************************************************************************
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
+ * COPYRIGHT: *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
+ * WARRANTIES: *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
+ * Author: Thomas Rollinger *
+ * *
+ * Date: January 2007 *
+ * *
+ ******************************************************************************/
-/*
-? * Created on Jun 12, 2007
- *
- * To change the template for this generated file go to
- * Window - Preferences - PHPeclipse - PHP - Code Templates
- */
require_once ("LCUser.php");
class LCAction {
@@ -148,7 +168,7 @@
$room->setUserstatusEnabled($this->session->request["enabled_status"]);
$room->setSendUserstatusUpdates($this->session->request["status_appear"]);
// Maximum Users
- if ($this->session->request["userlimit"] == "true")
+ if ($this->session->request["userlimit"] == true)
{
$room->setUserLimit((string) $this->session->request["userlimitValue"]);
}
Modified: branches/team/Thomas/integrations_common/php/lc/lcapi.php
===================================================================
--- branches/team/Thomas/integrations_common/php/lc/lcapi.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/lc/lcapi.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,28 +1,31 @@
<?php
-/**
- * Copyright (c) 1999-2007 Horizon Wimba, All Rights Reserved. *
- *
+/******************************************************************************
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
* COPYRIGHT: *
- * This software is the property of Horizon Wimba. *
- * You can redistribute it and/or modify it under the terms of *
- * the GNU General Public License as published by the *
- * Free Software Foundation. *
- *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
* WARRANTIES: *
- * This software is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- *
- * You should have received a copy of the GNU General Public License *
- * along with the Horizon Wimba Moodle Integration; *
- * if not, write to the Free Software Foundation, Inc., *
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
- *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
* Author: Hugues Pisapia *
- *
- * Date: February, 11th 2007 *
- */
+ * *
+ * Date: February 2007 *
+ * *
+ ******************************************************************************/
+
/* $Id:$ */
/**
* This is the API to authenticate and perform transactions with the Live cLassroom server.
Modified: branches/team/Thomas/integrations_common/php/vt/VtAction.php
===================================================================
--- branches/team/Thomas/integrations_common/php/vt/VtAction.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/vt/VtAction.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,4 +1,31 @@
<?php
+/******************************************************************************
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
+ * COPYRIGHT: *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
+ * WARRANTIES: *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
+ * Author: Thomas Rollinger *
+ * *
+ * Date: January 2007 *
+ * *
+ ******************************************************************************/
+
class vtAction{
var $params;//stack of parameters
Modified: branches/team/Thomas/integrations_common/php/vt/WimbaVoicetools.php
===================================================================
--- branches/team/Thomas/integrations_common/php/vt/WimbaVoicetools.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/vt/WimbaVoicetools.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,30 +1,31 @@
<?php
-/**
- * Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. *
-* *
- * COPYRIGHT: *
- * This software is the property of Horizon Wimba. *
- * You can redistribute it and/or modify it under the terms of *
- * the GNU General Public License as published by the *
- * Free Software Foundation. *
- * *
- * WARRANTIES: *
- * This software is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- * *
- * You should have received a copy of the GNU General Public License *
- * along with the Horizon Wimba Moodle Integration; *
- * if not, write to the Free Software Foundation, Inc., *
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
- * *
- * Author: Thomas Rollinger *
- * *
- * Date: 30 January 2007 *
- */
+/******************************************************************************
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
+ * COPYRIGHT: *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
+ * WARRANTIES: *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
+ * Author: Thomas Rollinger *
+ * *
+ * Date: January 2007 *
+ * *
+ ******************************************************************************/
-
/* $Id: $ */
/**
Modified: branches/team/Thomas/integrations_common/php/vt/WimbaVoicetoolsAPI.php
===================================================================
--- branches/team/Thomas/integrations_common/php/vt/WimbaVoicetoolsAPI.php 2008-03-13 19:43:48 UTC (rev 255)
+++ branches/team/Thomas/integrations_common/php/vt/WimbaVoicetoolsAPI.php 2008-03-13 19:51:41 UTC (rev 256)
@@ -1,28 +1,30 @@
<?php
-/**
- * Copyright (c) 1999-2006 Horizon Wimba, All Rights Reserved. *
- *
+/******************************************************************************
+ * *
+ * Copyright (c) 1999-2008 Wimba, All Rights Reserved. *
+ * *
* COPYRIGHT: *
- * This software is the property of Horizon Wimba. *
- * You can redistribute it and/or modify it under the terms of *
- * the GNU General Public License as published by the *
- * Free Software Foundation. *
- *
+ * This software is the property of Wimba. *
+ * You can redistribute it and/or modify it under the terms of *
+ * the GNU General Public License as published by the *
+ * Free Software Foundation. *
+ * *
* WARRANTIES: *
- * This software is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU General Public License for more details. *
- *
- * You should have received a copy of the GNU General Public License *
- * along with the Horizon Wimba Moodle Integration; *
- * if not, write to the Free Software Foundation, Inc., *
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
- *
+ * This software is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with the Wimba Moodle Integration; *
+ * if not, write to the Free Software Foundation, Inc., *
+ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA *
+ * *
* Author: Hugues Pisapia *
- *
- * Date: 15th April 2006 *
- */
+ * *
+ * Date: April 2006 *
+ * *
+ ******************************************************************************/
/* $Id: WimbaVoicetoolsAPI.php 50661 2007-06-28 20:33:11Z thomasr $ */
error_reporting(E_ALL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|