-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from thelia-modules/update
Version 1.1
- Loading branch information
Showing
17 changed files
with
117 additions
and
145 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# 1.1.0 | ||
|
||
- Fix UI | ||
- Fix I18n | ||
- Add the ability to delete the default url | ||
- Add the ability to reassign the default url |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<descriptive locale="fr_FR"> | ||
<title>Gérer la réécriture d'url</title> | ||
</descriptive> | ||
<version>1.0.0</version> | ||
<version>1.1.0</version> | ||
<author> | ||
<name>Vincent Lopes, Gilles Bourgeat</name> | ||
<email>[email protected], [email protected]</email> | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?php | ||
|
||
return array( | ||
'Actions' => 'Actions', | ||
'Brand' => 'Marque', | ||
'Category' => 'Catégorie', | ||
'Close' => 'Fermer', | ||
'Default' => 'Url par défaut', | ||
'Default url' => 'Url par défaut', | ||
'Delete Url' => 'Supprimer une Url', | ||
'Delete this redirect' => 'Supprimer cette redirection', | ||
'Do you really want to delete this Url ?' => 'Voulez-vous vraiment supprimer cette Url ?', | ||
'Error this url already exist you can reassign by follow this ' => 'Erreur cette url existe déjà, vous pouvez la réassigner en suivant ce ', | ||
'Folder' => 'Dossier', | ||
'For questions or bug reporting, thank you to use %url.' => 'Pour toutes questions ou déclaration de bug, merci d\'utiliser %url', | ||
'New url' => 'Nouvelle url', | ||
'No redirected url.' => 'Pas de redirection', | ||
'No results found for your search.' => 'Aucun resultat trouvé pour votre recherche.', | ||
'Please wait ...' => 'Veuillez patienter ...', | ||
'Product' => 'Produit', | ||
'Reassign this redirect' => 'Réassigner cette redirection', | ||
'Redirect to default' => 'Rediriger sur l\'url par défaut', | ||
'Redirected' => 'Redirigé vers', | ||
'Search' => 'Rechercher', | ||
'Set this redirect to default' => 'Mettre cette url par défaut', | ||
'Title, Ref ...' => 'Titre, Ref ...', | ||
'Url' => 'Url', | ||
'Url redirected' => 'Url de redirection', | ||
'Validate' => 'Valider', | ||
'View locale' => 'Langue', | ||
'content' => 'Contenu', | ||
'link' => 'lien', | ||
); |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 +1,5 @@ | ||
# Rewrite Url | ||
|
||
Authors: Thelia <[email protected]>, Vincent Lopes <[email protected]>, Gilles Bourgeat <[email protected]> | ||
|
||
This module manage rewritten urls for products, categories, folders, contents, brands | ||
|
||
* Allows you to reassign a url to another (product, category, folder, content, brand) | ||
|
@@ -23,7 +21,7 @@ Thelia > 2.0 | |
Add it in your main thelia composer.json file | ||
|
||
``` | ||
composer require thelia/rewrite-url-module:~1.0 | ||
composer require thelia/rewrite-url-module:~1.1 | ||
``` | ||
|
||
## Usage | ||
|
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.