fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

63 Commits

Author SHA1 Message Date
Felipe Martín e23c949c22 Added form to submit volume suggestions 2015-05-05 23:31:44 +02:00
Felipe Martín c9f85efdf0 API: Do not serve hidden objects 2015-05-05 22:32:21 +02:00
Felipe Martín bcca71f5d6 Added 'added_by' to models that can be reviewed 2015-05-05 22:31:56 +02:00
Felipe Martín 3cd96a4e0a Added Publishers endpoint 2015-05-05 22:26:32 +02:00
Felipe Martín 4427d339b4 Fixed API media URL for covers 2015-04-06 07:27:52 +02:00
Felipe Martín 8d61bfbfae Added volumes api 2015-04-06 00:07:43 +02:00
Felipe Martín d96705b703 Added Publsihers/Summaries tab for Series admin 2015-02-01 13:58:14 +01:00
Felipe Martín 25e23921b3 Allow PersonAdmin be search by name 2015-01-31 15:06:54 +01:00
Felipe Martín e1ab370c27 Allow Person admin search by name 2015-01-31 14:44:30 +01:00
Felipe Martín 6a77bdc70a Series folder delete pass errors 2015-01-31 14:41:28 +01:00
Felipe Martín 811497866f Maybe this helps :D 2015-01-31 13:46:39 +01:00
Felipe Martín cd6f36afd9 Fixed unicode call 2015-01-31 13:42:56 +01:00
Felipe Martín fb41334b5d Added utf-8 encoding to wishlist/have repr() 2015-01-31 13:38:59 +01:00
Felipe Martín b2ae18630c Added django 1.7 migrations 2014-11-04 23:36:08 +01:00
Felipe Martín bf33790b92 Removed all migrations 2014-11-04 22:44:07 +01:00
Felipe Martín 8ad0e87c18 Feat: Profile timeline 2014-09-09 01:18:24 +02:00
Felipe Martín 601d8b229b Added UserReadVolume model and behaviour to the site. 2014-09-08 17:50:03 +02:00
Felipe Martín 4b5ea7976b Allow volume admin search by publisher 2014-08-27 11:29:59 +02:00
Felipe Martín 3a18135381 Some layout improvements 2014-08-26 11:13:24 +02:00
Felipe Martín f62fd302fa Added raw id fields so admin won't stop loading due to a lot of foreign keys being loaded 2014-08-26 09:55:14 +02:00
Felipe Martín 8c7f663dfb Added collection to volume edition 2014-08-25 23:11:47 +02:00
Felipe Martín c5d639f271 Added manga collections 2014-08-25 20:58:25 +02:00
Felipe Martín 713e0c26fd Updated languages 2014-08-25 18:02:08 +02:00
Felipe Martín 71193223a0 Added SeriesSummary for language independent storage
Added SeriesPublisher to store more info about a certain publisher (maybe two publishers have the series but one cancelled it and the new is updating or making a new edition)
Better info about a series publisher in the page
A flag shows the language of the volume
2014-08-25 15:17:29 +02:00
Felipe Martín 15a7851674 + Added Volume.language support (for publishers that also do Catala versions of a series)
+ Added flags to volumes in the site
+ Added better series status field with four options (on-hold, open, finished, cancelled)
2014-08-25 13:45:55 +02:00
Felipe Martín 8d83cf8050 Removed cover tab from Series admin 2014-08-24 19:03:20 +02:00
Felipe Martín af71f015bf Fixed Volume name when don't have a number nor a name 2014-08-24 17:05:32 +02:00
Felipe Martín fcb789a1c0 Added get_absolute_url method to Series and Publisher
Added links to homepage
2014-08-24 15:13:49 +02:00
Felipe Martín 8f91f9d30f Added an easy system to update covers using a simple google image search with the first four results with a one-click update system 2014-08-24 12:23:59 +02:00
Felipe Martín ecc0f0e3b0 Added date to wishlist/haveit models 2014-06-20 10:43:13 +02:00
Felipe Martin 5ca84da148 UserWishlistVolume/UserHaveVolume ordering is now series name, volume number ASC 2014-05-27 21:26:53 +02:00
Felipe Martin c356129982 Added basic search for series. Tap #19 2014-05-27 20:36:21 +02:00
Felipe Martin e346e47591 Fixed Series list letters 2014-05-24 12:39:16 +02:00
Felipe Martin d335be47c9 Added django-import-export support for Publishers, Series, Volumes and Persons 2014-05-19 23:13:08 +02:00
Felipe Martin aad78dd8c3 Fixed cover name problem installing fixtures 2014-05-01 18:53:02 +02:00
Felipe Martin 003e6b9702 Improved admin layout 2014-04-25 18:12:50 +02:00
Felipe Martin 4e9205e5cb - Improved publisher series list layout to "match" volumes list
- Added actions to mark/unmark for review in the admin
- Updated language es_ES
2014-04-25 17:18:37 +02:00
Felipe Martin 440f7067e5 Added some "for review" frontend visible alerts 2014-04-25 13:19:34 +02:00
Felipe Martin 718ece075e - Model manga.Volume: + name, number/pages/retail_price not mandatory
- Added custom admin app
- Added custom admin action to easily bulk modify volume series
- Volume name for unique volumes or special ones that have no number
2014-04-25 12:47:26 +02:00
Felipe Martin 34c0a73cdb Using username instead of email again.
Fixes #3
2014-04-24 17:30:54 +02:00
Felipe Martin dff0e5fa2c - Changed site background for a static PNG instead of using the vegas plugin
- Added some volume admin tweaks to easy manage them
- Fixed FILER settings
2014-04-23 17:16:00 +02:00
Felipe Martin ed9bb424e9 Fixed some relationships 2014-04-23 00:34:04 +02:00
Felipe Martin 879d6972b1 Fixed custom querysets 2014-04-04 23:04:28 +02:00
Felipe Martin 01ecccf9e5 Ups 2 2014-04-04 19:05:58 +02:00
Felipe Martin 9c519e5764 Added "other" filter to series listing 2014-04-04 18:24:14 +02:00
Felipe Martin d62d7af295 New alphabetic listing 2014-04-04 15:48:08 +02:00
Felipe Martin 6f2043acf0 Refactored some models:
+ shelfzilla.ReviewModel -> shelfzilla.Model
+ Added field shelfzilla.Model.hidden
+ Added manga.Person
+ Added fields original_publisher, art, story to manga.Series
+ Added fields retail_price, pages, release_date to manga.Volume
2014-04-04 15:00:23 +02:00
Felipe Martin 3065a5c343 Series.name max_length migration 2014-04-03 19:32:27 +02:00
Felipe Martin 63d3e4e9a9 Series folder creation check if already exsits 2014-04-03 19:31:37 +02:00
Felipe Martin 662c57a3e4 Added post_save signals to Series/Volume models to auto create/rename/move folder and files based on series name or volume number:
- Series folder is created if not exists with settings.COVER_FOLDER_PK as parent and COVER_FOLDER_OWNER_PK as owner
- Series folder is named after series name
- Volume cover are stored inside series folder, named after volume number
- Added initial_data fixtures for Covers folder and Beta Group

Fixes #2
2014-04-03 13:31:43 +02:00