[jira] [Updated] (FELIX-3880) [PATCH] placeholders for help links in the webconsole

2014-01-28 Thread Carsten Ziegeler (JIRA)

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

Carsten Ziegeler updated FELIX-3880:


Fix Version/s: (was: webconsole-4.2.2)

 [PATCH] placeholders for help links in the webconsole
 -

 Key: FELIX-3880
 URL: https://issues.apache.org/jira/browse/FELIX-3880
 Project: Felix
  Issue Type: Improvement
  Components: Web Console
Affects Versions: webconsole-4.0.0
Reporter: Bertrand Delacretaz
Priority: Minor
 Attachments: FELIX-3880.patch, helplinks.jpg


 The attached patch adds placeholders for help links to the webconsole, like
 span 
   class=configHelpLink 
   data-config-param=ds.loglevel 
   data-config-pid=org.apache.felix.scr.ScrService 
   data-config-name=SCR Log Level 
   data-config-description=Allows limiting the amount... 
 /span
 which can be enhanced with client-side javascript to build customized help 
 links.
 The patch also adds a script reference at the end of the config page:
 script 
   type=text/javascript 
   src=/system/console/overridable/scripts/confighelp.js/script
 which by default points to an empty script provided by the FELIX-3879 
 mechanism, overridable by providing a Servlet service that returns the 
 desired code.
 I have created an example such servlet/script at 
 https://github.com/bdelacretaz/felix-confighelp-demo, to test this feature:
 -Apply the FELIX-3879 patch and this patch and install the patched webconsole
 -Install the felix-confighelp-demo bundle
 -The /system/console/overridable/scripts/confighelp.js path must then return 
 the felix-confighelp-demo's confighelp.js script
 -Open a config form in the console, help links should be present next to each 
 parameter, which point to google.com for the demo



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (FELIX-3880) [PATCH] placeholders for help links in the webconsole

2013-05-21 Thread Felix Meschberger (JIRA)

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

Felix Meschberger updated FELIX-3880:
-

Fix Version/s: (was: webconsole-4.2.0)
   webconsole-4.2.2

Defering open issues to the next release.

 [PATCH] placeholders for help links in the webconsole
 -

 Key: FELIX-3880
 URL: https://issues.apache.org/jira/browse/FELIX-3880
 Project: Felix
  Issue Type: Improvement
  Components: Web Console
Affects Versions: webconsole-4.0.0
Reporter: Bertrand Delacretaz
Priority: Minor
 Fix For: webconsole-4.2.2

 Attachments: FELIX-3880.patch, helplinks.jpg


 The attached patch adds placeholders for help links to the webconsole, like
 span 
   class=configHelpLink 
   data-config-param=ds.loglevel 
   data-config-pid=org.apache.felix.scr.ScrService 
   data-config-name=SCR Log Level 
   data-config-description=Allows limiting the amount... 
 /span
 which can be enhanced with client-side javascript to build customized help 
 links.
 The patch also adds a script reference at the end of the config page:
 script 
   type=text/javascript 
   src=/system/console/overridable/scripts/confighelp.js/script
 which by default points to an empty script provided by the FELIX-3879 
 mechanism, overridable by providing a Servlet service that returns the 
 desired code.
 I have created an example such servlet/script at 
 https://github.com/bdelacretaz/felix-confighelp-demo, to test this feature:
 -Apply the FELIX-3879 patch and this patch and install the patched webconsole
 -Install the felix-confighelp-demo bundle
 -The /system/console/overridable/scripts/confighelp.js path must then return 
 the felix-confighelp-demo's confighelp.js script
 -Open a config form in the console, help links should be present next to each 
 parameter, which point to google.com for the demo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FELIX-3880) [PATCH] placeholders for help links in the webconsole

2013-01-30 Thread Bertrand Delacretaz (JIRA)

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

Bertrand Delacretaz updated FELIX-3880:
---

Attachment: FELIX-3880.patch

 [PATCH] placeholders for help links in the webconsole
 -

 Key: FELIX-3880
 URL: https://issues.apache.org/jira/browse/FELIX-3880
 Project: Felix
  Issue Type: Improvement
  Components: Web Console
Affects Versions: webconsole-4.0.0
Reporter: Bertrand Delacretaz
Priority: Minor
 Fix For: webconsole-4.0.2

 Attachments: FELIX-3880.patch


 The attached patch adds placeholders for help links to the webconsole, like
 span 
   class=configHelpLink 
   data-config-param=ds.loglevel 
   data-config-pid=org.apache.felix.scr.ScrService 
   data-config-name=SCR Log Level 
   data-config-description=Allows limiting the amount... 
 /span
 which can be enhanced with client-side javascript to build customized help 
 links.
 The patch also adds a script reference at the end of the config page:
 script 
   type=text/javascript 
   src=/system/console/overridable/scripts/confighelp.js/script
 which by default points to an empty script provided by the FELIX-3879 
 mechanism, overridable by providing a Servlet service that returns the 
 desired code.
 I have created an example such servlet/script at 
 https://github.com/bdelacretaz/felix-confighelp-demo, to test this feature:
 -Apply the FELIX-3879 patch and this patch and install the patched webconsole
 -Install the felix-confighelp-demo bundle
 -The /system/console/overridable/scripts/confighelp.js path must then return 
 the felix-confighelp-demo's confighelp.js script
 -Open a config form in the console, help links should be present next to each 
 parameter, which point to google.com for the demo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (FELIX-3880) [PATCH] placeholders for help links in the webconsole

2013-01-30 Thread Bertrand Delacretaz (JIRA)

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

Bertrand Delacretaz updated FELIX-3880:
---

Attachment: helplinks.jpg

Screenshot of the web console with help links - the (?) links, could be made 
nicer of course.

 [PATCH] placeholders for help links in the webconsole
 -

 Key: FELIX-3880
 URL: https://issues.apache.org/jira/browse/FELIX-3880
 Project: Felix
  Issue Type: Improvement
  Components: Web Console
Affects Versions: webconsole-4.0.0
Reporter: Bertrand Delacretaz
Priority: Minor
 Fix For: webconsole-4.0.2

 Attachments: FELIX-3880.patch, helplinks.jpg


 The attached patch adds placeholders for help links to the webconsole, like
 span 
   class=configHelpLink 
   data-config-param=ds.loglevel 
   data-config-pid=org.apache.felix.scr.ScrService 
   data-config-name=SCR Log Level 
   data-config-description=Allows limiting the amount... 
 /span
 which can be enhanced with client-side javascript to build customized help 
 links.
 The patch also adds a script reference at the end of the config page:
 script 
   type=text/javascript 
   src=/system/console/overridable/scripts/confighelp.js/script
 which by default points to an empty script provided by the FELIX-3879 
 mechanism, overridable by providing a Servlet service that returns the 
 desired code.
 I have created an example such servlet/script at 
 https://github.com/bdelacretaz/felix-confighelp-demo, to test this feature:
 -Apply the FELIX-3879 patch and this patch and install the patched webconsole
 -Install the felix-confighelp-demo bundle
 -The /system/console/overridable/scripts/confighelp.js path must then return 
 the felix-confighelp-demo's confighelp.js script
 -Open a config form in the console, help links should be present next to each 
 parameter, which point to google.com for the demo

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira