eca5f48d41
Fix project_blog_archive pagination
...
Was missing the 'page' argument.
Fixed by Dr. Sybren
2017-10-05 17:32:55 +02:00
73b50556be
Added blog archive.
...
May still need some style tweaking.
2017-10-05 17:32:55 +02:00
e18ed79c7b
Move training and open-projects to blender-cloud repo
2017-07-26 16:52:45 +02:00
5ec76f8801
Remove Blender Cloud specific pages
...
They are now available in the blender-cloud repository. This is an effort to make Pillar a generic package.
2017-07-13 18:24:43 +02:00
8c38861c2f
Remove Blender Cloud specific redirects
...
They have been moved to the Apache config file in the blender-cloud repo.
2017-06-01 17:24:46 +02:00
663627358f
Ran 2to3 on pillar + some manual fixups
...
The 'manual fixups' are:
- incorrect use of dict.items() where dict.iteritems() was meant; this
results in list(dict.items()), which I changed to dict.items().
- removal of 'from __future__ import' lines, which 2to3 changes into
empty lines; I removed the empty lines.
2017-03-22 15:49:51 +01:00
6765276519
Introducing attachments fixes for blog posts and assets.
...
Requires migration of attachments schema using
python manage.py maintenance upgrade_attachment_schema --all
2017-02-21 18:08:42 +01:00
f06b3c94eb
join_agent page for the agent project
2016-11-30 23:32:46 +01:00
e72f02711d
Temporary tweak to join mechanism
...
TODO: move this to the external app (blender-cloud).
2016-11-30 15:57:11 +01:00
4a5d553bc8
No blog on activity stream
2016-11-25 13:32:17 +01:00
84a86a690e
Gracefully handle replies on comments on deleted nodes.
2016-11-03 17:45:25 +01:00
48157254c1
Fixed snag.
2016-11-02 14:43:19 +01:00
64ece74404
Cleaned up some blog post viewing code
2016-11-01 16:47:55 +01:00
6429c3df21
Modernised flask.ext.login imports → flask_login
2016-10-11 15:23:40 +02:00
2c5dc34ea2
Introducing Pillar Framework
...
Refactor of pillar-server and pillar-web into a single python package. This
simplifies the overall architecture of pillar applications.
Special thanks @sybren and @venomgfx
2016-08-19 09:19:06 +02:00