General

Profile

Cassie Nicol

  • Login: cassieenicol@gmail.com
  • Email: cassieenicol@gmail.com
  • Are you a spammer?: No
  • Registered on: 01/09/2013
  • Last connection: 01/05/2015

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

05/05/2014

02:30 PM Wt Help: RE: problem overloading AuthWidget::createRegistrationModel()
There is a leak of RegistrationModel in AuthWidget. It gets created, but never
deleted. It looks like the ownership...
Cassie Nicol

05/04/2014

03:56 AM Wt Help: problem overloading AuthWidget::createRegistrationModel()
I want to use my own extended RegistrationModel() to get finer control on the loginName. I tried overloading AuthWidg... Cassie Nicol

02/04/2014

12:06 AM Wt Help: RE: Trouble with Google OAuth
yes, changing GoogleService.C (87)
from
bool emailVerified = userInfo.get("verified\_email").orIfNull(false);
to
...
Cassie Nicol

02/03/2014

09:29 AM Wt Help: Trouble with Google OAuth
I have had trouble with the Google OAuth code. It can be seen in both Hangman and features/oauth1 examples.
What is ...
Cassie Nicol

04/09/2013

12:21 PM Wt Help: RE: need help with ManyToMany query
Thanks Koen,
That seems to fix the problem.
typedef dbo::dbo\_traits<User>::IdType TUserId;
//typedef dbo::dbo\_t...
Cassie Nicol
12:41 AM Wt Help: need help with ManyToMany query
I want to do something like
select m.user\_id as "user", t.user\_id as "target", m.timestamp, m.text
from message ...
Cassie Nicol

Also available in: Atom