Commit Graph

444 Commits

Author SHA1 Message Date
9db5e45c26 added keyword automation to url import 2023-04-05 15:46:10 -05:00
84a1c560cc Merge pull request #2270 from MarcusWolschon/features/upstream/1552_Import_Recipes_from_Cookidoo
#1552 import recipes from cookidoo
2023-03-25 05:51:18 +01:00
2781730778 fixed mess 2023-02-19 21:09:06 +01:00
985e98c699 fixed shopping list meal plan logic 2023-02-19 17:05:39 +01:00
c08c1d30ad fixed review shopping before save, improved meal plan edit modal independece 2023-02-18 21:55:17 +01:00
5dad6b8b17 enable cross tandoor importing 2023-02-16 17:32:43 +01:00
3c527fd112 allow infiinit sharing as space setting 2023-02-12 18:16:43 +01:00
9846c4df18 added support for rezeptsuite.de imports 2023-02-11 17:51:44 +01:00
820c9b704f improved servings parser 2023-02-11 09:04:05 +01:00
bce44866c2 add translations, go back to using scraper.instructions() 2023-01-30 16:49:38 +01:00
dfa0794281 Merge pull request #2272 from MarcusWolschon/features/upstream/ingredients_special_cases
handle 2 more special cases in ingredients
2023-01-27 15:14:47 +01:00
b4c26682c7 simplify 2023-01-17 15:20:59 +01:00
3b9d221258 fixed importer loading empty ingredients 2023-01-16 20:41:29 +01:00
c690bc18a0 Fix CodeQL issue with regular expression 2023-01-15 14:27:55 +01:00
394f24c29f handle special cases in ingredients 2023-01-15 13:50:06 +01:00
f43ef3ad59 another typo 2023-01-15 13:04:29 +01:00
4c71c5b088 fix typo 2023-01-15 13:03:51 +01:00
54d0b70f01 #1552 use instructions_list() instead of instructions() and move Thermomix-Handling to clean_instruction_string() 2023-01-15 12:55:03 +01:00
5a0f07a6b2 handle steps 2023-01-13 22:21:31 +01:00
77feb0db3a #1552 Import Recipes from Cookidoo 2023-01-13 21:31:49 +01:00
be24e25ae4 #1552 Import Recipes from Cookidoo 2023-01-13 21:19:49 +01:00
3e82199c44 added author keyword import 2023-01-06 21:22:02 +01:00
798457e7e2 translated, documented and implemented instruction replace 2023-01-04 16:36:03 +01:00
6176eeb024 basics 2023-01-03 23:12:00 +01:00
1df0ad202f fixed urlize markdown 3.4 compatibility 2022-11-24 22:29:29 +01:00
b1ad5ef205 Add option to space to enable plural name usage
* Add option to space to enable usage of plural name
  for food and unit per space

* Respect option per space to use the plural name
2022-11-11 18:15:57 +01:00
9994b6f9c2 Add plural name for unit and food
Add an optional plural name for unit and food.
Additional options to show always the plural name for unit and food
for an ingredient is added.
2022-11-11 18:15:57 +01:00
24f331c208 improved ingredient parser handling of amount unit without space 2022-11-09 14:24:12 +01:00
409b438776 fixed vue template compiler version and removed debug print from permission helper 2022-10-01 18:18:00 +02:00
12a8582a9a fixed importer and copy recipe 2022-09-23 16:43:22 +02:00
b49393357a fixed tests 2022-09-21 16:54:41 +02:00
cc1a69eac0 fixed cache key uniqueness even in tests 2022-09-21 16:28:54 +02:00
54c9e200a0 Merge pull request #2044 from ambroisie/fix/markdown_md_globals_deprecated
Fix 'markdown' 3.4 version incompatibility
2022-09-17 07:14:03 +02:00
37e292cab9 Fix 'markdown' 3.4 version incompatibility 2022-09-16 19:11:52 +02:00
e391abd23d moved annotation to default query manager 2022-09-16 18:18:59 +02:00
b2a10f269c permission and search preference caching 2022-09-16 14:35:35 +02:00
dc076d25d6 improved hash generation time 2022-09-16 13:31:00 +02:00
845408244b optimized recipe search query annotation performance 2022-09-16 13:24:57 +02:00
eb119b7443 remove "favorite" as default sort order due to performacne issues 2022-09-15 18:31:22 +02:00
b315d6e171 adding debug toolbar 2022-09-12 17:58:20 +02:00
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
6605b87c5c new settings page finished 2022-08-05 16:54:53 +02:00
e9a1a06bda fixed recipe share permission 2022-08-05 14:28:17 +02:00
3ec4afb02f fixed scoping and permissions for tokens 2022-08-04 18:33:45 +02:00
5e77adf7e6 fixed mail send 2022-08-01 16:56:18 +02:00
ce1f55ffd1 settings wip 2022-07-15 17:12:01 +02:00
e91790f5ac added ability to mark recipes as private 2022-07-13 15:46:39 +02:00
da09602834 removed old search pages 2022-07-12 20:05:59 +02:00
bb424cc3d6 Merge pull request #1917 from smilerz/bookmarklet_fix
Bookmarklet fix
2022-07-11 14:28:08 +02:00
e40b73f420 deprecate get_recipe_from_source 2022-07-07 15:09:22 -05:00