CHANGELOG.txt |
CHANGELOG.txt |
|
2017-11-13 1.2.0
-----------------
- Add entity check actions : drush entity-check
- Add basic update ability from browser.
- Add ability to check entity status from browser.
- Update help and other instruction pages with new functions.
RC2
- Add… |
EntityCheck.php |
src/EntityCheck.php |
Drupal\entity_update |
|
EntityList.php |
src/Form/EntityList.php |
Drupal\entity_update\Form |
|
EntityUpdate.php |
src/EntityUpdate.php |
Drupal\entity_update |
|
EntityUpdateExec.php |
src/Form/EntityUpdateExec.php |
Drupal\entity_update\Form |
|
EntityUpdateFunctionsTest.php |
modules/entity_update_tests/src/Tests/EntityUpdateFunctionsTest.php |
Drupal\entity_update_tests\Tests |
|
EntityUpdateHelper.php |
src/EntityUpdateHelper.php |
Drupal\entity_update |
|
EntityUpdateInstallUninstallTest.php |
modules/entity_update_tests/src/Tests/EntityUpdateInstallUninstallTest.php |
Drupal\entity_update_tests\Tests |
|
EntityUpdatePrint.php |
src/EntityUpdatePrint.php |
Drupal\entity_update |
|
EntityUpdateProgUpTest.php |
modules/entity_update_tests/src/Tests/EntityUpdateProgUpTest.php |
Drupal\entity_update_tests\Tests |
|
EntityUpdateStatus.php |
src/Controller/EntityUpdateStatus.php |
Drupal\entity_update\Controller |
|
EntityUpdateTestHelper.php |
modules/entity_update_tests/src/EntityUpdateTestHelper.php |
Drupal\entity_update_tests |
|
EntityUpdateTestsConfigEntity.php |
modules/entity_update_tests/src/Entity/EntityUpdateTestsConfigEntity.php |
Drupal\entity_update_tests\Entity |
|
EntityUpdateTestsContentEntity.php |
modules/entity_update_tests/src/Entity/EntityUpdateTestsContentEntity.php |
Drupal\entity_update_tests\Entity |
|
EntityUpdateTestsContentEntity02.php |
modules/entity_update_tests/src/Entity/EntityUpdateTestsContentEntity02.php |
Drupal\entity_update_tests\Entity |
|
EntityUpdateTestSettings.php |
modules/entity_update_tests/src/Form/EntityUpdateTestSettings.php |
Drupal\entity_update_tests\Form |
|
EntityUpdateUIAccessTest.php |
modules/entity_update_tests/src/Tests/EntityUpdateUIAccessTest.php |
Drupal\entity_update_tests\Tests |
|
entity_update.drush.inc |
entity_update.drush.inc |
|
Entity update module (entity_update). |
entity_update.info.yml |
entity_update.info.yml |
|
entity_update.info.yml |
entity_update.install |
entity_update.install |
|
Entity update module (entity_update). |
entity_update.links.action.yml |
entity_update.links.action.yml |
|
entity_update.links.action.yml |
entity_update.links.menu.yml |
entity_update.links.menu.yml |
|
entity_update.links.menu.yml |
entity_update.links.task.yml |
entity_update.links.task.yml |
|
entity_update.links.task.yml |
entity_update.module |
entity_update.module |
|
Entity update module (entity_update). |
entity_update.routing.yml |
entity_update.routing.yml |
|
entity_update.routing.yml |
entity_update.schema.yml |
config/schema/entity_update.schema.yml |
|
config/schema/entity_update.schema.yml |
entity_update.settings.yml |
config/install/entity_update.settings.yml |
|
config/install/entity_update.settings.yml |
entity_update_tests.entity_update_tests_cfg.1.yml |
modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.1.yml |
|
modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.1.yml |
entity_update_tests.entity_update_tests_cfg.2.yml |
modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.2.yml |
|
modules/entity_update_tests/config/install/entity_update_tests.entity_update_tests_cfg.2.yml |
entity_update_tests.info.yml |
modules/entity_update_tests/entity_update_tests.info.yml |
|
modules/entity_update_tests/entity_update_tests.info.yml |
entity_update_tests.install |
modules/entity_update_tests/entity_update_tests.install |
|
Entity update test module (entity_update_tests). |
entity_update_tests.links.menu.yml |
modules/entity_update_tests/entity_update_tests.links.menu.yml |
|
modules/entity_update_tests/entity_update_tests.links.menu.yml |
entity_update_tests.module |
modules/entity_update_tests/entity_update_tests.module |
|
This file contains mock function to avoid functionnot found errors. |
entity_update_tests.routing.yml |
modules/entity_update_tests/entity_update_tests.routing.yml |
|
modules/entity_update_tests/entity_update_tests.routing.yml |
entity_update_tests.schema.yml |
modules/entity_update_tests/config/schema/entity_update_tests.schema.yml |
|
modules/entity_update_tests/config/schema/entity_update_tests.schema.yml |
entity_update_tests.settings.yml |
modules/entity_update_tests/config/install/entity_update_tests.settings.yml |
|
modules/entity_update_tests/config/install/entity_update_tests.settings.yml |
README.txt |
README.txt |
|
Entity Update Module
--------------------
The main objective of the module Entity Update is allowed module developer
and site administrators to update entity types schema even entities have data.
The update can execute by drush command (recommended),… |
README.txt |
modules/entity_update_tests/README.txt |
|
Test for the module Entity Update
---------------------------------
Content Entity : OK
Config Entity : OK
SimpleTests
-----------
# Test with result on web browser.
HOST="http://drupal.loc/";
php core/scripts/run-tests.sh --browser… |
ROADMAP.txt |
ROADMAP.txt |
|
1. Review help page and
2. documentation links: DONE
3. Write new tests for Version > Drupal8.5 advance test cases.
2. Write documentation for complex upe Like :
Link :… |
Settings.php |
src/Form/Settings.php |
Drupal\entity_update\Form |
|
SubEntityDefinitionUpdateManager.php |
src/SubEntityDefinitionUpdateManager.php |
Drupal\entity_update |
|