fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

215 Commits

Author SHA1 Message Date
Felipe Martín 28db8180ba Coffee -> JS 2014-08-26 19:31:43 +02:00
Felipe Martín 912d0db34e Navbar tooltips in bottom 2014-08-26 19:25:58 +02: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 5be2dbb4df Added rel="publisher" to google+ links. Tap #17 2014-08-26 18:47:55 +02:00
Felipe Martín fe113bbcc1 Fixes #35 2014-08-26 18:46:23 +02:00
Felipe Martín 79a209fb99 Fixes #34 2014-08-26 18:44:33 +02:00
Felipe Martín 4b5f603e81 Added tooltips to menu items 2014-08-26 18:38:19 +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 dbe50f3947 Crawler io 2014-08-25 20:59:26 +02:00
Felipe Martín debb4abf2e Temp file for legacy purposes 2014-08-25 20:59:18 +02:00
Felipe Martín c5d639f271 Added manga collections 2014-08-25 20:58:25 +02:00
Felipe Martín 10a04e1b9d Fixed background 2014-08-25 18:12:13 +02:00
Felipe Martín 1d8cd454b2 Updated fabfile 2014-08-25 18:02:14 +02:00
Felipe Martín 713e0c26fd Updated languages 2014-08-25 18:02:08 +02:00
Felipe Martín 5caae724fc FIXED typo AGAIN AND AGAIN 2014-08-25 17:30:12 +02:00
Felipe Martín 2ede28f8dc Fixed event emitter name on bas elayout 2014-08-25 17:27:45 +02:00
Juan Manuel Parrilla 1eafb4a62a fix compile 2014-08-25 17:27:23 +02:00
Juan Manuel Parrilla 29450e0cb2 fix compile 2014-08-25 17:25:15 +02:00
Juan Manuel Parrilla 10a9f97eea Add bowerrc 2014-08-25 17:16:16 +02:00
Felipe Martín 7f20628db8 Fixed bower install on rpm spec 2014-08-25 17:10:09 +02:00
Felipe Martín d5f7551c35 Updated bowerrc 2014-08-25 17:05:40 +02:00
Felipe Martín b86d599f19 Migrated from grunt to django-compressor 2014-08-25 17:05:24 +02:00
Felipe Martín cffecfc223 Merge branch 'master' of https://github.com/fmartingr/shelfzilla 2014-08-25 17:00:17 +02:00
Juan Manuel Parrilla 22f3fe0266 Re-spec tasks of spec file (Grunt compile) 2014-08-25 16:42:10 +02:00
Felipe Martín 67b41692e4 Volumes filter form WIP 2014-08-25 15:48:11 +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 4581439f0a Added catala numbers to listadomanga crawler 2014-08-25 13:43:26 +02:00
Felipe Martín 2262064136 Added Stats to homepage 2014-08-25 13:43:14 +02:00
Felipe Martín e879746e94 Fixed README 2014-08-25 13:42:40 +02:00
Felipe Martín 28c26fdc77 Updated crawler with all manga sources 2014-08-25 09:26:43 +02:00
Felipe Martín e043d9dbfa Updated translations 2014-08-24 22:28:04 +02:00
Felipe Martín fcf847181e Publisher series list improved 2014-08-24 22:17:45 +02:00
Felipe Martín 31e1958208 New volume listing 2014-08-24 22:07:15 +02:00
Felipe Martín 8d83cf8050 Removed cover tab from Series admin 2014-08-24 19:03:20 +02:00
Felipe Martín d369c354fa Fixed pjax volume wishlist/own in profile>collection 2014-08-24 18:40:19 +02:00
Felipe Martín 1dc87d950c Notifications position changed to top-left, so it won't get over auth buttons 2014-08-24 18:36:34 +02:00
Felipe Martín c88437c068 Python code use methods with (). Damn django templates. 2014-08-24 18:11:32 +02:00
Felipe Martín 6340b1bb74 Public user profiles now working. Basically the same as the one we had but with modified urls and some behaviour is changed. 2014-08-24 18:03:44 +02:00
Felipe Martín 6569d3ce96 User PK = 1 shouldn't show up in any result 2014-08-24 17:59:43 +02:00
Felipe Martín aee0eded8e Navbar improvements 2014-08-24 17:44:14 +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 Martín a36ec8e795 Updated gitignore 2014-08-24 17:06:27 +02:00
Felipe Martín 48011706f9 Added future releases to the homepage 2014-08-24 17:05:43 +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 e6e1d67607 Updated translations 2014-08-24 15:06:36 +02:00