Commit Graph

527 Commits

Author SHA1 Message Date
dcf503c66a Removed project_url from parameters in favour of ProjectUtils 2016-10-04 14:37:39 +02:00
fe70ee1ce1 Default task name to task type 2016-10-04 14:28:21 +02:00
785e35434d Update status bar before/after loading shot/task 2016-10-04 14:26:37 +02:00
932fad9161 Properly handle errors opening tasks/shots. 2016-10-04 14:24:27 +02:00
91abe917cd Using patch to edit shots from web-frontend. 2016-10-04 14:16:58 +02:00
459ba6c89f Fixed button type 2016-10-04 14:16:35 +02:00
3bba5be7ec Validator error: missing space between attributes 2016-10-04 14:16:25 +02:00
341d07bbe3 py.test: run with -x (stop at first error) and --ff (failed test first) 2016-10-04 12:01:09 +02:00
97fde17d93 Have node_setattr delete keys when the value to set is None.
Note that this looks at the value directly; when using {'key': None} as
value, it is not None and thus will be set. This thus is NOT a way to
be 100% sure there are no None values.
2016-10-04 12:00:52 +02:00
88c20bf341 Allow creation of shots without status. 2016-09-30 12:54:44 +02:00
b1783fb801 Fix overlay of add-task button 2016-09-30 11:41:13 +02:00
55a0f4a42e Don't rely on 3rd party placeholder image service.
The grey one-pixel placeholder.jpg is only 160 bytes anyway.
2016-09-29 18:52:53 +02:00
c4c21dea0f RSync for real 2016-09-29 18:52:30 +02:00
6817da77aa Use darker colors for status indicators 2016-09-29 17:30:39 +02:00
ba217f2496 Style empty lists 2016-09-29 17:29:15 +02:00
37c0c23e83 Replace duplicated status-{{status}} classes for a nice Sass mixin
Set the color for a specified property
1: $property: e.g. background-color
2: $where: ':before', ' .class-name', etc.
3: $variation: 'light', 'dark', or empty
e.g. @include status-color-property(background-color, ':before', 'light')
2016-09-29 17:29:15 +02:00
e3e6657cf9 Added rsync_ui.sh 2016-09-29 17:08:25 +02:00
883f8b02ef Added .keep file to keep attract/static/assets/js/generated/ 2016-09-29 16:58:58 +02:00
5cc989cd82 Fixed JS issue. JS doesn't support default function arguments. 2016-09-29 16:52:41 +02:00
c0cc4547c2 Made ./gulp not always do "gulp watch".
Still allows "./gulp watch" though, which does "gulp && gulp watch".
Also allows for "./gulp --production", which we need during deployment.
2016-09-29 16:49:56 +02:00
3066b41058 Put generated JS into attract/static/assets/js/generated/ 2016-09-29 16:44:49 +02:00
2819f86e10 Some SVN 0.3.43 interface changes. 2016-09-29 16:28:41 +02:00
14eabdfbd5 Added dummy deploy script for people with a 'git pp' alias. 2016-09-29 16:26:29 +02:00
04c6c11071 Clean the header/text when the page is first loaded 2016-09-29 16:02:15 +02:00
1cefb2fa06 Shot list: Make shot active when making one of its tasks active 2016-09-29 15:50:27 +02:00
48b9209d2f ScrollTo tweak when selecting tasks 2016-09-29 15:37:40 +02:00
5ae33041ed Make tasks appear on the list when added 2016-09-29 15:36:02 +02:00
ddc6d0c2d4 fix alignment of add task button 2016-09-29 15:35:52 +02:00
93a8a0db3c fix fade out of item-details on task deletion 2016-09-29 15:35:31 +02:00
55aebebadb Scroll to top after clicking on shots/tasks 2016-09-29 14:29:09 +02:00
001a313e1e Missing link to clipboardjs 2016-09-29 14:25:53 +02:00
58cca450b3 Use dropdown for copy to clipboard/delete tasks 2016-09-29 12:57:01 +02:00
2adf574b21 Concatenating scripts doesn't work well with caching 2016-09-29 12:55:56 +02:00
4d0d0b1885 Copy ID to clipboard for Tasks as well 2016-09-29 12:23:38 +02:00
4c4489a890 Concatenate all general js files into tutti.js 2016-09-29 12:22:53 +02:00
bdbf460623 Some requirement tweaks 2016-09-29 10:15:01 +02:00
b5964864a5 Use clipboardjs to copy shot ID to clipboard
Using Zeno Rocha's clipboardjs
https://zenorocha.github.io/clipboard.js
2016-09-28 17:34:53 +02:00
41d3777b60 Add title to column collapsers 2016-09-28 17:05:16 +02:00
ba2f7d25b6 Add title to table-spacer, so we know what column we're expanding 2016-09-28 17:03:04 +02:00
968399ba7a Small jQuery plugin for resizing panels
Still doesn't save the size, since we want to save this in the user. Which is not implemented yet.
2016-09-28 16:58:14 +02:00
0b723f3fc9 Order shots by their cut-in timestamp. 2016-09-27 16:58:26 +02:00
c9f2d24105 Disable shot creation within Attract for now, only done via VSE 2016-09-27 16:06:56 +02:00
8853b2414e Better highlighting of tasks, and fix when there are multiple tasks 2016-09-27 16:06:56 +02:00
4392c59cea Titles for tasks 2016-09-27 16:06:56 +02:00
c4b4197cb8 Click on the whole cell to open task 2016-09-27 16:06:56 +02:00
0eb51a2804 Moved attrs_extra to Pillar.
Requires Pillar revision 407aefb9ada8b8d627e29ca14d8ddd9bc758a70f
2016-09-27 13:01:04 +02:00
6ea22dfcce Fix missing update of task type on task saving 2016-09-23 19:39:14 +02:00
052344af26 Create Shot workflow
Still needs update on the list
2016-09-23 19:38:57 +02:00
892f5a7360 Add icon to Save Changes 2016-09-23 18:07:28 +02:00
5f3bab95e2 Copy to clipboard for shots 2016-09-23 18:07:28 +02:00