Commit Graph

395 Commits

Author SHA1 Message Date
568e59e71c Split base.css to their own css 2016-10-18 18:51:57 +02:00
70f756fb7d Using Pillar's subquery module. 2016-10-18 15:35:23 +02:00
b0b5be0df8 Nicer description of properties in shot activity feed 2016-10-18 15:00:40 +02:00
963430e6d9 Show activities on shot page. 2016-10-18 14:50:35 +02:00
612571b4b2 Added node URL finders for tasks and shots 2016-10-18 12:10:49 +02:00
540e8d43da update css 2016-10-14 15:57:24 +02:00
014672ed62 minor style tweak to tasks list 2016-10-14 15:49:40 +02:00
b6b357ca2e Add Help link to sidebar 2016-10-13 19:25:43 +02:00
a17eeaa97e Minor style tweaks to shots list 2016-10-13 19:25:22 +02:00
b63faacdcf Style modal dialog and status-debug classes 2016-10-13 19:24:53 +02:00
7b5b3d432e Tweaks to status colors 2016-10-13 19:24:15 +02:00
f8b9e54aaa Modal div on layout, to be used/populated with the openModalUrl jquery extension 2016-10-13 19:23:19 +02:00
123804ac99 Use unordered lists for nav sidebar instead of definition lists 2016-10-13 19:22:04 +02:00
5a5851775e Use Pillar's Bootstrap JS 2016-10-13 19:20:19 +02:00
9a6cc298dc Utility to load and fill the global #modal div 2016-10-13 19:19:03 +02:00
f4af83e4fc Fixed rendering issue for unassigned tasks 2016-10-12 18:21:10 +02:00
78c6bb45d7 Better activity logging of task changes 2016-10-12 18:21:10 +02:00
53ace540f1 Moved shot statistics to the top of Attract index page 2016-10-12 18:21:10 +02:00
d0bb5aa598 Added activity list on task view 2016-10-12 18:21:10 +02:00
76a4eac145 Route for project's help 2016-10-12 17:17:11 +02:00
de3e25e0d1 First letter of the task status on shots list
Disabled for now until we implement user settings
2016-10-12 17:10:38 +02:00
b65fb754c2 Fix alignment of tasks in shots 2016-10-12 17:10:38 +02:00
5ebd2a18a5 Fix color scheme for statuses 2016-10-12 17:10:38 +02:00
477d38dfc6 New color scheme for statuses 2016-10-12 17:10:38 +02:00
b457b57a09 Include changes in activity log if only one field changed. 2016-10-12 16:02:02 +02:00
2842201974 Activity logging for shots 2016-10-12 15:22:18 +02:00
5dff6bdcbd Simplified task eve hooks. 2016-10-12 15:13:48 +02:00
363f1f6110 More detailed "verb" for task action logging. 2016-10-12 15:08:06 +02:00
32400b34e9 Start of activity stream. 2016-10-12 14:31:03 +02:00
7a3a11fa07 Produce activities for task changes.
These activities do not show any details yet, so the activity stream can't
show _what_ changed in the task, just that the task changed.
2016-10-12 14:31:03 +02:00
496b5f6b32 Use the new only_for_node_type_decorator() 2016-10-12 14:31:03 +02:00
13eeb7d6c3 Fix alignment of tasks on Firefox 2016-10-12 12:57:39 +02:00
25a666d8d4 Removed /attract/shots, and added tooltips to sidebar buttons.
Also made the Attract button a film strip instead of "A". I like that
film strip.
2016-10-12 10:33:09 +02:00
4bba35f473 Temporarily hide thumbnails until they're implemented 2016-10-11 19:30:50 +02:00
d3812ff2c7 Default width of main column to 50%
This will later be controled by draggin the col-splitter
2016-10-11 18:05:31 +02:00
40254f4427 Style error messages 2016-10-11 18:05:31 +02:00
13764c4c56 Temporarily disabled sidebar button until Attract is nicer to look at. 2016-10-11 18:04:48 +02:00
d6ab498128 Added sidebar link to Attract projects. 2016-10-11 16:34:46 +02:00
300d31b119 Moved check is_attract_project() to AttractExtension. 2016-10-11 16:34:31 +02:00
3c2a00b086 Added "View in shot context" to task detail when viewed in task context. 2016-10-11 15:53:19 +02:00
b7c6402453 Remove "create task" buttons when user has no rights to create tasks.
Has some dirty hacks to infer the permissions based on the allowed methods
on shots/project.
2016-10-11 15:36:24 +02:00
1461fd2064 Allow task & shot details only to subscribers/demos/admins 2016-10-11 15:18:54 +02:00
bb5acd3dd7 Task view: Show user name instead of ID. 2016-10-11 14:44:57 +02:00
cc59c029b0 Show tasks as read-only when user has no PUT access.
Still pretty rough. Most importantly, users are shown as hashes rather
than their names.
2016-10-11 14:16:30 +02:00
73f19ef29a Show task.to_dict() only when running in debug mode. 2016-10-11 14:15:37 +02:00
cabac18f33 Prevent 403 when user doesn't have access enough to fetch project users. 2016-10-11 14:15:04 +02:00
eafcacde36 Include shot name in task list, before the task name. 2016-10-05 14:52:50 +02:00
d9a41c11b7 Added shot summary per project on /attract 2016-10-05 14:42:01 +02:00
bf35b0a9b7 Show user's task on /attract 2016-10-05 11:51:28 +02:00
426635cc45 Moved some task fetching functionality into TaskManager. 2016-10-05 11:51:28 +02:00