Commit Graph

29 Commits

Author SHA1 Message Date
Felipe Martín 7ad3c3e675 Added Achievements to the public 2013-06-03 18:04:12 +02:00
Felipe Martín a449af2fdc Some improvements:
+ Version list reverse name is now "versions_list" and all sites are using it
+ Blog pages now have a title
2013-05-30 18:34:17 +02:00
Felipe Martín afcd702cec Added django debug toolbar to development settings 2013-05-30 11:00:30 +02:00
Felipe Martín 24c54e50e5 Added item/block details only to logged in users 2013-05-29 17:38:36 +02:00
Felipe Martín b9ab39991c Improved blocks and items listing layout a lot. Added details URL only viewable by admins 2013-05-29 14:33:33 +02:00
Felipe Martín ae7843f9c2 TIME_ZONE is not UTC (from Europe/Madrid)
Added blog app urls to urls.py
Added blog link to navigation menu
Added timezone info to footer
2013-05-28 15:17:29 +02:00
Felipe Martín ffea80c049 Added blog app:
+ BlogEntry model
+ Views for news lists and news detail
+ Migrations
+ Custom date time filter based on settings timezone
2013-05-28 15:15:12 +02:00
Felipe Martín 57a9cee9ba Added blocks to miner, url, views and template (start work) 2013-05-27 17:38:47 +02:00
Felipe Martín e89dd7c12d Added Items mining and saving, views, urls and templates (start work) 2013-05-27 17:30:02 +02:00
Felipe Martín 9e87367acb HTMLCleaner middleware only removes comments with an space after the two colons 2013-05-27 16:48:29 +02:00
Felipe Martín d2e0fb1f4e Added custom 404 & 500 error templates 2013-05-27 16:28:40 +02:00
Felipe Martin d4f45fac07 Fixed all links that sentry marked as errors:
+ Some versions don't getting reverse URLs
+ Pages wasn't linking property
+ Using reverse for all URLs
+ Version details can show info from more than one release
2013-05-25 11:27:07 +02:00
Felipe Martín 9190ff5fdd Added new info to versions, with a single page for each version.
Added downloads to list
2013-05-24 17:34:36 +02:00
Felipe Martín 1d63c5c39c Added SITE_TITLE and layout block head_title to manage <title /> tag 2013-05-24 12:37:27 +02:00
Felipe Martín e92e43bd32 Replaced appVersionContext with templateContext with get variables from settings.TEMPLATE_CONTEXT as tuples of key, value 2013-05-24 12:19:39 +02:00
Felipe Martín db488fbb66 Added handler for /favicon.ico 2013-05-24 11:59:20 +02:00
Felipe Martín e94057a908 Added robots.txt handler. 2013-05-24 11:52:12 +02:00
Felipe Martín fcb52ada1e Added custom context to send git describe to templates 2013-05-23 16:31:44 +02:00
Felipe Martín df77cac478 Deploy fixes: supervisor script execution, local settings for logging with raven and logging disabled on main settings 2013-05-23 13:02:19 +02:00
Felipe Martín 3d9b207f67 Updated LOGGING settings due to gunicorn failure 2013-05-23 12:12:12 +02:00
Felipe Martín 3754c5a595 Added about page and finished base home disclaimer 2013-05-21 15:18:02 +02:00
Felipe Martín 2eeab61673 Added custom middleware to remove spaces between tags and remove html comments. Only if DEBUG = False 2013-05-21 13:59:48 +02:00
Felipe Martín da4c9670dc Added templates, urls and views for home page and versions list. 2013-05-21 13:51:34 +02:00
Felipe Martín 94d3963ad2 Configured jingo 2013-05-21 13:49:28 +02:00
Felipe Martín c768b88fa5 Updated tests. Now using django TestCase, fabric command and fox working again. 2013-05-20 19:03:44 +02:00
Felipe Martín dfef227c21 Added south 2013-05-20 16:08:45 +02:00
Felipe Martín f8bbc422fd Removed local_settings 2013-05-20 14:04:08 +02:00
Felipe Martín 19fc742050 Added django-grappelli 2013-05-20 14:00:23 +02:00
Felipe Martín 01919b44b8 Added django 1.5.1 and configured local_settings 2013-05-20 13:56:58 +02:00