Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:05:22 CDT(-0500)] <b-sure> So we are debugging the post authentication behavior of uMobile and are running into an issue in PortalWindowController.js

[12:06:32 CDT(-0500)] <b-sure> if we are not in debug mode, the emulator stops after invoking the onNetworkSessionSuccess() method

[12:06:42 CDT(-0500)] <b-sure> not sure why that is.,

[12:06:47 CDT(-0500)] <athena> does the server have a self-signed certificate?

[12:08:03 CDT(-0500)] <b-sure> it is a wildcard certificate that is verified

[12:08:41 CDT(-0500)] <athena> i'm not sure then

[12:08:51 CDT(-0500)] <athena> what's the CA?

[12:09:00 CDT(-0500)] <b-sure> Equifax

[12:10:36 CDT(-0500)] <athena> i know we've had some problems w/ some CAs not being trusted by default, but i'd imagine that that one is

[12:10:44 CDT(-0500)] <athena> you might send an email to umobile-dev and see if jeff knows

[12:11:24 CDT(-0500)] <b-sure> ok. sure. I'll send it to the dev list. not sure we want to try to mod that file since its not part of the login / shibb process.

[12:12:03 CDT(-0500)] <athena> makes sense

[12:12:17 CDT(-0500)] <athena> i'll make sure jeff sees the pull request

[12:14:24 CDT(-0500)] <b-sure> cool. thanks athena.

[12:14:41 CDT(-0500)] <athena> yep!

[16:08:16 CDT(-0500)] <peterjhart> Anyone know the state of SASS for stylesheets in up4?

[16:08:33 CDT(-0500)] <athena> they're in use

[16:08:43 CDT(-0500)] <peterjhart> Jira and the wiki have no info

[16:08:48 CDT(-0500)] <athena> yeah.

[16:08:55 CDT(-0500)] <athena> i'd recommend talking to gary and/or matt

[16:09:11 CDT(-0500)] <peterjhart> meeting + PTO

[16:09:11 CDT(-0500)] <peterjhart> ha

[16:09:14 CDT(-0500)] <athena> in general i think changes need to be made to the SASS files, after which each skin needs to be manually rebuilt

[16:09:25 CDT(-0500)] <peterjhart> right

[16:09:25 CDT(-0500)] <athena> and i'm not clear on the best way to do that - it's actually kind of a pain

[16:09:33 CDT(-0500)] <athena> i think we need to have some build process that's sane and helpful

[16:09:35 CDT(-0500)] <peterjhart> it should be part of the ant build

[16:09:38 CDT(-0500)] <athena> yeah

[16:09:47 CDT(-0500)] <peterjhart> but that means more dependencies

[16:09:49 CDT(-0500)] <athena> maven build, really

[16:09:53 CDT(-0500)] <peterjhart> right

[16:10:00 CDT(-0500)] <athena> but i don't know enough about the current setup to be sure how to pull it together

[16:10:22 CDT(-0500)] <athena> maybe if you can get some more information from them about how they're building it we can figure out what the build needs to do

[16:10:29 CDT(-0500)] <peterjhart> I have never seen a jar to do it

[16:10:39 CDT(-0500)] <athena> yeah, that may be a problem

[16:10:45 CDT(-0500)] <athena> even if we had a ruby process that was sane

[16:10:53 CDT(-0500)] <athena> i'd rate the current process as not friendly

[16:11:09 CDT(-0500)] <athena> dunno if there's a way to get jruby to do it

[16:12:10 CDT(-0500)] <athena> i worry about the current process because it seems to require manually editing the build for each skin

[16:12:12 CDT(-0500)] <athena> and then running