Commit Graph

1673 Commits

Author SHA1 Message Date
e952313fec Merge pull request #948 from smilerz/new_user_fix
minor change on recent recipe search
2021-10-06 07:57:02 +02:00
e14e812c2d a better fix 2021-10-04 16:18:21 -05:00
b25d1b648e Translated using Weblate (Polish)
Currently translated at 100.0% (362 of 362 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/pl/
2021-10-02 12:25:51 +00:00
85f0ae36cf Translated using Weblate (Dutch)
Currently translated at 100.0% (496 of 496 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/nl/
2021-10-02 12:25:51 +00:00
93550e2a61 Merge pull request #943 from smilerz/new_user_fix
fix for #942
2021-10-02 09:15:40 +02:00
ff96e87168 fix for #942 2021-10-01 14:21:50 -05:00
823c5d3975 fixed model list view error for unpaginated lists 2021-10-01 18:55:16 +02:00
d510b521af updated nav 2021-10-01 18:45:59 +02:00
4e78b21ee4 Merge branch 'develop' of https://github.com/vabene1111/recipes into develop 2021-10-01 18:39:54 +02:00
0de87cf38d compiled translations IT and PL 2021-10-01 18:39:50 +02:00
b6d878e885 fixed model list error 2021-10-01 18:34:30 +02:00
26ef66f4e1 moved fix tree to apps ready hook and wrapped in catch for non existing models 2021-10-01 15:58:16 +02:00
4ba4eec238 fixed ci and rebuild files 2021-10-01 12:44:37 +02:00
76ca27dc5a Translated using Weblate (Polish)
Currently translated at 73.4% (266 of 362 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/pl/
2021-10-01 07:54:47 +00:00
64b2e21747 Merge branch 'develop' into draggable_pill_update 2021-10-01 07:53:35 +00:00
e8ce040df6 Merge pull request #920 from smilerz/sort_tree
Sort tree enhancements
2021-10-01 07:48:47 +00:00
9bbbd72285 catch IntegrityError caused by mis-sorted tree 2021-09-30 16:17:08 -05:00
96d7cc42a5 fix automation in url_import 2021-09-30 15:34:28 -05:00
17cedf17b5 stubbed out new shopping list 2021-09-30 14:56:59 -05:00
a140813a67 made add button on ModelList larger 2021-09-30 10:33:47 -05:00
20db5cfd74 search presets 2021-09-30 13:46:49 +02:00
b61512da77 meal plan refactor progress
- added paginated loading
- tab panes
- default meal type selection
- image placeholder
- drang and drop delete area
2021-09-30 02:33:40 +02:00
d1bed45eb6 added grip indication to supermarket category pills 2021-09-29 16:42:19 -05:00
71a13d33fe update javascript 2021-09-29 15:39:34 +02:00
12afb3eaa6 added search defaults mimicing old search behavior 2021-09-29 09:04:46 +02:00
b7b0b9c690 fixed wsgi error 2021-09-28 15:45:54 -05:00
39255c93a5 allow admin to enable/disable sorting 2021-09-28 12:51:49 -05:00
856c34a3bf fixed and expanded on trigram search 2021-09-28 19:12:51 +02:00
20c2c5cc40 maintain env config when admin sorting tree 2021-09-28 11:41:58 -05:00
658e04addb make node_sort_order an .env variable 2021-09-28 11:39:15 -05:00
cb330bc6e8 added Admin function to sort trees 2021-09-28 10:09:13 -05:00
a0e9b88062 Merge pull request #919 from smilerz/supermarket_category_fix
chain supermarket create/update to include categories
2021-09-28 13:40:44 +02:00
c1a22ea2a6 chain supermarket create/update to include categories 2021-09-27 17:55:58 -05:00
7eaeb0d03e bug fix 2021-09-27 07:28:53 -05:00
b3cffa4a38 cached facet results 2021-09-26 16:44:12 -05:00
b7be5cd325 meal plan fixes
added the option to create entries from recipe card context menu
2021-09-26 11:55:50 +02:00
766335425e strip spaces from recipe query 2021-09-24 08:48:43 +02:00
b949fe6a90 removed some deprecated stuff 2021-09-23 15:19:10 +02:00
ea472158f9 some small meal plan fixes 2021-09-23 13:57:47 +02:00
5c85369120 meal plan context menu added, further progress 2021-09-22 20:03:03 +02:00
2012ef9e46 fixed wrong assignment in automation processing 2021-09-21 16:19:53 +02:00
293027a1b6 fixed sharing with new search system 2021-09-20 15:54:56 +02:00
fd9e2ceaf4 Translated using Weblate (Italian)
Currently translated at 94.3% (468 of 496 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/it/
2021-09-18 23:06:07 +00:00
f3593e8151 implemented rule processing in ingredient parser 2021-09-16 18:31:21 +02:00
4dbe7703da Translated using Weblate (Italian)
Currently translated at 91.9% (456 of 496 strings)

Translation: Tandoor/Recipes Backend
Translate-URL: http://translate.tandoor.dev/projects/tandoor/recipes-backend/it/
2021-09-16 15:52:16 +00:00
a7dc23194e converted ingredient parser to class and added automation beta hint 2021-09-16 17:52:11 +02:00
ecd300d2db Merge pull request #907 from smilerz/performance
Performance
2021-09-16 12:37:58 +02:00
7a01e8b1d3 fix tests 2021-09-15 17:19:04 -05:00
aa6b8be647 removed node sort on trees and added better indexes 2021-09-15 16:28:07 -05:00
e2def416ab new meal planner basic features implemented 2021-09-15 17:31:25 +02:00