Commit Graph

331 Commits

Author SHA1 Message Date
Thomas Rubini
a984ed82aa
Merge pull request #110 from ThomasRubini/recipe_search 2023-01-26 13:26:03 +01:00
Thomas Rubini
0f8a113583
fix recipe/search view call 2023-01-26 13:25:43 +01:00
Thomas Rubini
13ba0056da
Fix recipe search query 2023-01-26 13:24:43 +01:00
Thomas Rubini
47b5a6c52a
Merge pull request #109 from ThomasRubini/category_view 2023-01-26 12:01:48 +01:00
Thomas Rubini
e4a3c9665a
make category view use model 2023-01-26 12:01:19 +01:00
Marla
0e8f4cbf0b
Merge pull request #108 from ThomasRubini/css_user_view
styled user/view (user/edit)
2023-01-26 11:40:02 +01:00
Capelier-Marla
13b3b58fb0 styled user/view (user/edit) 2023-01-26 11:39:26 +01:00
Marla
a64c4b9055
Merge pull request #107 from ThomasRubini/css_selector_form_update
added classes to use css easier
2023-01-26 11:17:54 +01:00
Capelier-Marla
47c733547f added classes to use css easier 2023-01-26 00:48:28 +01:00
Thomas Rubini
86e76cbb6c
Merge pull request #106 from ThomasRubini/appr_recipe_id 2023-01-25 23:18:05 +01:00
Thomas Rubini
4342c56f4d
fix recipe_id hidden key in form 2023-01-25 23:17:48 +01:00
Thomas Rubini
ab45425529
Merge pull request #105 from ThomasRubini/fixes 2023-01-25 23:13:33 +01:00
Thomas Rubini
00e62b7a3e
fix typo in SQL query 2023-01-25 23:12:08 +01:00
Thomas Rubini
83b3cd0bd5
fix ID variable 2023-01-25 23:12:02 +01:00
Thomas Rubini
3160b12455
pass recipe ID to edit in URL param 2023-01-25 23:11:53 +01:00
Thomas Rubini
300f11bb06
rename getRecipeByID() to getByID() 2023-01-25 23:08:09 +01:00
Thomas Rubini
7fca2e6d78
loop over difficulties 2023-01-25 23:07:45 +01:00
Thomas Rubini
7810918617
Merge pull request #104 from ThomasRubini/fixes 2023-01-25 22:54:29 +01:00
Thomas Rubini
ececccc3a0
handle deleted users (null author) 2023-01-25 22:54:06 +01:00
Thomas Rubini
dc9465495a
replace DESC with DESCR 2023-01-25 22:49:58 +01:00
Thomas Rubini
c66fa2f015
Merge pull request #103 from ThomasRubini/getbyid 2023-01-25 22:48:23 +01:00
Thomas Rubini
fd879d4671
do not make getByName call getByID 2023-01-25 22:48:07 +01:00
Thomas Rubini
e69a4cbc68
Merge pull request #102 from ThomasRubini/header 2023-01-25 22:46:05 +01:00
Thomas Rubini
488fc7c510
Use plain HTML in the header + only show 'Nouvelle recette' if user is login 2023-01-25 22:45:35 +01:00
Thomas Rubini
fce1da9070
Merge pull request #101 from ThomasRubini/recipe_edit 2023-01-25 22:42:18 +01:00
Thomas Rubini
8ad62d8620
make edit and new actions work 2023-01-25 22:41:22 +01:00
Thomas Rubini
6f66a44e69
do not store difficulty as author 2023-01-25 22:40:58 +01:00
Thomas Rubini
0c406c54af
use a factory instead of exposing the constructor 2023-01-25 22:40:46 +01:00
Thomas Rubini
00c103fdd3
get post params with Utils::getOrDie() 2023-01-25 21:57:34 +01:00
Thomas Rubini
81e67a0bf5
Merge pull request #99 from ThomasRubini/create_recipe 2023-01-25 21:52:00 +01:00
Thomas Rubini
b439628d0e
redirect to recipe on creation 2023-01-25 21:51:19 +01:00
Thomas Rubini
3698a5c860
do not make recipe image required 2023-01-25 21:51:04 +01:00
Thomas Rubini
cba3f90657
add recipe/create action 2023-01-25 21:49:22 +01:00
Thomas Rubini
4e033bfe37
remove COST 2023-01-25 21:49:09 +01:00
Marla
1ed2b14905
Merge pull request #98 from ThomasRubini/connexion_register_error_style
added style to error message
2023-01-25 21:39:37 +01:00
Capelier-Marla
80bde86267 added style to error message 2023-01-25 21:38:49 +01:00
Marla
baa059c3ca
Merge pull request #97 from ThomasRubini/css_register_connexion
styled connexion/inscription page (and added titles on top of forms)
2023-01-25 21:33:05 +01:00
Capelier-Marla
2293d7378a styled connexion/inscription page (and added titles on top of forms) 2023-01-25 21:31:53 +01:00
Marla
c6e2ebc779
Merge pull request #96 from ThomasRubini/fix_home_width
Fix home width
2023-01-25 20:41:36 +01:00
Capelier-Marla
0c99d25748 modifier text in header to not take 300000000px 2023-01-25 20:40:40 +01:00
Capelier-Marla
86302bce2a edited width in css to take max place without being cringe 2023-01-25 20:39:17 +01:00
Marla
cb4cd055ee
Merge pull request #95 from ThomasRubini/notes_displaying
added missing max value of a note when displaying it
2023-01-25 20:35:17 +01:00
Capelier-Marla
06f80dd58b added missing max value of a note when displaying it 2023-01-25 20:34:47 +01:00
Marla
fd4da4f36f
Merge pull request #94 from ThomasRubini/edit_header
buttons go to actual pages
2023-01-25 20:25:12 +01:00
Capelier-Marla
064b55d63f buttons go to actual pages 2023-01-25 20:24:36 +01:00
Thomas Rubini
05c1f2b476
Merge pull request #93 from ThomasRubini/descr 2023-01-25 20:19:19 +01:00
Thomas Rubini
d2c5fbcbde
change SQL parameter to descr 2023-01-25 20:18:40 +01:00
Thomas Rubini
87252f0ed7
Revert "replace DESCR with DESC"
This reverts commit 1522018708.
2023-01-25 20:16:53 +01:00
Marla
d1f73e09d5
Merge pull request #92 from ThomasRubini/home_css
Home css
2023-01-25 19:35:06 +01:00
Capelier-Marla
cf074988cc sticky ctagory section 2023-01-25 19:20:59 +01:00