Commit Graph

16 Commits

Author SHA1 Message Date
88eb500c83 fix bug with series with 0 books in it, not showing up for use when editing a book 2023-06-11 14:17:29 +10:00
196f758372 fixed bug where when you remove a sub_book it left a whole in sub_book_num's, and rewrote to new sqlalchemy 2, all the direct sqls 2023-06-11 11:23:48 +10:00
021bf91e16 remove .format() and get all updates to have crrect content 2022-07-03 20:38:33 +10:00
c29f73f8ab make all this have a login page, use ldap, put a logo on, moved some upstream stuff to static/ -- need to do more here to be consistent with bootstrap 5, but for another day 2022-06-19 22:45:54 +10:00
6087bdab9e html5 by default in newer versions, just "from wtforms import DateField" 2022-06-19 00:14:44 +10:00
6f5b65788d Fixed BUG-02 (recalc rating on book change), also added route to reset all ratings in Admin menu 2021-01-10 11:10:49 +11:00
150b808bb5 completed: TODO-26 --> gunicorn now works 2021-01-09 23:42:51 +11:00
c99342232c make sure num_books also has a value, not just a positive one, so I am force to fill it in on submit 2020-12-31 11:52:27 +11:00
244367af2a CRUD for series is now trapped for DB errors 2020-12-30 23:37:40 +11:00
ef852d52b0 starting on update/delete db error handling, but not working yet 2020-12-30 23:13:50 +11:00
c102b93872 add/remove series from a book now works, havent thought about removing a parent book fro a series, but otherwise you can add more than one series, remove as well, and it works in the DB 2020-12-13 22:21:38 +11:00
e3d21a9438 series now has create/update/delete working, and put back series.html rather than edit-id.html (what was I thinking, serious case of the dumbs) 2020-12-09 22:02:03 +11:00
8b5fcce1c7 remove the code to deal with moving books in series, its better placed where we draw the books in the series anyway - in main.py 2020-11-28 18:28:05 +11:00
ae1aba5e1d swap order of books in series works - still has debugs, and only works on current series, e.g. if you are in a series in a series, it will need you to manually do the same move in both series - I think I wont fix this bit, but we will see 2020-11-28 17:43:03 +11:00
422db5b6aa move buttons in books_for_series in series.html now are form buttons and submit and beginning of code to deal with it exists 2020-11-26 17:35:30 +11:00
e7c8e645ae first pass for series data, can save, and shows associated books... Does not deal with series inside series 2020-11-23 18:50:53 +11:00