Commit Graph

62 Commits

Author SHA1 Message Date
Felipe Martín b8a1aa33d5 Fixed null fields 2013-05-29 12:42:05 +02:00
Felipe Martín ba908ba0e9 Added version field to Items and blocks.
Added ModelAttributes to admin
2013-05-29 12:39:39 +02:00
Felipe Martín c007605f1f Added ModelAttribute model 2013-05-29 12:29:58 +02:00
Felipe Martín c9eeb45025 Migrated LESS to SASS 2013-05-29 11:55:06 +02:00
Felipe Martín 6260faf47b Improved sentry error logging.
Minimun logging is now WARNING (up from DEBUG)
Using sentry_id for 500 errors.
Using custom 404 template & view: added sentry logger there.
2013-05-29 11:36:19 +02:00
Felipe Martín 4be098dd2d Added LESS files to controls icons appearance on the site. 2013-05-28 17:54:30 +02:00
Felipe Martín 92fe0f6ba8 Fix: LanguageString.content is now a TextField (up from a Char(512)) - Fixes unicode length problems 2013-05-28 17:04:44 +02:00
Felipe Martín f3c034efb9 Merge branch 'miner-languages' into develop
* miner-languages:
  Blocks and Items now have a name() method who searches for the correct key to obtain its name. Default to ID 14 = English US
  Finished languages miner
  Added Language and LanguageString models
  Added language step to the miner! KEEP IN MIND THAT SNAPSHOT ONLY HAVE ENGLISH!
2013-05-28 16:51:42 +02:00
Felipe Martín a19b8501be Blog finished:
+ Added RedactorJS to the admin (with jquery 2.0 under libs)
+ Added custom styling for default images (centred)
+ Re-sorted less files (shit happens)
+ Added a js script to load redactor under .redactor-editor classname
2013-05-28 16:49:57 +02:00
Felipe Martín 301686a7f3 Blocks and Items now have a name() method who searches for the correct key to obtain its name. Default to ID 14 = English US 2013-05-28 15:45:49 +02:00
Felipe Martín 60b867cf9c Added Language and LanguageString models 2013-05-28 15:44:47 +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 d63c07efd8 Fixed paginator on versions list 2013-05-27 17:27:22 +02:00
Felipe Martín 53f6fb2281 Added textures up to 1.6_13w21a 2013-05-27 17:01:57 +02:00
Felipe Martín 828fffc589 Added rsanchezbalo to about page 2013-05-27 17:00:46 +02:00
Felipe Martín 3087443dc8 Added html comment at the top of the layout 2013-05-27 16:51:55 +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 2b588786fe Added a top bar information saying that we are in alpha and there's poor data :) 2013-05-27 16:47:56 +02:00
Felipe Martín 270bf8ee30 Modified design: Added custom LESS files and base border radius (for bootstrap) is now zero. 2013-05-27 16:47:29 +02:00
Felipe Martín d2e0fb1f4e Added custom 404 & 500 error templates 2013-05-27 16:28:40 +02:00
Felipe Martín 95fe6a55d0 TextureAdmin: Added search params 2013-05-27 16:15:42 +02:00
Felipe Martín 85a52f23c1 Added Texture model 2013-05-27 16:11:45 +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 c5b9517573 Fixed header selected classes for navigation 2013-05-24 17:55:47 +02:00
Felipe Martín cdacd63508 Download buttons <button /> -> <a /> 2013-05-24 17:51:29 +02:00
Felipe Martín 8beacd688a Forgot to commit the last fix (download buttons) on version detail 2013-05-24 17:48:29 +02:00
Felipe Martín 6c81aee115 Added separation between download buttons on versions list and detail cause the spaceless middlewarre made them be together. 2013-05-24 17:45:27 +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 0d43f0b3c7 Fixed google analytics position 2013-05-24 15:33:12 +02:00
Felipe Martín db2a9ab0a6 Version have it's jar files on self.jarfiles, also added snapshot boolean. 2013-05-24 13:57:22 +02:00
Felipe Martín 9f6ee806af Added JarFile model 2013-05-24 13:39:28 +02:00
Felipe Martín 829332c930 Base about page 2013-05-24 13:20:45 +02:00
Felipe Martín d6fe24b3fc Fixed layout 2013-05-24 13:17:08 +02:00
Felipe Martín 1d8f89799a Added head template for google analytics 2013-05-24 12:37:53 +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 d3063e861a Added email. 2013-05-23 18:13:08 +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 afea041e66 Hiding the "v." in the footer if the app_version variable is not set. 2013-05-22 16:55:20 +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 dad7884524 Added bootstrap 2.3.2 with custom flat layout and font-awesome 2.3.3 2013-05-21 13:50:25 +02:00