mirror of
https://github.com/code-rhapsodie/ezdataflow-bundle.git
synced 2026-03-23 22:22:07 +01:00
Renaming eZ Dataflow => Ibexa Dataflow
This commit is contained in:
26
README.md
26
README.md
@@ -1,9 +1,9 @@
|
||||
# Code Rhapsodie eZ Dataflow Bundle
|
||||
# Code Rhapsodie Ibexa Dataflow Bundle
|
||||
|
||||
EzDataflowBundle is a bundle
|
||||
Ibexa DataflowBundle is a bundle
|
||||
integrating [Code Rhapsodie Dataflow bundle](https://github.com/code-rhapsodie/dataflow-bundle) into Ibexa 4.0+.
|
||||
Dataflows can be piloted from an interface integrated into the Ibexa backoffice.
|
||||
EzDataflow bundle is intended to manage content imports from external data sources.
|
||||
Ibexa Dataflow bundle is intended to manage content imports from external data sources.
|
||||
|
||||
> Note: before using this bundle, please read
|
||||
> the [Code Rhapsodie Dataflow bundle documentation](https://github.com/code-rhapsodie/dataflow-bundle/blob/master/README.md).
|
||||
@@ -11,7 +11,7 @@ EzDataflow bundle is intended to manage content imports from external data sourc
|
||||
> Command line notice: When you use Dataflow commands, **use `--siteaccess` instead of `--connection`** expect
|
||||
> for `code-rhapsodie:dataflow:dump-schema` command.
|
||||
|
||||
| eZ Dataflow Version | Ibexa Content Version | Status |
|
||||
| Ibexa Dataflow Version | Ibexa Content Version | Status |
|
||||
|---------------------|-----------------------|------------------------------|
|
||||
| 4.x | 4.x | :white_check_mark: Maintened |
|
||||
| 3.x | 3.x | :white_check_mark: Maintened |
|
||||
@@ -305,18 +305,18 @@ App\FieldComparator\MyFieldComparator:
|
||||
|
||||
# Admin UI
|
||||
|
||||
## Access to the eZ Dataflow UI
|
||||
## Access to the Ibexa Dataflow UI
|
||||
|
||||
You can access the eZ Dataflow administration UI from your Ibexa admin back-office.
|
||||
You can access the Ibexa Dataflow administration UI from your Ibexa admin back-office.
|
||||
|
||||

|
||||
|
||||
1. Click to "Admin"
|
||||
1. Click to "eZ Dataflow"
|
||||
1. Click to "Ibexa Dataflow"
|
||||
|
||||
## Scheduled dataflow list
|
||||
|
||||
When you access to the eZ Dataflow administration UI, you going here:
|
||||
When you access to the Ibexa Dataflow administration UI, you going here:
|
||||
|
||||

|
||||
|
||||
@@ -332,7 +332,7 @@ When you access to the eZ Dataflow administration UI, you going here:
|
||||
|
||||
## Add a new schedule
|
||||
|
||||
Go to the eZ Dataflow admin, and click on the "+" orange button.
|
||||
Go to the Ibexa Dataflow admin, and click on the "+" orange button.
|
||||
|
||||
In the new popin, fill in the fields:
|
||||
|
||||
@@ -353,7 +353,7 @@ Finally, click on the "Create" button.
|
||||
|
||||
## Read the history
|
||||
|
||||
When you click on the "History" tab in the eZ Dataflow admin UI, the job history for all Dataflow configured and
|
||||
When you click on the "History" tab in the Ibexa Dataflow admin UI, the job history for all Dataflow configured and
|
||||
executed is displayed.
|
||||
|
||||

|
||||
@@ -370,7 +370,7 @@ Details of one scheduled job:
|
||||
|
||||
If you don't want to run a Dataflow periodically, you can add a single execution at the time and date that you want.
|
||||
|
||||
Go to the eZ Dataflow admin UI and click on the "Oneshot" tab.
|
||||
Go to the Ibexa Dataflow admin UI and click on the "Oneshot" tab.
|
||||
|
||||

|
||||
|
||||
@@ -386,7 +386,7 @@ Here the job has fail.
|
||||
|
||||
## Add a one-shot job
|
||||
|
||||
Go to the eZ Dataflow admin UI and click on the "Oneshot" tab. Click on the "+" orange button to open the adding popin.
|
||||
Go to the Ibexa Dataflow admin UI and click on the "Oneshot" tab. Click on the "+" orange button to open the adding popin.
|
||||
|
||||

|
||||
|
||||
@@ -403,7 +403,7 @@ Finally, click on the "Create" button.
|
||||
# Rights
|
||||
|
||||
If a non-administrator user needs read-only access to the dataflow interface, add the `Setup / Administrate`
|
||||
and `eZ Dataflow / View` policies in one of their roles.
|
||||
and `Ibexa Dataflow / View` policies in one of their roles.
|
||||
|
||||
# Issues and feature requests
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
role.policy.ezdataflow: eZ Dataflow
|
||||
role.policy.ezdataflow.all_functions: eZ Dataflow / All functions
|
||||
role.policy.ezdataflow.view: eZ Dataflow / View
|
||||
role.policy.ezdataflow.edit: eZ Dataflow / Edit
|
||||
role.policy.ezdataflow: Ibexa Dataflow
|
||||
role.policy.ezdataflow.all_functions: Ibexa Dataflow / All functions
|
||||
role.policy.ezdataflow.view: Ibexa Dataflow / View
|
||||
role.policy.ezdataflow.edit: Ibexa Dataflow / Edit
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
role.policy.ezdataflow: eZ Dataflow
|
||||
role.policy.ezdataflow.all_functions: eZ Dataflow / Toutes les fonctions
|
||||
role.policy.ezdataflow.view: eZ Dataflow / Consultation
|
||||
role.policy.ezdataflow.edit: eZ Dataflow / Modification
|
||||
role.policy.ezdataflow: Ibexa Dataflow
|
||||
role.policy.ezdataflow.all_functions: Ibexa Dataflow / Toutes les fonctions
|
||||
role.policy.ezdataflow.view: Ibexa Dataflow / Consultation
|
||||
role.policy.ezdataflow.edit: Ibexa Dataflow / Modification
|
||||
|
||||
@@ -1 +1 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
|
||||
@@ -1 +1 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
|
||||
@@ -1 +1 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
|
||||
@@ -1 +1 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
coderhapsodie.ezdataflow.yes: Yes
|
||||
coderhapsodie.ezdataflow.no: No
|
||||
coderhapsodie.ezdataflow.repeating: Repeating
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
coderhapsodie.ezdataflow: eZ Dataflow
|
||||
coderhapsodie.ezdataflow: Ibexa Dataflow
|
||||
coderhapsodie.ezdataflow.yes: Oui
|
||||
coderhapsodie.ezdataflow.no: Non
|
||||
coderhapsodie.ezdataflow.repeating: Récurrent
|
||||
|
||||
Reference in New Issue
Block a user