Activity
From 12/16/2016 to 01/14/2017
01/13/2017
- 04:12 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > My unknown is whether the servlet (handler) can be (or should be) running inside the server JVM
Running inside t... - 04:06 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I am currently working on bootsrapping the new admin application and require an advice of what server/client runtime ...
- 03:05 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Ovidiu Maxiniuc wrote:
> The same stands for @case-sensitive@, @path-separator@ and @file-separator@. They are used ... - 12:54 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- Greg Shah wrote:
> I prefer to encode everything in a standard way (using @/@ and @:@).
Committed 1st revision. A...
01/12/2017
- 05:30 PM Runtime Infrastructure Feature #28: version the P2J code and/or jars
- I have committed a change of version scheme to make it compatible with existing schemes of Mavem, Ivy, etc.
The n... - 03:55 PM Runtime Infrastructure Feature #28: version the P2J code and/or jars
- The initial version of build target versioning committed to 2699a. The version string is added to the jars' manifests...
- 04:48 AM Runtime Infrastructure Feature #28: version the P2J code and/or jars
- > We would have to make sure not to ever rebase the release branch to get the revision numbers stable.
I think thi... - 03:00 PM Runtime Infrastructure Feature #3226 (WIP): change p2j to fwd in names, filenames, paths, environment variables et al
- 02:58 PM Conversion Tools Feature #3225: windows vs linux in p2j.cfg.xml
- When we run conversion, you have to have a different @p2j.cfg.xml@ file that depends on whether you are running the c...
- 02:41 PM Conversion Tools Feature #3225 (WIP): windows vs linux in p2j.cfg.xml
- 08:16 AM Base Language Bug #3217 (Closed): LINE-COUNTER function returns incorrect values
- 08:04 AM Base Language Bug #3217: LINE-COUNTER function returns incorrect values
- The task branch (3201c) containing the changes for this issue was merged to trunk as rev 11135. This task can be closed.
- 07:46 AM Database Bug #3220 (Closed): (TEMP-TABLE) rows get iterated twice in certain conditions
- 07:44 AM Database Bug #3220: (TEMP-TABLE) rows get iterated twice in certain conditions
- During extensive testing, the patch held, no regressions noticed.
The change is part of 11135 revision, committed w... - 07:45 AM Base Language Bug #3216 (Closed): second operand of logical AND and OR operators must be deferred
- 07:40 AM Base Language Bug #3216: second operand of logical AND and OR operators must be deferred
- The final patch for this task is part of 11135 revision, committed from 3201c. This issue can be closed.
- 05:51 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Yes, both inbound and outbound traffic are limited. I have opened outbound 443. Try it now.
... - 04:55 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Greg, FYI, I am getting a "connection refused" error when trying to regression test the change...
01/11/2017
- 03:42 PM Runtime Infrastructure Feature #28: version the P2J code and/or jars
- According to #3063-3 the idea is to build the version from the following components.
* major version
* minor vers... - 01:59 PM Runtime Infrastructure Feature #28 (WIP): version the P2J code and/or jars
- You can include changes for this into 2699a.
Please see #3063 for some useful discussion.
01/10/2017
- 11:50 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg, FYI, I am getting a "connection refused" error when trying to regression test the changes in 2699a on devsrv01....
- 09:55 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- 2699a revision 11141 contains a release-candidate of p2j build powered by gradle dependency resolution. Please review...
01/09/2017
- 02:50 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> I think I have Apache2 configured properly on proj.goldencode.com.
>
> Try: @https://proj.gold... - 02:31 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I think I have Apache2 configured properly on proj.goldencode.com.
Try: @https://proj.goldencode.com/artifacts/com... - 01:46 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- The attached zip file contains the patched hibernate-core with the directory structure expected by Gradle. Note that ...
- 12:25 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Does anybody know if the file p2j/lib/H2Dialect.java.txt is used anywhere? I could not find any reference myself.
- 11:13 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> I'd like to enable a workflow like this:
>
> 1. User is on redmine, uses the Download page to ... - 10:51 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I'd like to enable a workflow like this:
1. User is on redmine, uses the Download page to pull down some snapshot ... - 10:21 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> I also want to enable offline use from a local file system. There are plenty of times when that ... - 09:31 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- > In short, we will need metadata files only for those artifacts we ourselves put into the repository.
This makes ... - 09:30 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- If we need to match a specific directory structure, then Redmine will not be a good fit. I don't think we can contro...
- 09:29 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > I thought that we would be defining the dependencies in the gradle build... - 09:26 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> I thought that we would be defining the dependencies in the gradle build script itself and that t... - 09:08 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- I thought that we would be defining the dependencies in the gradle build script itself and that there would be no nee...
- 08:45 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> Why do we need a Maven POM? Aren't we using Gradle's built-in dependency management?
It could... - 08:43 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- 2699a revision 11136 resolves dependencies so that they match the lib dir. There are two exceptions:
* antlr.jar, th... - 08:42 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Why do we need a Maven POM? Aren't we using Gradle's built-in dependency management?
- 02:22 AM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Greg Shah wrote:
> > I think the repository could be a simple static HTTP endpoint
>
> Can we specify any URL? ...
01/08/2017
- 04:18 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- > I think the repository could be a simple static HTTP endpoint
Can we specify any URL? How about uploading the ... - 02:20 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- In p2j/lib project folder we have a custom patched hibernate-core library. Greg, in order to also remove it from p2j/...
- 02:13 PM Build and Source Control Feature #2699: convert the ant build environment to gradle
- Created task branch 2699a and committed an initial version of gradle build script.
This is a hybrid solution where...
01/06/2017
- 06:42 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> Hmm. Good points. Is it worth deferring these pieces while we have more urgent work to complete... - 06:32 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Hmm. Good points. Is it worth deferring these pieces while we have more urgent work to complete?
- 05:53 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Something I haven't considered when translating the top-left origin and resizing the canvas, so that the chrome gets ...
01/05/2017
- 04:46 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Does anyone know how to get the iframe height (and not the screen height...) using javascript? I've tried @document....
- 02:50 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> How much time do you need to finish this task?
I think tomorrow will be finished. - 01:40 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- How much time do you need to finish this task?
- 12:36 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> The callback approach could be done quickly and then we could defer the proprietary control as an... - 11:49 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- The callback approach could be done quickly and then we could defer the proprietary control as an improvement for later.
- 11:48 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- > how to handle status-area and message-area - haven't thought of a good solution for this yet - Hynek's idea is inte...
- 10:29 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> What is left on this task?
# how to handle status-area and message-area - haven't thought of a g... - 09:57 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- It works perfectly! I really, really like it.
What is left on this task? - 09:36 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg, see 3209b rev 11154 - it fixes the overlay panel problems (not showing sometimes and the bgcolor).
- 08:49 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> Wasn't that darker color also showing in the original approach? I think it is just being drawn d... - 08:23 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- > I have an idea here: let every window draw with the chrome, and fix it in the javascript - get the boundary of the ...
- 08:20 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Interestingly, when you nest dialogs, the inner shading "comes back" (after being missing).
From Guests, use the U... - 08:17 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- > I've fixed this in 3209b rev 11153. I've added an internal overlay panel (in the P2J window...), to cover the P2J w...
- 07:46 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Hynek Cihlar wrote:
> Greg Shah wrote:
> > Eric suggests disabling the ability of the user to grab and move the win... - 05:44 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> Notice how the shading is around the owner (non-modal) window. It is confusing because it sugges... - 05:34 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg Shah wrote:
> Eric suggests disabling the ability of the user to grab and move the window using the titlebar. ...
01/04/2017
- 05:20 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Item for discussion (BUT NOT needed for the demo): when you move a modal dialog, it can go "underneath" the outside e...
- 05:16 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Wow! I've tested out rev 11152 from 3209b. This is really close now.
The most important change I would like is t... - 02:46 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- > but, wouldn't we want for these properties to report the same values, regardless if embedded mode or not?
Yes, t... - 12:40 PM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg, there is a catch in deciding on a per-dialog frame case if it requires decorations or not: we can't know this u...
- 08:55 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- > An issue here is if the top-most visible window is a modal (non-alert-box) window... it should not have chrome.
... - 07:44 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Also, what about a nested scenario, using this z-order (from bottom to top): window1 -> dialog1 -> dialog2 -> dialog3...
- 07:38 AM User Interface Feature #3218: enhance the embedded mode web GUI to implement a good default approach for common ...
- Greg, the current approach is this:
# all modal windows are left with their chrome on, regardless of their size. A...
12/27/2016
- 12:39 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- > Is there a requirement for the UI to be built using responsive design? If so, how easy is it to do so with GWT?
... - 12:37 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Eric Faulhaber wrote:
> Is there a requirement for the UI to be built using responsive design? If so, how easy is it... - 12:22 PM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Is there a requirement for the UI to be built using responsive design? If so, how easy is it to do so with GWT?
- 11:48 AM Runtime Infrastructure Feature #3222: rewrite admin console for native web (html5/css/javascript)
- This task is for the rewrite/conversion of the current admin console (java applet) to a pure javascript approach.
... - 11:19 AM Runtime Infrastructure Feature #3222 (Closed): rewrite admin console for native web (html5/css/javascript)
12/23/2016
- 04:16 PM User Interface Bug #3221 (Closed): Implement multi-rectangle clipping
Also available in: Atom