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:51:40 UTC

[jira] Created: (JSPWIKI-203) I'd like a counter that increments by some other number than one

I'd like a counter that increments by some other number than one
----------------------------------------------------------------

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


This concerns the Counter plugin:  [{Counter}] 

Sometime I'd like a countdown counter, or a timer that increments by something other than one.  The counting by something more than one can be accomplished by using the counter again as desired (but it would show on the screen each time unless showing the counter was suppressed -- see a different issue for that).

Perhaps something like this: [{Counter name='xyzzy' increment=5}] or this: [{Counter name='xyzzy' increment=-3}]

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


[jira] Commented: (JSPWIKI-203) I'd like a counter that increments by some other number than one

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

Karl Hansen commented on JSPWIKI-203:
-------------------------------------

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 increments by some other number than one
> ----------------------------------------------------------------
>
>                 Key: JSPWIKI-203
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-203
>             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
>
>         Attachments: JSPWiki-203-junittests.patch, JSPWiki-203.patch
>
>
> This concerns the Counter plugin:  [{Counter}] 
> Sometime I'd like a countdown counter, or a timer that increments by something other than one.  The counting by something more than one can be accomplished by using the counter again as desired (but it would show on the screen each time unless showing the counter was suppressed -- see a different issue for that).
> Perhaps something like this: [{Counter name='xyzzy' increment=5}] or this: [{Counter name='xyzzy' increment=-3}]

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


[jira] Resolved: (JSPWIKI-203) I'd like a counter that increments by some other number than one

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

Janne Jalkanen resolved JSPWIKI-203.
------------------------------------

    Resolution: Fixed

Added in 2.7.0-svn-3.  Also added "start" parameter, which sort of seems to make sense if you do allow negative increments.

> I'd like a counter that increments by some other number than one
> ----------------------------------------------------------------
>
>                 Key: JSPWIKI-203
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-203
>             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
>
>         Attachments: JSPWiki-203-junittests.patch, JSPWiki-203.patch
>
>
> This concerns the Counter plugin:  [{Counter}] 
> Sometime I'd like a countdown counter, or a timer that increments by something other than one.  The counting by something more than one can be accomplished by using the counter again as desired (but it would show on the screen each time unless showing the counter was suppressed -- see a different issue for that).
> Perhaps something like this: [{Counter name='xyzzy' increment=5}] or this: [{Counter name='xyzzy' increment=-3}]

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


[jira] Commented: (JSPWIKI-203) I'd like a counter that increments by some other number than one

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

Harry Metske commented on JSPWIKI-203:
--------------------------------------

JSPWiki-202 has been assigned to me, can that be done for this one too, makes it easier for me, thanks.

> I'd like a counter that increments by some other number than one
> ----------------------------------------------------------------
>
>                 Key: JSPWIKI-203
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-203
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x
>            Reporter: Karl Hansen
>            Priority: Trivial
>         Attachments: JSPWiki-203-junittests.patch, JSPWiki-203.patch
>
>
> This concerns the Counter plugin:  [{Counter}] 
> Sometime I'd like a countdown counter, or a timer that increments by something other than one.  The counting by something more than one can be accomplished by using the counter again as desired (but it would show on the screen each time unless showing the counter was suppressed -- see a different issue for that).
> Perhaps something like this: [{Counter name='xyzzy' increment=5}] or this: [{Counter name='xyzzy' increment=-3}]

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


[jira] Commented: (JSPWIKI-203) I'd like a counter that increments by some other number than one

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

Harry Metske commented on JSPWIKI-203:
--------------------------------------

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 increments by some other number than one
> ----------------------------------------------------------------
>
>                 Key: JSPWIKI-203
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-203
>             Project: JSPWiki
>          Issue Type: Wish
>         Environment: I currently run Windows XP using Firefox 2.x
>            Reporter: Karl Hansen
>            Priority: Trivial
>
> This concerns the Counter plugin:  [{Counter}] 
> Sometime I'd like a countdown counter, or a timer that increments by something other than one.  The counting by something more than one can be accomplished by using the counter again as desired (but it would show on the screen each time unless showing the counter was suppressed -- see a different issue for that).
> Perhaps something like this: [{Counter name='xyzzy' increment=5}] or this: [{Counter name='xyzzy' increment=-3}]

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