-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Service layer updates: * Created Category service and methods * Renamed attribute option service * Implemented an API method to remove for attribute options * Created TaxClass service and methods * Created APIs for Tax service * Framework improvements: * REST/SOAP calls uses default store if store code not provided * Added a warning about using a not secure protocol for theidentity link URL * Fixed exception masking and removed unnecessary exceptions from the Webapi framework * WEEE features parity: * Fixed an issue with Tax calculations when FPT is enabled * Fixed an issue where FPT was not included in the subtotal number on invoice pages * Fixed an issue where FPT was not included in the subtotal number on credit memo pages * Free shipping calculated with FPT * Fixed an issue where discounts where applied to FPT * Fixed an issue with rounding is the Tax detailed info * Fixed issues with bundle product pricing with tier and special prices * Added an integrity test to verify that dictionary and code are synced * i18n Improvements: * Improved the wording of the i18n CLI Tools * Removed the helpers which became unused after i18n Improvements * Fixed bugs: * Fixed an issue where configurable attributes were not chosen according to the hash tag * Fixed an issue where the Compare Products functionality did not work correctly * Fixed an issue where product attribute values were duplicated after import * Fixed an issue were the scope of an attribute was not considered in catalog price rule conditions * Fixed an issue where shipping address was not saved if it was added during checkout * Fixed an issue where there was no POST request when saving a customer group * Fixed an issue where an attribute template was not applied after changing it for the first time during product creation * Fixed an issue where the Sale Report Grid with no results found contained an unnecessary empty Total section * Fixed an issue where a notice was added to system.log when a product was added to cart * Fixed integration test coverage failure * Fixed an issue where a message about inequality of password and confirmation was displayed in the wrong place * Fixed an issue with an XSS warning in 'Used for Sorting in Product Listing' property of Product Attribute * Fixed an issue where an order was not displayed on frontend if its order status was deleted * Fixed an issue where tier pricing was not displayed on a grouped product page * Verified and fixed the content of errors returned from SOAP calls * Fixed an issue where it was impossible to create a tax rule when using a complex Customer/Product tax class * Fixed an issue where the Street Address line count setting was not applied. * Fixed an issue where customers were not assigned to the correct VAT customer groups during admin order creation * The unused translateArray method of AbstractHelper was removed * Fixed an issue where localization did not work for strings containing a single quote (') * Fixed issues with the translate and the logging transformation tools * Fixed an issue where it was impossible to create a URL rewrite for a CMS Page with Temporary (302) or Permanent (301) redirect * GitHub requests: * [#598] Add Sort Order to Rules * [#580] Set changed status on model to prevent status overwriting when model gets saved * Unit Tests Coverage: * Part of the Catalog module covered with the unit tests * Added the following functional tests: * Applying Several Catalog Price Rules * Attribute Set Creation * Category Deletion * Customer Group Deletion * Generating Sitemap * Product Attribute Deletion * Update Admin User * Update Cms Page * Update Customer Group * Update Downloadable Product * Update Product Attribute * Update Sales Rule * Update Sitemap
- Loading branch information
1 parent
cf6ae36
commit f19b465
Showing
1,307 changed files
with
77,794 additions
and
47,100 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,51 @@ | ||
"Actions","Aktionen" | ||
"An error occurred while marking notification as read.","Fehler beim Markieren des Hinweises als 'gelesen'." | ||
"An error occurred while marking the messages as read.","Fehler beim Markieren der Nachrichten als 'gelesen'." | ||
"An error occurred while removing messages.","Fehler beim Entfernen der Nachrichten." | ||
"An error occurred while removing the message.","Fehler beim Entfernen der Nachricht." | ||
"Are you sure?","Sind Sie sicher?" | ||
"Date Added","Hinzugefügt am" | ||
"Last Update","Letzte Aktualisierung" | ||
"Read Details","Details anzeigen" | ||
"Mark as Read","Als 'gelesen' markieren" | ||
"Mark as read","Als gelesen markieren" | ||
"Message","Nachricht" | ||
"Messages Inbox","Posteingang" | ||
"Notifications","Hinweise" | ||
"Are you sure?","Sind Sie sicher?" | ||
Remove,Entfernen | ||
"Messages Inbox",Posteingang | ||
"You have %1 new system messages","You have %1 new system messages" | ||
"You have %1 new system message","You have %1 new system message" | ||
"Incoming Message","Incoming Message" | ||
close,close | ||
"Read details","Read details" | ||
Notifications,Hinweise | ||
"The message has been marked as Read.","The message has been marked as Read." | ||
"We couldn't mark the notification as Read because of an error.","We couldn't mark the notification as Read because of an error." | ||
"Please select messages.","Bitte Nachrichten auswählen." | ||
"Read Details","Details anzeigen" | ||
"Remove","Entfernen" | ||
"Severity","Wichtigkeit" | ||
"Show List","Liste anzeigen" | ||
"Show Toolbar","Werkzeugleiste anzeigen" | ||
"The message has been marked as read.","Die Nachricht wurde als 'gelesen' markiert." | ||
"A total of %1 record(s) have been marked as Read.","A total of %1 record(s) have been marked as Read." | ||
"The message has been removed.","Die Nachricht wurde entfernt." | ||
"Total of %d record(s) have been marked as read.","Insgesamt %d Einträge wurden als 'gelesen' markiert." | ||
"Total of %d record(s) have been removed.","Insgesamt %d Einträge wurden gelöscht." | ||
"Unable to proceed. Please, try again.","Vorgang konnte nicht ausgeführt werden. Bitte versuchen Sie es später noch einmal." | ||
"Update Frequency","Aktualisierungshäufigkeit" | ||
"Use HTTPS to Get Feed","Benutzen Sie HTTPS um Nachrichten abzurufen" | ||
"critical","kritisch" | ||
"major","wichtig" | ||
"minor","unwichtig" | ||
"notice","Hinweis" | ||
"We couldn't remove the messages because of an error.","We couldn't remove the messages because of an error." | ||
"Total of %1 record(s) have been removed.","Total of %1 record(s) have been removed." | ||
"1 Hour","1 Hour" | ||
"2 Hours","2 Hours" | ||
"6 Hours","6 Hours" | ||
"12 Hours","12 Hours" | ||
"24 Hours","24 Hours" | ||
critical,kritisch | ||
major,wichtig | ||
minor,unwichtig | ||
notice,Hinweis | ||
"Wrong message type","Wrong message type" | ||
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>." | ||
"One or more of the Cache Types are invalidated: %1. ","One or more of the Cache Types are invalidated: %1. " | ||
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","Please go to <a href=""%1"">Cache Management</a> and refresh cache types." | ||
"One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details.","One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details." | ||
"Synchronization of media storages has been completed.","Synchronization of media storages has been completed." | ||
"Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider." | ||
"We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento.","We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento." | ||
"Close popup","Close popup" | ||
Close,Close | ||
"Critical System Messages","Critical System Messages" | ||
"Major System Messages","Major System Messages" | ||
"System messages","System messages" | ||
Notification,Notification | ||
Cancel,Cancel | ||
Acknowledge,Acknowledge | ||
"See All (%1 unread)","See All (%1 unread)" | ||
Actions,Aktionen | ||
Message,Nachricht | ||
"Use HTTPS to Get Feed","Use HTTPS to Get Feed" | ||
"Update Frequency","Update Frequency" | ||
"Last Update","Last Update" | ||
Severity,Wichtigkeit | ||
"Date Added","Hinzugefügt am" |
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,30 +1,51 @@ | ||
"Actions","Actions" | ||
"An error occurred while marking notification as read.","An error occurred while marking notification as read." | ||
"An error occurred while marking the messages as read.","An error occurred while marking the messages as read." | ||
"An error occurred while removing messages.","An error occurred while removing messages." | ||
"An error occurred while removing the message.","An error occurred while removing the message." | ||
"Are you sure?","Are you sure?" | ||
"Date Added","Date Added" | ||
"Last Update","Last Update" | ||
"Read Details","Read Details" | ||
"Mark as Read","Mark as Read" | ||
"Mark as read","Mark as read" | ||
"Message","Message" | ||
"Are you sure?","Are you sure?" | ||
Remove,Remove | ||
"Messages Inbox","Messages Inbox" | ||
"Notifications","Notifications" | ||
"You have %1 new system messages","You have %1 new system messages" | ||
"You have %1 new system message","You have %1 new system message" | ||
"Incoming Message","Incoming Message" | ||
close,close | ||
"Read details","Read details" | ||
Notifications,Notifications | ||
"The message has been marked as Read.","The message has been marked as Read." | ||
"We couldn't mark the notification as Read because of an error.","We couldn't mark the notification as Read because of an error." | ||
"Please select messages.","Please select messages." | ||
"Read Details","Read Details" | ||
"Remove","Remove" | ||
"Severity","Severity" | ||
"Show List","Show List" | ||
"Show Toolbar","Show Toolbar" | ||
"The message has been marked as read.","The message has been marked as read." | ||
"A total of %1 record(s) have been marked as Read.","A total of %1 record(s) have been marked as Read." | ||
"The message has been removed.","The message has been removed." | ||
"Total of %d record(s) have been marked as read.","Total of %d record(s) have been marked as read." | ||
"Total of %d record(s) have been removed.","Total of %d record(s) have been removed." | ||
"Unable to proceed. Please, try again.","Unable to proceed. Please, try again." | ||
"Update Frequency","Update Frequency" | ||
"We couldn't remove the messages because of an error.","We couldn't remove the messages because of an error." | ||
"Total of %1 record(s) have been removed.","Total of %1 record(s) have been removed." | ||
"1 Hour","1 Hour" | ||
"2 Hours","2 Hours" | ||
"6 Hours","6 Hours" | ||
"12 Hours","12 Hours" | ||
"24 Hours","24 Hours" | ||
critical,critical | ||
major,major | ||
minor,minor | ||
notice,notice | ||
"Wrong message type","Wrong message type" | ||
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>." | ||
"One or more of the Cache Types are invalidated: %1. ","One or more of the Cache Types are invalidated: %1. " | ||
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","Please go to <a href=""%1"">Cache Management</a> and refresh cache types." | ||
"One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details.","One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details." | ||
"Synchronization of media storages has been completed.","Synchronization of media storages has been completed." | ||
"Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider." | ||
"We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento.","We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento." | ||
"Close popup","Close popup" | ||
Close,Close | ||
"Critical System Messages","Critical System Messages" | ||
"Major System Messages","Major System Messages" | ||
"System messages","System messages" | ||
Notification,Notification | ||
Cancel,Cancel | ||
Acknowledge,Acknowledge | ||
"See All (%1 unread)","See All (%1 unread)" | ||
Actions,Actions | ||
Message,Message | ||
"Use HTTPS to Get Feed","Use HTTPS to Get Feed" | ||
"critical","critical" | ||
"major","major" | ||
"minor","minor" | ||
"notice","notice" | ||
"Update Frequency","Update Frequency" | ||
"Last Update","Last Update" | ||
Severity,Severity | ||
"Date Added","Date Added" |
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,30 +1,51 @@ | ||
"Actions","Acciones" | ||
"An error occurred while marking notification as read.","Se ha producido un error al marcar la notificación como leída." | ||
"An error occurred while marking the messages as read.","Se ha producido un error al marcar los mensajes como leídos." | ||
"An error occurred while removing messages.","Se ha producido un error al eliminar los mensajes." | ||
"An error occurred while removing the message.","Se ha producido un error al eliminar el mensaje." | ||
"Are you sure?","¿Está seguro?" | ||
"Date Added","Añadido el día" | ||
"Last Update","Última actualización" | ||
"Read Details","Leer detalles" | ||
"Mark as Read","Marcar como leído" | ||
"Mark as read","Marcar como leído" | ||
"Message","Mensaje" | ||
"Are you sure?","¿Está seguro?" | ||
Remove,Eliminar | ||
"Messages Inbox","Bandeja de entrada" | ||
"Notifications","Notificaciones" | ||
"You have %1 new system messages","You have %1 new system messages" | ||
"You have %1 new system message","You have %1 new system message" | ||
"Incoming Message","Incoming Message" | ||
close,close | ||
"Read details","Read details" | ||
Notifications,Notificaciones | ||
"The message has been marked as Read.","The message has been marked as Read." | ||
"We couldn't mark the notification as Read because of an error.","We couldn't mark the notification as Read because of an error." | ||
"Please select messages.","Por favor, selecciona al menos un mensaje." | ||
"Read Details","Leer detalles" | ||
"Remove","Eliminar" | ||
"Severity","Gravedad" | ||
"Show List","Mostrar lista" | ||
"Show Toolbar","Mostrar barra de herramientas" | ||
"The message has been marked as read.","El mensaje ha sido marcado como leído." | ||
"A total of %1 record(s) have been marked as Read.","A total of %1 record(s) have been marked as Read." | ||
"The message has been removed.","El mensaje ha sido eliminado." | ||
"Total of %d record(s) have been marked as read.","%d informe(s) ha(n) sido marcado(s) como leído(s)." | ||
"Total of %d record(s) have been removed.","%d informe(s) ha(n) sido eliminado(s)." | ||
"Unable to proceed. Please, try again.","Imposible realizar la operación. Inténtalo de nuevo." | ||
"Update Frequency","Frecuencia de actualización" | ||
"Use HTTPS to Get Feed","Utiliza HTTPS para obtener información" | ||
"critical","crítico" | ||
"major","mayor" | ||
"minor","menor" | ||
"notice","aviso" | ||
"We couldn't remove the messages because of an error.","We couldn't remove the messages because of an error." | ||
"Total of %1 record(s) have been removed.","Total of %1 record(s) have been removed." | ||
"1 Hour","1 Hour" | ||
"2 Hours","2 Hours" | ||
"6 Hours","6 Hours" | ||
"12 Hours","12 Hours" | ||
"24 Hours","24 Hours" | ||
critical,crítico | ||
major,mayor | ||
minor,menor | ||
notice,aviso | ||
"Wrong message type","Wrong message type" | ||
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%1"">configuration</a>." | ||
"One or more of the Cache Types are invalidated: %1. ","One or more of the Cache Types are invalidated: %1. " | ||
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","Please go to <a href=""%1"">Cache Management</a> and refresh cache types." | ||
"One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details.","One or more media files failed to be synchronized during the media storages synchronization process. Refer to the log file for details." | ||
"Synchronization of media storages has been completed.","Synchronization of media storages has been completed." | ||
"Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider." | ||
"We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento.","We appreciate our merchants' feedback. Please <a href=""#"" data-mage-init=%1>take our survey</a> and tell us about features you'd like to see in Magento." | ||
"Close popup","Close popup" | ||
Close,Close | ||
"Critical System Messages","Critical System Messages" | ||
"Major System Messages","Major System Messages" | ||
"System messages","System messages" | ||
Notification,Notification | ||
Cancel,Cancel | ||
Acknowledge,Acknowledge | ||
"See All (%1 unread)","See All (%1 unread)" | ||
Actions,Acciones | ||
Message,Mensaje | ||
"Use HTTPS to Get Feed","Use HTTPS to Get Feed" | ||
"Update Frequency","Update Frequency" | ||
"Last Update","Last Update" | ||
Severity,Gravedad | ||
"Date Added","Añadido el día" |
Oops, something went wrong.