fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

18 Commits

Author SHA1 Message Date
Felipe Martín 3f8b66058a Added attribute to show series name in volume box 2014-11-11 15:04:45 +01:00
Felipe Martín cc2a5eb2b4 Fixed volume badges showing even if the user is not logged in 2014-11-11 09:03:49 +01:00
Felipe Martín c460351674 Unified volume includes into one so the own/wishlist functionality works around all the site. Fixes #33 2014-08-26 19:18:25 +02:00
Felipe Martín ca8ddaf748 Removed "review pending" from all the site 2014-08-26 19:03:50 +02:00
Felipe Martín c5d639f271 Added manga collections 2014-08-25 20:58:25 +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 31e1958208 New volume listing 2014-08-24 22:07:15 +02:00
Felipe Martín 66ca8ccde5 Added direct links to admin site if user is staff for series, volumes and publishers
Added context manager with the user configuration (not implemented) and user is staff bool
2014-08-24 17:25:09 +02:00
Felipe Martin bc22ea8bfe Fixed wishlist-it/have-it buttons from c9dd5842b3 2014-05-27 21:25:10 +02:00
Felipe Martin c9dd5842b3 Removed some old CSS code
Wishlist badge now always shown if selected
2014-05-27 20:11:37 +02:00
Felipe Martin 39258be7da Updated volume list layout 2014-04-25 16:56:57 +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 df219da7cd Using # instead of "volume" 2014-04-02 18:43:39 +02:00
Felipe Martin a3e552091e Improved series detail layout 2014-03-31 19:06:55 +02:00
Felipe Martin f300a9c76e Added context processors with a list of volume ids owned and wish listed by the user
Using that new context variables to do the needed check to complete the add/remove/wishlist UI
2014-03-31 18:26:03 +02:00
Felipe Martin 28fe1f5ce6 Added pjax and fallback calls for the "I have it" and "Wishlist this" volume 2014-03-31 17:54:30 +02:00
Felipe Martin 61451efede Templates:
- Volume now have its own template that is included where needed
- Volume badges (have it, wishlist it) are now working.
Models:
- Added UserHaveVolume, UserWishlistVolume
Frontend:
- Added tooltips opt-in
2014-03-31 12:26:28 +02:00