You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Harsh Gupta (JIRA)" <ji...@apache.org> on 2012/11/18 07:30:12 UTC

[jira] [Created] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Harsh Gupta created ROL-1949:
--------------------------------

             Summary: position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
                 Key: ROL-1949
                 URL: https://issues.apache.org/jira/browse/ROL-1949
             Project: Roller
          Issue Type: Bug
          Components: JPA Backend
    Affects Versions: 5.0, 4.0.1, 5.1, 5.0.1
         Environment: any
            Reporter: Harsh Gupta
            Assignee: Roller Unassigned


Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1


--
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] [Commented] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Posted by "Harsh Gupta (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503622#comment-13503622 ] 

Harsh Gupta commented on ROL-1949:
----------------------------------

That's correct. Template Guide will also needs to be updated. Source code will also be modified. Right?
                
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Roller Unassigned
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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] [Commented] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13504101#comment-13504101 ] 

Glen Mazza commented on ROL-1949:
---------------------------------

AFAICT, it's already been done:
http://svn.apache.org/viewvc/roller/trunk/weblogger-business/src/main/resources/org/apache/roller/weblogger/pojos/WeblogEntryTagAggregate.orm.xml?view=log

                
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Roller Unassigned
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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] [Resolved] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

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

Glen Mazza resolved ROL-1949.
-----------------------------

    Resolution: Fixed
      Assignee: Dave Johnson  (was: Roller Unassigned)

Fixed.
                
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Dave Johnson
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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] [Commented] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508418#comment-13508418 ] 

Glen Mazza commented on ROL-1949:
---------------------------------

Template guide updated.
                
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Roller Unassigned
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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] [Comment Edited] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13508418#comment-13508418 ] 

Glen Mazza edited comment on ROL-1949 at 12/3/12 12:36 AM:
-----------------------------------------------------------

Template guide updated -- this item can be marked "Resolved" (as soon as I get permissions.)
                
      was (Author: gmazza):
    Template guide updated.
                  
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Roller Unassigned
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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] [Commented] (ROL-1949) position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ROL-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503592#comment-13503592 ] 

Glen Mazza commented on ROL-1949:
---------------------------------

Related to this, Section 7.7 of the Template Guide ("Displaying a Tag Cloud") needs to have the following change: "For example, to get your most 100 most often used tags for all time you'd do this:" --> change "100" to "30" (the sample code underneath does the latter.)
                
> position parameter not defined correctly in WeblogEntryTagAggregate.orm.xml
> ---------------------------------------------------------------------------
>
>                 Key: ROL-1949
>                 URL: https://issues.apache.org/jira/browse/ROL-1949
>             Project: Roller
>          Issue Type: Bug
>          Components: JPA Backend
>    Affects Versions: 4.0.1, 5.0, 5.1, 5.0.1
>         Environment: any
>            Reporter: Harsh Gupta
>            Assignee: Roller Unassigned
>   Original Estimate: 1m
>  Remaining Estimate: 1m
>
> Following named query "WeblogEntryTagAggregate.getPopularTagsByWebsiteNull&amp;StartDate" in WeblogEntryTagAggregate.orm.xml mentions w.lastUsed &gt;= ?2 whereas it should be w.lastUsed &gt;= ?1

--
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