fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

192 Commits

Author SHA1 Message Date
Felipe Martin 7432f212c6 Updated listadomanga crawler 2014-04-23 00:34:17 +02:00
Felipe Martin ed9bb424e9 Fixed some relationships 2014-04-23 00:34:04 +02:00
Felipe Martin a1368fd702 Added apps.users to base settings 2014-04-23 00:33:38 +02:00
Juan Manuel Parrilla b5d9888d41 Added allow root in bower command 2014-04-23 00:32:53 +02:00
Felipe Martin ce5b691d08 Added develop settings 2014-04-23 00:10:54 +02:00
Felipe Martin 1e70d5f9ee Fixed production settings 2014-04-23 00:01:46 +02:00
Felipe Martin 88c74d0188 Improved imageLoaded integration with pjax 2014-04-21 18:18:58 +02:00
Felipe Martin 5a08f09455 Updated listadomanga crawler get_manga method 2014-04-10 23:07:31 +02:00
Juan Manuel Parrilla eaa631b59a change colectstatic 2014-04-10 13:21:27 +02:00
Juan Manuel Parrilla 4b02be1f63 Added static_folders to rpm deploy 2014-04-10 08:11:35 +02:00
Juan Manuel Parrilla b8a5a3eb4f Ups 2014-04-09 02:00:36 +02:00
Juan Manuel Parrilla b4985d3f50 Fizing name 2014-04-09 01:37:19 +02:00
Juan Manuel Parrilla 1d83bae388 Fixed Spec file 2014-04-09 01:32:43 +02:00
Juan Manuel Parrilla 0dced2b59d Merge branch 'master' of github.com:fmartingr/shelfzilla 2014-04-09 01:25:58 +02:00
Juan Manuel Parrilla 221a591944 Error with arch and misspelled define 2014-04-09 01:25:40 +02:00
Felipe Martin 879d6972b1 Fixed custom querysets 2014-04-04 23:04:28 +02:00
Felipe Martin 6949b5bc79 Pushing letters URL on Series list 2014-04-04 22:57:21 +02:00
Felipe Martin 16bae3924b Fixed <tr /> on publisher detail 2014-04-04 22:57:06 +02:00
Felipe Martin 46dd25ffff Added a images loaded callback for nprogress loading bar 2014-04-04 22:56:53 +02:00
Felipe Martin 01ecccf9e5 Ups 2 2014-04-04 19:05:58 +02:00
Juan Manuel Parrilla 1c25ae82ed ups 2014-04-04 19:04:13 +02:00
Juan Manuel Parrilla c3449d4630 Added Crawler to utils folder 2014-04-04 19:02:25 +02:00
Juan Manuel Parrilla 9fc00c7235 Merge branch 'master' of github.com:fmartingr/shelfzilla 2014-04-04 18:40:06 +02:00
Juan Manuel Parrilla 1ec300efc3 Completed spec file, not tested yet 2014-04-04 18:39:53 +02:00
Felipe Martin 9c519e5764 Added "other" filter to series listing 2014-04-04 18:24:14 +02:00
Juan Manuel Parrilla 2e25bd70db Added base instructions post 2014-04-04 18:12:34 +02:00
Felipe Martin 9e477bd092 grunt compile now bowers 2014-04-04 18:00:10 +02:00
Felipe Martin fb3075fbe2 Updated settings 2014-04-04 17:48:17 +02:00
Juan Manuel Parrilla f1e01cadec Merge branch 'master' of github.com:fmartingr/shelfzilla 2014-04-04 17:42:46 +02:00
Felipe Martin c934cb459e Forgot django-reversion on settings file 2014-04-04 17:40:59 +02:00
Felipe Martin d62d7af295 New alphabetic listing 2014-04-04 15:48:08 +02:00
Felipe Martin a12f419a47 Fixed profile page 2014-04-04 15:15:50 +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 cdaedc48e2 Model save auto generate slug if needed 2014-04-04 12:08:47 +02:00
Juan Manuel Parrilla 4750733b35 Added base Script and spec files 2014-04-03 22:29:07 +02:00
Felipe Martin 3065a5c343 Series.name max_length migration 2014-04-03 19:32:27 +02:00
Felipe Martin 4a74f2327a Added a container to series listing 2014-04-03 19:31:50 +02:00
Felipe Martin 63d3e4e9a9 Series folder creation check if already exsits 2014-04-03 19:31:37 +02:00
Felipe Martin e97aee4feb Added base profile views 2014-04-03 18:55:07 +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 02d9b38ef9 Allowing beta access for superusers even if they're not inside the beta group 2014-04-03 13:36:45 +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 4bbda000ae Login form errors fixed 2014-04-03 11:05:09 +02:00
Felipe Martin 7e0aca33b0 Fixed login form errors 2014-04-02 19:44:23 +02:00
Felipe Martin 22760e0b0f Fixed django contrib messages with variables 2014-04-02 19:09:42 +02:00
Felipe Martin df219da7cd Using # instead of "volume" 2014-04-02 18:43:39 +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 13e0d56096 Updated fabfile requirements and readme 2014-04-02 17:23:06 +02:00
Felipe Martin 1352dda40e Translated "logout" 2014-04-02 17:09:59 +02:00
Felipe Martin d317646f24 + New fabric task: makemessages
+ Added Spanish language files
+ Activated locale: es
2014-04-02 17:07:57 +02:00