fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Felipe Martin fb3075fbe2 Updated settings 2014-04-04 17:48:17 +02:00
Felipe Martin 07ce16f50f Added pjax app
+ Moved context_processor for pjax handling to this app
+ Added pjax template filter, will convert a template name into its pjax variant (appending -pjax by default)
+ pjax tempaltetags are auto loaded
2014-04-03 18:53: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
Felipe Martin 12d293aa57 Some fixes:
- Not using lazy gettext on views
- Fixed context for manga app doing queries even if the user wasn't logged in
- Removed HTML messages (can be updated using updateMessagesHTML() via javascript)
- Allowing /messages/ to non-beta users too
- Removed landing shitty text
2014-04-02 17:38:25 +02:00
Felipe Martin d317646f24 + New fabric task: makemessages
+ Added Spanish language files
+ Activated locale: es
2014-04-02 17:07:57 +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 30c19c545c Added pjax support 2014-03-31 15:32:50 +02:00
Felipe Martin 629547d091 Added django-filer
Added covers to Series and Volumes
Added custom filename randomiser for django-filer names
Detail page now shows real data
2014-03-28 17:50:52 +01:00
Felipe Martin b92a79c132 Added homepage app 2014-03-28 13:32:59 +01:00
Felipe Martin 7fc32933ec Added bootflat lib 2014-03-19 11:56:34 +01:00
Felipe Martin 7121ca80d9 Added landing app with custom middleware 2014-03-18 18:23:12 +01:00
Felipe Martin 5d65a6ecff Added manga app 2014-03-18 16:54:01 +01:00
Felipe Martin 6aa2f5f626 Polished base instalattion 2014-03-18 16:23:22 +01:00
Felipe Martin 43056e3327 Initial commit 2014-03-18 13:48:12 +01:00