ca25078b30
Removed editing of full name from Cloud profile
...
We take the full name from Blender ID instead.
2017-12-07 17:31:26 +01:00
9fdcfff4fc
Direct users to renewal page on Store instead of /join
...
/join should only be used when someone can actually buy a new subscription.
/renew should be used when someone already has a subscription that needs
to be renewed.
Since url_for('cloud.xxxx') makes no sense in Pillar, I just hard-coded
/renew instead.
2017-12-06 14:39:30 +01:00
87fe1887e8
Added "Update from Blender ID" button
...
Added this button in the /u/ user/embed view, so that admins can easily force a re-check from Blender ID without requiring the user themselves to perform any actions.
2017-12-05 11:45:42 +01:00
c8221ea0e4
Simplified javascript in users/edit_embed_base.pug
...
There is no need to use JQuery, a unique ID for the a-element, and an
invalid href value, just to bind on-click functionality to a link.
2017-12-05 11:44:05 +01:00
1cba014948
search is completely working in frontend now
2017-12-01 16:32:57 +01:00
b0d6f724ef
Merge branch 'master' of git.blender.org:pillar into elastic
2017-12-01 16:24:56 +01:00
8ba4cc5c0c
Allow extension of users/edit_embed.pug
...
This is done by moving users/edit_embed.pug to users/edit_embed_base.pug,
and having a new users/edit_embed.pug extend that. Projects like Blender
Cloud can then provide their own users/edit_embed.pug and override certain
blocks.
2017-11-29 13:58:47 +01:00
2ad65b0485
Project: Remove collapse of sidebar
...
Since projects went full-width it's not needed anymore.
2017-11-28 15:36:31 +01:00
ce7754ffe4
Renaming IDs to classes
2017-11-24 19:34:58 +01:00
9cd3d97c75
T53161 javascript search stuff almost complete.
2017-11-24 17:47:38 +01:00
7252055e4a
Markdown: Convert Markdown via Jinja filter in the template
...
This gets rid of the use of javascript for converting node/post description.
Now we only use markdown.js for real time as-we-type stuff, like node/post
editing or commenting.
2017-11-23 16:49:19 +01:00
c086cff36e
Comments: Only load JS for post/edit comments if we can actually comment
2017-11-23 16:40:58 +01:00
eeba87d333
Blog: Unify the looks of blog posts
...
Now that the render_blog_post macro is shared with the homepage
2017-11-23 16:20:29 +01:00
cb7a23bc69
Fixed home project menu
2017-11-21 14:48:59 +01:00
0cea8d622d
Update cache for CSS/JS
2017-11-09 19:00:01 +01:00
15d2f1ce18
Added links to Blender Store and ID on /u/ user page.
2017-11-09 16:56:34 +01:00
ac9aa59924
Comments: When editing, resize the textarea
...
Minor tweaks:
* Remove the 'editing' class after cancel/save
* Style <code>, <pre>, etc tags
2017-11-08 22:49:56 +01:00
cb0272fe60
Comments: Put comment content inside a span
...
So when editing we do not override the author's name.
2017-11-08 22:01:45 +01:00
e01f915abf
Comments: Unbind event before binding
...
Prevents flashing of comments when posting
2017-11-08 20:29:45 +01:00
4f282c1587
Bit more space + scrolling for users at /u/
2017-11-08 15:45:41 +01:00
5d6e0af605
Comments: Auto-resize textarea field as we type
2017-11-04 01:59:02 +01:00
04f7869e8e
Comments: Display actual date on mouse over (not pretty_date)
2017-11-02 15:38:37 +01:00
53aabc8c84
Translations: Mark more strings for translation
2017-10-27 00:54:05 +02:00
3585443508
Use cache or jstree css
2017-10-25 17:27:55 +02:00
a6ab7dda97
Title for loop button on videoplayer
2017-10-25 16:17:08 +02:00
6564fa000d
Titles for node details
2017-10-25 16:16:58 +02:00
5fbe62105a
Blog: Minor layout tweaks
...
* Make header image clickable
* Make thumbnails on blog list clickable
* Put action buttons in .blog-action for easier positioning
* Cleanup
2017-10-25 16:02:02 +02:00
771b93b169
Blog: Don't display author name on sidebar
2017-10-25 16:02:02 +02:00
f13310d71b
Menu: "Log in" instead of "Login and Explore"
2017-10-25 16:02:02 +02:00
e983d0756d
Rename 'Log in' button to 'Log in and Explore'
2017-10-24 15:46:16 +02:00
ed55a73d04
VideoJS: Upgrade and stuff
...
* Upgrade to the latest stable version 6.2.8
* Move JS files to blender-cloud
* Introducing Hotkeys support (a'la YouTube)
* Introducing Loop button (and a way to easily add new buttons)
* Fix Analytics plugin to work with the VideoJS 6
* Minor style tweaks to work with the latest update
2017-10-24 12:49:39 +02:00
4f3fc91c0a
VideoJS: Upgrade and stuff
...
* Upgrade to the latest stable version 6.2.8
* Move JS files to blender-cloud
* Introducing Hotkeys support (a'la YouTube)
* Introducing Loop button (and a way to easily add new buttons)
* Minor style tweaks to work with the latest update
2017-10-24 12:38:11 +02:00
6ffbd52a36
Comments: Simpler login message
...
No point in having a disabled input, since we're leaving
the page to login anyway
2017-10-15 05:56:43 +02:00
6d8870ba25
Blog: Check if blog_archive_prev/next exist before showing link
...
Also minor cleanup of the classes and excessive indenting.
2017-10-05 17:32:55 +02:00
01dab4188c
Style tweaks to blog archive
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
e724c9c2ad
Blog: Simplified looping over blog posts.
2017-10-05 17:32:55 +02:00
f42334453c
Deduplicated code for image expansion into the page overlay
...
It now also supports WEBP links, and is compatible with Google Cloud
Storage (which adds ?blablabla to links).
2017-10-05 17:32:55 +02:00
2603c4f44f
Deduplicated blog templates by using macros.
2017-10-05 17:32:55 +02:00
bd93625119
Use super() call instead of copy-pasting the contents of the parent block
2017-10-05 17:32:55 +02:00
68c7a88fed
Use the nifty new DocumentTitleAPI to update notification count
...
and page titles when browsing assets.
This removes the need for updateTitle()
2017-10-05 15:29:30 +02:00
6f0a03ce60
Set page title on edit_embed
2017-10-03 12:52:50 +02:00
58a34d6cdb
Typo (one bracket too much)
2017-10-02 19:49:33 +02:00
1bf2a87726
Use a the updateTitle() function to update page titles
2017-10-02 19:48:37 +02:00
d3cd6a884e
Use toastr notifications instead of statusBarSet()
2017-10-02 19:31:52 +02:00
Pablo Vazquez
bb067f77c3
Fix styling for login/local
2017-10-02 00:41:04 +02:00
Pablo Vazquez
da7be50c61
Comments: Cleanup and convert more IDs to classes when possible
...
No functional changes.
2017-09-30 23:21:54 +02:00
ddc52b969e
Make it possible for node types to have a 'custom view'
...
This 'custom view' means that the URL to view the node (as returned by
url_for_node(…)) cannot be loaded via XHR and embedded in the project
viewer, but should rather be used as the actual browser URL instead.
Currently only blogs use this.
2017-09-29 10:45:29 +02:00
e4fff8df81
Added missing project_container variable.
2017-09-28 17:43:48 +02:00
Pablo Vazquez
8fd577c733
Comments: Capitalize actions and color Reply
2017-09-25 01:24:30 +02:00