Skip to content

Commit

Permalink
v.0.9 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
sardoj committed Dec 26, 2013
1 parent 5a9f5e9 commit fd546eb
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 5 deletions.
Binary file renamed Module Designer.zip → Module Designer v.0.9.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/modules/ModuleDesigner/CustomManifestStructure.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/***********************************************************************************
* "The contents of this file are subject to the vtiger Public License Version 1.1
* "The contents of this file are subject to the vtiger Public License Version 1.2
* (the "License"); you may not use this file except in compliance with the License."
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ModuleDesigner/UITypes.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/***********************************************************************************
* "The contents of this file are subject to the vtiger Public License Version 1.1
* "The contents of this file are subject to the vtiger Public License Version 1.2
* (the "License"); you may not use this file except in compliance with the License."
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ModuleDesigner/plugins/TranslationHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/***********************************************************************************
* "The contents of this file are subject to the vtiger Public License Version 1.1
* "The contents of this file are subject to the vtiger Public License Version 1.2
* (the "License"); you may not use this file except in compliance with the License."
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ModuleDesigner/templates/extension.xml.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/***********************************************************************************
* "The contents of this file are subject to the vtiger Public License Version 1.1
* "The contents of this file are subject to the vtiger Public License Version 1.2
* (the "License"); you may not use this file except in compliance with the License."
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ModuleDesigner/templates/module.xml.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/***********************************************************************************
* "The contents of this file are subject to the vtiger Public License Version 1.1
* "The contents of this file are subject to the vtiger Public License Version 1.2
* (the "License"); you may not use this file except in compliance with the License."
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied.
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/EditBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_EditBlock_View extends Settings_Vtiger_Index_View
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/EditCustomLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_EditCustomLink_View extends Settings_Vtiger_Index_View
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/EditEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_EditEvent_View extends Settings_Vtiger_Index_View
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/EditField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_EditField_View extends Settings_Vtiger_Index_View
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/EditRelatedList.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_EditRelatedList_View extends Settings_Vtiger_Index_View
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/GetModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_GetModules_View extends Settings_Vtiger_Index_View {
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

define("DIR_TEMP", "cache/tempModuleDesigner");
Expand Down
1 change: 1 addition & 0 deletions src/settings/views/UploadModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
* Contributor(s): Jonathan SARDO.
* Portions created by Jonathan SARDO are Copyright (C).
*************************************************************************************/

class Settings_ModuleDesigner_UploadModule_View extends Settings_Vtiger_Index_View {
Expand Down

0 comments on commit fd546eb

Please sign in to comment.