update zh_cn translation#937
Open
purplegrape wants to merge 100 commits into
Open
Conversation
…ombodo#950) * N°9639 - Uninstallation Analysis better count method * N°9639 - Fix tests * N°9639 - Refactor deletion plan handling with new entity classes for improved structure and clarity * N°9639 - Refactor deletion plan methods to use class names instead of table names and add TotalCount method * N°9639 - Add messages to tests * N°9639 - Refactor data feature removal logic and update database queries for consistency * N°9639 - Refactor SQL queries to use backticks for table and field names * N°9639 - Enhance deletion logic and add circular reference handling in cleanup process * N°9639 - Add filtering methods to DeletionPlan classes for improved data cleanup * N°9639 - Add filtering methods to DeletionPlan classes for improved data cleanup * N°9639 - Refactor DeletionPlanItem to remove unused queries and simplify constructor * N°9639 - Refactor variable name for clarity in hierarchical key update process * Update tests/php-unit-tests/unitary-tests/datamodels/2.x/combodo-data-feature-removal/simulate-audit-from-setup.php Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * N°9639 - Clarify comment on deletion plan to indicate prevention of infinite loops * N°9639 - Remove unused deletion plan from DataFeatureRemovalController --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
rebase on the latest develop branch
* N°9711 - Store setup parameters in session * N°9711 - Restrict database parameters display to administrators in setup summary
…ilter() function (Combodo#939) * N°9687 - Fix incorrect return type for the DBObjectSearch::ApplyDataFilter() function * N°9687 - Add unit test * N°9687 - Improve unit test after code review * N°9687 - Improve unit test after code review
* N°9675 - raise first exception encountered when starting metamodel * N°9675 - enhance setup data consistency error feedback * N°9675 - raise PHP CLI version issue as well * N°9675 - geptile PR fixes + enhance regexp for cli php version * cleanup * N°9675 - remove maintenance mode before any setup compilation * N°9675 - share php cli check in SetupUtils * N°9675 - exit maintenance only before audit
…dification of unnecessary js/utils.js API
…ault page display)
…meters based on return_application parameter
…do#958) * N°9571 - Do not allow DB change or install when upgrading iTop * N°9571 - Fix unit tests * N°9711 - Removed step Install or Upgrade * N°9711 - After revue
…t upgrade (Combodo#962) * 🚧 Refactor installation mode parameter to unify naming convention * Changed comments on wizard steps and example to clarify upgrade mode handling
^ Conflicts: ^ datamodels/2.x/combodo-data-feature-removal/src/Controller/DataFeatureRemovalController.php
… multibytes characters (Combodo#964) * N°9759 - Truncate AttributeText don't work as expected in case of multibytes characters * WIP * Move TrimValue() base definition to AttributeDefinition class, assign DBObject::SetTrim old behavior to it * Fix variable types * Fix variable types * Apply code review fixes, add tests * Define GetSize in AttributeDefinition to easy polymorphic calls instead of obscure AttributeDBFieldVoid * Update php with right since version and ticket, remove useless method overload * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update core/attributedef.class.inc.php Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update core/attributedef.class.inc.php Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Correctly handle null values in new methods --------- Co-authored-by: Stephen Abello <stephen.abello@combodo.com> Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
…clean up test cases
rebase on the latest develop branch
…o#975) * N°9565 - Extension Mgmt : display progression during analysis * N°9565 - Extension Mgmt : display progression during analysis * N°9565 - Extension Mgmt : display progression during analysis * N°9565 - Extension Mgmt : display progression during analysis * N°9565 - Extension Mgmt : display progression during analysis * N°9565 - Validate transaction id * N°9565 - Move unset bForceCompilation
* N°9746 - Synchro execution can make damage during time change (object deletions) * N°9746 - handle timechange during synchro execution + cleanup m_bIsImportPhaseDateKnown * N°9746 - PR fix * N°9746 - add corner test case
* N°9746 - Synchro execution can make damage during time change (object deletions) * N°9746 - handle timechange during synchro execution + cleanup m_bIsImportPhaseDateKnown * N°9746 - PR fix * N°9746 - add corner test case
…way as \Combodo\iTop\DataFeatureRemoval\Service\StaticDeletionPlan::DeletionPlanForReferencingClasses and \DBObject::MakeDeletionPlan - Check if ext. key is nullable first - Then check if its a DEL_MANUAL option
…riting entity for a previously processed class
…ed" now that N°9831 has been fixed This reverts commit 52fca75.
… multibytes characters (Combodo#964) * N°9759 - Truncate AttributeText don't work as expected in case of multibytes characters * WIP * Move TrimValue() base definition to AttributeDefinition class, assign DBObject::SetTrim old behavior to it * Fix variable types * Fix variable types * Apply code review fixes, add tests * Define GetSize in AttributeDefinition to easy polymorphic calls instead of obscure AttributeDBFieldVoid * Update php with right since version and ticket, remove useless method overload * Apply suggestions from code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update core/attributedef.class.inc.php Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Update core/attributedef.class.inc.php Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Apply suggestion from @Molkobain code review Co-authored-by: Molkobain <lajarige.guillaume@free.fr> * Correctly handle null values in new methods --------- Co-authored-by: Stephen Abello <stephen.abello@combodo.com> Co-authored-by: Molkobain <lajarige.guillaume@free.fr>
# Conflicts: # core/attributedef.class.inc.php
…dependencies is in production-modules (Combodo#978) * N°9827 - Unable to launch check compatibility when a module with bad dependencies is in production-modules * Update unit tests * N°9827 - Unable to launch check compatibility when a module with bad dependencies is in production-modules
rebase on the latest develop branch
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
improved translation entries