Re: using web code from trunk

2014-10-01 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, October 01, 2014 12:00:37 PM Andy Kurth wrote: > Hi Bostjan, > Thank you for the detailed analysis. A few comments and questions of my > own inline below... > > On Mon, Sep 29, 2014 at 10:32 AM, Bostjan Boric wrote: > > More issues: on

Re: using web code from trunk

2014-10-01 Thread Andy Kurth
Hi Bostjan, Thank you for the detailed analysis. A few comments and questions of my own inline below... On Mon, Sep 29, 2014 at 10:32 AM, Bostjan Boric wrote: > More issues: on a clean install (more or less :P I'm trying to get Young Oh's > OpenStack module up and running - I'm providing the cha

Re: using web code from trunk

2014-10-01 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bostjan, Thanks for another report. I'll see if I can come up with a better way to handle submitting an expired continuation via an AJAX call. Josh On Wednesday, October 01, 2014 1:18:17 PM Bostjan Boric wrote: > I finally managed to track down th

Re: using web code from trunk

2014-10-01 Thread Bostjan Boric
I finally managed to track down the problem with the nondescript popup window - seems I had "date_default_timezone_set('UTC')" in my conf.php while my system timezone was set to Central European Summer Time. Interesting enough PHP's time() function was reporting the correct UTC time. The issue seem

Re: using web code from trunk

2014-09-29 Thread Bostjan Boric
Woops, I stand corrected, the minified dojo.js is definitely not included by default, I forgot I installed it separately as Josh instructed in the first email of this thread, please accept my apology for jumping to conclusions ;) On Mon, Sep 29, 2014 at 4:32 PM, Bostjan Boric wrote: > More issues

Re: using web code from trunk

2014-09-29 Thread Bostjan Boric
More issues: on a clean install (more or less :P I'm trying to get Young Oh's OpenStack module up and running - I'm providing the changes made to the database below but I doubt they are related) clicking either on Reservations or the Dashboard button immediatelly pops up an error: "Error encountere

RE: using web code from trunk

2014-09-25 Thread Truesdale, Gary
d planning additional legal action. Gary Truesdale P.E. Account Manager Hewlett-Packard 310.658.0922 -Original Message- From: Aaron Peeler [mailto:[email protected]] Sent: Thursday, September 25, 2014 5:52 AM To: [email protected] Subject: Re: using web code from trunk Ditto -

Re: using web code from trunk

2014-09-25 Thread Aaron Peeler
Ditto - thanks for reporting that. Aaron On Thu, Sep 25, 2014 at 8:48 AM, Josh Thompson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bostjan, > > We're not getting tired of your reports at all! We're quite happy for the > testing and contributions. Thanks for the report. Keep

Re: using web code from trunk

2014-09-25 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bostjan, We're not getting tired of your reports at all! We're quite happy for the testing and contributions. Thanks for the report. Keep them coming... Josh On Thursday, September 25, 2014 1:40:08 AM Bostjan Boric wrote: > Excellent, thanx for

Re: using web code from trunk

2014-09-24 Thread Bostjan Boric
Excellent, thanx for the update :). You must be getting tired of my trivial bug reports, but there are two tiny issues left: Aaron's removal of "KEY `predictivemoduleid` (`predictivemoduleid`)" left a trailing comma in vcl.sql:600 "KEY `IPaddress` (`IPaddress`)," which is preventing a successful im

Re: using web code from trunk

2014-09-24 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bostjan, Oops - sorry about that. vcl.sql and update-vcl.sql are updated now. I had the changes in my working copy, but never committed them. Josh On Wednesday, September 24, 2014 5:49:15 PM Bostjan Boric wrote: > Woohoo, that was a swift reply &

Re: using web code from trunk

2014-09-24 Thread Bostjan Boric
Woohoo, that was a swift reply & fix alright :). Thanx for pointing out the update-vcl.sql script but neither this one nor the main vcl.sql seem to contain the vcl.semaphore definition. Judging by your getSemaphore() code the table definition hasn't changed since you last discussed it a year ago in

Re: using web code from trunk

2014-09-24 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Revision 1627322 fixes the loop problem when failing so that you don't get email bombed if you are missing the semaphore table (or have some other problem that would have resulted in abort getting called in a loop). Josh On Wednesday, September 24,

Re: using web code from trunk

2014-09-24 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bostjan, Yikes! Obviously, the code did not fail very well there. :( I'll look at making it fail without email bombing in the process. Thanks for jumping in to test the latest code. You can run the update-vcl.sql script (in the mysql directory)

Re: using web code from trunk

2014-09-23 Thread Bostjan Boric
I decided to take the plunge and try to get fresh web code up & running on a clean install of VCL but failed miserably - the prime issue being the missing semaphore table. Before even being able to sign in I was greeted by a torrent of "An error has occurred. If this problem persists, please email.

Re: using web code from trunk

2014-09-23 Thread Josh Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy, Dojo provides a way to "compile" the code to make load times faster. "Compiling" takes a list of source files, sticks them all together into a single file, removes unnecessary whitespace, and minimizes the length of variable names. All of t

Re: using web code from trunk

2014-09-22 Thread Andy Kurth
Thank you for this information. I knew we were shipping dojo with the release but was unaware the dojo directory had custom source code under it. What is different between stock dojo and dojo-1.6.2vcl? I see several files in dojo-1.6.2vcl such as the vcl*.js files. Is this code in the repositor