Marcus Wolschon
bce44866c2
add translations, go back to using scraper.instructions()
2023-01-30 16:49:38 +01:00
vabene1111
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
Marcus Wolschon
b4c26682c7
simplify
2023-01-17 15:20:59 +01:00
vabene1111
3b9d221258
fixed importer loading empty ingredients
2023-01-16 20:41:29 +01:00
Marcus Wolschon
c690bc18a0
Fix CodeQL issue with regular expression
2023-01-15 14:27:55 +01:00
Marcus Wolschon
394f24c29f
handle special cases in ingredients
2023-01-15 13:50:06 +01:00
Marcus Wolschon
f43ef3ad59
another typo
2023-01-15 13:04:29 +01:00
Marcus Wolschon
4c71c5b088
fix typo
2023-01-15 13:03:51 +01:00
Marcus Wolschon
54d0b70f01
#1552 use instructions_list() instead of instructions() and move Thermomix-Handling to clean_instruction_string()
2023-01-15 12:55:03 +01:00
Marcus Wolschon
5a0f07a6b2
handle steps
2023-01-13 22:21:31 +01:00
Marcus Wolschon
77feb0db3a
#1552 Import Recipes from Cookidoo
2023-01-13 21:31:49 +01:00
Marcus Wolschon
be24e25ae4
#1552 Import Recipes from Cookidoo
2023-01-13 21:19:49 +01:00
vabene1111
3e82199c44
added author keyword import
2023-01-06 21:22:02 +01:00
vabene1111
798457e7e2
translated, documented and implemented instruction replace
2023-01-04 16:36:03 +01:00
vabene1111
6176eeb024
basics
2023-01-03 23:12:00 +01:00
vabene1111
1df0ad202f
fixed urlize markdown 3.4 compatibility
2022-11-24 22:29:29 +01:00
Niklas Schwarz
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
Niklas Schwarz
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
vabene1111
24f331c208
improved ingredient parser handling of amount unit without space
2022-11-09 14:24:12 +01:00
vabene1111
409b438776
fixed vue template compiler version and removed debug print from permission helper
2022-10-01 18:18:00 +02:00
vabene1111
12a8582a9a
fixed importer and copy recipe
2022-09-23 16:43:22 +02:00
vabene1111
b49393357a
fixed tests
2022-09-21 16:54:41 +02:00
vabene1111
cc1a69eac0
fixed cache key uniqueness even in tests
2022-09-21 16:28:54 +02:00
vabene1111
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
Bruno BELANYI
37e292cab9
Fix 'markdown' 3.4 version incompatibility
2022-09-16 19:11:52 +02:00
vabene1111
e391abd23d
moved annotation to default query manager
2022-09-16 18:18:59 +02:00
vabene1111
b2a10f269c
permission and search preference caching
2022-09-16 14:35:35 +02:00
vabene1111
dc076d25d6
improved hash generation time
2022-09-16 13:31:00 +02:00
vabene1111
845408244b
optimized recipe search query annotation performance
2022-09-16 13:24:57 +02:00
vabene1111
eb119b7443
remove "favorite" as default sort order due to performacne issues
2022-09-15 18:31:22 +02:00
vabene1111
b315d6e171
adding debug toolbar
2022-09-12 17:58:20 +02:00
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
vabene1111
6605b87c5c
new settings page finished
2022-08-05 16:54:53 +02:00
vabene1111
e9a1a06bda
fixed recipe share permission
2022-08-05 14:28:17 +02:00
vabene1111
3ec4afb02f
fixed scoping and permissions for tokens
2022-08-04 18:33:45 +02:00
vabene1111
5e77adf7e6
fixed mail send
2022-08-01 16:56:18 +02:00
vabene1111
ce1f55ffd1
settings wip
2022-07-15 17:12:01 +02:00
vabene1111
e91790f5ac
added ability to mark recipes as private
2022-07-13 15:46:39 +02:00
vabene1111
da09602834
removed old search pages
2022-07-12 20:05:59 +02:00
vabene1111
bb424cc3d6
Merge pull request #1917 from smilerz/bookmarklet_fix
...
Bookmarklet fix
2022-07-11 14:28:08 +02:00
smilerz
e40b73f420
deprecate get_recipe_from_source
2022-07-07 15:09:22 -05:00
smilerz
b1c0334947
quick hack to allow scraper to work correctly
2022-07-07 07:50:57 -05:00
smilerz
25a41bd293
reverting scraper to just using wildmode
2022-07-07 06:43:07 -05:00
smilerz
e23d514d89
fix bookmarklet
2022-07-06 16:16:53 -05:00
smilerz
bd89de6f4d
fix makenow filter
2022-07-05 14:31:32 -05:00
vabene1111
cb86ece0c4
fixed parse servings function
2022-06-20 16:53:14 +02:00
vabene1111
11cb40702d
cookmate fixes
2022-06-20 16:29:33 +02:00
vabene1111
7f35d462b6
fixed url import servings
2022-06-20 15:25:23 +02:00
vabene1111
355f181574
added youtube import
2022-06-14 21:37:59 +02:00
vabene1111
e7de6f62b6
fixed permissions and tests
2022-06-14 16:20:37 +02:00
vabene1111
30e4ee855c
switch space method signature change and test
2022-06-09 18:18:57 +02:00
vabene1111
d5b7d440fe
fixed user preference api endpoint
2022-06-08 17:48:23 +02:00
vabene1111
e368488933
deprecated all old vue stuff and working on tests
2022-06-07 20:08:32 +02:00
vabene1111
e2b887b449
lots of fixes and stuff
2022-06-06 18:21:15 +02:00
vabene1111
ded092ed23
baiscs of space edit page
2022-05-31 21:52:59 +02:00
vabene1111
007b7294d9
join and leave spaces
2022-05-31 20:38:53 +02:00
vabene1111
151461508f
multi space membership basics
2022-05-31 17:38:12 +02:00
vabene1111
cac72df7ba
refactored recipe from source endpoint
2022-05-31 15:22:27 +02:00
vabene1111
0fe06cf2df
fixed random search ordering
2022-05-18 15:54:02 +02:00
vabene1111
f872f994f1
fixed import failure with leading commas in input strings
2022-05-18 15:29:03 +02:00
Daniel Schulz
2a7475c435
Call scrape_me first when scraping from url
2022-05-10 00:08:37 +02:00
vabene1111
8f4c00df0b
use old property as other sometimes fails
2022-05-02 15:52:15 +02:00
vabene1111
825b7b7cf9
ingredient editor and parser
2022-04-23 19:58:40 +02:00
vabene1111
b9fb78c24d
Merge pull request #1739 from ndbeals/develop
...
Fix image upload handler to use content-type
2022-04-23 19:55:08 +02:00
vabene1111
e2ab3a0efb
fixed ingredient parser length issues
2022-04-23 14:15:06 +02:00
vabene1111
e0b7d1a8f0
added support for unit/amount at end of ingredient
2022-04-23 13:53:04 +02:00
vabene1111
012a1a7915
ingredient parser produces expected results again
2022-04-23 13:03:15 +02:00
Nathan Beals
2af36a3db4
Merge branch 'develop' of github.com:ndbeals/tandoor_recipes into develop
2022-04-23 00:11:08 -04:00
Nathan Beals
8df3009cb2
Update image upload handler to be content-type aware
...
Update handle_image: made filetype required and not optional
Updated handle_image usage to reflect changes
2022-04-23 00:11:04 -04:00
vabene1111
9b132e71f2
screw up ingredient parser
2022-04-23 01:21:13 +02:00
vabene1111
3cf0395a18
lots of small fixes
2022-04-22 19:26:49 +02:00
vabene1111
57ec6a2b3d
import servings text
2022-04-04 23:21:13 +02:00
vabene1111
090e18e405
paprika importer improvements
2022-04-04 21:30:00 +02:00
vabene1111
85aad42529
added mela recipes importer
2022-04-04 21:09:47 +02:00
vabene1111
a2954554b5
fixed description length limit
2022-04-04 19:26:47 +02:00
vabene1111
5627161c5e
Merge branch 'develop' into feature/importer_to_vue
2022-03-10 15:27:11 +01:00
Matthias Bilger
f040b491d4
Allow img tag (including width/height attribute)
...
Allow using img tag in markdown and additionally allowing to specify
width and height attribute for elements.
2022-03-10 11:38:08 +01:00
vabene1111
bdccdf0893
Merge branch 'develop' into feature/importer_to_vue
...
# Conflicts:
# cookbook/helper/recipe_url_import.py
2022-03-04 14:33:59 +01:00
vabene1111
e27a64f52c
Merge pull request #1623 from gloriousDan/develop
...
Improve recipe import for non schema.org recipes
2022-03-04 14:28:34 +01:00
vabene1111
c6e36b802c
Merge pull request #1617 from smilerz/fix_sqlite_search
...
remove unaccent from sqlite search
2022-03-04 14:26:32 +01:00
Daniel Schulz
cfcf354d59
Improve recipe import for non schema.org recipes
2022-03-03 23:47:50 +01:00
smilerz
08c1a8f2ab
fix loading children in treeselect
2022-03-02 14:56:33 -06:00
smilerz
f2211da9bb
remove unaccent from sqlite search
2022-03-02 09:42:10 -06:00
smilerz
d6db3fe65b
missing prepTime assignment
2022-03-01 16:31:18 -06:00
MaxJa4
1e3a6fadf0
More localization of recipe search and view
2022-02-28 21:19:00 +01:00
vabene1111
fc6268b7ff
Merge pull request #1564 from smilerz/retain_original_ingredient_text
...
retain original text when parsing ingredients
2022-02-25 16:17:44 +01:00
smilerz
18e53aa03f
return distinct shopping entries
2022-02-25 07:59:20 -06:00
vabene1111
f2c543ac15
Merge pull request #1572 from smilerz/export_from_filter
...
Export from filter
2022-02-23 17:59:19 +01:00
smilerz
a7d66fa850
export recipes from saved filter
2022-02-22 15:18:39 -06:00
vabene1111
b9597a3333
fixed keyword names including labels during import
2022-02-22 21:21:25 +01:00
smilerz
9b5a9b87e9
fix combined fulltext search and trigram generating error
2022-02-22 11:28:30 -06:00
vabene1111
0d98c77301
some small ui stuff
2022-02-21 18:29:23 +01:00
smilerz
e52054e732
retain original text when parsing ingredients
2022-02-21 09:47:27 -06:00
vabene1111
e04d672750
import with image working
2022-02-21 15:59:30 +01:00
vabene1111
c06c511dc9
changed unit default in ingredient parser to none
...
because empty name units are not accepted by unit serializer but null values can be handled by the ingredient serializer (as a unit can be null)
2022-02-21 15:35:36 +01:00
vabene1111
c8fc67fa2b
changed source import to match field structure of recipe model
...
first imports working
2022-02-19 17:54:00 +01:00
vabene1111
1b6863683f
rename to prevent shadowing
2022-02-19 08:53:25 +01:00
smilerz
3b08b1406f
filters are automatically shared when part of shared book
2022-02-19 08:51:11 +01:00
smilerz
6dddcadf41
calculate child/sibling subsitutes correctly
2022-02-19 08:50:55 +01:00
smilerz
3e2fb6f814
Update recipe_url_import.py
2022-02-18 16:31:48 -06:00