-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Export (via massive actions) and Import features Set version to 1.0.3
- Loading branch information
Showing
33 changed files
with
7,181 additions
and
1,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
<?php | ||
|
||
include ("../../../inc/includes.php"); | ||
// No autoload when plugin is not activated | ||
//require_once('../inc/config.class.php'); | ||
|
||
$config = new PluginFormvalidationConfig(); | ||
if (isset($_REQUEST["update"])) { | ||
$config->check($_REQUEST['id'], UPDATE); | ||
$config->update($_REQUEST); | ||
|
||
Html::back(); | ||
} | ||
Html::redirect($CFG_GLPI["root_doc"]."/front/config.form.php?forcetab=". | ||
urlencode('PluginFormvalidationConfig$1')); | ||
|
||
include ("../../../inc/includes.php"); | ||
|
||
$config = new PluginFormvalidationConfig(); | ||
if (isset($_REQUEST["update"])) { | ||
$config->check($_REQUEST['id'], UPDATE); | ||
$config->update($_REQUEST); | ||
|
||
Html::back(); | ||
} | ||
Html::redirect($CFG_GLPI["root_doc"]."/front/config.form.php?forcetab=". | ||
urlencode('PluginFormvalidationConfig$1')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
include ('../../../inc/includes.php'); | ||
|
||
$dropdown = new PluginFormvalidationItemtype(); | ||
include (GLPI_ROOT . "/front/dropdown.common.form.php"); | ||
$dropdown = new PluginFormvalidationItemtype(); | ||
include (GLPI_ROOT . "/front/dropdown.common.form.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
|
||
include ('../../../inc/includes.php'); | ||
|
||
$dropdown = new PluginFormvalidationItemtype(); | ||
include ('../../../inc/includes.php'); | ||
|
||
$dropdown = new PluginFormvalidationItemtype(); | ||
include (GLPI_ROOT . "/front/dropdown.common.php"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.