180 Commits

Author SHA1 Message Date
a362496db2 Allow apostrophes to be included in recipe names 2020-01-04 22:12:19 +00:00
8ff8532138 Include more user-friendly context in errors 2020-01-04 22:11:45 +00:00
c7237fce36 Add a description, because why not 2019-09-28 14:00:41 +01:00
38e07230c1 Work on improving accessibility 2019-09-28 14:00:00 +01:00
5fb4fe09dc Apply a bit more padding to menu items. 2019-09-28 13:59:02 +01:00
345154516d Add a robots.txt file 2019-09-28 13:56:34 +01:00
670d320e88 Rearrange steps of code in edit to catch problems more reliably 2019-09-28 11:56:01 +01:00
de15291388 Add cloning support 2019-09-28 11:55:07 +01:00
b080ce34ff Remove redundant templates 2019-09-28 11:50:57 +01:00
32cff846fa Redesign menu bar to be a bit more compact 2019-09-26 21:09:18 +01:00
f2dbe06d75 Fix log types to be correct and consistent 2019-09-26 21:08:05 +01:00
76c712737a Make validation errors propagate back to the user
Seriously, how in the name of Eris did I miss this one?!
2019-09-25 21:50:45 +01:00
8663bc3764 Fix title localisation 2019-09-25 21:32:28 +01:00
0872033b21 Update supported ingredient name and separator characters
This is a part of work towards fixing #4 and #3 - this will allow more
characters, but doesn't address validation failures.
2019-09-25 21:25:26 +01:00
db076ef787 Update delete module so it will work 2019-09-25 21:23:20 +01:00
d0e43db04b Allow recipe deletion (really just flags as deleted) 2019-02-15 21:18:46 +00:00
0ded362a19 No need to show history on print pages 2019-02-15 21:18:15 +00:00
4227a55a98 Use unminified foundation (PART OF PRINT COLOUR FIX)
This switches to unminified foundation, so we can bypass Foundation's
moronic "color: black!important" rule for print media. Seriously, why
the everyliving fuck is that there?!
2019-02-15 21:17:57 +00:00
e9e0b0ad80 Fix stupid update query bug 2019-02-15 21:16:09 +00:00
7ad5943b41 Allow more characters in ingredient notes 2019-02-15 21:15:54 +00:00
e8dbbfc354 Fix errors in recipe editing code 2019-01-27 16:40:51 +00:00
7f75f6deea Start working towards staging recipes on menus 2018-11-22 23:04:44 +00:00
bb87e9a42a Switch to using newer fontawesome 2018-11-22 23:04:15 +00:00
987d799cc5 Make delete and clone go through their own modules rather than edit 2018-11-22 23:03:51 +00:00
b4df921ee0 Add initial version of the menu model
This does not include any section or row handling - this is just creating
menus, setting them as active, and staging recipes for those menus.
2018-11-11 17:53:37 +00:00
9785a30278 Remove pointless rant 2018-11-08 21:46:10 +00:00
3243b4a3f1 Fix incorrect error call 2018-11-08 21:45:33 +00:00
99d1579682 Add creator to recipe context as an editor 2018-10-21 20:56:21 +01:00
57f1611a84 Set correct doclinks 2018-10-21 20:56:04 +01:00
385bf6ddfe Add display of recipe history to edited recipes 2018-10-18 00:58:16 +01:00
d109dc1557 Remove debugging 2018-10-17 23:24:57 +01:00
269e901ca2 Update support code to handle editing properly 2018-10-17 23:20:49 +01:00
b82ea79d35 Add edit facility 2018-10-17 23:20:30 +01:00
6ed71a8cb9 Correctly handle undefined units 2018-10-17 23:20:10 +01:00
4f277824c0 Fix documentation 2018-10-17 23:19:39 +01:00
5be6b08517 Fix stupid error in dropdown option selection 2018-10-17 23:19:11 +01:00
f565068db1 Include search term and 'no results' message in search result 2018-10-15 21:38:36 +01:00
50aae53bb2 Add language entries for search facility 2018-10-15 21:38:03 +01:00
9a488cd399 Show a "no results" message when results are absent 2018-10-15 21:37:42 +01:00
e27af4ef0e Include search term in result page for reference 2018-10-15 21:36:58 +01:00
9b6cda5007 Include tags in search results 2018-10-02 22:42:16 +01:00
1788afbf5e Fix multi-param searches.
Search facility now works correctly!!!
2018-10-02 22:35:37 +01:00
f00915c255 Do not use spaces as wildcard matches (* will still work) 2018-10-02 22:31:30 +01:00
4198b66fc0 Fix problems with missing time values in display code 2018-10-02 22:30:10 +01:00
83950ff01b Start search support 2018-10-01 22:11:12 +01:00
601fe5e3fb Add support for separate cook/prep time and better validation 2018-10-01 22:10:13 +01:00
974cf8cbb1 Update view to separation of prep and cook time 2018-10-01 22:08:12 +01:00
87aa81fef4 Start adding support for recipe slugs 2018-10-01 22:07:16 +01:00
293344e09d Improve styling of summary titles 2018-10-01 22:06:41 +01:00
48794959c4 Fix parsing 2018-10-01 22:06:05 +01:00