TandoorRecipes/cookbook/helper
Andrew Jayne cffa731106 fix: ingredient parsing for non-latin languages
Before this change the ingredient string for non-latin
languages was not being parsed into the correct amount
or units when the food is found at the start of the
ingredient string.

This was because the regex being used was restricted to
latin characters.

With this change the amount and units are correctly
parsed from such a string.

Fixes https://github.com/TandoorRecipes/recipes/issues/1983
2022-08-07 21:37:59 +01:00
..
scrapers deprecate get_recipe_from_source 2022-07-07 15:09:22 -05:00
__init__.py made it possible to disable signup 2021-01-24 16:41:25 +01:00
AllAuthCustomAdapter.py fixed mail send 2022-08-01 16:56:18 +02:00
context_processors.py new settings page finished 2022-08-05 16:54:53 +02:00
CustomStorageClass.py enable caching for signed s3 urls 2021-06-05 13:43:10 +02:00
CustomTestRunner.py fixed normal django test running with scopes 2021-02-25 22:19:51 +01:00
dal.py ingredients and helpers 2021-02-20 21:26:16 +01:00
HelperFunctions.py construct values in queryset instead of serializer methods 2022-01-11 07:24:59 -06:00
image_processing.py Update image upload handler to be content-type aware 2022-04-23 00:11:04 -04:00
ingredient_parser.py fix: ingredient parsing for non-latin languages 2022-08-07 21:37:59 +01:00
mdx_attributes.py custom scraper fails safe 2021-04-16 09:02:03 -05:00
mdx_urlize.py helper/mdx_urlize 2021-01-10 13:46:53 +01:00
permission_config.py helper/permissions_config 2021-01-10 13:47:23 +01:00
permission_helper.py fixed recipe share permission 2022-08-05 14:28:17 +02:00
recipe_html_import.py deprecate get_recipe_from_source 2022-07-07 15:09:22 -05:00
recipe_search.py removed old search pages 2022-07-12 20:05:59 +02:00
recipe_url_import.py deprecate get_recipe_from_source 2022-07-07 15:09:22 -05:00
scope_middleware.py fixed scoping and permissions for tokens 2022-08-04 18:33:45 +02:00
shopping_helper.py return distinct shopping entries 2022-02-25 07:59:20 -06:00
template_helper.py Allow img tag (including width/height attribute) 2022-03-10 11:38:08 +01:00