Project

General

Profile

Activity

From 04/12/2017 to 05/11/2017

05/11/2017

11:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, I don't understand the Admin extensibility support design, thus I can't be helpful...
Hynek Cihlar
10:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, I don't understand the Admin extensibility support design, thus I can't be helpful there. Do you plan to integ... Sergey Ivanovskiy
10:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I have checked in changes to 3222a that implement Admin extensibility support.
Note that admin2/build.xml is depre...
Hynek Cihlar
07:35 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11309 added @ReportPreview@, fixed preview pages count for the client ...
Hynek Cihlar
07:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11309 added @ReportPreview@, fixed preview pages count for the client report preview control. I th... Sergey Ivanovskiy

05/10/2017

08:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11305 added ReportServlet to handle print report requests. Sergey Ivanovskiy

05/09/2017

03:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11304 fixed reports look and feel and implemented reports for selected records, added display deta... Sergey Ivanovskiy
01:16 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
You are correct. I will fix this issue. Sergey Ivanovskiy

05/08/2017

05:14 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11303 fixed report look and feel according to note 413 except a column...
Hynek Cihlar
04:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It is very close.
1. It is good that the column headings are horizontally centered. But the row content should ...
Greg Shah
04:21 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11303 fixed report look and feel according to note 413 except a column heading is not bold. Please... Sergey Ivanovskiy
11:52 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Yes, I am testing and fixing the changes now, but it can do a word break in any place if the whole word is out of its... Sergey Ivanovskiy
11:47 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, please look at this example as an example of word wraps, vertical lines will be added...
Hynek Cihlar
10:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
The word wrapping looks good.
Please do vertically center the drawing of the text in a row.
Greg Shah
10:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, please look at this example as an example of word wraps, vertical lines will be added and column headers will be ... Sergey Ivanovskiy
08:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> I did it but word wrapping by FOP is according to English
We cannot implement support that only works for Englis...
Greg Shah
08:37 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I did it but word wrapping by FOP is according to English, if there is a long word that doesn't fit column width. Are... Sergey Ivanovskiy
08:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> It is required to reinvent word wrapping if a content doesn't fit the maximal available column space along a horizo... Greg Shah
08:28 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It is required to reinvent word wrapping if a content doesn't fit the maximal available column space along a horizont... Sergey Ivanovskiy

05/06/2017

07:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed rev 11301 added print settings. Continue working on the issues summarized by notes 413 and 416. Sergey Ivanovskiy
03:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> You can commit your changes because I have only changes in the sources and now testing re...
Hynek Cihlar
08:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> It is unfortunate that Maven's lack of customizability is infecting IDEs. I will think about thi...
Hynek Cihlar
07:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
The reason we don't follow this "standard" project layout is because it adds unnecessary complexity into the director... Greg Shah
07:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> I am using Eclipse and have no problems in launching P2J server. Did you commit your chan...
Hynek Cihlar
07:40 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I am using Eclipse and have no problems in launching P2J server. Did you commit your changes?
>Since the admin resou...
Sergey Ivanovskiy
07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I am having issues with the IDE (Idea) setup to serve the static admin files (css, images, htmls, etc.) when P2J serv... Hynek Cihlar
06:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
You can commit your changes because I have only changes in the sources and now testing report settings: paper format ... Sergey Ivanovskiy
06:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, I have merged the admin2/build.xml with the main gradle build script together with the web resources being se... Hynek Cihlar

05/05/2017

05:52 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> introduce column renderers and to print data so that rows can have variable heights.
I think this is the right w...
Greg Shah

05/04/2017

05:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11299 added group and processes accounts reports. Group accounts report shows the case if the stri... Sergey Ivanovskiy
03:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11298 fixed ReportBuilder and AbstractReportBuilder api such that each report builder should provi... Sergey Ivanovskiy
12:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed rev. 11296 added showFilterDialog to InputDialog in order to reuse this common dialog. Sergey Ivanovskiy
08:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Working to fix content to be centred, columns heading text to be bold and centred, columns and rows to be separated b... Sergey Ivanovskiy
08:15 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> I think page size and orientation should be enough. Greg, what do you think?
Agreed.
Greg Shah
08:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Should it be like a standard Print dialog? Is it enough to be able to select only a page ...
Hynek Cihlar
08:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I agree with Hynek's comments. The first result is quite good.
My only other request: please center and bold the ...
Greg Shah
08:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Should it be like a standard Print dialog? Is it enough to be able to select only a page size and its orientation? Ca... Sergey Ivanovskiy
08:02 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11294 fixed the case if rows are printed on several pages. This report...
Hynek Cihlar
07:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11294 fixed the case if rows are printed on several pages. These report pages can be fastened toge... Sergey Ivanovskiy
07:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
This is an example of extended reports. Sergey Ivanovskiy
01:08 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > It seems that there is this small project https://github.com/vandes...
Sergey Ivanovskiy

05/03/2017

12:24 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Don't mind, it was just incorrect built state. All sources are compiled now without errors. Sergey Ivanovskiy
12:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I observed recently that admin2 in a bad state... Sergey Ivanovskiy
11:42 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> There is no entry point for this interface in GWT client. This interface is not used and ...
Hynek Cihlar
11:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > There is an unclear functionality that is described by @ClientAc...
Sergey Ivanovskiy
11:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> There is an unclear functionality that is described by @ClientAccountExtension@ interface...
Hynek Cihlar
11:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> > Print Preview is a standard functionality to preview a report on the screen before printing.
>...
Sergey Ivanovskiy
08:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> Print Preview is a standard functionality to preview a report on the screen before printing.
I don't know if we ...
Greg Shah
07:30 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Ok, we can bound this cache size to permit 1 report per a http s...
Sergey Ivanovskiy
07:20 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used f...
Hynek Cihlar
06:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> What do you mean by preview?
Print Preview is a standard functionality to preview a report on...
Sergey Ivanovskiy
06:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used f...
Hynek Cihlar
06:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, we can bound this cache size to permit 1 report per a http session, GWT RPC is used for preview and for report, b... Sergey Ivanovskiy

05/02/2017

12:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Please review server side for reports, committed revision 11289. Now empty Users report c...
Hynek Cihlar
11:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Please review server side for reports, committed revision 11289. Now empty Users report can be viewed and printed (do... Sergey Ivanovskiy
06:22 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, please review committed revision 11286 added print preview selection dialog, added...
Hynek Cihlar
01:34 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > It seems that there is this small project https://github.com/vandes...
Sergey Ivanovskiy

05/01/2017

03:29 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> > It probably takes more time to develop reports with PBox API and coded reports are difficult to...
Hynek Cihlar
08:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> It seems that there is this small project https://github.com/vandeseer/easytable that can...
Greg Shah
06:37 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
It seems that there is this small project https://github.com/vandeseer/easytable that can be used to build PDF tables... Sergey Ivanovskiy

04/30/2017

05:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, please review committed revision 11286 added print preview selection dialog, added @EnumCreator@ to @InputDial... Sergey Ivanovskiy

04/28/2017

08:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, planning to use PDFBox API. Sergey Ivanovskiy
08:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> It probably takes more time to develop reports with PBox API and coded reports are difficult to change according th... Greg Shah
07:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg, please approve one more time that we should use PBox API for generating reports for our GWT client. Sergey Ivanovskiy
06:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > According to https://svn.apache.org/viewvc/pdfbox/trunk/examples...
Sergey Ivanovskiy
02:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> According to https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache...
Hynek Cihlar
01:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
According to https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/pdmodel/ PD... Sergey Ivanovskiy
11:41 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, these screens Admin ACL, Acquire Locks, Certificates, Sessions and Admin Group, Process and User Accounts have pr... Sergey Ivanovskiy

04/27/2017

02:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, Did you have some design for printing? I am asking because didn't develop it yet. ...
Hynek Cihlar
02:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, Did you have some design for printing? I am asking because didn't develop it yet. Probably, we should have som... Sergey Ivanovskiy
01:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Console>Services is disabled in the old admin applet, but it is enabled for the GWT clien...
Hynek Cihlar
01:52 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, please share what are ideas for printing reports in our GWT admin you are planning...
Hynek Cihlar
01:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Hynek: Perhaps Sergey should work on the printing to PDF while you can shift to the customer-spec...
Hynek Cihlar
01:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> PDFBox looks like the correct solution and the license is acceptable.
>
> In what scenarios wo...
Hynek Cihlar
01:48 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Console>Services is disabled in the old admin applet, but it is enabled for the GWT client. Is it correct? Sergey Ivanovskiy
01:29 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek: Perhaps Sergey should work on the printing to PDF while you can shift to the customer-specific screens?
> H...
Greg Shah
01:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, please look at committed revision 11283 that added Help menu. What are the most priority tasks for the current... Sergey Ivanovskiy
11:50 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, please share what are ideas for printing reports in our GWT admin you are planning to use. Are you planning to... Sergey Ivanovskiy
11:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> There are also JavaScript libraries that would allow creating PDFs on the client, but their usage seems to be probl... Greg Shah
11:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
PDFBox looks like the correct solution and the license is acceptable.
In what scenarios would we want to use @java...
Greg Shah
11:10 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> What time will be needed to implement this?
>
> On a positive note, the same approach will pro...
Hynek Cihlar
10:31 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> I am looking at the Print feature in the original Admin and I am wondering whether it wouldn't...
Greg Shah
03:57 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Committed revision 11280 added Bulk Auth Mode Update. It seems that old admin Help has no...
Hynek Cihlar
03:47 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11280 added Bulk Auth Mode Update. It seems that old admin Help has no help topics. Sergey Ivanovskiy
03:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, planning to add Bulk Auth Mode Update handler to HomePresenter. I can wait until you ...
Hynek Cihlar
02:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, planning to add Bulk Auth Mode Update handler to HomePresenter. I can wait until you will check these changes in. Sergey Ivanovskiy
02:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Accounts/Bulk Auth Mode Update is not ready yet, we need to implement currently logged us...
Hynek Cihlar
02:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Accounts/Bulk Auth Mode Update is not ready yet, we need to implement currently logged user that is also displayed by... Sergey Ivanovskiy

04/26/2017

10:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I can run hotel_gui and attach administration GWT client to this server, thus locked records are filled with data. Sergey Ivanovskiy
10:05 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Thank you, I will fix these ones. Sergey Ivanovskiy
09:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I have tested the Certificates screen and it works pretty good. There are just some minor things:
* Grids don't refr...
Hynek Cihlar
08:55 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Ok, I will fix Acquired Locks today and move to Help. I haven't ...
Sergey Ivanovskiy
08:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> I am looking at the Print feature in the original Admin and I am wondering whether it wouldn't...
Greg Shah
08:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Ok, I will fix Acquired Locks today and move to Help. I haven't setup the current MAJIC e...
Hynek Cihlar
07:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, I will fix Acquired Locks today and move to Help. I haven't setup the current MAJIC environment on my host, thus ... Sergey Ivanovskiy
07:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> What are the most priority issues? Are there new functionality or screens that are not re...
Hynek Cihlar
07:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Yes, we can use it during development.
Hynek Cihlar wrote:
> I suppose this feature exists to prevent edits to set ...
Sergey Ivanovskiy
07:37 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynec, are you planning to fix a...
Hynek Cihlar
07:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, are you planning to fix application jar classpath
>
>...
Sergey Ivanovskiy
07:09 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynec, are you planning to fix application jar classpath
If you mean the problem with...
Hynek Cihlar
04:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Another issue is minor, there are no GCD cap in our new source files. Sergey Ivanovskiy
04:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynec, are you planning to fix application jar classpath and https to use with it. I need a real application that wor... Sergey Ivanovskiy
02:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I am looking at the Print feature in the original Admin and I am wondering whether it wouldn't be better to replace i... Hynek Cihlar

04/25/2017

05:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
I have implemented directory backup and reload, and server shutdown from Console sub-menu. And I am moving on to Print. Hynek Cihlar
04:15 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, committed revision 11272 added @NameTokens.buildACLPlaceRequest(...params...)@ and implemented the corresponding ... Sergey Ivanovskiy
03:28 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynec, please review switch to ACLs from accounts (committed revision 11271).
It looks...
Hynek Cihlar
02:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynec, please review switch to ACLs from accounts (committed revision 11271). Sergey Ivanovskiy
09:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Eric Faulhaber wrote:
> Hynek Cihlar wrote:
> > 3222a revision 11267 fixes the validation issue. Eric, can you plea...
Hynek Cihlar
08:58 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> 3222a revision 11267 fixes the validation issue. Eric, can you please review the change?
The ...
Eric Faulhaber
05:23 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek, please help with this issue. From my tries @ant import.db...
Hynek Cihlar

04/24/2017

04:11 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, it is not an issue. Sergey Ivanovskiy
02:04 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynec, there is the following issue with @MenuView@/@MenuPresenter@. Selecting the same m...
Hynek Cihlar
02:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, please help with this issue. From my tries @ant import.db@ can be executed without...
Hynek Cihlar
01:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Now I am doing certificates tree instead of the table view, there are solvable issues with tree presentation. Sergey Ivanovskiy
01:24 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynec, there is the following issue with @MenuView@/@MenuPresenter@. Selecting the same menu item as it has been curr... Sergey Ivanovskiy
09:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, tt seems that we need to fix build.gradle so that these l...
Sergey Ivanovskiy
05:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> > The compile errors are fixed. Please update.
> Ok, thanks. What is the current revisio...
Hynek Cihlar
05:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> It seems that two new GWT module are under com/goldencode/p2j, AdminRightsEditors.gwt.xml...
Hynek Cihlar
04:58 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > My local directory 3222a is an exact copy of 3222a branch and I ...
Sergey Ivanovskiy
04:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> My local directory 3222a is an exact copy of 3222a branch and I tried to compile a clean ...
Hynek Cihlar
03:59 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
My local directory 3222a is an exact copy of 3222a branch and I tried to compile a clean copy. Sergey Ivanovskiy
03:50 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey, I have some project structura...
Sergey Ivanovskiy
02:40 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey, I have some project structural changes to commit. If you...
Hynek Cihlar

04/23/2017

06:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek Cihlar wrote:
> Sergey, I have some project structural changes to commit. If you have uncommitted changes plea...
Sergey Ivanovskiy

04/22/2017

04:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, I have some project structural changes to commit. If you have uncommitted changes please check them in. I don... Hynek Cihlar

04/21/2017

10:37 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
> We can make this more clear in the documentation, to use this script to ensure the latest version is there?
Yes,...
Greg Shah

04/20/2017

05:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
gwtbootstrap3-0.9.4 requires gwt-user of 2.7.0 and this version requires validation-api-1.0.0.GA.jar. Sergey Ivanovskiy
04:48 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, I am working on Acquire Locks view, in my old admin applet application Services, Logging and Audit are disabled. ... Sergey Ivanovskiy
04:30 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, unless you already started working on these I am taking Console/Logging and Console/Audit as my next task. Hynek Cihlar
04:52 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynec, tt seems that we need to fix build.gradle so that these libraries will be used dir...
Hynek Cihlar

04/19/2017

06:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynec, tt seems that we need to fix build.gradle so that these libraries will be used directly in order to fix hotel_... Sergey Ivanovskiy
05:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
If GWT validation API is removed from dependencies of gwtRuntime, then the thrown exception will be this one... Sergey Ivanovskiy
12:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
3222a pushed up to revision 11256. Sergey Ivanovskiy
11:26 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, then I am starting rebase now. Sergey Ivanovskiy
11:24 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, I would like to rebase 3222a if you have no objections.
No problem.
Hynek Cihlar
11:19 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, I would like to rebase 3222a if you have no objections. Sergey Ivanovskiy
11:08 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Yes, it looks like this problem is related to 3222a only. Sergey Ivanovskiy
11:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Eric Faulhaber wrote:
> FYI, I just did a clean checkout of @hotel_gui@ and ran @ant deploy.all@ against FWD trunk. ...
Eric Faulhaber
11:02 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
FYI, I just did a clean checkout of @hotel_gui@ and ran @ant deploy.all@ against FWD trunk. It completes without erro... Eric Faulhaber
10:42 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Constantin Asofiei wrote:
> Did you do @ant deploy.all@?
No, I tried deploy.all and there exists an unknown problem...
Sergey Ivanovskiy
10:16 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Did you do @ant deploy.all@? Constantin Asofiei
10:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
But I was running successfully hotel_gui with the current trunc P2J. Sergey Ivanovskiy
09:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynec, did you try to run hotel_gui with 3222a? I rebuilt database and application with help of ant clean, ant clean.... Sergey Ivanovskiy
10:46 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
> What virtualization platforms and host OSes do you want me to test?
VirtualBox on Ubuntu and Windows is sufficie...
Greg Shah
10:44 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Greg Shah wrote:
> The configuration of the VM is different. I do think we should include instructions on that.
...
Hynek Cihlar
10:38 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
> Just to confirm, does it include all the steps needed to download and get the virtualization software (VirtualBox),... Greg Shah
10:35 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Greg Shah wrote:
> Hynek: Would you please test the VM image that Constantin has prepared. It can be found at @devs...
Hynek Cihlar
08:39 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Greg Shah wrote:
> Constantin: I'm thinking that it would be better to have a script that would run when the VM firs...
Constantin Asofiei
08:30 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Hynek: Would you please test the VM image that Constantin has prepared. It can be found at @devsrv01:/tmp/vm/fwd-dev... Greg Shah

04/18/2017

02:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, I will start from Record Locks. Sergey Ivanovskiy
02:05 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Hynek, do you have some task from your list that you haven't started yet that can be dele...
Hynek Cihlar
01:42 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Hynek, do you have some task from your list that you haven't started yet that can be delegated? How to integrate "Swi... Sergey Ivanovskiy
12:53 PM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Constantin Asofiei wrote:
> Is uploading to @devsrv01:/tmp/vm/fwd-dev.vdi.zip@, file size is 2012083185 bytes, will ...
Constantin Asofiei

04/17/2017

01:24 PM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
> And after that can you upload them to https://proj.goldencode.com/downloads/vm/setup/?
Done.
> Ideally, I wou...
Greg Shah
11:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Ok, in this case I should change DANGER to PRIMARY for all custom dialogs. If you have additional code changes, then ... Sergey Ivanovskiy
06:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey, unless you have any valid objections I will change the button styles for default non-dangerous actions from @... Hynek Cihlar
02:27 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11249 added @AsyncAction@ to chain two asyncronious actions, fixed @InputDialog@ look and feel acc... Sergey Ivanovskiy

04/14/2017

02:18 PM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
Greg Shah wrote:
> > is ~/shared/dev_tools/vm/setup/ OK? And after that can you upload them to https://proj.goldenco...
Constantin Asofiei
08:38 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
> is ~/shared/dev_tools/vm/setup/ OK? And after that can you upload them to https://proj.goldencode.com/downloads/vm/... Greg Shah
08:33 AM Support #3274 (Review): create a "reference VM" for a FWD developer system, based on Ubuntu
Greg, I have some questions/requests:
# See https://proj.goldencode.com/projects/p2j/wiki/Scripted_Installation#Down...
Constantin Asofiei
12:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed rev. 11248 added styles to @InputDialog@ to use a horizontal layout with columns. It seems that in some use... Sergey Ivanovskiy

04/13/2017

09:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Committed revision 11246 added PEM certificate import. Committed revision 11247 implemented "Assign certificate to pr... Sergey Ivanovskiy

04/12/2017

08:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Good. Greg Shah
08:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Greg Shah wrote:
> Sergey Ivanovskiy wrote:
> > Now I am moving these methods (that depend on java.security API) fr...
Sergey Ivanovskiy
07:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
Sergey Ivanovskiy wrote:
> Now I am moving these methods (that depend on java.security API) from @CertificateUtils@ ...
Greg Shah
07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
> Should we add Import button to Certificate Definition dialog opened by Add Certificate to load an ASCII PEM certifi... Greg Shah
01:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
The applet administration client have no functionality to generate X509 certificates and it implements only imports o... Sergey Ivanovskiy
 

Also available in: Atom