fmartingr
/
shelfzilla
Archived
1
0
Fork 0
Commit Graph

55 Commits

Author SHA1 Message Date
Felipe Martín 8f8a686c3b Added new models and base templates 2015-04-13 13:33:40 +00:00
Felipe Martín 50ba30b7ba Base FAQ app 2015-04-09 15:35:38 +00:00
= 7926e5fd5c Local settings relative media/static url 2015-04-09 09:34:52 +00: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 65f05ea0ef Added basic auth endpoints 2015-03-31 07:53:16 +02:00
Felipe Martín 97133d068c Updated logging in configfile 2015-03-24 20:21:29 +01:00
Felipe Martín 25d8282ffe Fixed typo (2) 2015-03-24 20:13:39 +01:00
Felipe Martín 6b77676d0f Fixed typo 2015-03-24 20:10:37 +01:00
Felipe Martín 538eae8701 Allow configfile to append/prepend middleware classes 2015-03-24 20:03:34 +01:00
Felipe Martín 33912529d7 Added django-mailgun for mailing 2015-01-26 14:35:21 +01:00
Felipe Martín 68ae565929 Added AccessCode model 2015-01-10 11:07:35 +01:00
Felipe Martín 87febe3e40 Changed installed apps order 2014-11-08 12:55:05 +01:00
Felipe Martín 928bbe684e Added django-extensions for local development 2014-11-05 19:41:04 +01:00
Felipe Martín a5ae97fb46 Added account user admin 2014-11-04 23:36:19 +01:00
Felipe Martín df244e47cd Migrated users app to account app
Added custom user model (closes #39)
2014-11-04 23:01:44 +01:00
Felipe Martín a6ae46acda Removed south 2014-11-04 22:41:03 +01:00
Felipe Martín 9e404aeb9b Added base blog app 2014-09-14 21:26:32 +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 b86d599f19 Migrated from grunt to django-compressor 2014-08-25 17:05:24 +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 2e105d07a9 Fixed local settings 2014-08-24 15:01:17 +02:00
Felipe Martín 1e5a42be69 Updated admin menu layout with the good names and icons.
Updated admin title with page title (about time!)
2014-08-24 12:56:24 +02:00
Felipe Martín 4c306eb065 Fixed south migrations 2014-06-20 11:09:17 +02:00
Felipe Martin 8816d075ca Added settings.configfile 2014-05-28 00:06:29 +02:00
Felipe Martin f3c79fb1e9 Force local settings media and static url 2014-05-27 20:36:37 +02:00
Felipe Martin 1e3c0df555 Updated production settings with MEDIA_URL and STATIC_URL settings. Tap #18 2014-05-26 17:27:03 +02:00
Felipe Martin 71b5b4c778 Added gunicorn to production 2014-05-23 11:31:23 +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 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 93f6ffc571 Added django-solo
Added config app
Added google analytics integration in config settings
2014-04-24 17:29:21 +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 a1368fd702 Added apps.users to base settings 2014-04-23 00:33:38 +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 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 4a6ceb67ff Renamed "filer_" folders 2014-03-28 17:55:35 +01: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 dc3268aec8 + Added base series.list and series.detail pages (views / urls)
+ Added Publisher.url field
+ Base ordering for models
2014-03-28 15:48:05 +01:00
Felipe Martin b92a79c132 Added homepage app 2014-03-28 13:32:59 +01:00
Felipe Martin 79a79debc7 Fixed bower not copying bootstrap's fonts 2014-03-28 13:30:14 +01:00
Felipe Martin c9868beef8 PostgreSQL for local development. (DISTINCT ON not possible on SQLite) 2014-03-26 15:48:10 +01:00