Felipe
94d51dac79
Update layout.html
9 years ago
Felipe
d4edfdb2bc
Update about.html
9 years ago
Felipe
dc54252660
Updated deploy script to match github repository
9 years ago
Felipe
b93544fc58
Updated base requirements (django security update)
9 years ago
Felipe Martín
7ad3c3e675
Added Achievements to the public
9 years ago
Felipe Martín
41e6549742
[utils.miner] Added -sort of- mob miner
9 years ago
Felipe Martín
aba1fa1dc0
[utils.miner] Typo: fetched -> found
9 years ago
Felipe Martín
ffd32c9fc8
[utils.miner] configuration SAVE defaults to False
9 years ago
Felipe Martín
cb025ee214
[utils.miner] Added achievement mining
9 years ago
Felipe Martín
d89bd44f8b
[utils.miner] Improved output with colouring in python scripts
9 years ago
Felipe Martín
676cd2bf65
[utils.miner] Added coloring utils
9 years ago
Felipe Martín
68d1611c60
Added database.achievements
9 years ago
Felipe Martín
463b7f4a83
Added possibility to show the version list as blocks instead of a list (same as items/blocks). Only internal, no public interface provided.
9 years ago
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
9 years ago
Felipe Martín
0f73dcb540
Added more intensity to the blog renderer for dark textures
9 years ago
Felipe Martín
503a0f2cd6
Told DDT to now intercept redirect on development
9 years ago
Felipe Martín
718c3729f6
Added blocks header and footer to the main layout, also container div is now inside the content block, so it's optional
9 years ago
Felipe Martín
46244b9add
Fixed user.is_authenticated() in template being a function and not a variable (django tmpl -> jinja)
9 years ago
Felipe Martín
c0bc749213
Fixed 404 error using request context variable that wasn't set
9 years ago
Felipe Martín
afcd702cec
Added django debug toolbar to development settings
9 years ago
Felipe Martin
4d41db4192
Block rotation is now correct
9 years ago
Felipe Martin
89b405d49a
Added base block renderer javascript.
...
Added block renderer to block detail template only for logged in users
9 years ago
Felipe Martin
40e8fec52b
Fixed block showing wrong data value
9 years ago
Felipe Martin
217dcf79a3
Navbar is no loger responsive
9 years ago
Felipe Martín
45f37ecf2a
Using fixed data_value instead of adding 256 to its value
9 years ago
Felipe Martín
680de44cdf
Added draft and user attributes to BlogEntry.
9 years ago
Felipe Martín
24c54e50e5
Added item/block details only to logged in users
9 years ago
Felipe Martín
199dae3695
Added internal_id attribute to blocks and models to store the mined id from java files
9 years ago
Felipe Martín
b9ab39991c
Improved blocks and items listing layout a lot. Added details URL only viewable by admins
9 years ago
Felipe Martín
c2f2588331
Added variables.sass
9 years ago
Felipe Martín
9017bbcb31
Added helper to admin that match items and blocks with a minecraftwiki URL based on their translation name
9 years ago
Felipe Martín
0302aa73e1
Added CSS helper to style links in black instead of their original colour
9 years ago
Felipe Martín
ade7ec2284
Added custom action to fix icons matching not only name but also class name with texture type
9 years ago
Felipe Martín
b8a1aa33d5
Fixed null fields
9 years ago
Felipe Martín
ba908ba0e9
Added version field to Items and blocks.
...
Added ModelAttributes to admin
9 years ago
Felipe Martín
c007605f1f
Added ModelAttribute model
9 years ago
Felipe Martín
13a44293e5
Merge branch 'master' into develop
...
* master:
Fixed deploy script
9 years ago
Felipe Martín
19db8c9f7d
Added SASS thingies to install.sh script
9 years ago
Felipe Martín
21624f14b8
Fixed deploy script
9 years ago
Felipe Martín
c9eeb45025
Migrated LESS to SASS
9 years ago
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.
9 years ago
Felipe Martín
6b78bf286a
Updated gitignore file
9 years ago
Felipe Martín
4be098dd2d
Added LESS files to controls icons appearance on the site.
9 years ago
Felipe Martín
92fe0f6ba8
Fix: LanguageString.content is now a TextField (up from a Char(512)) - Fixes unicode length problems
9 years ago
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!
9 years ago
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
9 years ago
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
9 years ago
Felipe Martín
5b0d0601fc
Finished languages miner
9 years ago
Felipe Martín
60b867cf9c
Added Language and LanguageString models
9 years ago
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
9 years ago