PMXBOT Log file Viewer

Help | Karma | Search:

#aclarknet logs for Thursday the 23rd of July, 2015

(Back to #aclarknet overview) (Back to channel listing) (Animate logs)
[10:30:31] <aclark> garbas: go go go! we do need the viewlet BTW: https://github.com/upiq/uu.task/issues/13
[10:34:19] <garbas> aclark: oh yes, will uncomment it
[10:36:06] <aclark> garbas: just sent mail, clearing you for work for next 2 days-ish \o/
[20:54:00] <PlockPins> [13pins] 15aclark4life 04deleted 06aclark-fix-annoyance at 140798308: 02http://git.io/vYnsL
[20:58:46] <PlockPins> [13pins] 15aclark4life created 06aclark-fix-versions from 06master (+0 new commits): 02http://git.io/vYnGh
[21:00:13] <PlockPins> [13pins] 15aclark4life pushed 1 new commit to 06aclark-fix-versions: 02http://git.io/vYnZ0
[21:00:13] <PlockPins> 13pins/06aclark-fix-versions 14f22a823 15Alex Clark: Use aclark-fix-versions branch
[21:12:06] <PlockPins> [13pins] 15aclark4life pushed 1 new commit to 06aclark-fix-versions: 02http://git.io/vYnW7
[21:12:06] <PlockPins> 13pins/06aclark-fix-versions 14864eeae 15Alex Clark: Still an issue w/dash vs. underscore
[21:14:43] <PlockPins> [13pins] 15aclark4life pushed 1 new commit to 06aclark-fix-versions: 02http://git.io/vYnlX
[21:14:43] <PlockPins> 13pins/06aclark-fix-versions 145b14488 15Alex Clark: Use master branch
[21:15:13] <PlockPins> [13pins] 15aclark4life merged 06aclark-fix-versions into 06master: 02http://git.io/vYnlN
[21:16:23] <PlockPins> [13pins] 15aclark4life 04deleted 06aclark-fix-versions at 145b14488: 02http://git.io/vYn8Z
[21:42:58] <aclark> garbas: you mean | bash here right ? curl https://nixos.org/nix/install > bash; i.e. s/>/|/
[21:43:21] <aclark> otherwise you just get the install in a file called bash :-)
[21:43:31] <garbas> ah yes ... pipe
[21:43:34] <garbas> curl https://nixos.org/nix/install | sh
[21:44:35] <aclark> yup
[21:45:04] <aclark> Hmmm I think I just installed nix on OS X
[21:52:05] <garbas> aclark: yup, should work also on osx
[21:52:19] <garbas> but havent tested it (dont have osx)
[21:53:04] <aclark> garbas: i love how the plone 5 "splash" now shows up in plone 4 with uu.task installed, i thought I was going insane at first
[21:54:22] <garbas> :)
[22:17:08] <aclark> garbas: do we have anything "contingency based" as described here? https://github.com/upiq/uu.task/issues/20
[22:19:55] <garbas> aclark: "contingency based"?
[22:20:19] <aclark> garbas: also i'm going to start "wire framing" with the actual views since supton never finished ;-) https://github.com/upiq/uu.task/issues/1
[22:22:27] <aclark> garbas: if you look at c.task you'll notice there is "assigned group" and "assigned user" so presumably… actually I'm not entirely sure about the requirement… but it seems like supton wanted something like 1.) Select PM then 2.) Select user based on which group PM is a member of? I'm guessing here.
[22:22:48] <aclark> garbas: in any event, if it's not "easy" don't worry about it.
[22:23:08] <garbas> let me look again at c.task what they do with group there
[22:24:08] <aclark> I couldn't test with my dummy users because none of them were added to the 4 default roles in plone… well, maybe I can test; I think I already understand what happens (or is supposed to happen).
[22:24:23] <aclark> The 2nd dropdown is populated based on the selection in the 1st dropdown.
[22:25:07] <garbas> https://github.com/collective/collective.task/blob/master/src/collective/task/behaviors.py#L108
[22:26:07] <garbas> at "save" time they(c.task) gets the users from group and assignes localroles
[22:26:57] <garbas> but if you add new user to group, then every task with that group needs to be saved again
[22:28:02] <aclark> ugh
[22:28:54] <aclark> garbas: so let's not do that then I guess
[22:29:54] <garbas> this or we also will need to hack into "adding user to group" code
[22:30:19] <garbas> so that we can recalculate localroles
[22:31:58] <aclark> in plone you mean?
[22:32:16] <garbas> yes
[22:32:23] <garbas> that might actually be an option
[22:33:45] <aclark> hmmm you mean an option now or a future PLIP? Option now sounds like monkeypatch
[22:34:36] <garbas> yes, monkeypatch or maybe there is already a way to extend existing code
[22:34:52] <aclark> ah i see
[22:34:55] <aclark> ok
[23:17:16] <aclark> I wish I could add Travis
[23:40:48] <aclark> garbas: looks like we might need to support access to uu.task.state: https://github.com/upiq/uu.task/issues/6#issuecomment-112657787
[23:43:50] <garbas> aclark: ITaskAccessor(context).state
[23:43:55] <garbas> done already :)
[23:44:48] <garbas> i need to extend abit what we store in annotation storage
[23:45:05] <aclark> garbas: w00t \o/ how does that work? I just looked through code and couldn't find it
[23:45:56] <garbas> aclark: https://github.com/upiq/uu.task/blob/master/uu/task/content.py#L219
[23:46:17] <aclark> oic, thanks
[23:54:32] <aclark> garbas: here's the "which fields are shared" explanation: https://github.com/upiq/uu.task/issues/9#issuecomment-112659289
[23:55:25] <garbas> aclark: i think this is done now
[23:55:53] <aclark> cool