Activity
From 03/08/2017 to 04/06/2017
04/06/2017
- 06:02 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11234 added BasePresenter with history utility methods, improved EnumRadioGroup, added get certifi...
- 01:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Now I am moving these methods (that depend on java.security API) from @CertificateUtils@ to @AdminServerImpl@ in orde...
- 09:44 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
- To the degree that the installation is scripted, please document the usage of the scripts in https://proj.goldencode....
- 09:43 AM Support #3274: create a "reference VM" for a FWD developer system, based on Ubuntu
- The virtual machine should have a disk size large enough to reasonably work on a wide range of projects (500GB or 1TB...
- 09:36 AM Support #3274 (Closed): create a "reference VM" for a FWD developer system, based on Ubuntu
04/04/2017
- 02:37 AM Bug #3272: Login into web client with empty password crashes spawner
- This occurred with the sample project Hotel on a Windows OS. It doesn't seem to be specific to a concrete application...
- 02:37 AM Bug #3272 (Closed): Login into web client with empty password crashes spawner
03/30/2017
- 11:07 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11227 added AccountsConstants.
- 07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11226 fixed delete groups and delete users use cases and moved EnumRadioGroup and CustomComboBox t...
- 05:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > It is related to common requirements if there is a requirement t... - 04:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > It is related to common requirements if there is a requirement t... - 04:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It is related to common requirements if there is a requirement to navigate, focus and sel... - 02:21 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Committed revision 11222 added Accounts>Processes and Accounts>C... - 08:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- In my last commit I improved @AdminCallback@ and @MultiCallback@ with the capability to fetch and report server messa...
- 08:36 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Committed revision 11222 added Accounts>Processes and Accounts>Certificates views.
>
>...
03/29/2017
- 06:02 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11222 added Accounts>Processes and Accounts>Certificates views.
I tried to add a keyboard suppo... - 01:30 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11221 added Accounts and Console modules and injected them in Home module.
- 04:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11220 added Alarm and ModalDialogs to GroupsPresenter and did improvements to use view states.
- 03:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- >Do you still see programmatic dialogs confusing?
Yes, I think that UI styles are better supported by custom dialogs... - 03:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I didn't use @InputDialog@ now. Is it you forced me to use this dialog instead of the ex... - 02:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I didn't use @InputDialog@ now. Is it you forced me to use this dialog instead of the existing ones in Accounts>Grou...
- 02:45 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I used programming dialogs only for errors and warnings notifications and approval action...
03/28/2017
- 07:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- These screens: Accounts>Processes and Accounts>Certificates are next to do.
- 07:07 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I used programming dialogs only for errors and warnings notifications and approval actions but their styles are diffe...
- 03:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I added the @Alarm@ class, it is used to show the last error message from server. It mimics the behavior of t...
- 01:28 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Here's a quick implementation status summary. The list below shows the individual Admin sectio... - 12:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Here's a quick implementation status summary. The list below shows the individual Admin sections (as defined in the a...
- 02:21 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, there is a new widget that implements modal dialog for data input, see the class @InputDialog@. With a simple...
03/27/2017
- 02:33 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11215 added Find User dialog and used @ModalDialogs@ as a manager via @UsersPresenter@ (controller).
- 07:07 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev 11213 added generic @CustomComboBox@ based on @DataGrid<TRowObject>@.
03/24/2017
- 02:39 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, committed revision 11211 added @filter@ parameter to sessions url. Now it looks like
!SessionsWithFilter.png!
03/23/2017
- 06:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- A nice feature that naturally comes with the web environment and GWT are the persistent URLs. I have implemented this...
- 05:09 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Please review committed revision 11209 that changed @EnumCreator@ to use generic enum typ... - 04:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please review committed revision 11209 that changed @EnumCreator@ to use generic enum types and @EnumRadioGroup@.
- 03:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11208 added "Clone Selected User As" dialog.
- 01:38 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- No problems. I only was confused by discussion http://stackoverflow.com/questions/4584998/how-to-convert-a-byte-array...
- 12:12 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > But it seems that @String.getByt... - 11:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > But it seems that @String.getBytes("UTF-8")@ is in the JRE emula... - 11:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> But it seems that @String.getBytes("UTF-8")@ is in the JRE emulated set.
Are you refer... - 11:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- But it seems that @String.getBytes("UTF-8")@ is in the JRE emulated set.
- 11:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- We are using @UserDef@ on the client side, but the conversion from String to byte[] is not trivial. For an example, i...
- 10:18 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, @SecurityAdmin.getUser@ for @bogus@ throws this exception due to @bogus.getPasswordDate()@ is not set...
- 07:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The customer account extensions are in use. I think Hynek is just suggesting to finish the other core features first...
- 07:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Yes, we can suppose that a customer extension is not used.
- 07:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, should this functionality @AdminAccountExtension@ be implemented by GWT client?
... - 05:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, should this functionality @AdminAccountExtension@ be implemented by GWT client?
03/22/2017
- 05:33 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11202 did intermediate changes: moved 2 methods from @CertificatesUtils@ to @AdminHelper@ to be us...
- 05:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It is used by Add new user and edit user use cases for the admin applet.
- 04:54 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It seems we should add this method
> [...]
> to our administration service.
What is ... - 04:52 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> It seems that there are no GWT or bootstrap3 widget that can represent certificates as a ... - 04:37 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems we should add this method...
- 04:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that there are no GWT or bootstrap3 widget that can represent certificates as a dropdown list with two colum...
- 03:44 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that @CertificatesUtils@ has types/classes that can't be used on the client side. We should add new correspo...
- 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, did you test grids filled with more than 50 records (default page size)?
No, bu... - 02:46 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey, I don't think the table paging of Accounts->Groups and Accounts->Users is necessary. T... - 11:26 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11201 added @EnumRadioGroup@ and removed the particular group widget @SecuritySelectorGroup@, plan...
- 09:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Agree, I will remove paging widgets from these views. Committed revision 11199,11200 added @SecuritySelectorGroup@ th...
- 06:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I don't think the table paging of Accounts->Groups and Accounts->Users is necessary. The original Admin apple...
- 06:46 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey, after the update to 11196 I am getting compilation error... - 04:33 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11198 added Accounts>Users view to the application menu.
- 04:08 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey, after the update to 11196 I am getting compilation errors when running build.gradle, s...
03/21/2017
- 07:10 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I am working on the @Access Control@ section now.
- 06:55 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, after the update to 11196 I am getting compilation errors when running build.gradle, see below....
- 04:38 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11196 moved @AuthModes@ out for common usages.
03/20/2017
- 05:30 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Working on Accounts>Users screen.
- 03:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It seems that deleteGroup is not thread safe and after applying this diff the delete issue is gone out. But I am not ...
- 02:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Constantin Asofiei wrote:
> Sergey Ivanovskiy wrote:
> > An interesting use case to delete 2 groups simultaneously ... - 01:31 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, if you happen to get stuck with @DataGrid@ not initially displaying data in Bootsrap's @Modal@ widget (as I d...
- 01:13 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> An interesting use case to delete 2 groups simultaneously with help of @MultiCallback@ is... - 12:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- An interesting use case to delete 2 groups simultaneously with help of @MultiCallback@ is not succeeded. This method ...
- 05:44 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11192 moved @sessions@ and @groups@ packages into @console@ and @accounts@ respectively, added @co...
- 03:31 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> > No matter if the Linux user name is the same as service owner name.
>
> The Linux user name ... - 03:21 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- > No matter if the Linux user name is the same as service owner name.
The Linux user name doesn't matter in that c... - 02:30 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> I know the web client doesn't work. Use the Swing client on Linux and connect to the Windows serv... - 01:26 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- I know the web client doesn't work. Use the Swing client on Linux and connect to the Windows server running as a serv...
- 12:44 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> I don't understand. The FWD client on Linux cannot connect to the FWD server on Windows? What i... - 12:34 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- I don't understand. The FWD client on Linux cannot connect to the FWD server on Windows? What is the failure? In t...
- 12:14 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> > If we start server as service it is possible to run web client for user that is the same as ser... - 11:47 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- > If we start server as service it is possible to run web client for user that is the same as service owner. Using al...
- 11:38 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> >> Can the FWD server be run properly for normal usage (access from a FWD client that is manually... - 11:26 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- >> Can the FWD server be run properly for normal usage (access from a FWD client that is manually started)?
>
> Yes... - 11:23 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Greg Shah wrote:
> Can the FWD server be run properly for normal usage (access from a FWD client that is manually st... - 11:04 AM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Can the FWD server be run properly for normal usage (access from a FWD client that is manually started)?
Do I unde...
03/18/2017
- 06:51 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I have implemented a general mechanism to displaying common message dialogs. The idea is to encapsulate dialo...
- 04:17 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11188 fixed add, delete, clone and update group actions.
- 07:31 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- On 17.3.2017 21:58, Hynek Cihlar wrote:
>
> Greg,
>
> I checked the Majic Admin extension sources. I think we wil... - 09:02 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11187 added view state machine for @HasEnabled@ widgets.The usage of this state machine in the cas...
- 09:49 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The today investigation results.
The new are pretty sad. The shortly speaking the @CreateProcessWithLogonW@ can no... - 08:51 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- Another info from mail conversation:
Here is the running FWD server application as service in Windows status. In s...
03/17/2017
- 03:24 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> What is the purpose of @<dirset dir="/home/hc/gcd/p2j-idea-project/out/production/p2j"/>@... - 12:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, planning to use and to generalize table creation code into @GridHelper@. What is the purpose of @<dirset dir="/ho...
- 12:26 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, we need a way to simplify how data grids are created. Currently it is a lot of manual work which can be autom...
- 11:41 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The Wiki document section for automated server starting was also updated with recent changes for use @NSSM.EXE@.
- 11:38 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The current approach we use while missing our own service utility is to use @nssm@ as service. After copy @nssm.exe@ ...
03/16/2017
- 02:27 PM Feature #3268: Creating a tool to install and manage FWD server as Windows service
- The objective is to implement Windows application that can be used to install CMD server staring script(or equivalent...
- 02:15 PM Feature #3268 (New): Creating a tool to install and manage FWD server as Windows service
03/15/2017
- 06:45 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11183 fixed Session Management view.
- 03:41 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, at first they were at the footer, but next time I decided to test out of footer layout.
- 03:06 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, on the accounts/groups, I think that moving the buttons to the panels' footers would make the buttons more vi...
- 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> I checked in the missing files, the project should compile fine now.
>
> I removed @com.gol... - 02:32 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Revision 11180 resolves compile failures caused by the removal of shared/model/TaggedName.java.
- 02:07 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I checked in the missing files, the project should compile fine now.
I removed @com.goldencode.p2j.admin2.shared.m... - 01:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- You didn't notify that you removed @com.goldencode.p2j.admin2.shared.model.TaggedName@ and it seems that the project ...
- 01:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- In my last commit I included @MultiCallback@ class that simplifies dispatching of multiple servlet calls. For example...
- 10:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- The problem is that Guava started to support GWT-2.8.0 from version release 20. https://github.com/google/guava/wiki/...
- 10:49 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek, please review committed revision 11177 that changed version for guava 'com.google.... - 10:48 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek, please review committed revision 11177 that changed version for guava 'com.google.guava:guava:21.0' and added ...
- 06:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Planning to consider the User Accounts Management view that is accessible by Accounts > Users, since it is similar to...
- 05:51 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev 11176 renamed @session@ package to @sessions@ and moved @groups@ and @sessions@ into @home@.
- 05:14 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, should we move packages @groups@ and @session@ into @home@ package like it was don... - 01:29 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, should we move packages @groups@ and @session@ into @home@ package like it was done for @runtime_settings@?
03/14/2017
- 03:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Please review these css changes, committed revision 11174.
The change is OK. - 03:31 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed revision 11175 added Group Accounts Management view that is still in progress.
- 10:32 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please review these css changes, committed revision 11174.
- 10:24 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Thus we can attach @menu.css@ after all boootstrap css by making these changes in @AdminA... - 10:17 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- If we inspect our application page by Browser's Html Inspector, then we can find that css styles are included in this...
- 10:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok. Don't mind my previous question. I realized that we can use the path from the root @<stylesheet src="/AdminApp.cs...
- 10:01 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, do you have objections if I will move @AdminApp.css@ to @public@ folder or another... - 09:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, do you have objections if I will move @AdminApp.css@ to @public@ folder or another preferable folder from @war...
- 06:43 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynek Cihlar wrote:
> > > > Ser... - 06:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynek Cihlar wrote:
> > > Sergey Ivanovskiy wrote:
> > > > Hyn... - 06:23 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynek Cihlar wrote:
> > Sergey Ivanovskiy wrote:
> > > Hynec, please post links or samp... - 06:21 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, please post links or samples code that are related to how... - 06:06 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please post links or samples code that are related to how to create nested views/p...
03/13/2017
- 03:19 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I checked in changes which make the super devmode work. In respect to that I changed the embedded Jetty not to use SS...
- 09:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, please post links or samples code that are related to how... - 07:13 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey I have checked in the menu and added the Sessions link to it. Also I nested Sessions below Home, the idea is t...
- 05:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, please post links or samples code that are related to how to create nested views/p...
03/11/2017
- 06:56 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev 11170 added Session Management view with Filter view. In order to evaluate I used these uncommitted cod...
- 03:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, please post links or samples code that are related to how to create nested views/presenters and(or) modal dial...
03/10/2017
- 12:57 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I encountered a minor bug that displaying a modal dialog changes the background layout. This effect happens also for ...
- 09:54 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok, thank you, I am doing note-153, note-154.
- 09:39 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I updated to rev 11169 and applied your patch, it seems that the current administration s... - 09:25 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I updated to rev 11169 and applied your patch, it seems that the current administration session is not included in th...
- 09:03 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynek Cihlar wrote:
> Sergey Ivanovskiy wrote:
> > Hynec, I found that the session list returned by @getSessioList(... - 08:36 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, I found that the session list returned by @getSessioList()@ method from the note 1... - 08:34 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, I found that the session list returned by @getSessioList()@ method from the note 159 is incorrect, because the...
03/09/2017
- 05:18 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- It helps, thank you. Committed rev 11168 fixed this issue with help of @WebAppContext@. Now Session list is serialize...
- 04:33 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> @LegacySerializationPolicy@ is working in this case, but this policy due to the source co... - 04:23 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- @LegacySerializationPolicy@ is working in this case, but this policy due to the source code is restrictive. It detect...
- 04:05 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- You can use committed rev 11167 to test session list if you will add some how them into main view after successful au...
- 04:03 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Please develop your plan if you have some generalization in mind. With your diff I have an issue that an admin user c...
- 03:36 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, have you had chance to work on the table "widget" for displaying tabular data? If not I would take that.
- 03:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I was trying to get @getSessionList@ via @AdminServiceAsync@ interface and encountered th... - 02:47 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I was trying to get @getSessionList@ via @AdminServiceAsync@ interface and encountered that @wa.targeted@ had a false...
- 01:16 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Committed rev.11166 fixed @build.xml@ and @AdminApp.gwt.xml@ to work with @AdminServiceAsync@ and added unworkable Se...
- 05:59 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> I would like to start with more simple screen, for an example Session Management and then... - 05:43 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I would like to start with more simple screen, for an example Session Management and then will do more complex "Group...
- 05:12 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Ok. Please look at the committed revision 11164. Don't know where should be dependencies ... - 04:00 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- I can take this screen Group Accounts Management if there are no objections.
!GroupsAccountManagement.png! - 03:53 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Constantin, thank you, it works for me.
- 03:04 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Recently the old admin has been accessible but now I have problems with java plugin. Tryi... - 02:38 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Recently the old admin has been accessible but now I have problems with java plugin. Trying to resolve them. I need t...
03/08/2017
- 05:27 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Ok. Please look at the committed revision 11164. Don't know where should be dependencies for @bootstrap3@. I added @b...
- 03:00 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey, I am working in the app menu. You can pick one of the screens of the original Admin and start implementing it.
- 02:58 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> This code
> [...]
> is working for me. What happens with your build?
It appeared af... - 02:49 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- This code ...
- 12:21 PM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Sergey Ivanovskiy wrote:
> Hynec, could you help? If an admin user had been successfully authorized for access in @L... - 10:11 AM Feature #3222: rewrite admin console for native web (html5/css/javascript)
- Hynec, could you help? If an admin user had been successfully authorized for access in @LoginPresenter.onSubmitLoginI...
Also available in: Atom