Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (40 - 42 of 2152)

Ticket Resolution Summary Owner Reporter
#40 fixed Reserved html characters (such as &) in urls mean package does not render for read view rgrp rgrp

Reported by rgrp, 6 years ago.

Description

A url such as: http://someurl.com/xyz?x=1&VERSION=1.1&Service=WFS when set as url or download_url breaks the rendering of the package with an error like:

There was an error rendering the package: not well-formed (invalid token): line 1, column 181

Have checked that removing the & stuff makes the error go away so this looks like an issue with escaping urls when displaying them ...

#41 fixed Upgrade to Latest Version of Pylons (0.9.6.*) and Deploy on Production Machine rgrp rgrp

Reported by rgrp, 6 years ago.

Description

Should do this sooner rather than later to avoid 'clear water' opening up and need to deploy then asap onto production machine to avoid 'clear water' between trunk and production (which then prevents pushing from trunk to production).

#42 fixed In WUI where List of Items to Display is Large Results should be Paged rgrp rgrp

Reported by rgrp, 6 years ago.

Description

As A

Visitor

I Want To

View lists of items but not have too many on a page (as this leads to slow page loads and difficulty navigating the list). Where there are more items in the results of my action that can be fit on a single page the results should be 'paged' in some manner.

Details

Main place this issue arises:

  • List of tags
  • List of packages
  • Repository history (/revision)

Should probably have no more than 50 (or so) items on a page. Obvious solution is for actions that return lists to have some kind of pageno parameter and then use this in controller to select what to display.

Note: See TracQuery for help on using queries.