[jira] [Updated] (ISIS-1217) Formatting text inside a text field

2015-10-28 Thread Marianne Hagaseth (JIRA)

 [ 
https://issues.apache.org/jira/browse/ISIS-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marianne Hagaseth updated ISIS-1217:

Attachment: image006.jpg
image004.jpg
image002.jpg

Hi!

More description of the ticket:  I would like to mark some word(s) with a 
color, based on a tag, for instance set green if tag=PreferredLabel, yellow if 
tag=CandidateTerm, red if tag=AlternativeLabel. Also, I would like to right 
click on one of the colored words, and then to pop up a list of actions to be 
performed, and call a function according to this choice, for instance: right 
click on "cargo ship" and select the function "Select ship type", and then a 
window where the user is able to select the correct ship type should pop up.

It should also be possible to know the starting position for each word, counted 
from the beginning of the text.



Maybe this is already a possibility, with not too much efforts?



Best,

Marianne.



[https://lh4.googleusercontent.com/V3BH7g0vhoNbK_U_JehpHNf0gVMKH6aO5O0CD6mE8onTcjGuMRcrkEvRmUBlug6vV2aIaeTCTlwbiJrjQ03S5fbd4XxdJH-rTHLXMd6Y0zFa2oTsf0TwAJsjRB98EfRF3Rc_CNg]

[https://lh4.googleusercontent.com/TSfwkpiiMA9jz1mOGmRTe9T0slDrszUNYCcQHn5nXa2aO6-zPru5Z1uynaPQEv7W4uzSIe1EAwrSK6G9rkEFGFl5lg3yGj7fHXBnJDTsbYBF5F9_By30tLRro1NsMOflcFlPT3Y][cid:image006.jpg@01D11186.E09B2990]





Med vennlig hilsen / Best regards,

Marianne Hagaseth

Forsker – Maritime transportsystemer

Research Scientist – Maritime Transport Systems



MARINTEK (Norsk Marinteknisk Forskningsinstitutt AS)

Address:  POB 4125 Valentinlyst, NO-7450 Trondheim, Norway

Mobile:   +47 90 95 64 69 -  Phone: +47 464 15 000

Web:   www.marintek.sintef.no







> Formatting text inside a text field
> ---
>
> Key: ISIS-1217
> URL: https://issues.apache.org/jira/browse/ISIS-1217
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.9.0
>Reporter: Marianne Hagaseth
>Assignee: Dan Haywood
> Fix For: 1.11.0
>
> Attachments: image002.jpg, image004.jpg, image006.jpg
>
>
> It should be possible to format the text inside a text field using Apache 
> ISIS.
> I would like to highlight some words in the text, maybe with different 
> colors/fonts dependent on their tags/meta data/meaning.
> Also, it should be possible to right-click a term/word in the text, and then 
> get a (list of) functions, and then it should be possible to select on of 
> these functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1217) Formatting text inside a text field

2015-10-28 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978401#comment-14978401
 ] 

Martin Grigorov commented on ISIS-1217:
---

This is not possible with plain HTML , i.e. text field.
For formatting people usually use WYSIWYG editors like 
http://wb-mgrigorov.rhcloud.com/summernote, for example. 
This way the domain property will hold an HTML snippet. You will have to parse 
it to get the parts you need. For that task you can use http://jsoup.org/ or a 
similar library.
In my opinion this should/could be an Isis addon. It is not complex, but it is 
not trivial either.

> Formatting text inside a text field
> ---
>
> Key: ISIS-1217
> URL: https://issues.apache.org/jira/browse/ISIS-1217
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.9.0
>Reporter: Marianne Hagaseth
>Assignee: Dan Haywood
> Fix For: 1.11.0
>
> Attachments: image002.jpg, image004.jpg, image006.jpg
>
>
> It should be possible to format the text inside a text field using Apache 
> ISIS.
> I would like to highlight some words in the text, maybe with different 
> colors/fonts dependent on their tags/meta data/meaning.
> Also, it should be possible to right-click a term/word in the text, and then 
> get a (list of) functions, and then it should be possible to select on of 
> these functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: [VOTE] Apache Isis Core release 1.10.0 RC1

2015-10-28 Thread Dan Haywood
My +1 also.
On 27 Oct 2015 8:55 pm, "Jeroen van der Wal"  wrote:

> Here's my +1!
>
> We noticed that as a result of ISIS-830 (Replace lifecycle methods with
> additional EventBus events) the EventBus service is initialised early on,
> before any of the seed services for security, for example. This conflicts
> with the default rule that domain services must register themselves before
> the event bus service is initialised.
>
> The workaround is to add isis.services.eventbus. allowLateRegistration=true
> to the isis.properties file.
>
> Another observation: when building the simpleapp it took a very long time
> to download the CVE Vulnerabilities. Building a second time was fast
> though.
>
> Cheers,
>
> Jeroen
>
>
>
> On 26 October 2015 at 13:44, Dan Haywood 
> wrote:
>
> > I've cut a release for Apache Isis Core and the simpleapp archetype:
> >
> > * Core 1.10.0
> > * SimpleApp Archetype 1.10.0
> >
> > The source code artifacts have been uploaded to staging repositories on
> > repository.apache.org:
> >
> > *
> >
> >
> http://repository.apache.org/content/repositories/orgapacheisis-1036/org/apache/isis/core/isis/1.10.0/isis-1.10.0-source-release.zip
> > *
> >
> >
> http://repository.apache.org/content/repositories/orgapacheisis-1036/org/apache/isis/archetype/simpleapp-archetype/1.10.0/simpleapp-archetype-1.10.0-source-release.zip
> >
> > For each zip there is a corresponding signature file (append .asc to the
> > zip's url).
> >
> > In the source code repo the code has been tagged as isis-1.10.0-RC1 and
> > simpleapp-archetype-1.10.0-RC1; see
> > https://git-wip-us.apache.org/repos/asf?p=isis.git
> >
> > For instructions on how to verify the release (build from binaries and/or
> > use in Maven directly), see
> > http://isis.apache.org/guides/cg.html#_cg_committers_verifying-releases
> >
> > Please verify the release and cast your vote.  The vote will be open for
> a
> > minimum of 72 hours.
> >
> > [ ] +1
> > [ ]  0
> > [ ] -1
> >
>


[jira] [Commented] (ISIS-1221) JSON Format Layouts not recognized with i18n translations in Wicket Viewer

2015-10-28 Thread Jeroen van der Wal (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978646#comment-14978646
 ] 

Jeroen van der Wal commented on ISIS-1221:
--

I was not able to reproduce this with the kitchensink app [1], running on 
1.9.0-SNAPSHOT (technically our 1.10.0 release candidate).

[1] https://github.com/isisaddons/isis-app-kitchensink





> JSON Format Layouts not recognized with i18n translations in Wicket Viewer
> --
>
> Key: ISIS-1221
> URL: https://issues.apache.org/jira/browse/ISIS-1221
> Project: Isis
>  Issue Type: Bug
>  Components: Core: Viewer: Wicket
>Affects Versions: 1.9.0
> Environment: Windows Server, HSQLDB
>Reporter: Cesar Lugo
>Assignee: Dan Haywood
>
> I am working with Apache Isis Wicket viewer 1.9.0, and I have some form 
> layout json files to define the layout for some domain objects. I also added 
> a translation file (i18n) with some translations. When running the 
> application in the browser, when I am in “writing translations” mode it shows 
> the object form with the layout defined in the json file (ok), but when I 
> switch to “reading translations”, it goes back to the “default” layout, 
> ignoring the layout defined in the json file. 
> In regards to those modes, I am referring to the Apache wicket viewer menu 
> which, in prototype mode, has a "Prototyping" menu, which has an option 
> "Switch to Reading Translations". When you select that option and keep using 
> the application is when it loses the layouts defined in the json layout files.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1217) Formatting text inside a text field

2015-10-28 Thread Marianne Hagaseth (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978170#comment-14978170
 ] 

Marianne Hagaseth commented on ISIS-1217:
-

Thanks for this!
So, this means that you have planned to include this update in version 1.11.0?
About when will that version be around?

Best,
Marianne Hagaseth.

Med vennlig hilsen / Best regards,
Marianne Hagaseth 
Forsker – Maritime transportsystemer
Research Scientist – Maritime Transport Systems
 
MARINTEK (Norsk Marinteknisk Forskningsinstitutt AS)
Address:  POB 4125 Valentinlyst, NO-7450 Trondheim, Norway
Mobile:   +47 90 95 64 69 -  Phone: +47 464 15 000
Web:   www.marintek.sintef.no




> Formatting text inside a text field
> ---
>
> Key: ISIS-1217
> URL: https://issues.apache.org/jira/browse/ISIS-1217
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.9.0
>Reporter: Marianne Hagaseth
>Assignee: Dan Haywood
> Fix For: 1.11.0
>
>
> It should be possible to format the text inside a text field using Apache 
> ISIS.
> I would like to highlight some words in the text, maybe with different 
> colors/fonts dependent on their tags/meta data/meaning.
> Also, it should be possible to right-click a term/word in the text, and then 
> get a (list of) functions, and then it should be possible to select on of 
> these functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (ISIS-1217) Formatting text inside a text field

2015-10-28 Thread Martin Grigorov (JIRA)

[ 
https://issues.apache.org/jira/browse/ISIS-1217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14978227#comment-14978227
 ] 

Martin Grigorov commented on ISIS-1217:
---

The change of the version was a bulk of all opened tickets to be able to 
release 1.10.0. So I am not sure the functionality will be available for 1.11.0.

About the functionality itself: it is not possible to format the data in text 
fields, i.e. in HTML  elements. Could you please give more details about 
the requirement?

> Formatting text inside a text field
> ---
>
> Key: ISIS-1217
> URL: https://issues.apache.org/jira/browse/ISIS-1217
> Project: Isis
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.9.0
>Reporter: Marianne Hagaseth
>Assignee: Dan Haywood
> Fix For: 1.11.0
>
>
> It should be possible to format the text inside a text field using Apache 
> ISIS.
> I would like to highlight some words in the text, maybe with different 
> colors/fonts dependent on their tags/meta data/meaning.
> Also, it should be possible to right-click a term/word in the text, and then 
> get a (list of) functions, and then it should be possible to select on of 
> these functions.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)