-
Busy City test results
last modified April 24 by vedawms
Verify the following:
Please note PASS / FAIL / ISSUE on each of the following. If there are errors, state platform, browser, version and give information to reproduce the issue. Since there will likely be multiple testers, please put your name / nick next to your comments.
1) If the site is installed with other themes / products, it does not "bonk" the other sites. Look for elements of the design that might try to override other products in your site. We are looking to make sure that the IThemeSpecific interface is being used correctly here.
PASS.
2) The theme can be installed easily and without requiring tweaks in the ZMI. All generic setup items should be covered via the files in the profiles directory.
PASS.
3) The theme follows all new Zope3 conventions -- naming, file structure, etc. The site is created using ZopeSkel.
PASS.
4) Any required javascripts or additional CSS are registered correctly.
PASS. I'd probably remove the main.css stylesheet from browser since it might confuse someone trying to extend the theme, but that's just me. Is there a reason why you have a portal_header.pt file in your browser dir that you're not actually using?
5) New stylesheets have the requisite code in place to accept DTML calls (so that base properties can be used).
FAIL. Need to add these lines of code to any stylesheets that your theme uses:
/* <dtml-with base_properties> (do not remove this :) */
/* <dtml-call "REQUEST.set('portal_url', portal_url())"> (not this either :) */
6) The skin layers in the default theme list in the correct order. (Not sure how much of this we can really control).
PASS.
7) The readme states the name of the author, contact information, compatible versions, and any product dependencies (ie, for tableless).
ISSUE: Probably could beef this up a bit. Depends on if you want to "own" the theme for the long term.
8) The theme plays well in all of the "A" list of supported browsers: http://developer.yahoo.com/yui/articles/gbs/index.html excluding Windows98. Look for rollovers, CSS changes that might have been forgotten. Feel free to test additional media.
Tested on Safari and Firefox for Mac. Looks good, but you need to style the utility navigation (siteactions) so that they're more readable (float left). Search box is also hard to see. Maybe move it down into the right column? I'm also seeing that paragraph tags are being indented 3ems from the left -- do you really want to do that?
9) The stylesheets implement base styles for items like .portlet, .portletItem, etc. to handle cases where users add new portlets.
PASS, works as far as I can tell with base properties.
10) The site map works and is consistent with the rest of the theme.
PASS. Do you want to keep the content type icons?
11) The admin area works and is consistent with the rest of the theme.
PASS.
12) When adding related items, the text is readable on the popup window. Usually, this is only a problem for themes with dark backgrounds; additional styles might be needed.
N/A.
13) If there are custom content types (there probably won't be), verify that an icon has been specified for the drop down list.
N/A.
14) A favicon has been included with the theme. Not required, but would be nice.
N/A.
15) The site plays well with enlarged fonts (accessibility).
PASS.
16) The site can be adapted to other languages easily (ie, images are not used for menu items, etc.)
PASS, assuming their menu items are short.
17) Main template changes are kept to a minimum. If the main template has been changed, it should be called out in a TAL comment.
N/A.
18) A site with this theme prints properly.
Not tested.
19) The site should play well with the presentation styles. This is the "presentation mode" you see when you first install Plone 3.0.
PASS.