Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/language/openmeetings.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/language/openmeetings.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/language/openmeetings.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/language/openmeetings.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,21 @@ +<?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ +//THIS FILE IS AUTO GENERATED, DO NOT MODIFY +$mod_strings['LBL_openmeetings_MEETINGS_FROM_MEETINGS_TITLE'] = 'Meetings';
Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/layoutdefs/openmeetings_meetings_openmeetings.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/layoutdefs/openmeetings_meetings_openmeetings.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/layoutdefs/openmeetings_meetings_openmeetings.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/layoutdefs/openmeetings_meetings_openmeetings.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,41 @@ +<?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ + // created: 2011-09-04 16:40:38 +$layout_defs["openmeetings"]["subpanel_setup"]['openmeetings_meetings'] = array ( + 'order' => 100, + 'module' => 'Meetings', + 'subpanel_name' => 'default', + 'sort_order' => 'asc', + 'sort_by' => 'id', + 'title_key' => 'LBL_openmeetings_MEETINGS_FROM_MEETINGS_TITLE', + 'get_subpanel_data' => 'openmeetings_meetings', + 'top_buttons' => + array ( + 0 => + array ( + 'widget_class' => 'SubPanelTopButtonQuickCreate', + ), + 1 => + array ( + 'widget_class' => 'SubPanelTopSelectButton', + 'mode' => 'MultiSelect', + ), + ), +); Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/relationships/openmeetings_meetingsMetaData.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/relationships/openmeetings_meetingsMetaData.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/relationships/openmeetings_meetingsMetaData.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/relationships/openmeetings_meetingsMetaData.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,104 @@ +<?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ +// created: 2011-09-04 16:40:38 +$dictionary["openmeetings_meetings"] = array ( + 'true_relationship_type' => 'one-to-many', + 'relationships' => + array ( + 'openmeetings_meetings' => + array ( + 'lhs_module' => 'openmeetings', + 'lhs_table' => 'openmeetings', + 'lhs_key' => 'id', + 'rhs_module' => 'Meetings', + 'rhs_table' => 'meetings', + 'rhs_key' => 'id', + 'relationship_type' => 'many-to-many', + 'join_table' => 'openmeetings_meetings_c', + 'join_key_lhs' => 'conf_op0b58nigs_ida', + 'join_key_rhs' => 'conf_op1327ings_idb', + ), + ), + 'table' => 'conf_opeetnigs_meetings_c', + 'fields' => + array ( + 0 => + array ( + 'name' => 'id', + 'type' => 'varchar', + 'len' => 36, + ), + 1 => + array ( + 'name' => 'date_modified', + 'type' => 'datetime', + ), + 2 => + array ( + 'name' => 'deleted', + 'type' => 'bool', + 'len' => '1', + 'default' => '0', + 'required' => true, + ), + 3 => + array ( + 'name' => 'conf_op0b58nigs_ida', + 'type' => 'varchar', + 'len' => 36, + ), + 4 => + array ( + 'name' => 'conf_op1327ings_idb', + 'type' => 'varchar', + 'len' => 36, + ), + ), + 'indices' => + array ( + 0 => + array ( + 'name' => 'openmeetings_meetingsspk', + 'type' => 'primary', + 'fields' => + array ( + 0 => 'id', + ), + ), + 1 => + array ( + 'name' => 'openmeetings_meetings_ida1', + 'type' => 'index', + 'fields' => + array ( + 0 => 'conf_op0b58nigs_ida', + ), + ), + 2 => + array ( + 'name' => 'openmeetings_meetings_alt', + 'type' => 'alternate_key', + 'fields' => + array ( + 0 => 'conf_op1327ings_idb', + ), + ), + ), +); \ No newline at end of file Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_Meetings.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_Meetings.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_Meetings.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_Meetings.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,49 @@ +<?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ +// created: 2011-09-04 16:40:38 +$dictionary["Meeting"]["fields"]["openmeetings_meetings"] = array ( + 'name' => 'openmeetings_meetings', + 'type' => 'link', + 'relationship' => 'openmeetings_meetings', + 'source' => 'non-db', + 'vname' => 'LBL_openmeetings_MEETINGS_FROM_openmeetings_TITLE', + 'id_name' => 'conf_op0b58nigs_ida', +); +$dictionary["Meeting"]["fields"]["conf_opeigs_meetings_name"] = array ( + 'name' => 'conf_opeigs_meetings_name', + 'type' => 'relate', + 'source' => 'non-db', + 'vname' => 'LBL_openmeetings_MEETINGS_FROM_openmeetings_TITLE', + 'save' => true, + 'id_name' => 'conf_op0b58nigs_ida', + 'link' => 'openmeetings_meetings', + 'table' => 'openmeetings', + 'module' => 'openmeetings', + 'rname' => 'name', +); +$dictionary["Meeting"]["fields"]["conf_op0b58nigs_ida"] = array ( + 'name' => 'conf_op0b58nigs_ida', + 'type' => 'link', + 'relationship' => 'openmeetings_meetings', + 'source' => 'non-db', + 'reportable' => false, + 'side' => 'right', + 'vname' => 'LBL_openmeetings_MEETINGS_FROM_MEETINGS_TITLE', +); Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_openmeetings.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_openmeetings.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_openmeetings.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/SugarModules/relationships/vardefs/openmeetings_meetings_openmeetings.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,28 @@ +<?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ +// created: 2011-09-04 16:40:38 +$dictionary["openmeetings"]["fields"]["openmeetings_meetings"] = array ( + 'name' => 'openmeetings_meetings', + 'type' => 'link', + 'relationship' => 'openmeetings_meetings', + 'source' => 'non-db', + 'side' => 'right', + 'vname' => 'LBL_openmeetings_MEETINGS_FROM_MEETINGS_TITLE', +); Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/Createopenmeetings.gif URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/Createopenmeetings.gif?rev=1370844&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/Createopenmeetings.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_Openmeetings.gif URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_Openmeetings.gif?rev=1370844&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_Openmeetings.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_openmeetings_32.gif URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_openmeetings_32.gif?rev=1370844&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/icon_openmeetings_32.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/logo.gif URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/logo.gif?rev=1370844&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/logo.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/openmeetings.gif URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/openmeetings.gif?rev=1370844&view=auto ============================================================================== Binary file - no diff available. Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/icons/default/images/openmeetings.gif ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivy.xml URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivy.xml?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivy.xml (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivy.xml Wed Aug 8 17:16:44 2012 @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<ivy-module version="2.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"> + <info organisation="apache" module="openmeetings" /> + <configurations defaultconfmapping="default"> + <conf name="default" /> + </configurations> + <dependencies> + <dependency org="org.apache.rat" name="apache-rat-core" rev="0.8" transitive="false"> + <include type="jar" /> + </dependency> + <dependency org="org.apache.rat" name="apache-rat-tasks" rev="0.8" transitive="false"> + <include type="jar" /> + </dependency> + <dependency org="commons-cli" name="commons-cli" rev="1.2" transitive="false"> + <include type="jar" /> + </dependency> + <dependency org="commons-io" name="commons-io" rev="2.1" transitive="false"> + <include type="jar" /> + </dependency> + <dependency org="org.apache.commons" name="commons-collections" rev="3.2.1"> + <include type="jar" /> + </dependency> + <dependency org="commons-lang" name="commons-lang" rev="2.6" transitive="false"> + <include type="jar" /> + </dependency> + </dependencies> +</ivy-module> + Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xml URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xml?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xml (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xml Wed Aug 8 17:16:44 2012 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> +<ivysettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="ivysettings.xsd"> + <settings defaultResolver="chain"/> + <resolvers> + <chain name="chain"> + <ibiblio name="central" m2compatible="true"/> + </chain> + </resolvers> +</ivysettings> + Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xsd URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xsd?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xsd (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/ivysettings.xsd Wed Aug 8 17:16:44 2012 @@ -0,0 +1,87 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +--> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> + <xs:element name="ivysettings"> + <xs:complexType> + <xs:sequence> + <xs:element ref="settings"/> + <xs:element ref="resolvers"/> + <xs:element ref="triggers"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="settings"> + <xs:complexType> + <xs:attribute name="defaultResolver" use="required" type="xs:NCName"/> + </xs:complexType> + </xs:element> + <xs:element name="resolvers"> + <xs:complexType> + <xs:sequence> + <xs:element ref="chain"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="chain"> + <xs:complexType> + <xs:sequence> + <xs:element maxOccurs="unbounded" ref="ibiblio"/> + <xs:element maxOccurs="unbounded" ref="url"/> + </xs:sequence> + <xs:attribute name="name" use="required" type="xs:NCName"/> + </xs:complexType> + </xs:element> + <xs:element name="ibiblio"> + <xs:complexType> + <xs:attribute name="m2compatible" use="required" type="xs:boolean"/> + <xs:attribute name="name" use="required" type="xs:NCName"/> + <xs:attribute name="root" type="xs:anyURI"/> + </xs:complexType> + </xs:element> + <xs:element name="url"> + <xs:complexType> + <xs:sequence> + <xs:element maxOccurs="unbounded" ref="artifact"/> + </xs:sequence> + <xs:attribute name="name" use="required" type="xs:NCName"/> + </xs:complexType> + </xs:element> + <xs:element name="artifact"> + <xs:complexType> + <xs:attribute name="pattern" use="required"/> + </xs:complexType> + </xs:element> + <xs:element name="triggers"> + <xs:complexType> + <xs:sequence> + <xs:element ref="ant-call"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="ant-call"> + <xs:complexType> + <xs:attribute name="event" use="required" type="xs:NCName"/> + <xs:attribute name="filter" use="required"/> + <xs:attribute name="prefix" use="required" type="xs:NCName"/> + <xs:attribute name="target" use="required" type="xs:NMTOKEN"/> + </xs:complexType> + </xs:element> +</xs:schema> Added: incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/manifest.php URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/manifest.php?rev=1370844&view=auto ============================================================================== --- incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/manifest.php (added) +++ incubator/openmeetings/trunk/plugins/sugarcrm/dist/openmeetings/manifest.php Wed Aug 8 17:16:44 2012 @@ -0,0 +1,180 @@ + <?php +/********************************************************************************* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements. See the NOTICE file +* distributed with this work for additional information +* regarding copyright ownership. The ASF licenses this file +* to you under the Apache License, Version 2.0 (the +* "License") + you may not use this file except in compliance +* with the License. You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, +* software distributed under the License is distributed on an +* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +* KIND, either express or implied. See the License for the +* specific language governing permissions and limitations +* under the License. +* ********************************************************************************/ + + + $manifest = array ( + 'acceptable_sugar_versions' => + array ( + + ), + 'acceptable_sugar_flavors' => + array( + 'CE', 'PRO','ENT' + ), + 'readme'=>'', + 'key'=>'conf', + 'author' => '[email protected]', + 'description' => 'Integrate OpenMeeting Web-Conferencing-System with SugarCRM.', + 'icon' => '', + 'is_uninstallable' => true, + 'name' => 'openmeetings', + 'published_date' => '2011-09-04 14:40:38', + 'type' => 'module', + 'version' => '1.3.0', + 'remove_tables' => 'prompt', + ); +$installdefs = array ( + 'id' => 'openmeetings', + /* + 'logic_hooks' => array( + array( + 'module' => 'openmeetings', + 'hook' => 'before_save', + 'order' => 1, + 'description' => 'Get room_id form OpenMeetings', + 'file' => 'modules/openmeetings/openmeetings_gateway/openmeetingsRoomManagament.php', + 'class' => 'openmeetingsRoomManagament', + 'function' => 'createRoomWithMod', + ), + ),*/ + 'beans' => + array ( + 0 => + array ( + 'module' => 'openmeetings', + 'class' => 'openmeetings', + 'path' => 'modules/openmeetings/openmeetings.php', + 'tab' => true, + ), + ), + 'menu'=> array( + array('from'=> '<basepath>/SugarModules/modules/Administration/Ext/Menus/menu.ext.php', + 'to_module'=> 'Administration', ), + ), + 'layoutdefs' => + array ( + 0 => + array ( + 'from' => '<basepath>/SugarModules/relationships/layoutdefs/openmeetings_meetings_openmeetings.php', + 'to_module' => 'openmeetings', + ), + ), + 'relationships' => + array ( + 0 => + array ( + 'meta_data' => '<basepath>/SugarModules/relationships/relationships/openmeetings_meetingsMetaData.php', + ), + ), + 'image_dir' => '<basepath>/icons', + 'copy' => + array ( + 0 => + array ( + 'from' => '<basepath>/SugarModules/modules/openmeetings', + 'to' => 'modules/openmeetings', + ), + 1 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/DetailViewOpenmeetings.html', + 'to' => 'modules/Administration/DetailViewOpenmeetings.html', + ), + 2 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/DetailViewOpenmeetings.php', + 'to' => 'modules/Administration/DetailViewOpenmeetings.php', + ), + 3 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/EditViewOpenmeetings.php', + 'to' => 'modules/Administration/EditViewOpenmeetings.php', + ), + 4 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/EditViewOpenmeetings.html', + 'to' => 'modules/Administration/EditViewOpenmeetings.html', + ), + 5 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/SaveOpenmeetings.php', + 'to' => 'modules/Administration/SaveOpenmeetings.php', + ), + 6 => + array ( + 'from' => '<basepath>/SugarModules/logic_hooks.php', + 'to' => 'custom/modules/openmeetings/logic_hooks.php', + ), + 8 => + array ( + 'from' => '<basepath>/SugarModules/modules/Meetings/logic_hooks.php', + 'to' => 'custom/modules/Meetings/logic_hooks.php', + ) + ), + 'language' => + array ( + 0 => + array ( + 'from' => '<basepath>/SugarModules/relationships/language/Meetings.php', + 'to_module' => 'Meetings', + 'language' => 'en_us', + ), + 1 => + array ( + 'from' => '<basepath>/SugarModules/relationships/language/openmeetings.php', + 'to_module' => 'openmeetings', + 'language' => 'en_us', + ), + 2 => + array ( + 'from' => '<basepath>/SugarModules/language/application/en_us.lang.php', + 'to_module' => 'application', + 'language' => 'en_us', + ), + 3 => + array ( + 'from' => '<basepath>/SugarModules/modules/Administration/language/en_us_openmeetings.lang.php', + 'to_module' => 'Administration', + 'language' => 'en_us', + ), + ), + 'vardefs' => + array ( + 0 => + array ( + 'from' => '<basepath>/SugarModules/relationships/vardefs/openmeetings_meetings_Meetings.php', + 'to_module' => 'Meetings', + ), + 1 => + array ( + 'from' => '<basepath>/SugarModules/relationships/vardefs/openmeetings_meetings_openmeetings.php', + 'to_module' => 'openmeetings', + ), + ), + 'layoutfields' => + array ( + 0 => + array ( + 'additional_fields' => + array ( + 'Meetings' => 'conf_opeigs_meetings_name', + ), + ), + ), +); \ No newline at end of file
