<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"><channel><title>zForum Topics - Latest Topics</title><link>http://forum.ztracker.org/feed_rss?section=latest</link><description>zForum is a SQL-Based Message Board Based in Zope</description><lastBuildDate>2010-09-07 07:22:00</lastBuildDate><generator>zForum Internal RSS Aggregator</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Unicode Decoding</title><link>http://forum.ztracker.org/view_topic?topic_id=19</link><description>Hello, I am a new user of Zope and zTracker.I have installed both without problem, it also works correctly, but I can't enter the czech characters into the descriptional fields of tickets.The following error appears every time I want to display tickets with these characters.
An error was encountered while publishing this resource.

Error Type: UnicodeDecodeError
Error Value: 'ascii' codec can't decode byte 0xa8 in position 12: ordinal not in range(128)
I guess that it is not regarding to zTracker but probably to Zope itself. I'd rather ask here to avoid any misunderstandings or generalizations.I would appreciate any help.</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=19</guid><pubDate>2007-07-13 08:14:00</pubDate></item><item><title>[FIXED] - Bug in zAdmin/edit_project_form template with IE6 (sp2)</title><link>http://forum.ztracker.org/view_topic?topic_id=14</link><description>I find a bug with IE6.When I try to edit a project properties I can&amp;#8217;t select editing options (for example &amp;#8220;Projects Versions&amp;#8221; or &amp;#8220;Project Components&amp;#8221; ). This is a JavaScript error.I change the handleTab() function and now that&amp;#8217;s work fine. (I change id_project var in id_pro, id_versions var in id_ver etc&amp;#8230; )I&amp;#8217;m not a web developer but I think it&amp;#8217;s probably not possible in IE6 to have a variable and an id with the same name.                function handleTab(active_tab) {                    id_pro = document.getElementById('id_project');                    id_ver = document.getElementById('id_versions');                    id_com = document.getElementById('id_components');                    if (active_tab == 'id_project') {                        id_pro.style.display = 'block';                        id_ver.style.display = 'none';                        id_com.style.display = 'none';                    }                    if (active_tab == 'id_versions') {                        id_pro.style.display = 'none';                        id_ver.style.display = 'block';                        id_com.style.display = 'none';                    }                    if (active_tab == 'id_components') {                        id_pro.style.display = 'none';                        id_ver.style.display = 'none';                        id_com.style.display = 'block';                    }                    if (active_tab == 'id_all') {                        id_pro.style.display = 'block';                        id_ver.style.display = 'block';                        id_com.style.display = 'block';                    }                return                }cbr.</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=14</guid><pubDate>2007-04-25 14:05:00</pubDate></item><item><title>How to add already define user in zTracker</title><link>http://forum.ztracker.org/view_topic?topic_id=10</link><description>Hello,First thank you for zTracker. It seems to be a good software.I&amp;#8217;m new to zope so I have a simply question.I would like to have the same users for my plone site and ztracker.In my default acl_users (on the root directory), I have add zAdministrator, zReporter and zViewer roles and set users in these groups.In my zTracker, administrator can&amp;#8217;t add project to these user so they can&amp;#8217;t create new ticket.How can I add user to zTracker without recreate them? Is it possible?I use Ztracker 1.0 rev 1.Thank in advance,cbr.</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=10</guid><pubDate>2007-04-25 09:20:00</pubDate></item><item><title>1.0 Rev 1 Released</title><link>http://forum.ztracker.org/view_topic?topic_id=9</link><description>On Thu Apr 12, 2007, a new revision of zTracker was released, not too much in terms of features, but a couple of key changes to allow future upgrades easier. From the changelog:zTracker 1.0 (Rev 1)
====================

- Released April 14, 2007
- Added &quot;through-the-web&quot; update system in place
- Added ability to Remove or Disable users from administrative section
- Added LICENSE.txt and COPYRIGHT.txt (Zope ZPL 2.1)</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=9</guid><pubDate>2007-04-13 12:05:00</pubDate></item><item><title>Thanks to the brave testers..</title><link>http://forum.ztracker.org/view_topic?topic_id=8</link><description>[speedbird@ds9 httpd]# cat www.ztracker.org-access_log* | grep getztracker | wc -l
79
[speedbird@ds9 httpd]# -- sb</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=8</guid><pubDate>2007-04-13 12:00:00</pubDate></item><item><title>[TIP] - Change zTracker home page contents</title><link>http://forum.ztracker.org/view_topic?topic_id=7</link><description>The home page for zTracker is fully configurable, with the exception of the main search option, you may add anything you like in there, take a look at both:http://www.ztracker.org/ andhttp://sandbox.ztracker.org/The content of the home page are configured by going to: System Administration|Configuration and scrolling down to the section called: &amp;quot;ztsp_index_html&amp;quot;Note currently only html code is supported (and plain text if you don't mind the resulting ugliness), you may even use zTracker's own CSS for formatting the page, just a tip..-- sb</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=7</guid><pubDate>2007-04-12 17:33:00</pubDate></item><item><title>http://sandbox.ztracker.org/ Available</title><link>http://forum.ztracker.org/view_topic?topic_id=3</link><description>Welcome to zTracker test system.You may test the system as an administrator (Create/modify projects and tickets), as reporter (add/edit tickets), and as a responder (edit tickets).Please use the following login information to test the system as each individual user:Administrator:    * Username: administrator    * Password: administratorReporter:    * Username: reporter@ztracker.org    * Password: reporterResponder:    * Username: responder@ztracker.org    * Password: responderAll functions available for system administrators are enabled except the password change feature for accounts (for obvious reasons). If you log in as an administrator and create projects, you may assign these projects to the existing users, or create new users for testing, etc.Note: [This system is reset every couple of days]URL: http://sandbox.ztracker.org/</description><guid isPermalink="true">http://forum.ztracker.org/view_topic?topic_id=3</guid><pubDate>2007-03-29 11:37:00</pubDate></item></channel></rss>