Commit Graph

326 Commits

Author SHA1 Message Date
bc47cf3f15 Markdown is no longer needed 2018-04-04 17:03:19 +02:00
bfec958b70 Fix commenting
It was missing Typewatch and csrf_token

Fixes T54518
2018-04-04 17:02:52 +02:00
08c2fbc517 Remove v=xxx code from static file URLs
Since Pillar d560f89704e3a6f4490df57712525048c469bed2 the URls for
static files are managed differently.
2018-03-23 17:30:14 +01:00
c6fb4c3184 Switch from .jade to .pug templates
No functional change, we simply align with the preprocessing pipeline 
used in Pillar.
2018-02-01 17:01:03 +01:00
0b3ea29d48 Switch from macros to blocks for navigation menus
For more information see commit a7693aa78dcf0a0a77e113f34afa63fb4f615441 in pillar.git
2017-12-13 11:12:17 +01:00
25fcfea62f Remember last-visited Attract project in session
This allows us to keep rendering the "Shots" and "Assets" links in the
sidebar, even when someone navigates away from the project scope.
2017-06-16 12:02:39 +02:00
62795b4007 Removed snippet we're not going to use in the forseeable future anyway. 2017-06-15 12:50:41 +02:00
50ae411575 Only users with attract-user role can use Attract
Subscribers without that role still have read-only access to Attract,
assuming they have access to the project at all.

NOTE: this only handles the web interface. API calls are still governed
by the nodes permission system, which doesn't currently allow these kinds
of role-based user checks.
2017-06-15 12:50:28 +02:00
9ea75c30e3 Added project settings allowing setup + editing task types.
- Attract added to Project Settings screen
- setting up project for Attract
- editing shot/asset task types

To do: add checks that the user is allowed to use Attract in the first
place.
2017-06-15 11:07:27 +02:00
725f93175c Added Attract project sidebar 2017-06-15 11:07:14 +02:00
ab72357336 scrollHeaderHorizontal: don't use hardcoded class 2017-06-14 18:31:09 +02:00
0868449209 Lists: Fixed header should let clicks go through 2017-06-14 18:27:16 +02:00
f6d2a477eb Lists: Don't wrap list's extra info (shots/tasks/assets count) 2017-06-14 18:27:16 +02:00
28edb86aeb Shots/Assets list: Fix fixed table header not resizing when adjusting col_main width 2017-06-14 18:27:16 +02:00
c38203ba63 item_open: use toastr notification when failing 2017-06-14 18:27:16 +02:00
9d59aefd80 Upgrade jquery-resizable to 0.20
https://github.com/RickStrahl/jquery-resizable
2017-06-14 18:27:16 +02:00
23a2a8fd64 Use menu from Pillar 2017-06-14 14:58:48 +02:00
12c51fb3f5 Use notifications and menus from Pillar 2017-06-09 16:33:34 +02:00
01973a2471 CSS Comments 2017-05-24 12:18:05 +02:00
a1391a6d1c View task in shot context 2017-05-19 12:30:58 +02:00
9d302d5124 Color status select 2017-05-10 23:34:46 +02:00
48ad75c461 Legend for colors in stats 2017-05-10 23:34:19 +02:00
2a88d9c309 Color status option 2017-05-10 16:53:51 +02:00
19f35e6713 Always show item-status cell on shots list 2017-05-10 16:02:57 +02:00
025b44bfac Compile Attract styles using config, utils and base styling from Pillar
De-duplicated code, yay!
2017-05-10 15:42:08 +02:00
fc08ab2bca Import _error sass from pillar 2017-04-11 16:47:37 +02:00
b5cbbad1ba Remove processing status when loading a task fails 2017-04-11 16:47:20 +02:00
b3bbb5e68b Removed illegal 'home_project' tag 2017-03-29 16:42:46 +02:00
e45f35f6f4 Fix listing of projects that use Attract
Wrong indentation when closing the loop through projects.

Closes T51028
2017-03-29 16:28:37 +02:00
3efb21484a Markdown was not included 2017-03-22 14:55:39 +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
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
34a0bb3e2f Show shot 'trim end' in template, if available. 2016-11-11 08:51:11 +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
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
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