Commit graph

15 commits

Author SHA1 Message Date
Las Zenow
7665eae762 Use & as author separator
And set properly the separators on other fields
2021-05-07 07:10:25 +00:00
Las Zenow
02f711aa97 Add tokenfield tag editor 2021-05-01 11:08:38 +00:00
Las Zenow
6a3da59c75 Port the web to bootstrap5
So it is responsive in phones.
2021-05-01 11:08:35 +00:00
Las Zenow
6684e1b96a Add a mirror notice in the footer 2020-03-23 19:13:58 +00:00
Las Zenow
8d126fbe7a Add the avility to edit metadata and delete books after submission 2018-04-07 22:58:59 +00:00
Las Zenow
52b9882be9 Convert Id to ID 2017-05-21 10:50:59 +00:00
Las Zenow
7f9c172853 Rename author to authors and subject to tags 2017-05-21 10:47:00 +00:00
Las Zenow
e72de38725 [WIP] migration to psql
TODO:
[ ] stats
[ ] indexes
2017-05-21 10:44:43 +00:00
Las Zenow
7f7cafd1c1 List of tags in the editor
* Closes: #21
2017-02-05 01:27:32 +00:00
Las Zenow
fcf9b1eb8d Add ISBN to the metadata editor 2017-01-31 10:45:28 +00:00
Las Zenow
986f834f46 Put the covers on the database 2013-04-15 22:10:48 +02:00
Las Zenow
93bd567f8d Change the paths stored on the database
The paths in the database now are relative of the config BOOKS_PATH and COVER_PATH

For updating the database this query should be use:
for (var i = db.books.find(); i.hasNext(); ) {
        var book = i.next();
        db.books.update({_id: book["_id"]}, {$set: {path: book["path"].slice(6), cover: book["cover"].slice(7), coversmall: book["coversmall"].slice(7)}});
}
2012-10-28 20:21:46 +01:00
Las Zenow
4762f09df3 Remove the hardcoded height 2012-08-24 16:24:29 +02:00
Las Zenow
88b4809e99 Use Ids for address no titles 2012-08-21 21:22:56 +02:00
Las Zenow
a0d4acdf89 Added edit page to books 2012-08-19 15:58:37 +02:00