9376e40575
Auto-install -e attract
...
It uses ../attract instead of . so that it is a valid path from blender-cloud as well.
2017-03-07 14:23:49 +01:00
fa306c2821
Added missing link from dev to runtime requirement
2017-03-03 15:22:35 +01:00
4e8c735f6b
Python 3.6 compatibility: Applied 2to3
2017-03-03 15:08:48 +01:00
cd17236428
Linked requirements to Pillar and Pillar-Python-SDK
...
Since Pillar is not pip-installable and also not properly versioned either,
I removed the 'pillar>=2.0' requirement from setup.py
2017-03-03 15:04:50 +01:00
2172500dd6
Take pagination into account when listing tasks for all shots.
...
This is a stop-gap measure; we probably want to abstract this away into
something more reusable. Better to do that after switching to Python 3,
though.
last-py27
2017-03-02 17:32:11 +01:00
b239ae943f
Added comment to rsync_ui.sh to clarify "set -e"
2017-02-21 13:00:14 +01:00
76108c9c16
Style new tasks so we can identify them and avoid double-load
2017-02-14 16:16:20 +01:00
b545288851
Fix Ctrl+Enter to save tasks/shots
2017-02-14 15:57:08 +01:00
aa90a4433f
Task-add: Use a button instead of a link, and prevent default
...
Avoids the issue of re-loading the page on task-add
2017-02-14 15:34:29 +01:00
9aaa2365cf
item_open: First set item as processing, then style it as active on success
2017-02-14 15:33:44 +01:00
3ee875d761
Added 'camera' column
...
Officially requested by Colin Levy by application of Camera Polish
Requisition Form 4B, signed by Colin Levy on this day at the Blender
Institute.
2017-02-10 11:20:48 +01:00
173626d46e
Move Attract commands into attract subcommand
2016-12-06 23:09:13 +01:00
dc6e75af7b
Fix for typo
2016-12-01 13:00:03 +01:00
0913b23e7e
Fix for typo
2016-12-01 12:41:47 +01:00
d79e652c19
Add support for readlink on macOS
2016-12-01 12:23:23 +01:00
a369451efb
Refresh CSS cache
2016-11-17 15:24:19 +01:00
2c8e20d0c0
Fix header of shots/assets list
2016-11-17 15:12:12 +01:00
97f75a04e5
Only allow commenting when user has PUT access on the node.
2016-11-11 15:52:33 +01:00
d50c4f1cda
Tasks, Shots, Assets, instead of S,A,T
2016-11-11 11:46:07 +01:00
23effbd9db
Use attract icon for sidebar
2016-11-11 11:45:42 +01:00
ac8c302b28
Make sure that svnlook outputs UTF8.
...
Since we have an empty environment, svnlook defaults to ASCII, outputting
{U+xxxx} instead of UTF8 characters. We can either re-interpret those, or
just make sure we get UTF8 in the first place.
2016-11-11 10:43:41 +01:00
34a0bb3e2f
Show shot 'trim end' in template, if available.
2016-11-11 08:51:11 +01:00
Dalai Felinto
a9b894ed77
Implement Trim End
2016-11-10 18:55:14 +01:00
389c5c03e1
py.test option tweak
...
--ff can be bad, as it changes test order
2016-11-10 15:40:19 +01:00
0d9ed088be
Removed unused import & small test fix
2016-11-10 15:39:49 +01:00
268d1f28e3
Include commit message in SVN activity
2016-11-10 15:34:03 +01:00
72e903d192
Added AbstractAttractTest.attract property
2016-11-10 15:34:03 +01:00
6628ce0b15
Fix bug when SVN-committing on task without parent
2016-11-10 15:34:03 +01:00
a169701793
Favicon for Attract
2016-11-10 13:07:48 +01:00
1e82ddf206
Typo: Select an* Asset or Task
2016-11-10 12:57:03 +01:00
bc89dc3595
Fix overflow on task-link
2016-11-10 11:55:39 +01:00
2f09c4f650
More compact line-height for item-name on tables
2016-11-10 11:48:09 +01:00
36d076c228
Hide horizontal scroll when not in use
2016-11-10 11:44:54 +01:00
ca69b43839
Prevent global 404 on /attract when an activity can't be linked.
...
This happens when an activity is on a deleted item. This change implies
that "someone deleted X" activities aren't going to be shown.
2016-11-10 11:33:49 +01:00
3917c90a13
Quick fix: If we're in mobile, set height of columns to half window height
...
TODO: Make item-details a popup for easier browsing
2016-11-10 11:24:42 +01:00
6ebf3b6493
Activity when commenting: don't store context node type
...
It wasn't handled properly and caused commenting not to show up as activity
2016-11-10 09:51:45 +01:00
497bbb8273
Editing the name of a shot/task/asset now logs the old and new name in the activity
2016-11-10 09:34:32 +01:00
1134bb82a0
Prevent error when task_type is given but None.
2016-11-10 09:34:02 +01:00
08c82688e7
Tasks: set default assigned_to to {users: []}.
...
When the task is assigned to a user, this prevents a change of
'assigned_to' to a dict {users: [user_id]}. Instead, the
activity will be registered on 'assigned_to.users', which is nicer.
2016-11-10 09:33:10 +01:00
1a6fb58d6e
Mark all links as 'deactivated' when opening a new item.
...
This fixes the issue of a task "ball" showing as "active", even when
navigating away to a shot.
2016-11-10 08:56:04 +01:00
4e3416c653
Fix for showing 'View in Shot Context' only on tasks
2016-11-10 00:58:24 +01:00
d186e9927d
Removing properties inherited from Pillar classes
2016-11-10 00:53:45 +01:00
dc85f81768
Only convert date if there's one
2016-11-10 00:14:58 +01:00
7d3a4cc630
Hide "View in shot context" when in assets list
2016-11-09 23:59:29 +01:00
328baa0917
Active flash on state for assets
2016-11-09 23:59:02 +01:00
a14a39e79f
Unify tasks list look with other tables
2016-11-09 23:38:12 +01:00
3ba34cf4b8
No need for momentjs here
2016-11-09 23:37:54 +01:00
c4d96258a6
Move basic classes to Pillar's apps_base.sass
2016-11-09 22:36:06 +01:00
e91f3968b7
Unify header titles
2016-11-09 22:21:44 +01:00
c1c8552d7e
No border on item-status for items list
2016-11-09 18:34:45 +01:00