Personal tools
You are here: Home Documentation Issue Trackers New campus skin issue tracker

Tracker log

An overview of recent activity in the tracker.

New issue »Contrast too low in some navigation menus...« added by Jonathan Gutow

I've been getting comments on the uwosh_grants sites and my faculty web page that the contrast is too low between the text of sub-headings and the blue backed navigation menu. People are requesting that the text of sub-headings be white rather than grey. It seems to depend somewhat on the screens people are using. I believe this is defined in uwosh.themecollege.

Added 763 day(s) ago.

New issue »IE6 Users Emergency Notification Cache bug« added by Jeffrey Herzig

It appears some users with IE 6 are not seeing the emergency notification when activated, or see an old version after its updated. Upon researching the issue I was able to see the message upon refresh on a native install of IE6 or control F5 on a virtual machine.

The attached screenshot shows the homepage in IE6 after forcing a refresh. The message was duplicated as part of the main image as a work around for this problem.

Added 795 day(s) ago.

New issue »Edit tabs not showing up« added by (anonymous)

When logging in the first time, and generally when going to a new page to edit you need to refresh the page to see the edit tabs. This have been ongoing since launch but now COEHS has complained as well.

Added 958 day(s) ago.

New issue »Initiative Display and Ordering« added by klotzj27

Functionality to display only certain initiatives and then order them as needed.

Added 976 day(s) ago.

New issue »Plone Instance - Alumni« added by Jamie Ceman

Need a plone site setup for alumni

Added 992 day(s) ago.

New issue »Plone Instance Setup - Homecoming« added by Jamie Ceman

need a plone instance setup for homecoming

Added 992 day(s) ago.

New issue »Customizing "uwosh.themebase.mainimage" Kills IE « added by Brian Ledwell

I want to be able to customize "uwosh.themebase.mainimage" located inside of "portal_view_customization" I want to be able to add a link around the image. Ive figured out the code and it works in every browser but IE windows.. AND not only does the link NOT work but IE Windows gives a "sever error" message and the URL refers to "C://something". Dan looked at the logs and they said that the "operation aborted".

Added 1025 day(s) ago.

New issue »Update IMC site « added by (anonymous)

create new site with University look/feel, import existing IMC site content into it, and create a Project Tracking application similar to Plone internal project tracking.

Added 1029 day(s) ago.

New issue »Update Error Page to new campus skin« added by Jamie Ceman

When errors are found on site it still uses old skin - http://www.uwosh.edu/dsdsa please update all error pages to use new University site look/feel

Added 1036 day(s) ago.

New issue »Remove timestamp from home page RSS« added by Jamie Ceman

The UW Oshkosh Today RSS feed should not have the time stamp on it - make that be an option when choosing an RSS portlet. The time stamp looks as if it's part of the story, this causes confusion/issues.

Added 1041 day(s) ago.

New issue »Add Calendar to Main site« added by Jamie Ceman

I see LLCE has a new calendar feature that would be much stronger than the current look of the home page public events calendar. please install and configure on main site.

Added 1041 day(s) ago.

New issue »COEHS banner clickable« added by Jamie Ceman

To replace the lost functionality of the blue banner clicking to COEHS home page, make the image clickable back to COEHS home.

Added 1050 day(s) ago.

New issue »FAQulator on COEHS site« added by Jamie Ceman

Install the FAQulator discussed in meeting with COEHS onto their new site:
http://www.uwosh.edu/coehs-new

Setup training for Deb Talkington, per Dean Yeo's request.

Added 1050 day(s) ago.

New issue »Home Page Flash disappearing« added by (anonymous)

I know this is being looked at, just wanted to make sure it was logged. The home page flash file disappears on occasion.

Added 1053 day(s) ago.

New issue »Install image gallery on main site« added by Jamie Ceman

Install plonetruegallery on the main uwo site - www.uwoshe.edu/home

Added 1063 day(s) ago.

New issue »Campus Initiatives - Allow a link« added by Jamie Ceman

We need the ability for campus initiatives to either be an article, like it is today, or a link. In general we are linking to other sites such as UW Oshkosh Today. Now we are forced to duplicate the articles on the main site, or create an article with the needed link built in.

Added 1063 day(s) ago.

New issue »Call to Action not working in IE 7« added by Jamie Ceman

It was reported that call to actions aren't working in IE version 7.0.5730.13.

Added 1063 day(s) ago.

New issue »make link to titan-services-and-campus-resources page include anchor« added by T. Kim Nguyen

to #documentContent

Added 1078 day(s) ago.

New issue »squid or pound is messing up« added by T. Kim Nguyen

On plonedev.uwosh.edu/cols, I was trying out a fix to the Titan Services drop down problem for IE6. Via the zmi at http://plonedev.uwosh.edu/[…]/manage_main I edited the JS so that it should contain this condition for determining whether to show the drop down:

    //cool little titan services hover
    if(!(jq.browser.msie && parseInt(jq.browser.version.substring(0,1)) > 7)) { ... }

Then, on a W2000 PC with IE6 I went to look at the site, and got confused because the behaviour was inconsistent. I then fired up FF3 and looked, and again the behaviour was inconsistent with the code I'd just put in. Looking at the JS on the site, FF Web Developer reports this as the merged js:

http://plonedev.uwosh.edu/[…]/uwosh-cachekey1645.js

Yet if I reload the page, I will get either of these two OLD conditions:

    //cool little titan services hover
    jq('#titanServicesLink').hover(

(no condition!), or

    //cool little titan services hover
    if(!jq.browser.msie || parseInt(jq.browser.version.substring(0,1)) > 6) { ... }

(an older version of the condition).

If I connect directly to the ZEO client1 at http://plone2.webcluster.uwosh.edu:11080/[…]/uwosh-cachekey1645.js, I see this consistently:

    //cool little titan services hover
    if(!(jq.browser.msie && parseInt(jq.browser.version.substring(0,1)) > 7)) { ... }

which is the correct new condition, and if I connect to ZEO client2 directly at http://plone2.webcluster.uwosh.edu:11081/[…]/uwosh-cachekey1645.js, I see the same correct condition consistently:

    //cool little titan services hover
    if(!(jq.browser.msie && parseInt(jq.browser.version.substring(0,1)) > 7)) { ... }

So I think the back end ZEO clients are both serving the current, new JS, but something in the "normal" access stack is serving two older versions of the JS. I suppose it could be Apache, squid, or pound, though pound isn't the likely culprit.

Added 1081 day(s) ago.

New issue »campus search results window does not work with iPod Touch« added by T. Kim Nguyen

search result window appears but can't seem to click on any links!

Added 1081 day(s) ago.