You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Karl Hansen (JIRA)" <ji...@apache.org> on 2008/03/04 22:47:40 UTC

[jira] Created: (JSPWIKI-202) I'd like a counter that is not visible on the screen

I'd like a counter that is not visible on the screen
----------------------------------------------------

                 Key: JSPWIKI-202
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-202
             Project: JSPWiki
          Issue Type: Wish
         Environment: I currently run Windows XP using Firefox 2.x.
            Reporter: Karl Hansen
            Priority: Trivial


The use of the Counters plugin ([{Counter}]) shows a counter on the screen.  I'd like to count things, but not have the counter number show up on the screen.  Something like: [{Counter name='xyzzy' show=0}] would be nice.  This would, then, let the page generate with counters adding up but not being displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-202) I'd like a counter that is not visible on the screen

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12576598#action_12576598 ] 

Harry Metske commented on JSPWIKI-202:
--------------------------------------

The two patches for this issue are attached to issue 203.

The patch introduces a new parameter:

showResult - Can have the value true or false, and determines if  the counter value should be visible on the page, the parameter is optional, the default is true. 

Can this issue assigned by me ?

regards,
Harry

> I'd like a counter that is not visible on the screen
> ----------------------------------------------------
>
>                 Key: JSPWIKI-202
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-202
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x.
>            Reporter: Karl Hansen
>            Priority: Trivial
>
> The use of the Counters plugin ([{Counter}]) shows a counter on the screen.  I'd like to count things, but not have the counter number show up on the screen.  Something like: [{Counter name='xyzzy' show=0}] would be nice.  This would, then, let the page generate with counters adding up but not being displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JSPWIKI-202) I'd like a counter that is not visible on the screen

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske resolved JSPWIKI-202.
----------------------------------

    Resolution: Fixed

resolved because JSPWiki-203 has been fixed.

> I'd like a counter that is not visible on the screen
> ----------------------------------------------------
>
>                 Key: JSPWIKI-202
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-202
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x.
>            Reporter: Karl Hansen
>            Assignee: Harry Metske
>            Priority: Trivial
>             Fix For: 2.8
>
>
> The use of the Counters plugin ([{Counter}]) shows a counter on the screen.  I'd like to count things, but not have the counter number show up on the screen.  Something like: [{Counter name='xyzzy' show=0}] would be nice.  This would, then, let the page generate with counters adding up but not being displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-202) I'd like a counter that is not visible on the screen

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575877#action_12575877 ] 

Harry Metske commented on JSPWIKI-202:
--------------------------------------

I've coded a prototype, is this what you were looking for :

http://www.computerhok.nl/JSPWiki/Wiki.jsp?page=CounterTest

regards,
Harry

> I'd like a counter that is not visible on the screen
> ----------------------------------------------------
>
>                 Key: JSPWIKI-202
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-202
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x.
>            Reporter: Karl Hansen
>            Priority: Trivial
>
> The use of the Counters plugin ([{Counter}]) shows a counter on the screen.  I'd like to count things, but not have the counter number show up on the screen.  Something like: [{Counter name='xyzzy' show=0}] would be nice.  This would, then, let the page generate with counters adding up but not being displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JSPWIKI-202) I'd like a counter that is not visible on the screen

Posted by "Karl Hansen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JSPWIKI-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578000#action_12578000 ] 

Karl Hansen commented on JSPWIKI-202:
-------------------------------------

I've checked the sample page, and it does function the way I'd like to see Counter work.  I was not able to view the source, but I am very happy about the changes!

Karl

> I'd like a counter that is not visible on the screen
> ----------------------------------------------------
>
>                 Key: JSPWIKI-202
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-202
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x.
>            Reporter: Karl Hansen
>            Assignee: Harry Metske
>            Priority: Trivial
>             Fix For: 2.8
>
>
> The use of the Counters plugin ([{Counter}]) shows a counter on the screen.  I'd like to count things, but not have the counter number show up on the screen.  Something like: [{Counter name='xyzzy' show=0}] would be nice.  This would, then, let the page generate with counters adding up but not being displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.