Recent Changes for "Bug reports" - Wiki Spothttp://wikispot.org/Bug_reportsRecent Changes of the page "Bug reports" on Wiki Spot.en-us Bug reportshttp://wikispot.org/Bug_reports2009-11-04 22:38:11maddaze <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 928: </td> <td> Line 928: </td> </tr> <tr> <td> <span>-</span> * '''Date and time:''' 2009-01-25 </td> <td> <span>+</span> * '''Date and time:''' 2009-01-25<span>["Users/maddaze"]</span> </td> </tr> <tr> <td> Line 1090: </td> <td> Line 1090: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = RSS feed still broken =<br> + * '''Date and time:''' 2009-11-04<br> + * '''User:''' ["Users/maddaze"]<br> + * '''Platform:''' WinXP SP3<br> + * '''Browser:''' Firefox 3.5.4<br> + * '''Bug description:''' Back on 2009-01-25 I reported that I couldn't create an RSS feed. The problem still exists.<br> + <br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 739, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/sycamore_base/Sycamore/action/rss_rc.py", line 126, in execute<br> + rss_dom = xml.dom.minidom.parseString(rss_init_text)<br> + File "/usr/lib/python2.5/xml/dom/minidom.py", line 1925, in parseString<br> + return expatbuilder.parseString(string)<br> + File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString<br> + return builder.parseString(string)<br> + File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString<br> + parser.Parse(string, True)<br> + UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 132: ordinal not in range(128)<br> + <br> + The character complained about (u'\xe9) is in fact a character that occurs in French, but not in English. I'd like to tell our users how to keep up with changes to the wiki. Help!!!</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-10-27 04:41:11SteveDavisonThis page is getting rather long... <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1082: </td> <td> Line 1082: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Format error, cosmetic ==<br> + * '''Date and time:''' 2009-10-27 19:55 PST<br> + * '''User:''' ["Users/SteveDavison"]<br> + * '''Platform:''' Linux<br> + * '''Browser:''' Firefox 3.0.11<br> + * '''Page showing bug:''' [wiki:Davis:"On_Campus_Co-ops"]<br> + * '''Bug description:''' When an image is centered, the text underneath it is not. See the big image in the center of the page above.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-10-15 18:33:51BradMandellTableOfContents not observing raw { { { ... } } } <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1031: </td> <td> Line 1031: </td> </tr> <tr> <td> <span>-</span> <span>=</span>= Page Name with &lt; or &gt; Breaks Wanted Pages =<span>=</span> </td> <td> <span>+</span> = Page Name with &lt; or &gt; Breaks Wanted Pages = </td> </tr> <tr> <td> Line 1074: </td> <td> Line 1074: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = TableOfContents uses Headers from within Raw Segment =<br> + * '''Date and time:''' 2009-10-15 14:30 EST<br> + * '''User:''' ["Users/BradMandell"]<br> + * '''Platform:''' Windows XP<br> + * '''Browser:''' Firefox 3.0.1<br> + * '''Page showing bug:''' [wiki:Buffalo:Events Index]<br> + * '''Bug description:''' using TableOfCotents macro on page that has some raw text containing headers but bounded by { { { } } } results in the headers within the bounded raw text appearing within the TOC. See [http://buffalo.wikispot.org/Events_Index Events Index] page for example</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-10-15 11:56:37BradMandellUsing &lt; within search or a page name causes sycamore failure <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1030: </td> <td> Line 1030: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Page Name with &lt; or &gt; Breaks Wanted Pages ==<br> + * '''Date and time:''' 2009-10-15 07:30 EST<br> + * '''User:''' ["Users/BradMandell"]<br> + * '''Platform:''' Windows XP<br> + * '''Browser:''' Firefox 3.0.1<br> + * '''Page showing bug:''' [wiki:Buffalo:Wanted_Pages]<br> + * '''Bug description:''' usage of &lt; within a page name will cause sycamore failure in Wanted Pages and in search.<br> + '''WANTED PAGES EXAMPLE'''<br> + * [http://buffalo.wikispot.org/Wanted_Pages BufWIki - Wanted Pages]<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 754, in run<br> + Page(query, self).send_page(count_hit=1)<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 897, in send_page<br> + needsupdate=keywords.get('force_regenerate_content'))<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 1018, in send_page_content<br> + exec code<br> + File "wanted pages", line 10, in &lt;module&gt;<br> + File "/srv/sycamore_base/Sycamore/formatter/base.py", line 179, in macro<br> + return macro_obj.execute(name, args, formatter=self)<br> + File "/srv/sycamore_base/Sycamore/wikimacro.py", line 106, in execute<br> + return macro(self, args, formatter=formatter)<br> + File "/srv/sycamore_base/Sycamore/macro/wantedpages.py", line 234, in execute<br> + output_complete_wanted_list(wanted, macro)<br> + File "/srv/sycamore_base/Sycamore/macro/wantedpages.py", line 135, in output_complete_wanted_list<br> + macro.request.write(Page(name, macro.request).link_to(<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 65, in __init__<br> + raise self.InvalidPageName, page_name<br> + InvalidPageName: &lt;YEAR+1&gt;<br> + }}}<br> + <br> + '''SEARCH EXAMPLE'''<br> + [http://buffalo.wikispot.org/Wanted_Pages?action=search&amp;inline_string=%3CYEAR%2B1%3E&amp;x=0&amp;y=0 BufWiki Search &lt;YEAR+1&gt;]<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 739, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/sycamore_base/Sycamore/wikiaction.py", line 186, in do_search<br> + Page(printable_needle, request).link_to(<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 65, in __init__<br> + raise self.InvalidPageName, page_name<br> + InvalidPageName: &lt;YEAR+1&gt;<br> + }}}</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-26 03:20:47PhilipNeustromfixed pagename issues <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 542: </td> <td> Line 542: </td> </tr> <tr> <td> </td> <td> <span>+ Fixed now<br> + </span> </td> </tr> <tr> <td> Line 1026: </td> <td> Line 1028: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + This should be fixed now.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-24 20:53:05SteveDavisonAbort, Retry, Ignore? -page crashes <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 534: </td> <td> Line 534: </td> </tr> <tr> <td> </td> <td> <span>+ == Brief Title ==<br> + * '''Date and time:''' 2009-09-24 13:49 PST<br> + * '''User:''' ["Users/SteveDavison"]<br> + * '''Platform:''' Linux<br> + * '''Browser:''' Firefox 3<br> + * '''Page showing bug:''' [http://daviswiki.org/Wanted_Pages]<br> + * '''Bug description:''' Takes a long time to load, then returns error invalid page name matty_s. A hard disk error?<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-23 13:15:43Develine <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1010: </td> <td> Line 1010: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Page Names ending in " 22" or " 23" now give error ==<br> + * '''Date and time:''' 200-09-23 8:32 EST<br> + * '''User:''' ["Users/Develine"]<br> + * '''Platform:''' XP<br> + * '''Browser:''' IE7<br> + * '''Page showing bug:''' [http://the-voters-org.wikispot.org/TVO_sandbox ""tvo sandbox""]<br> + * '''Bug description:''' page names ending in " 22" or " 23" now give error "Invalid pagename: the characters &gt; &lt; ? # [ ] _ { } | ~ " are not allowed in page names. Page names ...</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:27:37PhilipNeustromstevedavison - fixed just now <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 534: </td> <td> Line 534: </td> </tr> <tr> <td> <span>- == Editing error ==<br> - * '''Date and time:''' 2009-09-21<br> - * '''User:''' ["Users/SteveDavison"]<br> - * '''Platform:''' Linux! (irrelevant)<br> - * '''Browser:''' Firefox 3.0 (irrelevant)<br> - * '''Page showing bug:''' none; editing error<br> - * '''Bug description:''' When an underline is present in a link (bracket, quote, underline, quote, bracket) while editing, Python faults. Just try to edit this page and add {{{ ["_"] }}} -try to Preview to see the error or "Save Changes" for a full screen of colorful insults! Maybe it's because it makes the cute face...<br> - </span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:16:58SteveDavison <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>- [x_y]</span> </td> <td> <span>+ </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:16:38SteveDavison <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 540: </td> <td> Line 540: </td> </tr> <tr> <td> <span>-</span> * '''Bug description:''' When an underline is present in a link while editing, Python faults. Just try to edit this page and add {{{ ["<span>test</span>_<span>page</span>"] }}} -try to Preview to see the error or "Save Changes" for a full screen of colorful insults! </td> <td> <span>+</span> * '''Bug description:''' When an underline is present in a link<span>&nbsp;(bracket, quote, underline, quote, bracket)</span> while editing, Python faults. Just try to edit this page and add {{{ ["_"] }}} -try to Preview to see the error or "Save Changes" for a full screen of colorful insults!<span>&nbsp;Maybe it's because it makes the cute face...</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:15:09SteveDavison <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>-</span> [x_] </td> <td> <span>+</span> [x_<span>y</span>] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:14:56SteveDavison <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>-</span> [_] </td> <td> <span>+</span> [<span>x</span>_] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:14:38SteveDavison <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 2: </td> </tr> <tr> <td> <span>- </span> </td> <td> <span>+ [_]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-09-22 06:13:44SteveDavisonnew, real bug -underlines in links cause barf <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> <span>- </span> </td> <td> </td> </tr> <tr> <td> Line 535: </td> <td> Line 534: </td> </tr> <tr> <td> </td> <td> <span>+ == Editing error ==<br> + * '''Date and time:''' 2009-09-21<br> + * '''User:''' ["Users/SteveDavison"]<br> + * '''Platform:''' Linux! (irrelevant)<br> + * '''Browser:''' Firefox 3.0 (irrelevant)<br> + * '''Page showing bug:''' none; editing error<br> + * '''Bug description:''' When an underline is present in a link while editing, Python faults. Just try to edit this page and add {{{ ["test_page"] }}} -try to Preview to see the error or "Save Changes" for a full screen of colorful insults!<br> + </span> </td> </tr> <tr> <td> Line 592: </td> <td> Line 599: </td> </tr> <tr> <td> <span>- </span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-07-25 16:09:29JabberWokky <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 975: </td> <td> Line 975: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + =Parse error breaks Preview=<br> + <br> + A simple error:<br> + <br> + {{{<br> + ||&lt;rowbgcolor="#aaaacc&gt;table||<br> + }}}<br> + <br> + Results in python barf upon preview rather than anything friendly:<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/sycamore_base/Sycamore/wikiaction.py", line 1158, in do_savepage<br> + pg.sendEditor(preview=savetext, comment=comment)<br> + File "/srv/sycamore_base/Sycamore/PageEditor.py", line 468, in sendEditor<br> + preview=preview)<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 893, in send_page<br> + needsupdate=keywords.get('force_regenerate_content'))<br> + File "/srv/sycamore_base/Sycamore/Page.py", line 932, in send_page_content<br> + Parser(body, request).format(self.formatter)<br> + File "/srv/sycamore_base/Sycamore/parser/wiki.py", line 190, in format<br> + attrs, attrerr = self._getTableAttrs(line[indlen+2:])<br> + File "/srv/sycamore_base/Sycamore/parser/wiki_simple.py", line 670, in _getTableAttrs<br> + table_extension)<br> + File "/srv/sycamore_base/Sycamore/wikiutil.py", line 1033, in parseAttributes<br> + val = parser.get_token()<br> + File "/usr/lib/python2.5/shlex.py", line 96, in get_token<br> + raw = self.read_token()<br> + File "/usr/lib/python2.5/shlex.py", line 172, in read_token<br> + raise ValueError, "No closing quotation"<br> + ValueError: No closing quotation<br> + }}}<br> + <br> + ...and much worse, results in a blank white page when saving, and the loss of that edit.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-06-10 18:57:43JabberWokky <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 971: </td> <td> Line 971: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Right to Left tabs are funky ==<br> + <br> + See [wiki:abeer1141978]. The tabs are in a BiDi language and are laid out oddly.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-05-20 07:18:15AnnetteRand <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 958: </td> <td> Line 958: </td> </tr> <tr> <td> <span>- {{{ --&gt; --&gt;<br> - </span> </td> <td> <span>+ {{{</span> </td> </tr> <tr> <td> Line 969: </td> <td> Line 968: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Update 2009-05-20 08:13 BST<br> + I've tried various settings in the 'Default Address Locale' in General Settings, with no result. The map in [wiki:RugbyTown:"Wiki Sandbox"] is working, as long as it's not in Rugby. I'm assuming I've done something daft somewhere, just can't work out where.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-05-16 13:53:50AnnetteRand <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 947: </td> <td> Line 947: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + --------------<br> + = Missing Maps =<br> + <br> + == Blank Map Area ==<br> + * '''Date and time:''' 2009-05-16 14:42 BST<br> + * '''User:''' [wiki:RugbyTown:"Users/AnnetteRand"]<br> + * '''Platform:''' Win XP<br> + * '''Browser:''' Firefox 3.0.1<br> + * '''Page showing bug:''' [wiki:RugbyTown:"The Courthouse"] (plus all other maps)<br> + * '''Bug description:''' Earlier in the week this was working, now a blank map area opens up. The co-ordinates are correct when fed into Google Maps. The info page map gives the following error:<br> + {{{ --&gt; --&gt;<br> + <br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/sycamore_base/Sycamore/action/gmaps.py", line 23, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/sycamore_base/Sycamore/action/gmaps.py", line 75, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-05-10 01:31:14JoePomidor <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 946: </td> <td> Line 946: </td> </tr> <tr> <td> </td> <td> <span>+ Oh. I figured it would work more like the normal recent changes deal, where it only shows the last change made.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-05-10 00:49:58PhilipNeustrom <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 944: </td> <td> Line 944: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + That's how it's supposed to work. It shows you all the changes since you pressed clear last.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-05-10 00:31:04JoePomidorComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 942: </td> <td> Line 942: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2009-05-10 00:31:04'' [[nbsp]] This might already be in here, and I missed it, but if you turn on 'clear observed changes' in ["Recent Changes"] then when you click on the changes for a page that has had more than one change, the resulting page will display the differences between the current version and the original, not the current version and the last like it normally does. --["Users/JoePomidor"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-04-25 10:58:13maddaze <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 918: </td> <td> Line 918: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = RSS feed is still broken =<br> + * '''Date and time:''' 2009-01-25<br> + * '''User:''' [http://adld.wikispot.org/Users/maddaze] : Harvey Morgan in Bordeaux<br> + * '''Platform:''' WinXP_SP2<br> + * '''Browser:''' Firefox 3.0.p<br> + <br> + Our wiki is starting to get active and our members can't easily keep track of changes. I suspect the problem is related to our use of the French character set. Help!!!<br> + <br> + http://adld.wikispot.org/Recent_Changes?action=rss_rc<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/sycamore_base/Sycamore/action/rss_rc.py", line 126, in execute<br> + rss_dom = xml.dom.minidom.parseString(rss_init_text)<br> + File "/usr/lib/python2.5/xml/dom/minidom.py", line 1925, in parseString<br> + return expatbuilder.parseString(string)<br> + File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 940, in parseString<br> + return builder.parseString(string)<br> + File "/usr/lib/python2.5/xml/dom/expatbuilder.py", line 223, in parseString<br> + parser.Parse(string, True)<br> + UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 132: ordinal not in range(128)<br> + }}}</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-29 05:26:55WilliamLewispage name bug. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Cannot create certain pages with the string "html" in name ==<br> + * '''User:''' ["Users/WilliamLewis"]<br> + * '''Bug description:''' Any page with a name ending with "html" cannot be created, giving the error "Invalid pagename: the characters &gt; &lt; ? # [ ] _ { } | ~ " are not allowed in page names. Page names must be less than 106 characters." At the very least, the error message is wrong. However, we should be able to create a page entitled "html" or "semantic html" or whatever. Heck, there may be circumstances when we want a page name to end with .html... let's say that a wiki is documenting a codebase and each file has a page on it. Any HTML files can't have a documentation page with that file's name.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-24 18:46:35PhilipNeustromRevert to version 510 (intended behavior (no way around)). <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> <span>- <br> - <br> - == Login Failure ==<br> - * '''Date and time:''' 2009-03-24 22:54<br> - * '''User:''' ["Users/Kirk" Jim Kirk]<br> - * '''Platform:''' Windows XP Pro SP2<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' login<br> - * '''Bug description:''' Created a new account starting from the new user link on the Davis Wiki. Account created, validated email, works on main Wiki but ... fails when I attempt "Login" at the Davis Wiki. Who can fix this???</span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-24 16:16:41Kirk <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + <br> + == Login Failure ==<br> + * '''Date and time:''' 2009-03-24 22:54<br> + * '''User:''' ["Users/Kirk" Jim Kirk]<br> + * '''Platform:''' Windows XP Pro SP2<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' login<br> + * '''Bug description:''' Created a new account starting from the new user link on the Davis Wiki. Account created, validated email, works on main Wiki but ... fails when I attempt "Login" at the Davis Wiki. Who can fix this???</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-16 19:56:54JabberWokky(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 913: </td> <td> Line 913: </td> </tr> <tr> <td> <span>-</span> [wiki:gyoa] has some odd search issues. There are some entries with titles like [wiki:gyoa:"115=Answer, wakeUp" that are not being indexed in the search database, but when copied to a "normal" title, they appear. ["Users/growmaster] is the admin of the site. </td> <td> <span>+</span> [wiki:gyoa] has some odd search issues. There are some entries with titles like [wiki:gyoa:"115=Answer, wakeUp"<span>]</span> that are not being indexed in the search database, but when copied to a "normal" title, they appear<span>&nbsp;when searched</span>. ["Users/growmaster] is the admin of the site. </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-16 19:56:23JabberWokkyBug report - database or title formatting issue. Odd. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 793: </td> <td> Line 793: </td> </tr> <tr> <td> <span>-  </span>/srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> <span>-   </span>181<br> <span>-   </span>182<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>-   </span>183<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self._conn.server.handler(self)<br> <span>-   </span>184<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>except:<br> <span>-   </span>185<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.logger.exception('Exception<span>&nbsp;</span>caught<span>&nbsp;from </span>handler')<br> <span>- self </span>= &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;, self._conn<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0x13d4ed0&gt;, self._conn.server<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self._conn.server.handler<span>&nbsp;</span>= &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xab4d50&gt;&gt;<br> <span>-  </span>/srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> <span>-   </span>427<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self._appLock.acquire()<br> <span>-   </span>428<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>-   </span>429<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;result </span>=<span>&nbsp;</span>self.application(environ,<span>&nbsp;</span>start_response)<br> <span>-   </span>430<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>-   </span>431<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for data in </span>result:<br> <span>- result </span>= None, self<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self.application<span>&nbsp;</span>= &lt;function basic_handle_request at 0xafba28&gt;, environ<span>&nbsp;</span>= {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response<span>&nbsp;</span>= &lt;function start_response at 0x1225668&gt;<br> <span>-  </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response=&lt;function start_response at 0x1225668&gt;)<br> <span>-  </span>1072<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>[compressed_content]<span>&nbsp;</span>#<span>&nbsp;</span>WSGI<span>&nbsp;spec wants a list </span>returned<br> <span>-  </span>1073<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>-  </span>1074<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>req.output_buffer<br> <span>-  </span>1075<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>-  </span>1076<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>RequestWSGI(env,<span>&nbsp;</span>start_response).run()<br> <span>-</span> global RequestWSGI<span>&nbsp;</span>= &lt;class 'Sycamore.request.RequestWSGI'&gt;, env<span>&nbsp;</span>= {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response<span>&nbsp;</span>= &lt;function start_response at 0x1225668&gt;, ).run undefined<br> <span>-  </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in run(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;)<br> <span>-   </span>766<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.reset_output()<br> <span>-   </span>767<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.http_headers()<br> <span>-   </span>768<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.write("\n&lt;!--<span>&nbsp;</span>ERROR<span>&nbsp;</span>REPORT<span>&nbsp;</span>FOLLOWS<span>&nbsp;</span>--&gt;\n")<br> <span>-   </span>769<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>-   </span>770<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from </span>Sycamore.support<span>&nbsp;import </span>cgitb<br> <span>- self </span>= &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.write<span>&nbsp;</span>= &lt;bound method RequestWSGI.write of &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;&gt;<br> <span>-  </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in write(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, data_string=u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', raw=False)<br> <span>-   </span>943<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.output_buffer.append(data_string.encode('utf-8'))<br> <span>-   </span>944<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>-   </span>945<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.filestack[-1].write(data_string.encode('utf-8'))<br> <span>-   </span>946<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>-   </span>947<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>#<span>&nbsp;some sort of raw </span>binary<span>&nbsp;</span>data.<br> <span>- self </span>= &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.filestack<span>&nbsp;</span>= [&lt;cStringIO.StringO object at 0x13fa880&gt;], ].write undefined, data_string<span>&nbsp;</span>= u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', data_string.encode<span>&nbsp;</span>= &lt;built-in method encode of unicode object at 0x13f4cc0&gt; </td> <td> <span>+ </span>/srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> <span>+ </span>181<br> <span>+ </span>182<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>+ </span>183<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self._conn.server.handler(self)<br> <span>+ </span>184<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>except:<br> <span>+ </span>185<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.logger.exception('Exception<span>&nbsp;</span>caught<span>&nbsp;from </span>handler')<br> <span>+ self </span>= &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;, self._conn<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0x13d4ed0&gt;, self._conn.server<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self._conn.server.handler<span>&nbsp;</span>= &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xab4d50&gt;&gt;<br> <span>+ </span>/srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> <span>+ </span>427<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self._appLock.acquire()<br> <span>+ </span>428<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>+ </span>429<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;result </span>=<span>&nbsp;</span>self.application(environ,<span>&nbsp;</span>start_response)<br> <span>+ </span>430<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>+ </span>431<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for data in </span>result:<br> <span>+ result </span>= None, self<span>&nbsp;</span>= &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self.application<span>&nbsp;</span>= &lt;function basic_handle_request at 0xafba28&gt;, environ<span>&nbsp;</span>= {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response<span>&nbsp;</span>= &lt;function start_response at 0x1225668&gt;<br> <span>+ </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response=&lt;function start_response at 0x1225668&gt;)<br> <span>+ </span>1072<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>[compressed_content]<span>&nbsp;</span>#<span>&nbsp;</span>WSGI<span>&nbsp;spec wants a list </span>returned<br> <span>+ </span>1073<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>+ </span>1074<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>req.output_buffer<br> <span>+ </span>1075<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>+ </span>1076<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return </span>RequestWSGI(env,<span>&nbsp;</span>start_response).run()<br> <span>+</span> global RequestWSGI<span>&nbsp;</span>= &lt;class 'Sycamore.request.RequestWSGI'&gt;, env<span>&nbsp;</span>= {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response<span>&nbsp;</span>= &lt;function start_response at 0x1225668&gt;, ).run undefined<br> <span>+ </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in run(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;)<br> <span>+ </span>766<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.reset_output()<br> <span>+ </span>767<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.http_headers()<br> <span>+ </span>768<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.write("\n&lt;!--<span>&nbsp;</span>ERROR<span>&nbsp;</span>REPORT<span>&nbsp;</span>FOLLOWS<span>&nbsp;</span>--&gt;\n")<br> <span>+ </span>769<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>try:<br> <span>+ </span>770<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from </span>Sycamore.support<span>&nbsp;import </span>cgitb<br> <span>+ self </span>= &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.write<span>&nbsp;</span>= &lt;bound method RequestWSGI.write of &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;&gt;<br> <span>+ </span>/srv/wikis/wikispot/sycamore_base/Sycamore/request.py in write(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, data_string=u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', raw=False)<br> <span>+ </span>943<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.output_buffer.append(data_string.encode('utf-8'))<br> <span>+ </span>944<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>+ </span>945<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>self.filestack[-1].write(data_string.encode('utf-8'))<br> <span>+ </span>946<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>else:<br> <span>+ </span>947<span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>#<span>&nbsp;some sort of raw </span>binary<span>&nbsp;</span>data.<br> <span>+ self </span>= &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.filestack<span>&nbsp;</span>= [&lt;cStringIO.StringO object at 0x13fa880&gt;], ].write undefined, data_string<span>&nbsp;</span>= u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', data_string.encode<span>&nbsp;</span>= &lt;built-in method encode of unicode object at 0x13f4cc0&gt; </td> </tr> <tr> <td> Line 910: </td> <td> Line 910: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = Entries with odd titles do not appear in search =<br> + <br> + [wiki:gyoa] has some odd search issues. There are some entries with titles like [wiki:gyoa:"115=Answer, wakeUp" that are not being indexed in the search database, but when copied to a "normal" title, they appear. ["Users/growmaster] is the admin of the site.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-12 00:53:45PhilipNeustromvia jraller <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 520: </td> <td> Line 520: </td> </tr> <tr> <td> </td> <td> <span>+ == Davis Wiki Pages ==<br> + {{{ ["University of California "] and ["Village Cab // 530753TAXI 24HOUR SVC"] }}} need fixing.<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-03-07 18:52:02WilliamLewis(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 594: </td> <td> Line 594: </td> </tr> <tr> <td> <span>-</span> ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed [<span>"</span>wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"] </td> <td> <span>+</span> ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed [wiki:davis:<span>"</span>Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-02-24 07:59:15JasonAllerbug near midnight with Recent Changes timestamp display <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + <br> + == Recent Changes timestamps ==<br> + * '''Date and time:''' 2009-02-23 11:55 PST<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 3.0.6<br> + * '''Page showing bug:''' [wiki:Davis:"Recent Changes"]<br> + * '''Bug description:''' At 5 minutes to midnight the Recent Changes showed an error in the display of how recent the last hour's worth of edits were. The times listed were in order: "last modified 54 minutes ago", last modified 59 minutes ago, last modified 54 minutes ago, last modified 51 seconds ago, last modified 4 minutes ago</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-20 13:28:57maddazeComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 896: </td> <td> Line 896: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2009-01-20 13:28:57'' [[nbsp]] I've run into more problems with the French character set. 1) I was able to successfully upload a file with the name "Comment s'inscrire--les details.txt" to the page adld.wikispot.org/Pour_se_joindre_au_wiki. What I can't show, because the Add Comment macro doesn't support it, is that the word details should have an accent mark over it. However when I included the macro [[File(Comment s'inscrire--les details.txt)]] on the page (with the accent mark), clicking on either Preview or Save changes produced a Python error. 2) When I tried to describe the problem in the Add Comment box using the accented e, I got another Python problem. If you'd like, I can post the Python messages, but I suspect you can reproduce them as easily as I. I'm hopeful that in reporting such problems wikispot.org will evolve to handle foreign communities as gracefully as standard English communities. --maddaze (Harvey Morgan in Bordeaux, France) --["Users/maddaze"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-06 04:48:18JabberWokkyMore strangeness afoot with those entries. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 874: </td> <td> Line 874: </td> </tr> <tr> <td> </td> <td> <span>+ * Now it comes up with the new content in the image view (as to before, when it still displayed the old content, and yes, I am sure it wasn't cached), but there is still only one revision in the history... so the first revision softly and silently vanished like it ran into a Boojum. --jw</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-03 17:59:53JabberWokky(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 877: </td> <td> Line 877: </td> </tr> <tr> <td> <span>-</span> ["Users/maddaze] noticed that his or her RSS feed did not work. [http://adld.wikispot.org/Recent_Changes?action=rss_rc] returns: </td> <td> <span>+</span> ["Users/maddaze<span>"</span>] noticed that his or her RSS feed did not work. [http://adld.wikispot.org/Recent_Changes?action=rss_rc] returns: </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-03 17:59:24JabberWokky+Broken RSS feed (unicode error), reiterate please let me know on other bug. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 873: </td> <td> Line 873: </td> </tr> <tr> <td> <span>- * (When somebody reads this and checks this out, please let me know, as I'd like to reupload those images... and if somebody is reading this who knows Python and wants to get involved in Sycamore development (the software behind Wiki Spot), please visit [wiki:Sycamore] and volunteer!). --jw</span> </td> <td> <span>+ * When somebody with server side access reads this and checks this out, ''please let me know'', as I'd like to reupload those images... and if somebody is reading this who knows Python and wants to get involved in Sycamore development (the software behind Wiki Spot), please visit [wiki:Sycamore] and volunteer!. --jw<br> + <br> + =RSS Feed is broken=<br> + <br> + ["Users/maddaze] noticed that his or her RSS feed did not work. [http://adld.wikispot.org/Recent_Changes?action=rss_rc] returns:<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/rss_rc.py", line 126, in execute<br> + rss_dom = xml.dom.minidom.parseString(rss_init_text)<br> + File "/usr/lib64/python2.5/xml/dom/minidom.py", line 1923, in parseString<br> + return expatbuilder.parseString(string)<br> + File "/usr/lib64/python2.5/xml/dom/expatbuilder.py", line 940, in parseString<br> + return builder.parseString(string)<br> + File "/usr/lib64/python2.5/xml/dom/expatbuilder.py", line 223, in parseString<br> + parser.Parse(string, True)<br> + UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 132: ordinal not in range(128)<br> + }}}<br> + <br> + --["Users/JabberWokky" Evan 'JabberWokky' Edwards]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-03 15:46:20maddaze <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 511: </td> <td> Line 511: </td> </tr> <tr> <td> <span>-</span> = Problem adding security group == </td> <td> <span>+</span> <span>=</span>= Problem adding security group == </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-03 15:43:28maddaze <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 511: </td> <td> Line 511: </td> </tr> <tr> <td> </td> <td> <span>+ = Problem adding security group ==<br> + * '''Date and time:''' 2009-01-03<br> + * '''User:''' ["Users/Maddaze"]<br> + * '''Platform:''' Win XP SP3<br> + * '''Browser:''' Firefox 3<br> + * '''Page showing bug:''' [http://adld.wikispot.org/Wiki_Settings/Security]<br> + * '''Bug description:''' I keep trying to add a new security group: Gérants. It appears to be added, but doesn't appear on any other page when I try to change the security settings. Nor does the group appear when I return to the wiki settings page. Problem with the e accent aigu character?<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-02 23:55:12JabberWokky(paren (paren ) ) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 865: </td> <td> Line 865: </td> </tr> <tr> <td> </td> <td> <span>+ * (When somebody reads this and checks this out, please let me know, as I'd like to reupload those images... and if somebody is reading this who knows Python and wants to get involved in Sycamore development (the software behind Wiki Spot), please visit [wiki:Sycamore] and volunteer!). --jw</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-02 16:43:24JabberWokkyOdd image revision/upload bug. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 861: </td> <td> Line 861: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + =Image upload does not appear in revision=<br> + <br> + Odd one here... On [wiki:SARS], I have two images of a book cover. I had a very low resolution version from the internet, and just got the book, so I took a photo of the cover and uploaded replacement images. I uploaded both replacements in two different tabs at the same time. The new image has appeared on the rendered entries (i.e., it uploaded and thumbnailed properly), but that upload does not appear in either image revision... the current image being displayed is not even in the image revision history. It is very clear the newly uploaded images are being used on the entry, but the newly uploaded revision does not show up when you click the image. Another possible factor is that the images were a bit over a meg in size. 1211714 bytes to be exact. See [http://sars.wikispot.org/Mortal_Coil?action=Files&amp;do=view&amp;target=book.jpg here] and [http://sars.wikispot.org/Mortal_Coil?action=Files&amp;do=view&amp;target=book.jpg here]. --["Users/JabberWokky" Evan 'JabberWokky' Edwards]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-01 04:39:48BrentLaabscleanup unrelated discussion <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 88: </td> <td> Line 88: </td> </tr> <tr> <td> <span>- * This popped up on IRC... it has been broken for several hours. I was hoping it was due to a rebuild or something in progress, but it's still broken, pretty much all night (aka evening through the night Pacific time). --jw<br> - * Was caused by me doing something. Fixed now. --["Users/PhilipNeustrom"]</span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2009-01-01 04:38:25BrentLaabswell, i broke something <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> <span>- == Search Completely Broken ==</span> </td> <td> <span>+ == Cookie error handling ==</span> </td> </tr> <tr> <td> Line 22: </td> <td> Line 22: </td> </tr> <tr> <td> <span>- * '''Platform:''' Mac OS X 10.5<br> - * '''Browser:''' Firefox 3.0.3, Safari 3.2<br> - * '''Page showing bug:''' ALL PAGES<br> - * '''Bug description:''' Search appears to be completely broken across wikispot. That spotty timeout error has recurred in spades!</span> </td> <td> <span>+ * '''Platform:''' Mac OS X 10.5.6<br> + * '''Browser:''' Safari 3.2<br> + * '''Page showing bug:''' [wiki:ventura] (but not really)<br> + * '''Bug description:''' I'm guessing this has something to Safari incorrectly deleting my cookie on logout. Still, this is anything but graceful:</span> </td> </tr> <tr> <td> Line 27: </td> <td> Line 27: </td> </tr> <tr> <td> <span>- Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 133, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out</span> </td> <td> <span>+ &lt;type 'exceptions.IndexError'&gt;<br> + A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.<br> + <br> + /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0xc5f3810&gt;)<br> + 181<br> + 182 try:<br> + 183 self._conn.server.handler(self)<br> + 184 except:<br> + 185 self.logger.exception('Exception caught from handler')<br> + self = &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0xc5f3810&gt;, self._conn = &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0xc5f3e50&gt;, self._conn.server = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xac1d50&gt;, self._conn.server.handler = &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xac1d50&gt;&gt;<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xac1d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0xc5f3810&gt;)<br> + 427 self._appLock.acquire()<br> + 428 try:<br> + 429 result = self.application(environ, start_response)<br> + 430 try:<br> + 431 for data in result:<br> + result = None, self = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xac1d50&gt;, self.application = &lt;function basic_handle_request at 0xb08a28&gt;, environ = {'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1100496489.59.26903,O+k6osF...=1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo=', 'HTTP_HOST': 'www.venturawiki.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; ...(KHTML, like Gecko) Version/3.2.1 Safari/525.27.1', ...}, start_response = &lt;function start_response at 0x1c01b18&gt;<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1100496489.59.26903,O+k6osF...=1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo=', 'HTTP_HOST': 'www.venturawiki.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; ...(KHTML, like Gecko) Version/3.2.1 Safari/525.27.1', ...}, start_response=&lt;function start_response at 0x1c01b18&gt;)<br> + 1072 return [compressed_content] # WSGI spec wants a list returned<br> + 1073 else:<br> + 1074 return req.output_buffer<br> + 1075 else:<br> + 1076 return RequestWSGI(env, start_response).run()<br> + global RequestWSGI = &lt;class 'Sycamore.request.RequestWSGI'&gt;, env = {'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1100496489.59.26903,O+k6osF...=1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo=', 'HTTP_HOST': 'www.venturawiki.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; ...(KHTML, like Gecko) Version/3.2.1 Safari/525.27.1', ...}, start_response = &lt;function start_response at 0x1c01b18&gt;, ).run undefined<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in __init__(self=&lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, env={'CONTENT_LENGTH': '0', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1100496489.59.26903,O+k6osF...=1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo=', 'HTTP_HOST': 'www.venturawiki.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_6; ...(KHTML, like Gecko) Version/3.2.1 Safari/525.27.1', ...}, start_response=&lt;function start_response at 0x1c01b18&gt;, wiki_name=None)<br> + 923 wiki_name=wiki_name)<br> + 924 else:<br> + 925 RequestBase.__init__(self, properties=properties)<br> + 926<br> + 927 def setup_args(self):<br> + global RequestBase = &lt;class 'Sycamore.request.RequestBase'&gt;, RequestBase.__init__ = &lt;unbound method RequestBase.__init__&gt;, self = &lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, properties = {}<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in __init__(self=&lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, properties={}, process_config=True, wiki_name=u'ventura')<br> + 256 # We do an http_redirect, so let's just return<br> + 257 return<br> + 258 self.setup_basics()<br> + 259<br> + 260 self.reset()<br> + self = &lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, self.setup_basics = &lt;bound method RequestWSGI.setup_basics of &lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;&gt;<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in setup_basics(self=&lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;)<br> + 276 else:<br> + 277 self.relative_dir = getRelativeDir(self)<br> + 278 self.user = user.User(self, is_login=True)<br> + 279<br> + 280 self.lang = i18n.requestLanguage(self)<br> + self = &lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, self.user undefined, global user = &lt;module 'Sycamore.user' from '/srv/wikis/wikispot/sycamore_base/Sycamore/user.pyo'&gt;, user.User = &lt;class 'Sycamore.user.User'&gt;, is_login undefined, builtin True = True<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/user.py in __init__(self=&lt;Sycamore.user.User object at 0x9df0a10&gt;, request=&lt;Sycamore.request.RequestWSGI object at 0xc5f3f50&gt;, id=None, name='', password=None, auth_username='', is_login=True)<br> + 319 if cookie.has_key(cookie_id):<br> + 320 # does their cookie pass our super elite test?<br> + 321 if self.isValidCookieDough(cookie[cookie_id].value):<br> + 322 # okay, lets let them in<br> + 323 self.id = self.getUserIdDough(<br> + self = &lt;Sycamore.user.User object at 0x9df0a10&gt;, self.isValidCookieDough = &lt;bound method User.isValidCookieDough of &lt;Sycamore.user.User object at 0x9df0a10&gt;&gt;, cookie = &lt;SimpleCookie: wikispot_2Eorg_2CID='1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo='&gt;, cookie_id = 'wikispot_2Eorg_2CID', ].value undefined<br> + /srv/wikis/wikispot/sycamore_base/Sycamore/user.py in isValidCookieDough(self=&lt;Sycamore.user.User object at 0x9df0a10&gt;, cookiestring='1100496489.59.26903,O+k6osFQpgIwu5WW00tNyCjKCFo=')<br> + 792 userid = split_string[0].strip()<br> + 793 sessionid = split_string[1].strip()<br> + 794 secret = split_string[2]<br> + 795 if config.memcache:<br> + 796 key = "userSessions:%s,%s" % (userid, sessionid)<br> + secret undefined, split_string = ['1100496489.59.26903', 'O+k6osFQpgIwu5WW00tNyCjKCFo=']</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-26 19:55:37DavidGrundlerminor edit for spelling <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> <span>-</span> = Search Completely Bo<span>r</span>ken = </td> <td> <span>+</span> <span>=</span>= Search Completely B<span>r</span>oken =<span>=</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-26 19:42:49PhilipNeustrom <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 42: </td> <td> Line 42: </td> </tr> <tr> <td> <span>- </span> </td> <td> <span>+ * Was caused by me doing something. Fixed now. --["Users/PhilipNeustrom"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-26 10:19:30JabberWokky <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> <span>-</span> <span>=</span>= Search Completely Borken = </td> <td> <span>+</span> = Search Completely Borken = </td> </tr> <tr> <td> Line 40: </td> <td> Line 40: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + * This popped up on IRC... it has been broken for several hours. I was hoping it was due to a rebuild or something in progress, but it's still broken, pretty much all night (aka evening through the night Pacific time). --jw</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-26 09:50:35BrentLaabsobligatory traceback <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 26: </td> <td> Line 26: </td> </tr> <tr> <td> </td> <td> <span>+ {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 133, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-26 09:49:57BrentLaabsMAJOR BUG <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Search Completely Borken =<br> + * '''Date and time:''' 2008-11-26 0148 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.5<br> + * '''Browser:''' Firefox 3.0.3, Safari 3.2<br> + * '''Page showing bug:''' ALL PAGES<br> + * '''Bug description:''' Search appears to be completely broken across wikispot. That spotty timeout error has recurred in spades!<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-21 19:03:46DavidGrundler(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p>No differences found!</div> Bug reportshttp://wikispot.org/Bug_reports2008-11-21 19:03:40DavidGrundler(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 179: </td> <td> Line 179: </td> </tr> <tr> <td> </td> <td> <span>+ * Thanks JW. Doesn't really bother me from a stats standpoint because I really don't care if people know what I have done or have not done, but it does bug me in that if we are going to list them, they should be correct. I have also created pages and contributed files, but both of those columns are showing 0. Let me know if I can help out. --["Users/DavidGrundler"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-20 16:59:22JabberWokky(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 177: </td> <td> Line 177: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + I thought it had been fixed awhile back? At any rate, ["Users/DavidGrundler"] is experiencing a ''very'' clear example on [wiki:Woodland]. He's got no signup date and shows three edits when he has been making many edits. --["Users/JabberWokky" Evan 'JabberWokky' Edwards]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-11-11 07:08:21CarlaLewis <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Links to this page doesn't update ==<br> + * '''Date and time:''' 2007-05-31 17:12 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Ubuntu Opinionated Opossum<br> + * '''Browser:''' Firefox 3.0.3<br> + * '''Page showing bug:''' --<br> + * '''Bug description:''' Using a comments macro in an included page posts to the including page.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-10-09 21:33:31PhilipNeustromComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 778: </td> <td> Line 778: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2008-10-09 21:33:31'' [[nbsp]] IE 7.0.6001.18000 -- map w/ multiple points shows up blank. Can anyone confirm? --["Users/PhilipNeustrom"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-10-07 20:56:15PhilipNeustromRevert to version 483 (deleted entire page). <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ Having trouble with a particular feature of Wiki Spot or see something wrong? File a bug report on this page!<br> + <br> + [[TableOfContents]]<br> + <br> + Please include all the relevant information with every report, as in the following sample:<br> + <br> + = Example template =<br> + </span> </td> </tr> <tr> <td> Line 2: </td> <td> Line 10: </td> </tr> <tr> <td> <span>- * '''Date and time:''' 2008-10-07 13:12 PST<br> - * '''User:''' ["Daniel Karen"]<br> - * '''Platform:''' Windows XP Pro * '''Browser:''' IE 7<br> - * '''Page showing bug:''' [wiki:Davis:"Log in"]<br> - * '''Bug description:''' I am unable to sign into the Davis wiki- I can log into the Wikispot page, however. Help! I've updated/changed my password SEVERAL times now...</span> </td> <td> <span>+ * '''Date and time:''' 2007-05-31 17:12 PST<br> + * '''User:''' ["Users/MikeIvanov"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 3.0.1<br> + * '''Page showing bug:''' [wiki:Davis:"map"]<br> + * '''Bug description:''' The Java map takes forever to load and Firefox crashes. This happens almost every time.<br> + <br> + = Bugs (or, maybe not) =<br> + <br> + == Links to this page doesn't update ==<br> + * '''Date and time:''' 2007-05-31 17:12 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Ubuntu Angsty Albacore<br> + * '''Browser:''' Firefox 3.0.2<br> + * '''Page showing bug:''' --<br> + * '''Bug description:''' The "Links to this page" section of the info box doesn't update correctly if an included page is modified. Workaround appears to be to view the page in question. Feel free to ignore.<br> + <br> + == Bookmark Link Problem ==<br> + * '''Date and time:''' 2008-08-11 14:34 PST<br> + * '''User:''' ["Users/Irrelevant"]<br> + * '''Platform:''' Irrelevant<br> + * '''Browser:''' Irrelevant<br> + * '''Page showing bug:''' Bookmarks<br> + * '''Bug description:''' I have my wiki setup in a virtual host as http://server/wiki/index.cgi. I edited web_dir, url_prefix, and relative_dir in the sycamore_config.py file to match this change. All of the links work, except for when I bookmark a page, the URL is off, the bookmarks page shows http://server/PageName, which is wrong (all the other pages work fine, however).<br> + <br> + Can you upload your sycamore_config.py file / link to it? Remove your password if it's in there. By the way, [wiki:sycamore] is the place to discuss setting up the software -- we can move this discussion there later if need be.<br> + <br> + Here is my sycamore_config.py [http://rafb.net/p/JFECLt94.html]<br> + <br> + == Traceback on previous revisions ==<br> + * '''Date and time:''' 2008-06-23 17:29 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 2.0<br> + * '''Browser:''' MobileSafari 2.0<br> + * '''Page showing bug:''' [http://daviswiki.org/Talk:Cost_Plus_World_Market?action=recall&amp;version=a]<br> + * '''Bug description:''' Going to this URL causes a traceback error; repeatable.<br> + <br> + == Server's Clock is Off? ==<br> + * '''Date and time:''' 2008-06-23 17:29 PST<br> + * '''User:''' ["Users/Irrelevant"]<br> + * '''Platform:''' Irrelevant<br> + * '''Browser:''' Irrelevant<br> + * '''Page showing bug:''' [wiki:Davis:"Recent Changes"]<br> + * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> + <br> + What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> + <br> + == Table of contents chokes on headings with links ==<br> + * '''Date and time:''' 2008-04-27 19:47 PST<br> + * '''User:''' ["Users/AndrewChen"]<br> + * '''Platform:''' Windows XP<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> + * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> + <br> + == Old version of a page ==<br> + * '''Date and time:''' 2008-04-21<br> + * '''User:''' AlanMiller<br> + * '''Platform:''' Mac OS X 10.3.9<br> + * '''Browser:''' Opera/Firefox<br> + * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> + * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> + <br> + I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> + <br> + == Stupid search suggestions ==<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> + <br> + == Question about Events Board Macro==<br> + * '''Date and time:''' 2008-4-16 11:40<br> + * '''User:''' ["Users/RocksandDirt"]<br> + * '''Platform:''' n/a<br> + * '''Browser:''' n/a<br> + * '''Page showing bug:''' - -<br> + * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> + 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> + 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> + <br> + Your answers confirmed my suspicians. Good luck with the updates!<br> + <br> + == Link appears broken but actually isn't ==<br> + * '''Date and time:''' 2008-3-5 15:00 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.0.0.1<br> + * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> + * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> + <br> + <br> + == Another Login Bug==<br> + * '''Date and time:''' 2008-01-19,20<br> + * '''User:''' oliver@dcn.org<br> + * '''Platform:''' XP<br> + * '''Browser:''' Firefox, current release<br> + * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> + * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> + <br> + Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> + <br> + == Mobile/CSS bug ==<br> + * '''Date and time:''' 2007-12-2 17:54 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 8GB<br> + * '''Browser:''' Safari for iPhone<br> + * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> + * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> + <br> + == case sensitive e-mail in password retrieval ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' Account registration and password retrieval<br> + * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> + <br> + ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> + <br> + == quickedit and unicode ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> + * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> + <br> + Should be fixed. --["Users/PhilipNeustrom"]<br> + <br> + == Wiki Deletion fails ==<br> + * '''Date and time:''' 2007-05-31 17:12<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.3<br> + * '''Browser:''' Firefox 2.doesn'tmatter<br> + * '''Page showing bug:''' [wiki:daviswiki]<br> + * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> + <br> + ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> + <br> + == non existent sub page to user page ==<br> + * '''Date and time:''' 2007-08-25 10:28<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> + * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> + <br> + == User Statistics ==<br> + * '''Date and time:''' 2007-08-05 19:04<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> + * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> + <br> + Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> + <br> + ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> + <br> + ''Something similar is happening to me, in the user statistics of IN wiki it shows much less than i know i have done. I can even see it from my user info from all wikis. I dont know if its related but my first edit date is unknown on it. The link to my profile is [http://inwiki.wikispot.org/Users/Sparrow]'' --["Users/Sparrow"]<br> + <br> + <br> + == Image display error in SSR (Opera mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> + * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Quick Edit non functional yet again (Opera Mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' All<br> + * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Google Map javascript thingy doesn't handle utf-8 characters ==<br> + * '''Date and time:''' 2007-06-06 14:48<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> + * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> + That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> + So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> + <br> + -["Users/NickSchmalenberger"]<br> + <br> + == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> + * '''Date and time:''' 2007-06-06 16:13<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> + * '''Bug description:''' this traceback is the same as in the above bug<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + <br> + == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> + * '''Date and time:''' 2007-05-29 00:14<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Windows XP version 5.1.2600<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> + <br> + Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> + The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> + <br> + == Tinylogo not updating ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> + * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> + <br> + I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> + <br> + I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> + <br> + == Link status incorrect ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' Today's interwiki-recent changes,<br> + * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> + <br> + <br> + == Image macro does not resize in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> + * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> + <br> + == Quick Edit does not work in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' Scwiki front page<br> + * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> + <br> + == Footnotes broken ==<br> + <br> + * '''Date and time:''' 2006-12-28<br> + * '''User:''' ["Users/PhilipNeustrom"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> + * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> + <br> + * Looks like they get thrown into included pages, actually.<br> + * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> + * Yeah, we can fix this after launch.<br> + <br> + == Login Failure ==<br> + * '''Date and time:''' 2007-03-30 22:54<br> + * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> + * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> + * '''Browser:''' Internet Explorer<br> + * '''Page showing bug:''' login<br> + * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> + <br> + Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> + Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> + So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> + <br> + I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> + <br> + No joy - still fails to login, yet doesn't give an error. -Graham<br> + <br> + Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> + <br> + == Wishlist: Notification of older versions on different entry ==<br> + * '''Date and time:''' 2007-03-03<br> + * '''User:''' ["Users/ArlenAbraham"]<br> + * '''Platform:''' Any<br> + * '''Browser:''' Any<br> + * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> + * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> + <br> + This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> + <br> + * How about providing a link to the info for the old page?<br> + <br> + * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> + * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> + <br> + == Broken image to non-logged in visitors ==<br> + <br> + It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> + <br> + == Can't clear default address locale ==<br> + * '''Date and time:''' 2008-07-08T1:11Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> + * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> + <br> + UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> + <br> + == wikispot.org's web server rejecting HEAD requests? ==<br> + * '''Date and time:''' 2008-07-09T19:09Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' GNU Wget 1.10.2<br> + * '''Page showing bug:''' any page, for example http://wikispot.org/<br> + * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> + <br> + For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> + <br> + Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> + <br> + By the way, for the record, the command I am now using to backup my wiki is this:<br> + {{{<br> + wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> + <br> + Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> + <br> + ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> + <br> + == Using the include macro causes footnotes so far to be dumped on page ==<br> + * '''Date and time:''' 2008-07-09T23:07Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> + * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> + <br> + == RSS feeds use invalid date format ==<br> + * '''Date and time:''' 2008-07-10T15:01Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> + * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> + * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> + <br> + * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> + <br> + * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> + <br> + == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> + * '''Date and time:''' 2008-07-15T12:59Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> + * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> + <br> + == Quick edits and file uploads are missing text stating user agrees to license content ==<br> + * '''Date and time:''' 2008-07-17T23:06Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> + Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> + Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> + <br> + Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> + <br> + Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> + <br> + By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> + <br> + == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> + * '''Date and time:''' 2008-07-17T23:32Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> + Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> + Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> + <br> + There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> + <br> + Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> + <br> + The settings are only cleared when they're set directly on the page. --["Users/PhilipNeustrom"]<br> + <br> + == Comment Problems ==<br> + * '''Date and time:''' 2008-07-24 since midnight<br> + * '''User:''' ["Users/BrandonBarrette"]<br> + * '''Platform:''' Mac OS X 10.5.4<br> + * '''Browser:''' Firefox 3<br> + * '''Page showing bug:''' [wiki:davis "Mystery Picture"] &amp; [wiki:davis "Mystery Picture/Guesses"]<br> + * '''Bug description:''' When you add a guess on Mystery Picture/Guesses, it displays on the page Mystery Picture. I noticed last night that there was "-------" (a line break I assume) some of that under the comments code, so I deleted it, then it allowed me to comment on the guesses page and it displayed there. You can see it in the history. But then it started doing it again... Not sure why...<br> + <br> + = Map-related bugs =<br> + * Davis Wiki map<br> + <br> + == Broken Address macro ==<br> + * '''Date and time:''' 2007-05-15 10:53<br> + * '''User:''' ["Users/BrianGingold"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> + * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> + <br> + Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> + <br> + = Known bugs =<br> + * Table of contents causes an annoying jiggle<br> + * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> + * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> + <br> + ---------<br> + issue with something or other:<br> + {{{<br> + Fact: Beer is fucking delicious.<br> + [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> + [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> + }}}<br> + <br> + =Non-reproducable bugs =<br> + <br> + ==Error on search==<br> + Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + [[Comments(Add a Mini Bug Report)]]<br> + <br> + ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> + <br> + Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> + <br> + My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> + <br> + Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> + <br> + OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> + <br> + <br> + ------<br> + ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> + ------<br> + ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> + ------<br> + ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> + <br> + ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> + ------<br> + ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> + <br> + Should be squared out now.<br> + ------<br> + ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> + <br> + Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> + <br> + I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> + ------<br> + ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> + ------<br> + ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 410, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}} --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> + <br> + This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> + Thank you indeed! --["Users/andre.felipe"]<br> + ------<br> + ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> + <br> + Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> + Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> + Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> + <br> + This should be fixed now.<br> + Yup, it is.<br> + ------<br> + ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> + ------<br> + ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> + <br> + Should be fixed now. Thanks!<br> + <br> + * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> + * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.0.0.7<br> + * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> + * '''Bug description:''' python traceback when you click "map" from the Info page<br> + ------<br> + ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> + -------<br> + <br> + There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> + <br> + For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> + <br> + Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> + <br> + RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> + <br> + Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> + <br> + By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> + ------<br> + ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> + <br> + This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> + ------<br> + ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> + ------<br> + ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> + Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> + <br> + It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> + It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> + ------<br> + ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> + <br> + {{{<br> + Search results for "NLUG"<br> + search Search:<br> + --&gt; --&gt;<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + It worked on refresh. --["Users/JabberWokky"]<br> + ------<br> + ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> + -------<br> + When adding wikis to my watch list:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> + farm.add_wiki_to_watch(wikiname, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> + request.user.setWatchedWikis(watched_wiki_list)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> + values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> + self.db_cursor.execute(query, args)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> + self.db_cursor.execute(query, args)<br> + IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> + }}}<br> + --["Users/JabberWokky"]<br> + <br> + What wiki? Can you reproduce it?<br> + * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> + * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> + * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> + <br> + =Address not picked up=<br> + <br> + * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> + <br> + =Minor Default(?) CSS Bug=<br> + <br> + I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> + <br> + [[Image(FFIEHeaderBug.png)]]<br> + <br> + And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> + * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> + * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> + ------<br> + ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> + <br> + ===Oh, hello==<br> + --["Users/DavidPoole"]<br> + ------<br> + ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> + <br> + * '''Date and time:''' 2008-06-16 04:44 PST<br> + * '''User:''' RachelPeters<br> + * '''Platform:''' Win XP SP2<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' search results<br> + * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> + <br> + {{{Error:<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out}}} --["Users/RachelPeters"]<br> + ------<br> + ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> + * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]<br> + ------<br> + ''2008-07-24 21:28:20'' [[nbsp]] Serious crashery:<br> + <br> + Tried to post on the Mystery Picture Guesses Page with Safari. The following result resulted:<br> + <br> + <br> + <br> + &lt;type 'exceptions.ValueError'&gt;<br> + Python 2.5.1: /usr/bin/python<br> + Thu Jul 24 14:18:39 2008<br> + A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> +   181<br> +   182         try:<br> +   183             self._conn.server.handler(self)<br> +   184         except:<br> +   185             self.logger.exception('Exception caught from handler')<br> + self = &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;, self._conn = &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0x13d4ed0&gt;, self._conn.server = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self._conn.server.handler = &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xab4d50&gt;&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> +   427             self._appLock.acquire()<br> +   428         try:<br> +   429             result = self.application(environ, start_response)<br> +   430             try:<br> +   431                 for data in result:<br> + result = None, self = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self.application = &lt;function basic_handle_request at 0xafba28&gt;, environ = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response=&lt;function start_response at 0x1225668&gt;)<br> +  1072             return [compressed_content] # WSGI spec wants a list returned<br> +  1073         else:<br> +  1074             return req.output_buffer<br> +  1075     else:<br> +  1076         return RequestWSGI(env, start_response).run()<br> + global RequestWSGI = &lt;class 'Sycamore.request.RequestWSGI'&gt;, env = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;, ).run undefined<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in run(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;)<br> +   766             self.reset_output()<br> +   767             self.http_headers()<br> +   768             self.write("\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n")<br> +   769             try:<br> +   770                 from Sycamore.support import cgitb<br> + self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.write = &lt;bound method RequestWSGI.write of &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in write(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, data_string=u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', raw=False)<br> +   943                 self.output_buffer.append(data_string.encode('utf-8'))<br> +   944             else:<br> +   945                 self.filestack[-1].write(data_string.encode('utf-8'))<br> +   946         else:<br> +   947             # some sort of raw binary data.<br> + self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.filestack = [&lt;cStringIO.StringO object at 0x13fa880&gt;], ].write undefined, data_string = u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', data_string.encode = &lt;built-in method encode of unicode object at 0x13f4cc0&gt;<br> + &lt;type 'exceptions.ValueError'&gt;: I/O operation on closed file \n") File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 945, in write self.filestack[-1].write(data_string.encode('utf-8')) ValueError: I/O operation on closed file --&gt;<br> + --["Users/IDoNotExist"]<br> + ------<br> + ''2008-08-01 01:27:56'' [[nbsp]] Did a search for the word "talk" and got the following error:<br> + <br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + <br> + 6:27 PM on July 31st<br> + Firefox 3.0.1<br> + OS X 10.5.4<br> + <br> + <br> + Then did a search for the word "bug" and found this page. :-) --["Users/IDoNotExist"]<br> + <br> + * I get that error periodically, but have noticed an uptick in the past week which seems to have died down about 24 to 48 hours ago. Was something wacky in the past week or did somebody restart or upgrade something about two days ago that might have fixed it (and thus point to the problem's possible source)? I meant to check the system loads but didn't. --jw<br> + * This is a known bug (scroll up and you'll see it a bunch here). It's probably being caused by the search server (syc_search.py) blocking when it's processing a spool of pages to index. This is probably a simple (ha ha) locking issue. --["Users/PhilipNeustrom"]<br> + <br> + ____<br> + <br> + Posting edits is now taking quite a long time (although reading data is currently fast.) This has been going on for many days. Perhaps there is a scaling issue of some kind? --["Users/IDoNotExist"]<br> + <br> + I've noticed this as well. We'll be able to take a closer look when we upgrade the server (in a weekend or two) and have a newer version of the kernel that allows for fine-grained IO information.<br> + <br> + = Way to lose an edit =<br> + <br> + "I was editing the graduate page and i went to sheck spelling, it said there was a conflict. The conflict was all the changes I had made. I clicked "turn off highlighting" and it went to the graduate groups page having lost all my changes." --["Users/SarahEdwards"]<br> + ------<br> + ''2008-09-30 01:57:27'' [[nbsp]] Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + --["Users/IDoNotExist"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-10-07 20:15:34djkaren <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> <span>- Having trouble with a particular feature of Wiki Spot or see something wrong? File a bug report on this page!<br> - <br> - [[TableOfContents]]<br> - <br> - Please include all the relevant information with every report, as in the following sample:<br> - <br> - = Example template =<br> - </span> </td> <td> </td> </tr> <tr> <td> Line 10: </td> <td> Line 2: </td> </tr> <tr> <td> <span>- * '''Date and time:''' 2007-05-31 17:12 PST<br> - * '''User:''' ["Users/MikeIvanov"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 3.0.1<br> - * '''Page showing bug:''' [wiki:Davis:"map"]<br> - * '''Bug description:''' The Java map takes forever to load and Firefox crashes. This happens almost every time.<br> - <br> - = Bugs (or, maybe not) =<br> - <br> - == Links to this page doesn't update ==<br> - * '''Date and time:''' 2007-05-31 17:12 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Ubuntu Angsty Albacore<br> - * '''Browser:''' Firefox 3.0.2<br> - * '''Page showing bug:''' --<br> - * '''Bug description:''' The "Links to this page" section of the info box doesn't update correctly if an included page is modified. Workaround appears to be to view the page in question. Feel free to ignore.<br> - <br> - == Bookmark Link Problem ==<br> - * '''Date and time:''' 2008-08-11 14:34 PST<br> - * '''User:''' ["Users/Irrelevant"]<br> - * '''Platform:''' Irrelevant<br> - * '''Browser:''' Irrelevant<br> - * '''Page showing bug:''' Bookmarks<br> - * '''Bug description:''' I have my wiki setup in a virtual host as http://server/wiki/index.cgi. I edited web_dir, url_prefix, and relative_dir in the sycamore_config.py file to match this change. All of the links work, except for when I bookmark a page, the URL is off, the bookmarks page shows http://server/PageName, which is wrong (all the other pages work fine, however).<br> - <br> - Can you upload your sycamore_config.py file / link to it? Remove your password if it's in there. By the way, [wiki:sycamore] is the place to discuss setting up the software -- we can move this discussion there later if need be.<br> - <br> - Here is my sycamore_config.py [http://rafb.net/p/JFECLt94.html]<br> - <br> - == Traceback on previous revisions ==<br> - * '''Date and time:''' 2008-06-23 17:29 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' iPhone 2.0<br> - * '''Browser:''' MobileSafari 2.0<br> - * '''Page showing bug:''' [http://daviswiki.org/Talk:Cost_Plus_World_Market?action=recall&amp;version=a]<br> - * '''Bug description:''' Going to this URL causes a traceback error; repeatable.<br> - <br> - == Server's Clock is Off? ==<br> - * '''Date and time:''' 2008-06-23 17:29 PST<br> - * '''User:''' ["Users/Irrelevant"]<br> - * '''Platform:''' Irrelevant<br> - * '''Browser:''' Irrelevant<br> - * '''Page showing bug:''' [wiki:Davis:"Recent Changes"]<br> - * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> - <br> - What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> - <br> - == Table of contents chokes on headings with links ==<br> - * '''Date and time:''' 2008-04-27 19:47 PST<br> - * '''User:''' ["Users/AndrewChen"]<br> - * '''Platform:''' Windows XP<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> - * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> - <br> - == Old version of a page ==<br> - * '''Date and time:''' 2008-04-21<br> - * '''User:''' AlanMiller<br> - * '''Platform:''' Mac OS X 10.3.9<br> - * '''Browser:''' Opera/Firefox<br> - * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> - * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> - <br> - I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> - <br> - == Stupid search suggestions ==<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> - <br> - == Question about Events Board Macro==<br> - * '''Date and time:''' 2008-4-16 11:40<br> - * '''User:''' ["Users/RocksandDirt"]<br> - * '''Platform:''' n/a<br> - * '''Browser:''' n/a<br> - * '''Page showing bug:''' - -<br> - * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> - 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> - 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> - <br> - Your answers confirmed my suspicians. Good luck with the updates!<br> - <br> - == Link appears broken but actually isn't ==<br> - * '''Date and time:''' 2008-3-5 15:00 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.0.0.1<br> - * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> - * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> - <br> - <br> - == Another Login Bug==<br> - * '''Date and time:''' 2008-01-19,20<br> - * '''User:''' oliver@dcn.org<br> - * '''Platform:''' XP<br> - * '''Browser:''' Firefox, current release<br> - * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> - * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> - <br> - Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> - <br> - == Mobile/CSS bug ==<br> - * '''Date and time:''' 2007-12-2 17:54 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' iPhone 8GB<br> - * '''Browser:''' Safari for iPhone<br> - * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> - * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> - <br> - == case sensitive e-mail in password retrieval ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' Account registration and password retrieval<br> - * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> - <br> - ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> - <br> - == quickedit and unicode ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> - * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> - <br> - Should be fixed. --["Users/PhilipNeustrom"]<br> - <br> - == Wiki Deletion fails ==<br> - * '''Date and time:''' 2007-05-31 17:12<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.3<br> - * '''Browser:''' Firefox 2.doesn'tmatter<br> - * '''Page showing bug:''' [wiki:daviswiki]<br> - * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> - <br> - ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> - <br> - == non existent sub page to user page ==<br> - * '''Date and time:''' 2007-08-25 10:28<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> - * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> - <br> - == User Statistics ==<br> - * '''Date and time:''' 2007-08-05 19:04<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> - * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> - <br> - Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> - <br> - ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> - <br> - ''Something similar is happening to me, in the user statistics of IN wiki it shows much less than i know i have done. I can even see it from my user info from all wikis. I dont know if its related but my first edit date is unknown on it. The link to my profile is [http://inwiki.wikispot.org/Users/Sparrow]'' --["Users/Sparrow"]<br> - <br> - <br> - == Image display error in SSR (Opera mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> - * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Quick Edit non functional yet again (Opera Mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' All<br> - * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Google Map javascript thingy doesn't handle utf-8 characters ==<br> - * '''Date and time:''' 2007-06-06 14:48<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> - * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> - That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> - So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> - <br> - -["Users/NickSchmalenberger"]<br> - <br> - == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> - * '''Date and time:''' 2007-06-06 16:13<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> - * '''Bug description:''' this traceback is the same as in the above bug<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - <br> - == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> - * '''Date and time:''' 2007-05-29 00:14<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Windows XP version 5.1.2600<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> - <br> - Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> - The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> - <br> - == Tinylogo not updating ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> - * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> - <br> - I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> - <br> - I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> - <br> - == Link status incorrect ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' Today's interwiki-recent changes,<br> - * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> - <br> - <br> - == Image macro does not resize in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> - * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> - <br> - == Quick Edit does not work in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' Scwiki front page<br> - * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> - <br> - == Footnotes broken ==<br> - <br> - * '''Date and time:''' 2006-12-28<br> - * '''User:''' ["Users/PhilipNeustrom"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> - * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> - <br> - * Looks like they get thrown into included pages, actually.<br> - * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> - * Yeah, we can fix this after launch.<br> - <br> - == Login Failure ==<br> - * '''Date and time:''' 2007-03-30 22:54<br> - * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> - * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> - * '''Browser:''' Internet Explorer<br> - * '''Page showing bug:''' login<br> - * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> - <br> - Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> - Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> - So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> - <br> - I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> - <br> - No joy - still fails to login, yet doesn't give an error. -Graham<br> - <br> - Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> - <br> - == Wishlist: Notification of older versions on different entry ==<br> - * '''Date and time:''' 2007-03-03<br> - * '''User:''' ["Users/ArlenAbraham"]<br> - * '''Platform:''' Any<br> - * '''Browser:''' Any<br> - * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> - * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> - <br> - This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> - <br> - * How about providing a link to the info for the old page?<br> - <br> - * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> - * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> - <br> - == Broken image to non-logged in visitors ==<br> - <br> - It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> - <br> - == Can't clear default address locale ==<br> - * '''Date and time:''' 2008-07-08T1:11Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> - * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> - <br> - UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> - <br> - == wikispot.org's web server rejecting HEAD requests? ==<br> - * '''Date and time:''' 2008-07-09T19:09Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' GNU Wget 1.10.2<br> - * '''Page showing bug:''' any page, for example http://wikispot.org/<br> - * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> - <br> - For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> - <br> - Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> - <br> - By the way, for the record, the command I am now using to backup my wiki is this:<br> - {{{<br> - wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> - <br> - Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> - <br> - ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> - <br> - == Using the include macro causes footnotes so far to be dumped on page ==<br> - * '''Date and time:''' 2008-07-09T23:07Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> - * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> - <br> - == RSS feeds use invalid date format ==<br> - * '''Date and time:''' 2008-07-10T15:01Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> - * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> - * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> - <br> - * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> - <br> - * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> - <br> - == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> - * '''Date and time:''' 2008-07-15T12:59Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> - * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> - <br> - == Quick edits and file uploads are missing text stating user agrees to license content ==<br> - * '''Date and time:''' 2008-07-17T23:06Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> - Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> - Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> - <br> - Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> - <br> - Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> - <br> - By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> - <br> - == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> - * '''Date and time:''' 2008-07-17T23:32Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> - Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> - Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> - <br> - There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> - <br> - Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> - <br> - The settings are only cleared when they're set directly on the page. --["Users/PhilipNeustrom"]<br> - <br> - == Comment Problems ==<br> - * '''Date and time:''' 2008-07-24 since midnight<br> - * '''User:''' ["Users/BrandonBarrette"]<br> - * '''Platform:''' Mac OS X 10.5.4<br> - * '''Browser:''' Firefox 3<br> - * '''Page showing bug:''' [wiki:davis "Mystery Picture"] &amp; [wiki:davis "Mystery Picture/Guesses"]<br> - * '''Bug description:''' When you add a guess on Mystery Picture/Guesses, it displays on the page Mystery Picture. I noticed last night that there was "-------" (a line break I assume) some of that under the comments code, so I deleted it, then it allowed me to comment on the guesses page and it displayed there. You can see it in the history. But then it started doing it again... Not sure why...<br> - <br> - = Map-related bugs =<br> - * Davis Wiki map<br> - <br> - == Broken Address macro ==<br> - * '''Date and time:''' 2007-05-15 10:53<br> - * '''User:''' ["Users/BrianGingold"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> - * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> - <br> - Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> - <br> - = Known bugs =<br> - * Table of contents causes an annoying jiggle<br> - * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> - * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> - <br> - ---------<br> - issue with something or other:<br> - {{{<br> - Fact: Beer is fucking delicious.<br> - [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> - [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> - }}}<br> - <br> - =Non-reproducable bugs =<br> - <br> - ==Error on search==<br> - Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - [[Comments(Add a Mini Bug Report)]]<br> - <br> - ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> - <br> - Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> - <br> - My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> - <br> - Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> - <br> - OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> - <br> - <br> - ------<br> - ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> - ------<br> - ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> - ------<br> - ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> - <br> - ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> - ------<br> - ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> - <br> - Should be squared out now.<br> - ------<br> - ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> - <br> - Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> - <br> - I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> - ------<br> - ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> - ------<br> - ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 410, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}} --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> - <br> - This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> - Thank you indeed! --["Users/andre.felipe"]<br> - ------<br> - ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> - <br> - Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> - Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> - Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> - <br> - This should be fixed now.<br> - Yup, it is.<br> - ------<br> - ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> - ------<br> - ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> - <br> - Should be fixed now. Thanks!<br> - <br> - * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> - * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.0.0.7<br> - * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> - * '''Bug description:''' python traceback when you click "map" from the Info page<br> - ------<br> - ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> - -------<br> - <br> - There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> - <br> - For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> - <br> - Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> - <br> - RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> - <br> - Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> - <br> - By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> - ------<br> - ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> - <br> - This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> - ------<br> - ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> - ------<br> - ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> - Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> - <br> - It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> - It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> - ------<br> - ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> - <br> - {{{<br> - Search results for "NLUG"<br> - search Search:<br> - --&gt; --&gt;<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - It worked on refresh. --["Users/JabberWokky"]<br> - ------<br> - ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> - -------<br> - When adding wikis to my watch list:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> - farm.add_wiki_to_watch(wikiname, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> - request.user.setWatchedWikis(watched_wiki_list)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> - values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> - self.db_cursor.execute(query, args)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> - self.db_cursor.execute(query, args)<br> - IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> - }}}<br> - --["Users/JabberWokky"]<br> - <br> - What wiki? Can you reproduce it?<br> - * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> - * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> - * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> - <br> - =Address not picked up=<br> - <br> - * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> - <br> - =Minor Default(?) CSS Bug=<br> - <br> - I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> - <br> - [[Image(FFIEHeaderBug.png)]]<br> - <br> - And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> - * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> - * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> - ------<br> - ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> - <br> - ===Oh, hello==<br> - --["Users/DavidPoole"]<br> - ------<br> - ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> - <br> - * '''Date and time:''' 2008-06-16 04:44 PST<br> - * '''User:''' RachelPeters<br> - * '''Platform:''' Win XP SP2<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' search results<br> - * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> - <br> - {{{Error:<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out}}} --["Users/RachelPeters"]<br> - ------<br> - ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> - * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]<br> - ------<br> - ''2008-07-24 21:28:20'' [[nbsp]] Serious crashery:<br> - <br> - Tried to post on the Mystery Picture Guesses Page with Safari. The following result resulted:<br> - <br> - <br> - <br> - &lt;type 'exceptions.ValueError'&gt;<br> - Python 2.5.1: /usr/bin/python<br> - Thu Jul 24 14:18:39 2008<br> - A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.<br> -  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> -   181<br> -   182         try:<br> -   183             self._conn.server.handler(self)<br> -   184         except:<br> -   185             self.logger.exception('Exception caught from handler')<br> - self = &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;, self._conn = &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0x13d4ed0&gt;, self._conn.server = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self._conn.server.handler = &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xab4d50&gt;&gt;<br> -  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> -   427             self._appLock.acquire()<br> -   428         try:<br> -   429             result = self.application(environ, start_response)<br> -   430             try:<br> -   431                 for data in result:<br> - result = None, self = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self.application = &lt;function basic_handle_request at 0xafba28&gt;, environ = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;<br> -  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response=&lt;function start_response at 0x1225668&gt;)<br> -  1072             return [compressed_content] # WSGI spec wants a list returned<br> -  1073         else:<br> -  1074             return req.output_buffer<br> -  1075     else:<br> -  1076         return RequestWSGI(env, start_response).run()<br> - global RequestWSGI = &lt;class 'Sycamore.request.RequestWSGI'&gt;, env = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;, ).run undefined<br> -  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in run(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;)<br> -   766             self.reset_output()<br> -   767             self.http_headers()<br> -   768             self.write("\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n")<br> -   769             try:<br> -   770                 from Sycamore.support import cgitb<br> - self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.write = &lt;bound method RequestWSGI.write of &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;&gt;<br> -  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in write(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, data_string=u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', raw=False)<br> -   943                 self.output_buffer.append(data_string.encode('utf-8'))<br> -   944             else:<br> -   945                 self.filestack[-1].write(data_string.encode('utf-8'))<br> -   946         else:<br> -   947             # some sort of raw binary data.<br> - self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.filestack = [&lt;cStringIO.StringO object at 0x13fa880&gt;], ].write undefined, data_string = u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', data_string.encode = &lt;built-in method encode of unicode object at 0x13f4cc0&gt;<br> - &lt;type 'exceptions.ValueError'&gt;: I/O operation on closed file \n") File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 945, in write self.filestack[-1].write(data_string.encode('utf-8')) ValueError: I/O operation on closed file --&gt;<br> - --["Users/IDoNotExist"]<br> - ------<br> - ''2008-08-01 01:27:56'' [[nbsp]] Did a search for the word "talk" and got the following error:<br> - <br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - <br> - 6:27 PM on July 31st<br> - Firefox 3.0.1<br> - OS X 10.5.4<br> - <br> - <br> - Then did a search for the word "bug" and found this page. :-) --["Users/IDoNotExist"]<br> - <br> - * I get that error periodically, but have noticed an uptick in the past week which seems to have died down about 24 to 48 hours ago. Was something wacky in the past week or did somebody restart or upgrade something about two days ago that might have fixed it (and thus point to the problem's possible source)? I meant to check the system loads but didn't. --jw<br> - * This is a known bug (scroll up and you'll see it a bunch here). It's probably being caused by the search server (syc_search.py) blocking when it's processing a spool of pages to index. This is probably a simple (ha ha) locking issue. --["Users/PhilipNeustrom"]<br> - <br> - ____<br> - <br> - Posting edits is now taking quite a long time (although reading data is currently fast.) This has been going on for many days. Perhaps there is a scaling issue of some kind? --["Users/IDoNotExist"]<br> - <br> - I've noticed this as well. We'll be able to take a closer look when we upgrade the server (in a weekend or two) and have a newer version of the kernel that allows for fine-grained IO information.<br> - <br> - = Way to lose an edit =<br> - <br> - "I was editing the graduate page and i went to sheck spelling, it said there was a conflict. The conflict was all the changes I had made. I clicked "turn off highlighting" and it went to the graduate groups page having lost all my changes." --["Users/SarahEdwards"]<br> - ------<br> - ''2008-09-30 01:57:27'' [[nbsp]] Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - --["Users/IDoNotExist"]</span> </td> <td> <span>+ * '''Date and time:''' 2008-10-07 13:12 PST<br> + * '''User:''' ["Daniel Karen"]<br> + * '''Platform:''' Windows XP Pro * '''Browser:''' IE 7<br> + * '''Page showing bug:''' [wiki:Davis:"Log in"]<br> + * '''Bug description:''' I am unable to sign into the Davis wiki- I can log into the Wikispot page, however. Help! I've updated/changed my password SEVERAL times now...</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-30 01:57:27IDoNotExistComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 764: </td> <td> Line 764: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2008-09-30 01:57:27'' [[nbsp]] Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + --["Users/IDoNotExist"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-29 08:00:08BrentLaabs-bug, +bug <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> <span>- == Wierd Traceback ==</span> </td> <td> <span>+ == Links to this page doesn't update ==</span> </td> </tr> <tr> <td> Line 22: </td> <td> Line 22: </td> </tr> <tr> <td> <span>- * '''Platform:''' Ubuntu Inscrutable Inchworm<br> - * '''Browser:''' Firefox 3.0.1<br> - * '''Page showing bug:''' [wiki:Davis:"Cultivé Frozen Yogurt"]<br> - * '''Bug description:''' Recurring traceback as follows:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 747, in run<br> - Page(query, self).send_page(count_hit=1)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/Page.py", line 890, in send_page<br> - needsupdate=keywords.get('force_regenerate_content'))<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/Page.py", line 1011, in send_page_content<br> - exec code<br> - File "cultivé frozen yogurt", line 83, in &lt;module&gt;<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/formatter/base.py", line 174, in macro<br> - return macro_obj.execute(name, args, formatter=self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikimacro.py", line 106, in execute<br> - return macro(self, args, formatter=formatter)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/macro/comments.py", line 76, in execute<br> - 'pghash': hash(macro.formatter.page.page_name.lower()),<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/macro/comments.py", line 86, in hash<br> - h = hashlib.md5(s)<br> - UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 6: ordinal not in range(128)<br> - }}}<br> - <br> - should be fixed.</span> </td> <td> <span>+ * '''Platform:''' Ubuntu Angsty Albacore<br> + * '''Browser:''' Firefox 3.0.2<br> + * '''Page showing bug:''' --<br> + * '''Bug description:''' The "Links to this page" section of the info box doesn't update correctly if an included page is modified. Workaround appears to be to view the page in question. Feel free to ignore.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-06 21:00:29PhilipNeustromreply <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 45: </td> <td> Line 45: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + should be fixed.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-06 20:37:47BrentLaabs+wierd traceback <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 13: </td> <td> Line 13: </td> </tr> <tr> <td> <span>-</span> * '''Browser:''' Firefox <span>2</span>.0.<span>0.7</span> </td> <td> <span>+</span> * '''Browser:''' Firefox <span>3</span>.0.<span>1</span> </td> </tr> <tr> <td> Line 19: </td> <td> Line 19: </td> </tr> <tr> <td> </td> <td> <span>+ == Wierd Traceback ==<br> + * '''Date and time:''' 2007-05-31 17:12 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Ubuntu Inscrutable Inchworm<br> + * '''Browser:''' Firefox 3.0.1<br> + * '''Page showing bug:''' [wiki:Davis:"Cultivé Frozen Yogurt"]<br> + * '''Bug description:''' Recurring traceback as follows:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 747, in run<br> + Page(query, self).send_page(count_hit=1)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/Page.py", line 890, in send_page<br> + needsupdate=keywords.get('force_regenerate_content'))<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/Page.py", line 1011, in send_page_content<br> + exec code<br> + File "cultivé frozen yogurt", line 83, in &lt;module&gt;<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/formatter/base.py", line 174, in macro<br> + return macro_obj.execute(name, args, formatter=self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikimacro.py", line 106, in execute<br> + return macro(self, args, formatter=formatter)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/macro/comments.py", line 76, in execute<br> + 'pghash': hash(macro.formatter.page.page_name.lower()),<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/macro/comments.py", line 86, in hash<br> + h = hashlib.md5(s)<br> + UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 6: ordinal not in range(128)<br> + }}}</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-04 04:16:54PhilipNeustromRevert to version 477 (unrelated - search barfing is known issue that needs fixing). <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 757: </td> <td> Line 757: </td> </tr> <tr> <td> <span>- <br> - = CPU spike =<br> - <br> - I've noticed that today (2008-09-03) there has been a number of python barfs in response to searches. I checked and note that since about 17:00 on the graph there has been a sustained increase in CPU usage. Doing a database dump or otherwise intentional use? Or is something funky going on? The sites are generally responsive. --["Users/JabberWokky" Evan 'JabberWokky' Edwards]</span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-04 03:56:55JabberWokkySysadmin note: CPU Spike <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 757: </td> <td> Line 757: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = CPU spike =<br> + <br> + I've noticed that today (2008-09-03) there has been a number of python barfs in response to searches. I checked and note that since about 17:00 on the graph there has been a sustained increase in CPU usage. Doing a database dump or otherwise intentional use? Or is something funky going on? The sites are generally responsive. --["Users/JabberWokky" Evan 'JabberWokky' Edwards]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-09-03 16:37:38JabberWokkySubmitted via IM. :) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 753: </td> <td> Line 753: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + = Way to lose an edit =<br> + <br> + "I was editing the graduate page and i went to sheck spelling, it said there was a conflict. The conflict was all the changes I had made. I clicked "turn off highlighting" and it went to the graduate groups page having lost all my changes." --["Users/SarahEdwards"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-26 02:26:31PhilipNeustromreply to idonotexist <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 751: </td> <td> Line 751: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + I've noticed this as well. We'll be able to take a closer look when we upgrade the server (in a weekend or two) and have a newer version of the kernel that allows for fine-grained IO information.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-25 16:29:52IDoNotExistposting edits is becoming very slow <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 747: </td> <td> Line 747: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + ____<br> + <br> + Posting edits is now taking quite a long time (although reading data is currently fast.) This has been going on for many days. Perhaps there is a scaling issue of some kind? --["Users/IDoNotExist"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-22 23:59:41Sparrow <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 160: </td> <td> Line 160: </td> </tr> <tr> <td> <span>-</span> ''Something similar is happening to me, in the user statistics of IN wiki it shows much less than i know i have done. I can even see it from my user info from all wikis. I dont know if its related but my <span>join date is unknown on it.</span>'' --["Users/Sparrow"] </td> <td> <span>+ <br> +</span> ''Something similar is happening to me, in the user statistics of IN wiki it shows much less than i know i have done. I can even see it from my user info from all wikis. I dont know if its related but my <span>first edit date is unknown on it. The link to my profile is [http://inwiki.wikispot.org/Users/Sparrow]</span>'' --["Users/Sparrow"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-22 23:54:05Sparrow <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 160: </td> <td> Line 160: </td> </tr> <tr> <td> </td> <td> <span>+ ''Something similar is happening to me, in the user statistics of IN wiki it shows much less than i know i have done. I can even see it from my user info from all wikis. I dont know if its related but my join date is unknown on it.'' --["Users/Sparrow"]<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-11 21:58:35 <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 29: </td> <td> Line 29: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Here is my sycamore_config.py [http://rafb.net/p/JFECLt94.html]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-11 21:49:45PhilipNeustromreply <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 27: </td> <td> Line 27: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + Can you upload your sycamore_config.py file / link to it? Remove your password if it's in there. By the way, [wiki:sycamore] is the place to discuss setting up the software -- we can move this discussion there later if need be.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-11 21:45:32 <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + <br> + == Bookmark Link Problem ==<br> + * '''Date and time:''' 2008-08-11 14:34 PST<br> + * '''User:''' ["Users/Irrelevant"]<br> + * '''Platform:''' Irrelevant<br> + * '''Browser:''' Irrelevant<br> + * '''Page showing bug:''' Bookmarks<br> + * '''Bug description:''' I have my wiki setup in a virtual host as http://server/wiki/index.cgi. I edited web_dir, url_prefix, and relative_dir in the sycamore_config.py file to match this change. All of the links work, except for when I bookmark a page, the URL is off, the bookmarks page shows http://server/PageName, which is wrong (all the other pages work fine, however).</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-06 04:42:49BrentLaabsrm one of them. been so long i forgot the issue had already been "addressed" <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> <span>- <br> - == Deleted Wikis fail to delete ==<br> - * '''Date and time:''' 2008-06-23 17:29 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' iPhone 2.0<br> - * '''Browser:''' MobileSafari 2.0<br> - * '''Page showing bug:''' [wiki:daviswiki]<br> - * '''Bug description:''' The above wiki still exists. I'm sure I set it to delete like a long time ago.</span> </td> <td> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-06 04:40:56BrentLaabstwo new bugs <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 18: </td> <td> Line 18: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Deleted Wikis fail to delete ==<br> + * '''Date and time:''' 2008-06-23 17:29 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 2.0<br> + * '''Browser:''' MobileSafari 2.0<br> + * '''Page showing bug:''' [wiki:daviswiki]<br> + * '''Bug description:''' The above wiki still exists. I'm sure I set it to delete like a long time ago.<br> + <br> + == Traceback on previous revisions ==<br> + * '''Date and time:''' 2008-06-23 17:29 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 2.0<br> + * '''Browser:''' MobileSafari 2.0<br> + * '''Page showing bug:''' [http://daviswiki.org/Talk:Cost_Plus_World_Market?action=recall&amp;version=a]<br> + * '''Bug description:''' Going to this URL causes a traceback error; repeatable.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-01 04:23:51PhilipNeustrom <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 722: </td> <td> Line 722: </td> </tr> <tr> <td> <span>-</span> * This is a known bug (scroll up and you'll see it a bunch here). --["Users/PhilipNeustrom"] </td> <td> <span>+</span> * This is a known bug (scroll up and you'll see it a bunch here)<span>. It's probably being caused by the search server (syc_search.py) blocking when it's processing a spool of pages to index. This is probably a simple (ha ha) locking issue</span>. --["Users/PhilipNeustrom"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-01 04:06:19PhilipNeustrom <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 722: </td> <td> Line 722: </td> </tr> <tr> <td> </td> <td> <span>+ * This is a known bug (scroll up and you'll see it a bunch here). --["Users/PhilipNeustrom"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-01 04:01:00JabberWokky <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 720: </td> <td> Line 720: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + * I get that error periodically, but have noticed an uptick in the past week which seems to have died down about 24 to 48 hours ago. Was something wacky in the past week or did somebody restart or upgrade something about two days ago that might have fixed it (and thus point to the problem's possible source)? I meant to check the system loads but didn't. --jw</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-08-01 01:27:56IDoNotExistComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 698: </td> <td> Line 698: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2008-08-01 01:27:56'' [[nbsp]] Did a search for the word "talk" and got the following error:<br> + <br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + <br> + 6:27 PM on July 31st<br> + Firefox 3.0.1<br> + OS X 10.5.4<br> + <br> + <br> + Then did a search for the word "bug" and found this page. :-) --["Users/IDoNotExist"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-24 22:18:41BrandonBarretteadded bug <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 390: </td> <td> Line 390: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == Comment Problems ==<br> + * '''Date and time:''' 2008-07-24 since midnight<br> + * '''User:''' ["Users/BrandonBarrette"]<br> + * '''Platform:''' Mac OS X 10.5.4<br> + * '''Browser:''' Firefox 3<br> + * '''Page showing bug:''' [wiki:davis "Mystery Picture"] &amp; [wiki:davis "Mystery Picture/Guesses"]<br> + * '''Bug description:''' When you add a guess on Mystery Picture/Guesses, it displays on the page Mystery Picture. I noticed last night that there was "-------" (a line break I assume) some of that under the comments code, so I deleted it, then it allowed me to comment on the guesses page and it displayed there. You can see it in the history. But then it started doing it again... Not sure why...</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-24 21:31:02IDoNotExist <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 643: </td> <td> Line 643: </td> </tr> <tr> <td> <span>-</span> ''2008-07-24 21:28:20'' [[nbsp]] Serious crashey: </td> <td> <span>+</span> ''2008-07-24 21:28:20'' [[nbsp]] Serious crashe<span>r</span>y: </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-24 21:28:20IDoNotExistComment added. <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 642: </td> <td> Line 642: </td> </tr> <tr> <td> </td> <td> <span>+ ------<br> + ''2008-07-24 21:28:20'' [[nbsp]] Serious crashey:<br> + <br> + Tried to post on the Mystery Picture Guesses Page with Safari. The following result resulted:<br> + <br> + <br> + <br> + &lt;type 'exceptions.ValueError'&gt;<br> + Python 2.5.1: /usr/bin/python<br> + Thu Jul 24 14:18:39 2008<br> + A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in run(self=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> +   181<br> +   182         try:<br> +   183             self._conn.server.handler(self)<br> +   184         except:<br> +   185             self.logger.exception('Exception caught from handler')<br> + self = &lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;, self._conn = &lt;Sycamore.support.wsgi_server.scgi_base.Connection object at 0x13d4ed0&gt;, self._conn.server = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self._conn.server.handler = &lt;bound method WSGIServer.handler of &lt;Sycamore.su..._server.scgi_fork.WSGIServer object at 0xab4d50&gt;&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/support/wsgi_server/scgi_base.py in handler(self=&lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, request=&lt;Sycamore.support.wsgi_server.scgi_base.Request object at 0x13d4fd0&gt;)<br> +   427             self._appLock.acquire()<br> +   428         try:<br> +   429             result = self.application(environ, start_response)<br> +   430             try:<br> +   431                 for data in result:<br> + result = None, self = &lt;Sycamore.support.wsgi_server.scgi_fork.WSGIServer object at 0xab4d50&gt;, self.application = &lt;function basic_handle_request at 0xafba28&gt;, environ = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in basic_handle_request(env={'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response=&lt;function start_response at 0x1225668&gt;)<br> +  1072             return [compressed_content] # WSGI spec wants a list returned<br> +  1073         else:<br> +  1074             return req.output_buffer<br> +  1075     else:<br> +  1076         return RequestWSGI(env, start_response).run()<br> + global RequestWSGI = &lt;class 'Sycamore.request.RequestWSGI'&gt;, env = {'CONTENT_LENGTH': '137', 'CONTENT_TYPE': 'application/x-www-form-urlencoded', 'DOCUMENT_ROOT': '/srv/wikis/wikispot/sycamore_base/share/web/', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-us', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_CONTENT_LENGTH': '137', 'HTTP_COOKIE': 'wikispot_2Eorg_2CID="1191214139.5.43052,TTLpoa98ZPbTezWbudYD22/F+Mk=,Wr7hQV9GP0paHO/vYilXwzLm4Xg="', ...}, start_response = &lt;function start_response at 0x1225668&gt;, ).run undefined<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in run(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;)<br> +   766             self.reset_output()<br> +   767             self.http_headers()<br> +   768             self.write("\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n")<br> +   769             try:<br> +   770                 from Sycamore.support import cgitb<br> + self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.write = &lt;bound method RequestWSGI.write of &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;&gt;<br> +  /srv/wikis/wikispot/sycamore_base/Sycamore/request.py in write(self=&lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, data_string=u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', raw=False)<br> +   943                 self.output_buffer.append(data_string.encode('utf-8'))<br> +   944             else:<br> +   945                 self.filestack[-1].write(data_string.encode('utf-8'))<br> +   946         else:<br> +   947             # some sort of raw binary data.<br> + self = &lt;Sycamore.request.RequestWSGI object at 0x13f9090&gt;, self.filestack = [&lt;cStringIO.StringO object at 0x13fa880&gt;], ].write undefined, data_string = u'\n&lt;!-- ERROR REPORT FOLLOWS --&gt;\n', data_string.encode = &lt;built-in method encode of unicode object at 0x13f4cc0&gt;<br> + &lt;type 'exceptions.ValueError'&gt;: I/O operation on closed file \n") File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 945, in write self.filestack[-1].write(data_string.encode('utf-8')) ValueError: I/O operation on closed file --&gt;<br> + --["Users/IDoNotExist"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:23:40PhilipNeustromreply <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 389: </td> <td> Line 389: </td> </tr> <tr> <td> </td> <td> <span>+ The settings are only cleared when they're set directly on the page. --["Users/PhilipNeustrom"]<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:22:36JoeWellsRevert to version 455 (going back through browser history somehow replays quick edits causing havoc!). <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 25: </td> <td> Line 25: </td> </tr> <tr> <td> <span>- * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule</span> </td> <td> <span>+ * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> + <br> + What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> + <br> + == Table of contents chokes on headings with links ==<br> + * '''Date and time:''' 2008-04-27 19:47 PST<br> + * '''User:''' ["Users/AndrewChen"]<br> + * '''Platform:''' Windows XP<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> + * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> + <br> + == Old version of a page ==<br> + * '''Date and time:''' 2008-04-21<br> + * '''User:''' AlanMiller<br> + * '''Platform:''' Mac OS X 10.3.9<br> + * '''Browser:''' Opera/Firefox<br> + * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> + * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> + <br> + I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> + <br> + == Stupid search suggestions ==<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> + <br> + == Question about Events Board Macro==<br> + * '''Date and time:''' 2008-4-16 11:40<br> + * '''User:''' ["Users/RocksandDirt"]<br> + * '''Platform:''' n/a<br> + * '''Browser:''' n/a<br> + * '''Page showing bug:''' - -<br> + * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> + 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> + 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> + <br> + Your answers confirmed my suspicians. Good luck with the updates!<br> + <br> + == Link appears broken but actually isn't ==<br> + * '''Date and time:''' 2008-3-5 15:00 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.0.0.1<br> + * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> + * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> + <br> + <br> + == Another Login Bug==<br> + * '''Date and time:''' 2008-01-19,20<br> + * '''User:''' oliver@dcn.org<br> + * '''Platform:''' XP<br> + * '''Browser:''' Firefox, current release<br> + * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> + * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> + <br> + Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> + <br> + == Mobile/CSS bug ==<br> + * '''Date and time:''' 2007-12-2 17:54 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 8GB<br> + * '''Browser:''' Safari for iPhone<br> + * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> + * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> + <br> + == case sensitive e-mail in password retrieval ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' Account registration and password retrieval<br> + * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> + <br> + ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> + <br> + == quickedit and unicode ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> + * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> + <br> + Should be fixed. --["Users/PhilipNeustrom"]<br> + <br> + == Wiki Deletion fails ==<br> + * '''Date and time:''' 2007-05-31 17:12<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.3<br> + * '''Browser:''' Firefox 2.doesn'tmatter<br> + * '''Page showing bug:''' [wiki:daviswiki]<br> + * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> + <br> + ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> + <br> + == non existent sub page to user page ==<br> + * '''Date and time:''' 2007-08-25 10:28<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> + * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> + <br> + == User Statistics ==<br> + * '''Date and time:''' 2007-08-05 19:04<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> + * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> + <br> + Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> + <br> + ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> + <br> + == Image display error in SSR (Opera mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> + * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Quick Edit non functional yet again (Opera Mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' All<br> + * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Google Map javascript thingy doesn't handle utf-8 characters ==<br> + * '''Date and time:''' 2007-06-06 14:48<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> + * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> + That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> + So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> + <br> + -["Users/NickSchmalenberger"]<br> + <br> + == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> + * '''Date and time:''' 2007-06-06 16:13<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> + * '''Bug description:''' this traceback is the same as in the above bug<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + <br> + == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> + * '''Date and time:''' 2007-05-29 00:14<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Windows XP version 5.1.2600<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> + <br> + Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> + The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> + <br> + == Tinylogo not updating ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> + * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> + <br> + I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> + <br> + I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> + <br> + == Link status incorrect ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' Today's interwiki-recent changes,<br> + * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> + <br> + <br> + == Image macro does not resize in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> + * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> + <br> + == Quick Edit does not work in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' Scwiki front page<br> + * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> + <br> + == Footnotes broken ==<br> + <br> + * '''Date and time:''' 2006-12-28<br> + * '''User:''' ["Users/PhilipNeustrom"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> + * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> + <br> + * Looks like they get thrown into included pages, actually.<br> + * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> + * Yeah, we can fix this after launch.<br> + <br> + == Login Failure ==<br> + * '''Date and time:''' 2007-03-30 22:54<br> + * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> + * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> + * '''Browser:''' Internet Explorer<br> + * '''Page showing bug:''' login<br> + * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> + <br> + Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> + Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> + So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> + <br> + I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> + <br> + No joy - still fails to login, yet doesn't give an error. -Graham<br> + <br> + Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> + <br> + == Wishlist: Notification of older versions on different entry ==<br> + * '''Date and time:''' 2007-03-03<br> + * '''User:''' ["Users/ArlenAbraham"]<br> + * '''Platform:''' Any<br> + * '''Browser:''' Any<br> + * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> + * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> + <br> + This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> + <br> + * How about providing a link to the info for the old page?<br> + <br> + * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> + * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> + <br> + == Broken image to non-logged in visitors ==<br> + <br> + It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> + <br> + == Can't clear default address locale ==<br> + * '''Date and time:''' 2008-07-08T1:11Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> + * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> + <br> + UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> + <br> + == wikispot.org's web server rejecting HEAD requests? ==<br> + * '''Date and time:''' 2008-07-09T19:09Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' GNU Wget 1.10.2<br> + * '''Page showing bug:''' any page, for example http://wikispot.org/<br> + * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> + <br> + For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> + <br> + Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> + <br> + By the way, for the record, the command I am now using to backup my wiki is this:<br> + {{{<br> + wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> + <br> + Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> + <br> + ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> + <br> + == Using the include macro causes footnotes so far to be dumped on page ==<br> + * '''Date and time:''' 2008-07-09T23:07Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> + * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> + <br> + == RSS feeds use invalid date format ==<br> + * '''Date and time:''' 2008-07-10T15:01Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> + * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> + * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> + <br> + * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> + <br> + * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> + <br> + == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> + * '''Date and time:''' 2008-07-15T12:59Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> + * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> + <br> + == Quick edits and file uploads are missing text stating user agrees to license content ==<br> + * '''Date and time:''' 2008-07-17T23:06Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> + Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> + Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> + <br> + Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> + <br> + Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> + <br> + By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> + <br> + == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> + * '''Date and time:''' 2008-07-17T23:32Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> + Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> + Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> + <br> + There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> + <br> + Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> + <br> + = Map-related bugs =<br> + * Davis Wiki map<br> + <br> + == Broken Address macro ==<br> + * '''Date and time:''' 2007-05-15 10:53<br> + * '''User:''' ["Users/BrianGingold"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> + * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> + <br> + Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> + <br> + = Known bugs =<br> + * Table of contents causes an annoying jiggle<br> + * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> + * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> + <br> + ---------<br> + issue with something or other:<br> + {{{<br> + Fact: Beer is fucking delicious.<br> + [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> + [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> + }}}<br> + <br> + =Non-reproducable bugs =<br> + <br> + ==Error on search==<br> + Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + [[Comments(Add a Mini Bug Report)]]<br> + <br> + ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> + <br> + Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> + <br> + My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> + <br> + Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> + <br> + OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> + <br> + <br> + ------<br> + ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> + ------<br> + ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> + ------<br> + ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> + <br> + ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> + ------<br> + ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> + <br> + Should be squared out now.<br> + ------<br> + ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> + <br> + Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> + <br> + I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> + ------<br> + ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> + ------<br> + ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 410, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}} --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> + <br> + This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> + Thank you indeed! --["Users/andre.felipe"]<br> + ------<br> + ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> + <br> + Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> + Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> + Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> + <br> + This should be fixed now.<br> + Yup, it is.<br> + ------<br> + ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> + ------<br> + ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> + <br> + Should be fixed now. Thanks!<br> + <br> + * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> + * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.0.0.7<br> + * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> + * '''Bug description:''' python traceback when you click "map" from the Info page<br> + ------<br> + ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> + -------<br> + <br> + There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> + <br> + For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> + <br> + Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> + <br> + RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> + <br> + Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> + <br> + By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> + ------<br> + ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> + <br> + This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> + ------<br> + ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> + ------<br> + ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> + Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> + <br> + It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> + It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> + ------<br> + ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> + <br> + {{{<br> + Search results for "NLUG"<br> + search Search:<br> + --&gt; --&gt;<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + It worked on refresh. --["Users/JabberWokky"]<br> + ------<br> + ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> + -------<br> + When adding wikis to my watch list:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> + farm.add_wiki_to_watch(wikiname, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> + request.user.setWatchedWikis(watched_wiki_list)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> + values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> + self.db_cursor.execute(query, args)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> + self.db_cursor.execute(query, args)<br> + IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> + }}}<br> + --["Users/JabberWokky"]<br> + <br> + What wiki? Can you reproduce it?<br> + * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> + * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> + * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> + <br> + =Address not picked up=<br> + <br> + * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> + <br> + =Minor Default(?) CSS Bug=<br> + <br> + I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> + <br> + [[Image(FFIEHeaderBug.png)]]<br> + <br> + And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> + * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> + * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> + ------<br> + ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> + <br> + ===Oh, hello==<br> + --["Users/DavidPoole"]<br> + ------<br> + ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> + <br> + * '''Date and time:''' 2008-06-16 04:44 PST<br> + * '''User:''' RachelPeters<br> + * '''Platform:''' Win XP SP2<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' search results<br> + * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> + <br> + {{{Error:<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out}}} --["Users/RachelPeters"]<br> + ------<br> + ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> + * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:20:11JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 25: </td> <td> Line 25: </td> </tr> <tr> <td> <span>- * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> - <br> - What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> - <br> - == Table of contents chokes on headings with links ==<br> - * '''Date and time:''' 2008-04-27 19:47 PST<br> - * '''User:''' ["Users/AndrewChen"]<br> - * '''Platform:''' Windows XP<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> - * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> - <br> - == Old version of a page ==<br> - * '''Date and time:''' 2008-04-21<br> - * '''User:''' AlanMiller<br> - * '''Platform:''' Mac OS X 10.3.9<br> - * '''Browser:''' Opera/Firefox<br> - * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> - * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> - <br> - I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> - <br> - == Stupid search suggestions ==<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> - <br> - == Question about Events Board Macro==<br> - * '''Date and time:''' 2008-4-16 11:40<br> - * '''User:''' ["Users/RocksandDirt"]<br> - * '''Platform:''' n/a<br> - * '''Browser:''' n/a<br> - * '''Page showing bug:''' - -<br> - * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> - 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> - 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> - <br> - Your answers confirmed my suspicians. Good luck with the updates!<br> - <br> - == Link appears broken but actually isn't ==<br> - * '''Date and time:''' 2008-3-5 15:00 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.0.0.1<br> - * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> - * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> - <br> - <br> - == Another Login Bug==<br> - * '''Date and time:''' 2008-01-19,20<br> - * '''User:''' oliver@dcn.org<br> - * '''Platform:''' XP<br> - * '''Browser:''' Firefox, current release<br> - * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> - * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> - <br> - Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> - <br> - == Mobile/CSS bug ==<br> - * '''Date and time:''' 2007-12-2 17:54 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' iPhone 8GB<br> - * '''Browser:''' Safari for iPhone<br> - * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> - * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> - <br> - == case sensitive e-mail in password retrieval ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' Account registration and password retrieval<br> - * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> - <br> - ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> - <br> - == quickedit and unicode ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> - * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> - <br> - Should be fixed. --["Users/PhilipNeustrom"]<br> - <br> - == Wiki Deletion fails ==<br> - * '''Date and time:''' 2007-05-31 17:12<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.3<br> - * '''Browser:''' Firefox 2.doesn'tmatter<br> - * '''Page showing bug:''' [wiki:daviswiki]<br> - * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> - <br> - ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> - <br> - == non existent sub page to user page ==<br> - * '''Date and time:''' 2007-08-25 10:28<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> - * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> - <br> - == User Statistics ==<br> - * '''Date and time:''' 2007-08-05 19:04<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> - * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> - <br> - Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> - <br> - ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> - <br> - == Image display error in SSR (Opera mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> - * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Quick Edit non functional yet again (Opera Mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' All<br> - * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Google Map javascript thingy doesn't handle utf-8 characters ==<br> - * '''Date and time:''' 2007-06-06 14:48<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> - * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> - That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> - So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> - <br> - -["Users/NickSchmalenberger"]<br> - <br> - == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> - * '''Date and time:''' 2007-06-06 16:13<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> - * '''Bug description:''' this traceback is the same as in the above bug<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - <br> - == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> - * '''Date and time:''' 2007-05-29 00:14<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Windows XP version 5.1.2600<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> - <br> - Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> - The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> - <br> - == Tinylogo not updating ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> - * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> - <br> - I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> - <br> - I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> - <br> - == Link status incorrect ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' Today's interwiki-recent changes,<br> - * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> - <br> - <br> - == Image macro does not resize in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> - * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> - <br> - == Quick Edit does not work in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' Scwiki front page<br> - * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> - <br> - == Footnotes broken ==<br> - <br> - * '''Date and time:''' 2006-12-28<br> - * '''User:''' ["Users/PhilipNeustrom"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> - * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> - <br> - * Looks like they get thrown into included pages, actually.<br> - * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> - * Yeah, we can fix this after launch.<br> - <br> - == Login Failure ==<br> - * '''Date and time:''' 2007-03-30 22:54<br> - * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> - * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> - * '''Browser:''' Internet Explorer<br> - * '''Page showing bug:''' login<br> - * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> - <br> - Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> - Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> - So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> - <br> - I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> - <br> - No joy - still fails to login, yet doesn't give an error. -Graham<br> - <br> - Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> - <br> - == Wishlist: Notification of older versions on different entry ==<br> - * '''Date and time:''' 2007-03-03<br> - * '''User:''' ["Users/ArlenAbraham"]<br> - * '''Platform:''' Any<br> - * '''Browser:''' Any<br> - * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> - * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> - <br> - This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> - <br> - * How about providing a link to the info for the old page?<br> - <br> - * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> - * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> - <br> - == Broken image to non-logged in visitors ==<br> - <br> - It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> - <br> - == Can't clear default address locale ==<br> - * '''Date and time:''' 2008-07-08T1:11Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> - * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> - <br> - UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> - <br> - == wikispot.org's web server rejecting HEAD requests? ==<br> - * '''Date and time:''' 2008-07-09T19:09Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' GNU Wget 1.10.2<br> - * '''Page showing bug:''' any page, for example http://wikispot.org/<br> - * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> - <br> - For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> - <br> - Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> - <br> - By the way, for the record, the command I am now using to backup my wiki is this:<br> - {{{<br> - wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> - <br> - Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> - <br> - ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> - <br> - == Using the include macro causes footnotes so far to be dumped on page ==<br> - * '''Date and time:''' 2008-07-09T23:07Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> - * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> - <br> - == RSS feeds use invalid date format ==<br> - * '''Date and time:''' 2008-07-10T15:01Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> - * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> - * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> - <br> - * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> - <br> - * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> - <br> - == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> - * '''Date and time:''' 2008-07-15T12:59Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> - * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> - <br> - == Quick edits and file uploads are missing text stating user agrees to license content ==<br> - * '''Date and time:''' 2008-07-17T23:06Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> - Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> - Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> - <br> - Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> - <br> - Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> - <br> - By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> - <br> - == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> - * '''Date and time:''' 2008-07-17T23:32Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> - Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> - Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> - <br> - There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> - <br> - Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> - <br> - = Map-related bugs =<br> - * Davis Wiki map<br> - <br> - == Broken Address macro ==<br> - * '''Date and time:''' 2007-05-15 10:53<br> - * '''User:''' ["Users/BrianGingold"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> - * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> - <br> - Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> - <br> - = Known bugs =<br> - * Table of contents causes an annoying jiggle<br> - * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> - * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> - <br> - ---------<br> - issue with something or other:<br> - {{{<br> - Fact: Beer is fucking delicious.<br> - [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> - [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> - }}}<br> - <br> - =Non-reproducable bugs =<br> - <br> - ==Error on search==<br> - Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - [[Comments(Add a Mini Bug Report)]]<br> - <br> - ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> - <br> - Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> - <br> - My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> - <br> - Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> - <br> - OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> - <br> - <br> - ------<br> - ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> - ------<br> - ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> - ------<br> - ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> - <br> - ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> - ------<br> - ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> - <br> - Should be squared out now.<br> - ------<br> - ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> - <br> - Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> - <br> - I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> - ------<br> - ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> - ------<br> - ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 410, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}} --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> - <br> - This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> - Thank you indeed! --["Users/andre.felipe"]<br> - ------<br> - ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> - <br> - Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> - Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> - Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> - <br> - This should be fixed now.<br> - Yup, it is.<br> - ------<br> - ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> - ------<br> - ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> - <br> - Should be fixed now. Thanks!<br> - <br> - * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> - * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.0.0.7<br> - * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> - * '''Bug description:''' python traceback when you click "map" from the Info page<br> - ------<br> - ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> - -------<br> - <br> - There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> - <br> - For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> - <br> - Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> - <br> - RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> - <br> - Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> - <br> - By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> - ------<br> - ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> - <br> - This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> - ------<br> - ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> - ------<br> - ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> - Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> - <br> - It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> - It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> - ------<br> - ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> - <br> - {{{<br> - Search results for "NLUG"<br> - search Search:<br> - --&gt; --&gt;<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - It worked on refresh. --["Users/JabberWokky"]<br> - ------<br> - ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> - -------<br> - When adding wikis to my watch list:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> - farm.add_wiki_to_watch(wikiname, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> - request.user.setWatchedWikis(watched_wiki_list)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> - values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> - self.db_cursor.execute(query, args)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> - self.db_cursor.execute(query, args)<br> - IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> - }}}<br> - --["Users/JabberWokky"]<br> - <br> - What wiki? Can you reproduce it?<br> - * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> - * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> - * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> - <br> - =Address not picked up=<br> - <br> - * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> - <br> - =Minor Default(?) CSS Bug=<br> - <br> - I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> - <br> - [[Image(FFIEHeaderBug.png)]]<br> - <br> - And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> - * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> - * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> - ------<br> - ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> - <br> - ===Oh, hello==<br> - --["Users/DavidPoole"]<br> - ------<br> - ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> - <br> - * '''Date and time:''' 2008-06-16 04:44 PST<br> - * '''User:''' RachelPeters<br> - * '''Platform:''' Win XP SP2<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' search results<br> - * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> - <br> - {{{Error:<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out}}} --["Users/RachelPeters"]<br> - ------<br> - ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> - * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]</span> </td> <td> <span>+ * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:18:57JoeWellsRevert to version 455 (somehow accidentally deleted nearly entire page (how with only quick edits???)). <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 25: </td> <td> Line 25: </td> </tr> <tr> <td> <span>- * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule</span> </td> <td> <span>+ * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> + <br> + What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> + <br> + == Table of contents chokes on headings with links ==<br> + * '''Date and time:''' 2008-04-27 19:47 PST<br> + * '''User:''' ["Users/AndrewChen"]<br> + * '''Platform:''' Windows XP<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> + * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> + <br> + == Old version of a page ==<br> + * '''Date and time:''' 2008-04-21<br> + * '''User:''' AlanMiller<br> + * '''Platform:''' Mac OS X 10.3.9<br> + * '''Browser:''' Opera/Firefox<br> + * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> + * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> + <br> + I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> + <br> + == Stupid search suggestions ==<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> + * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> + <br> + == Question about Events Board Macro==<br> + * '''Date and time:''' 2008-4-16 11:40<br> + * '''User:''' ["Users/RocksandDirt"]<br> + * '''Platform:''' n/a<br> + * '''Browser:''' n/a<br> + * '''Page showing bug:''' - -<br> + * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> + 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> + 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> + <br> + Your answers confirmed my suspicians. Good luck with the updates!<br> + <br> + == Link appears broken but actually isn't ==<br> + * '''Date and time:''' 2008-3-5 15:00 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.0.0.1<br> + * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> + * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> + <br> + <br> + == Another Login Bug==<br> + * '''Date and time:''' 2008-01-19,20<br> + * '''User:''' oliver@dcn.org<br> + * '''Platform:''' XP<br> + * '''Browser:''' Firefox, current release<br> + * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> + * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> + <br> + Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> + <br> + == Mobile/CSS bug ==<br> + * '''Date and time:''' 2007-12-2 17:54 PST<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' iPhone 8GB<br> + * '''Browser:''' Safari for iPhone<br> + * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> + * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> + <br> + == case sensitive e-mail in password retrieval ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' Account registration and password retrieval<br> + * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> + <br> + ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> + <br> + == quickedit and unicode ==<br> + * '''Date and time:''' 2007-09-22 12:43<br> + * '''User:''' ["Users/Jason Aller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.007<br> + * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> + * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> + <br> + Should be fixed. --["Users/PhilipNeustrom"]<br> + <br> + == Wiki Deletion fails ==<br> + * '''Date and time:''' 2007-05-31 17:12<br> + * '''User:''' ["Users/BrentLaabs"]<br> + * '''Platform:''' Mac OS X 10.3<br> + * '''Browser:''' Firefox 2.doesn'tmatter<br> + * '''Page showing bug:''' [wiki:daviswiki]<br> + * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> + <br> + ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> + <br> + == non existent sub page to user page ==<br> + * '''Date and time:''' 2007-08-25 10:28<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> + * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> + <br> + == User Statistics ==<br> + * '''Date and time:''' 2007-08-05 19:04<br> + * '''User:''' ["Users/JasonAller"]<br> + * '''Platform:''' Mac OS X 10.4<br> + * '''Browser:''' Firefox 2.006<br> + * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> + * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> + <br> + Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> + <br> + ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> + <br> + == Image display error in SSR (Opera mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> + * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Quick Edit non functional yet again (Opera Mobile) ==<br> + * '''Date and time:''' 2007-06-30<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Nintendo DS<br> + * '''Browser:''' Opera<br> + * '''Page showing bug:''' All<br> + * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> + <br> + This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> + <br> + == Google Map javascript thingy doesn't handle utf-8 characters ==<br> + * '''Date and time:''' 2007-06-06 14:48<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> + * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> + That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> + So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> + <br> + -["Users/NickSchmalenberger"]<br> + <br> + == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> + * '''Date and time:''' 2007-06-06 16:13<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Linux 2.6.20 powerpc<br> + * '''Browser:''' Iceweasel 2.0.0.3<br> + * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> + * '''Bug description:''' this traceback is the same as in the above bug<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> + wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> + map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> + center = page_locs[0]<br> + IndexError: list index out of range<br> + }}}<br> + <br> + == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> + * '''Date and time:''' 2007-05-29 00:14<br> + * '''User:''' ["Users/NickSchmalenberger"]<br> + * '''Platform:''' Windows XP version 5.1.2600<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> + <br> + Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> + The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> + <br> + == Tinylogo not updating ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> + * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> + <br> + I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> + <br> + I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> + <br> + == Link status incorrect ==<br> + <br> + * '''Date and time:''' 1952-05-21<br> + * '''User:''' ["Users/Davidpoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox 2<br> + * '''Page showing bug:''' Today's interwiki-recent changes,<br> + * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> + <br> + <br> + == Image macro does not resize in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> + * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> + <br> + == Quick Edit does not work in includes ==<br> + * '''Date and time:''' 2007-4-4<br> + * '''User:''' ["Users/DavidPoole"]<br> + * '''Platform:''' Ubuntu<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' Scwiki front page<br> + * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> + <br> + == Footnotes broken ==<br> + <br> + * '''Date and time:''' 2006-12-28<br> + * '''User:''' ["Users/PhilipNeustrom"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox<br> + * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> + * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> + <br> + * Looks like they get thrown into included pages, actually.<br> + * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> + * Yeah, we can fix this after launch.<br> + <br> + == Login Failure ==<br> + * '''Date and time:''' 2007-03-30 22:54<br> + * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> + * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> + * '''Browser:''' Internet Explorer<br> + * '''Page showing bug:''' login<br> + * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> + <br> + Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> + Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> + So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> + <br> + I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> + <br> + No joy - still fails to login, yet doesn't give an error. -Graham<br> + <br> + Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> + <br> + == Wishlist: Notification of older versions on different entry ==<br> + * '''Date and time:''' 2007-03-03<br> + * '''User:''' ["Users/ArlenAbraham"]<br> + * '''Platform:''' Any<br> + * '''Browser:''' Any<br> + * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> + * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> + <br> + This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> + <br> + * How about providing a link to the info for the old page?<br> + <br> + * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> + * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> + <br> + == Broken image to non-logged in visitors ==<br> + <br> + It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> + <br> + == Can't clear default address locale ==<br> + * '''Date and time:''' 2008-07-08T1:11Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> + * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> + <br> + UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> + <br> + == wikispot.org's web server rejecting HEAD requests? ==<br> + * '''Date and time:''' 2008-07-09T19:09Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' GNU Wget 1.10.2<br> + * '''Page showing bug:''' any page, for example http://wikispot.org/<br> + * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> + <br> + For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> + <br> + Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> + <br> + By the way, for the record, the command I am now using to backup my wiki is this:<br> + {{{<br> + wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> + <br> + Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> + <br> + ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> + <br> + == Using the include macro causes footnotes so far to be dumped on page ==<br> + * '''Date and time:''' 2008-07-09T23:07Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' Ubuntu Dapper Drake<br> + * '''Browser:''' Firefox 1.5.0.12eol<br> + * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> + * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> + <br> + == RSS feeds use invalid date format ==<br> + * '''Date and time:''' 2008-07-10T15:01Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> + * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> + * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> + <br> + * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> + <br> + * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> + <br> + == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> + * '''Date and time:''' 2008-07-15T12:59Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> + * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> + <br> + == Quick edits and file uploads are missing text stating user agrees to license content ==<br> + * '''Date and time:''' 2008-07-17T23:06Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> + Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> + Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> + <br> + Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> + <br> + Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> + <br> + By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> + <br> + == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> + * '''Date and time:''' 2008-07-17T23:32Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> + Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> + Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> + <br> + There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> + <br> + Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> + <br> + = Map-related bugs =<br> + * Davis Wiki map<br> + <br> + == Broken Address macro ==<br> + * '''Date and time:''' 2007-05-15 10:53<br> + * '''User:''' ["Users/BrianGingold"]<br> + * '''Platform:''' Ubuntu Linux<br> + * '''Browser:''' Firefox 2.0.0.3<br> + * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> + * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> + <br> + Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> + <br> + = Known bugs =<br> + * Table of contents causes an annoying jiggle<br> + * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> + * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> + <br> + ---------<br> + issue with something or other:<br> + {{{<br> + Fact: Beer is fucking delicious.<br> + [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> + [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> + }}}<br> + <br> + =Non-reproducable bugs =<br> + <br> + ==Error on search==<br> + Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + [[Comments(Add a Mini Bug Report)]]<br> + <br> + ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> + <br> + Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> + <br> + My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> + <br> + Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> + <br> + OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> + <br> + <br> + ------<br> + ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> + ------<br> + ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> + ------<br> + ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> + <br> + ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> + ------<br> + ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> + <br> + Should be squared out now.<br> + ------<br> + ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> + <br> + Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> + <br> + I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> + ------<br> + ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> + ------<br> + ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> + <br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 410, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}} --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> + <br> + This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> + Thank you indeed! --["Users/andre.felipe"]<br> + ------<br> + ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> + <br> + Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> + Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> + Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> + <br> + This should be fixed now.<br> + Yup, it is.<br> + ------<br> + ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> + ------<br> + ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> + <br> + Should be fixed now. Thanks!<br> + <br> + * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> + * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> + * '''Platform:''' Mac OS X 10.4.10<br> + * '''Browser:''' Firefox 2.0.0.7<br> + * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> + * '''Bug description:''' python traceback when you click "map" from the Info page<br> + ------<br> + ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> + -------<br> + <br> + There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> + <br> + For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> + <br> + Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> + <br> + RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> + <br> + Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> + <br> + By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> + ------<br> + ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> + <br> + This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> + ------<br> + ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> + ------<br> + ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> + ------<br> + ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> + Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> + <br> + It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> + It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> + ------<br> + ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> + <br> + {{{<br> + Search results for "NLUG"<br> + search Search:<br> + --&gt; --&gt;<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out<br> + }}}<br> + <br> + It worked on refresh. --["Users/JabberWokky"]<br> + ------<br> + ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> + -------<br> + When adding wikis to my watch list:<br> + {{{<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> + farm.add_wiki_to_watch(wikiname, request)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> + request.user.setWatchedWikis(watched_wiki_list)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> + values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> + self.db_cursor.execute(query, args)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> + self.db_cursor.execute(query, args)<br> + IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> + }}}<br> + --["Users/JabberWokky"]<br> + <br> + What wiki? Can you reproduce it?<br> + * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> + * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> + * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> + <br> + =Address not picked up=<br> + <br> + * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> + <br> + =Minor Default(?) CSS Bug=<br> + <br> + I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> + <br> + [[Image(FFIEHeaderBug.png)]]<br> + <br> + And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> + * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> + * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> + ------<br> + ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> + <br> + ===Oh, hello==<br> + --["Users/DavidPoole"]<br> + ------<br> + ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> + <br> + * '''Date and time:''' 2008-06-16 04:44 PST<br> + * '''User:''' RachelPeters<br> + * '''Platform:''' Win XP SP2<br> + * '''Browser:''' Firefox 2.0.0.14<br> + * '''Page showing bug:''' search results<br> + * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> + <br> + {{{Error:<br> + Traceback (most recent call last):<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> + self.config.page_front_page).page_name, self)<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> + this_search.process()<br> + File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> + for line in input:<br> + File "/usr/lib64/python2.5/socket.py", line 411, in next<br> + line = self.readline()<br> + File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> + data = recv(1)<br> + timeout: timed out}}} --["Users/RachelPeters"]<br> + ------<br> + ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> + * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:17:13JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 25: </td> <td> Line 25: </td> </tr> <tr> <td> <span>- * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule; I don't need the wiki to tease me about it.<br> - <br> - What is your time zone set to in your settings (upper right)? I suspect it's set to the default -- UTC -- rather than US/Pacific. We should probably set the time zone of new accounts to the time zone of the wiki they sign up through. --["Users/PhilipNeustrom"]<br> - <br> - == Table of contents chokes on headings with links ==<br> - * '''Date and time:''' 2008-04-27 19:47 PST<br> - * '''User:''' ["Users/AndrewChen"]<br> - * '''Platform:''' Windows XP<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' [wiki:sacramento:"Navigating Sacramento"]<br> - * '''Bug description:''' Table of contents will not navigate to headings with links in them (anchor IDs are different). ''wiki.py'' is hashing on the wikified title while ''tableofcontents.py'' is hashing on the simpleStrip()-ed wikified title.<br> - <br> - == Old version of a page ==<br> - * '''Date and time:''' 2008-04-21<br> - * '''User:''' AlanMiller<br> - * '''Platform:''' Mac OS X 10.3.9<br> - * '''Browser:''' Opera/Firefox<br> - * '''Page showing bug:''' [wiki:davis:"The Nishi Property"]<br> - * '''Bug description:''' I updated the Nishi Property page, but it still shows the latest edit to be in 2005. Strange thing is I am shown as editing this page yesterday, but when you click on it you get the old page. It's also not clear to me how to file this bug report.<br> - <br> - I'm seeing the latest edits being yours (see [http://daviswiki.org/The_Nishi_Property?action=info the Info area]). Can you give me detail? When I click Edit I see the current version of the page.<br> - <br> - == Stupid search suggestions ==<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=mark+woods&amp;x=0&amp;y=0]<br> - * [http://daviswiki.org/Front_Page?action=search&amp;inline_string=davis+food+coop&amp;x=0&amp;y=0]<br> - <br> - == Question about Events Board Macro==<br> - * '''Date and time:''' 2008-4-16 11:40<br> - * '''User:''' ["Users/RocksandDirt"]<br> - * '''Platform:''' n/a<br> - * '''Browser:''' n/a<br> - * '''Page showing bug:''' - -<br> - * '''Bug description:''' Two questions about the events board. 1) how do I upload a pdf to an event? and 2) is there a way to edit an event after it's been posted? Thanks!<br> - 1. Upload the pdf on another page and insert a a hyperlink to the file (workaround).<br> - 2. Yep. You can delete the event and repost it with a correction (if you created the event). I realize that these aren't the answers you want, though. I'm working on making the Events Board page better. However, this is my first real python project, so it's going to take a bit of time to do. --["Users/BrentLaabs"]<br> - <br> - Your answers confirmed my suspicians. Good luck with the updates!<br> - <br> - == Link appears broken but actually isn't ==<br> - * '''Date and time:''' 2008-3-5 15:00 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.0.0.1<br> - * '''Page showing bug:''' [wiki:forty-two:"Music Portal"]<br> - * '''Bug description:''' The page "JackVernon Look At This!!!" exists, but appears to be a broken link. Probably due to superfluous bangs.<br> - <br> - <br> - == Another Login Bug==<br> - * '''Date and time:''' 2008-01-19,20<br> - * '''User:''' oliver@dcn.org<br> - * '''Platform:''' XP<br> - * '''Browser:''' Firefox, current release<br> - * '''Page showing bug:''' The URL e-mailed to my address when I request a new password to be sent there and the URL when I try to create new profile with that address<br> - * '''Bug description:''' My e-mail address belongs to a daviswiki account and so it is not available for a new daviswiki account, but neither is it accessible through the new-password-request link that daviswiki sends to that address (i.e. mine).<br> - <br> - Do you mean that you don't get a URL emailed to you when you enter your email address when forgetting your password? Can you explain in more detail? You get a URL emailed to you but then when you click it you're not logged in and viewing the user settings page? Try clearing your browser cookies for good measure. --["Users/PhilipNeustrom"]<br> - <br> - == Mobile/CSS bug ==<br> - * '''Date and time:''' 2007-12-2 17:54 PST<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' iPhone 8GB<br> - * '''Browser:''' Safari for iPhone<br> - * '''Page showing bug:''' anything on davis or wikisp ot and probably others<br> - * '''Bug description:''' activeTab actually displays smaller than the other tabs. The site looks good in general though.<br> - <br> - == case sensitive e-mail in password retrieval ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' Account registration and password retrieval<br> - * '''Bug description:''' It could be that the account registration and password retrieval parts aren't performing the same check for an existing e-mail account. Look for case sensitivity.<br> - <br> - ''This should be fixed now.'' --["Users/PhilipNeustrom"]<br> - <br> - == quickedit and unicode ==<br> - * '''Date and time:''' 2007-09-22 12:43<br> - * '''User:''' ["Users/Jason Aller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.007<br> - * '''Page showing bug:''' [http://daviswiki.org/Regular_Events?action=diff&amp;version2=244&amp;version1=243]<br> - * '''Bug description:''' Quickedit isn't unicode compliant and '''horks''' -- (yep, thats a technical term) any non ascii characters on the page.<br> - <br> - Should be fixed. --["Users/PhilipNeustrom"]<br> - <br> - == Wiki Deletion fails ==<br> - * '''Date and time:''' 2007-05-31 17:12<br> - * '''User:''' ["Users/BrentLaabs"]<br> - * '''Platform:''' Mac OS X 10.3<br> - * '''Browser:''' Firefox 2.doesn'tmatter<br> - * '''Page showing bug:''' [wiki:daviswiki]<br> - * '''Bug description:''' I marked {{{wiki:daviswiki}}} for deletion more than 30 days ago, it still exists.<br> - <br> - ''This is the way it'll work for a while. It's too confusing to say "will be deleted in no less than 30 days." The idea is that we'll purge wikis en-mass when we need to at some point.''<br> - <br> - == non existent sub page to user page ==<br> - * '''Date and time:''' 2007-08-25 10:28<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [http://daviswiki.org/Users/JohnLofland/Users]<br> - * '''Bug description:''' The new feature that shows user information doesn't take into account pointing to non-existent sub pages to the userpage.<br> - <br> - == User Statistics ==<br> - * '''Date and time:''' 2007-08-05 19:04<br> - * '''User:''' ["Users/JasonAller"]<br> - * '''Platform:''' Mac OS X 10.4<br> - * '''Browser:''' Firefox 2.006<br> - * '''Page showing bug:''' [wiki:Davis:"User Statistics"]<br> - * '''Bug description:''' User statistics doesn't seem to be keeping accurate count of user edits. It is reporting fewer edits now than earlier today. I suspect that the problem has been going on for a while. '''Update''': Yup, problem confirmed. I still haven't figured out the pattern. (''Edit'': Confirmed it occurred in the morning hours of Mon 2007-08-21. I believe it also lost some edits, looking for a bug report for that to possibly tie this bug to. I'll note that there was a brief period (1 to 4 minutes) when [wiki:davis DavisWiki] was down, but I did not verify that it wasn't a bandwidth hiccup on my end. --["Users/JabberWokky"])<br> - <br> - Plan: ensure we always grab user stat counts from the DB - not cache (or something) - on increments. Write thing for maintenance script to normalize data.<br> - <br> - ''I can't reproduce this, and I've tried a bit...'' --["Users/PhilipNeustrom"]<br> - <br> - == Image display error in SSR (Opera mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' [wiki:davis:"Front Page"]<br> - * '''Bug description:''' Included image (part of mystery picture) overlaps other content in the SSR mode. No bugs in overview. Both map icons appear in SSR mode as well, additionally map fails to appear/load (it works in overview though).<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could help hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Quick Edit non functional yet again (Opera Mobile) ==<br> - * '''Date and time:''' 2007-06-30<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Nintendo DS<br> - * '''Browser:''' Opera<br> - * '''Page showing bug:''' All<br> - * '''Bug description:''' Quick-edit non-functional (I can click to note) , we should make mobile version of default page to aid functionality for mobile users.<br> - <br> - This appears to be specific to Opera Mobile -- it's not happening with Opera 9.21 for OS X. Any idea how me / someone else could debug this? Perhaps you could hunt for the source of the issue? Maybe we can look at this together next time I see you. --["Users/PhilipNeustrom"]<br> - <br> - == Google Map javascript thingy doesn't handle utf-8 characters ==<br> - * '''Date and time:''' 2007-06-06 14:48<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://www.daviswiki.org/Studio_66?action=recall&amp;version=8<br> - * '''Bug description:''' If a utf-8 character is in the Address macro it makes a traceback:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - possibly because of this: http://codesimple.net/archives/2006/08/24/google-maps-utf-8-problem<br> - That link seems to be about the encoding of received information. The problem, in our case, is that when we ask for "Peña" we just don't get anything back (even in the wrong encoding).<br> - So I got the google maps api test page, here: http://www.schmalenberger.us/geocoder.html and it works fine with the tilde, whether the thing in the above link is used or not. So that is probably not relevant, but it does work. Maybe just in a later version of the api? I notice that the geocoder.html has v=2.x in the url but daviswiki has v=2.<br> - <br> - -["Users/NickSchmalenberger"]<br> - <br> - == If you click on map from the info page of a wiki page, it makes a traceback where the map goes ==<br> - * '''Date and time:''' 2007-06-06 16:13<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Linux 2.6.20 powerpc<br> - * '''Browser:''' Iceweasel 2.0.0.3<br> - * '''Page showing bug:''' http://daviswiki.org/Shields_Library?action=info#<br> - * '''Bug description:''' this traceback is the same as in the above bug<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 677, in run<br> - wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute<br> - map_html= mapJS(wiki_name, page_locs, nearby_locs, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS<br> - center = page_locs[0]<br> - IndexError: list index out of range<br> - }}}<br> - <br> - == Save Changes or Cancel from previewing an edit doesn't take you back to the page ==<br> - * '''Date and time:''' 2007-05-29 00:14<br> - * '''User:''' ["Users/NickSchmalenberger"]<br> - * '''Platform:''' Windows XP version 5.1.2600<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Bug description:''' If you preview an edit, it takes you to thepage#preview , then if you cancel or save, it puts you back at thepage#preview and tells you your edit was cancelled or saved. If you then refresh that page after saving, it puts another edit on the page.<br> - <br> - Does your browser warn you about this? It should give a notice that you're resending POST data. We could work around this by redirecting after a save or a cancel..<br> - The browser does warn, but I think this would be helpful. Sometimes people reload more than one tab at once.<br> - <br> - == Tinylogo not updating ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' [wiki:tustin:"Wiki Settings/Images"]<br> - * '''Bug description:'''Cannot change tinylogo, it seems to revert to cached version for some reason.<br> - <br> - I just tried this and I can't reproduce. You sure? If you give me the ability to delete on that page then I can check more closely. --["Users/PhilipNeustrom"]<br> - <br> - I experienced the same tinylogo mystery on Torontopedia. After a while I simply deleted the original tinylogo I had uploaded, re-uploaded the exact same file using a different source file name, and it worked right away and still works now. --["Users/HimySyed"]<br> - <br> - == Link status incorrect ==<br> - <br> - * '''Date and time:''' 1952-05-21<br> - * '''User:''' ["Users/Davidpoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox 2<br> - * '''Page showing bug:''' Today's interwiki-recent changes,<br> - * '''Bug description:''' ["users/riteaidguy"] shows as being a working link when it should be broken, on the same page [wiki:davis:"users/riteaidguy"] also appears on the page, this may be the source of the error.<br> - <br> - <br> - == Image macro does not resize in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' [wiki:tustin:"front page" tustin front page, see notes]<br> - * '''Bug description:''' Sub-sectioned pages, with sized images, fail to size the image, there are no such difficulties with thumbnails though, seems like a problem in parallel development.<br> - <br> - == Quick Edit does not work in includes ==<br> - * '''Date and time:''' 2007-4-4<br> - * '''User:''' ["Users/DavidPoole"]<br> - * '''Platform:''' Ubuntu<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' Scwiki front page<br> - * '''Bug description:''' Starting quick edit on one section allows you to quick edit subsections, it just doesn't actually work, it will be for the content of the first quick edit highlight. That probably sounds confusing, but thats how it is.<br> - <br> - == Footnotes broken ==<br> - <br> - * '''Date and time:''' 2006-12-28<br> - * '''User:''' ["Users/PhilipNeustrom"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox<br> - * '''Page showing bug:''' http://wikispot.org/Front_Page/Talk?action=recall&amp;version=8<br> - * '''Bug description:''' Footnotes seem to be thrown into tables or whatever is at the end of the page.<br> - <br> - * Looks like they get thrown into included pages, actually.<br> - * It appears the &lt;div&gt; is not being closed properly, check the process which writes the footnotes div in, or the one that writes the subsection, if it is recursive or something like that, it may be calling the footnotes section early. In any case, this is a coding bug it seems. ~Dave March ^31^ 2007<br> - * Yeah, we can fix this after launch.<br> - <br> - == Login Failure ==<br> - * '''Date and time:''' 2007-03-30 22:54<br> - * '''User:''' ["Users/GrahamFreeman" Graham Freeman]<br> - * '''Platform:''' Windows Mobile v5.0 (OS 5.1.195)<br> - * '''Browser:''' Internet Explorer<br> - * '''Page showing bug:''' login<br> - * '''Bug description:''' Login fails without any errors. I enter my username &amp; password, click on "Login", and the page reloads - no login, and no error message. Cookies are allowed, I can login to DavisWiki.org, and so on - but logging in to wikispot.org simply doesn't work.<br> - <br> - Maybe this has something to do with .htaccess? -- ["BrentLaabs"]<br> - Maybe. But I was prompted for the wiki/zerocool pw first, successfully entered it, and then was given the actual front page from which I was asked to login. On Firefox on my Mac I usually get prompted for wiki/zerocool twice, whereas on IE on my handheld I was only prompted once. So, you might be right. It's just odd that I'd see the front page and be given the opportunity to login to the wiki if it was an .htaccess problem. --["GrahamFreeman"]<br> - So we need to test this. Access the site, refuse one of the prompts, and then if one of the prompts causes the failure of the login due to htaccess stuff, then we know, otherwise it is probably not an issue. Fortunately this only happens on this minority os right? ~Dave<br> - <br> - I don't think this has anything to do with the l/p. I'm not sure what is going on so it's impossible for me to fix this without more information. Logging in should work (and I just tested it) without JavaScript on (as long as cookies are on). There's a few redirects (2) that occur during the authentication, so that could be causing the issue. I changed something just now that might have fixed it. Otherwise, how about I try things out on your phone next time I see you, Graham. --["Users/PhilipNeustrom"]<br> - <br> - No joy - still fails to login, yet doesn't give an error. -Graham<br> - <br> - Update: 2007-04-03 21:20 : Now, I get the front page, log in (no .htaccess prompt, of course - just the Wiki Spot login), and I get the error message "The Requested Page can not be displayed" with a URL of http://wikispot.org/?x-up-destcharset=106 -Graham<br> - <br> - == Wishlist: Notification of older versions on different entry ==<br> - * '''Date and time:''' 2007-03-03<br> - * '''User:''' ["Users/ArlenAbraham"]<br> - * '''Platform:''' Any<br> - * '''Browser:''' Any<br> - * '''Page showing bug:''' http://wikispot.org/Development?action=info (or any other page that has been renamed)<br> - * '''Bug description:''' This one has been around for a while. If you rename a page, it doesn't take the version history along with it. This isn't as much of an issue because changing the case of a page has been disabled. I'm just waiting for some AsSHAt tO coMEaLonG anD CREatiVLY casE a BUNcH Of nEw pAGeS.<br> - <br> - This is the desired behavior. The version history is on the old page. We don't move the version history because sometimes the page you're renaming to has a version history, as well.<br> - <br> - * How about providing a link to the info for the old page?<br> - <br> - * If you change this, keep in mind how you handle the following: EntryA has something somebody would like to hide, so they copy it to EntryB, delete EntryA, create EntryC, rename it EntryA, delete it and then rename EntryB to EntryA? ClickWiki moves version histories around, and it's actually a pain in the ass to deal with. I wound up punting to the very very ugly "rename the deleted entry with the history with a incremented numeric suffix", so EntryA's orginal history would wind up in the (deleted) EntryA.1. Honestly, keeping clean records is easier in most cases by carrying over the history when an entry is renamed, but a pain in the ass when entries get bounced around a bunch. --jw<br> - * Thinking about it, isn't the current use of the creating edit being (renamed from x) useful? perhaps we should make it also in that case have a link to that info page directly or something of that matter? Elsewise we end up with either non-intuitive complex record keeping to account for the jabberwok scenario.. ~D<br> - <br> - == Broken image to non-logged in visitors ==<br> - <br> - It serves different html to logged in users versus non-logged in users when mail addresses are being displayed. There is a reference to http://wikispot.org/wiki/eggheadbeta/img/mailto that doesn't exist and shows as a broken image icon. --["Users/JabberWokky"]<br> - <br> - == Can't clear default address locale ==<br> - * '''Date and time:''' 2008-07-08T1:11Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Wiki Settings/General"]<br> - * '''Bug description:''' I am trying to clear the “Default address locale” setting in my [wiki:wheatfield-backgreen:"Wiki Settings/General"] control page. I have decided it was a mistake to put anything in this. However, the software will not let me clear this field. I can shorten it to 1 character, but I can not shorten it to 0 characters. If I shorten it to 1 character, even if that character is a space, then a comma shows up in the map balloon text, which I don't want. How do I clear the “Default address locale” setting?<br> - <br> - UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> - <br> - == wikispot.org's web server rejecting HEAD requests? ==<br> - * '''Date and time:''' 2008-07-09T19:09Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' GNU Wget 1.10.2<br> - * '''Page showing bug:''' any page, for example http://wikispot.org/<br> - * '''Bug description:''' I am trying to set up a script which will let me back up my wiki once a week. Because the wiki exporting functionality is not finished yet, in the meantime I want to use wget to get copies of the latest page versions. (I'd rather have the wiki text content without the HTML wrapping, but I don't have an easy way to get this yet.) Unfortunately, it seems I can not use wget's --timestamping option. When I do, on the 2nd and subsequent uses of wget, I get a “403 FORBIDDEN” response from the web server. After much investigation, I think this is caused by wget using the HEAD request instead of the GET request. The first wget request uses the GET request because there is no local copy of the file to compare timestamps with.<br> - <br> - For fetching pages generated from wiki text, this may not be such an important bug, because probably the time stamps are unreliable anyway, because these web pages are generated from a database. (Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.<br> - <br> - Is there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors.<br> - <br> - By the way, for the record, the command I am now using to backup my wiki is this:<br> - {{{<br> - wget --force-directories --recursive --page-requisites --no-parent --html-extension --convert-links --backup-converted http://wheatfield-backgreen.wikispot.org/}}}<br> - <br> - Unfortunately, this command gets some purely generated files which I would rather not get (for example, the RSS feeds), and fails to get uploaded files. I would love to see a better command for getting a backup.<br> - <br> - ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (although theme CSS and PNG files are backed up). --["Users/JoeWells"]<br> - <br> - == Using the include macro causes footnotes so far to be dumped on page ==<br> - * '''Date and time:''' 2008-07-09T23:07Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' Ubuntu Dapper Drake<br> - * '''Browser:''' Firefox 1.5.0.12eol<br> - * '''Page showing bug:''' [wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]<br> - * '''Bug description:''' Whenever you use the include macro (regardless of the target, even if the target does not exist), all footnotes accumulated so far on the page are dumped in the usual format footnote list and any subsequent footnotes go into a new list. Using {{{[[footnote]]}}} does not help to force the correct footnote placement. See the “[wiki:wheatfield-backgreen:"Footnote vs. Include Bug"]” page for a test case.<br> - <br> - == RSS feeds use invalid date format ==<br> - * '''Date and time:''' 2008-07-10T15:01Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> - * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> - * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. There are at least two problems with this.<br> - <br> - * One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<br> - <br> - * Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)<br> - <br> - == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> - * '''Date and time:''' 2008-07-15T12:59Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> - * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> - <br> - == Quick edits and file uploads are missing text stating user agrees to license content ==<br> - * '''Date and time:''' 2008-07-17T23:06Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> - Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> - Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> - <br> - Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> - <br> - Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> - <br> - By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> - <br> - == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> - * '''Date and time:''' 2008-07-17T23:32Z<br> - * '''User:''' ["Users/JoeWells"]<br> - * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> - * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> - * '''Page showing bug:''' probably all of them<br> - * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> - Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. ''Good feature request''<br> - Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> - <br> - There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]<br> - <br> - Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> - <br> - = Map-related bugs =<br> - * Davis Wiki map<br> - <br> - == Broken Address macro ==<br> - * '''Date and time:''' 2007-05-15 10:53<br> - * '''User:''' ["Users/BrianGingold"]<br> - * '''Platform:''' Ubuntu Linux<br> - * '''Browser:''' Firefox 2.0.0.3<br> - * '''Page showing bug:''' [wiki:Sacramento:"Jalape%C3%B1os"]<br> - * '''Bug description:''' I wrapped the Address macro around the address on a page, clicked save changes, and was presented with &lt;type 'exceptions.ValueError'&gt; and a Python traceback.<br> - <br> - Should be fixed now. Was an issue with the ñ. --["Users/PhilipNeustrom"]<br> - <br> - = Known bugs =<br> - * Table of contents causes an annoying jiggle<br> - * Table of contents prints headings included in {{{ {{{ tags }}} }}}<br> - * Table of contents doesn't scan {{{[[Include]]}}}d pages, or the header to an included page<br> - <br> - ---------<br> - issue with something or other:<br> - {{{<br> - Fact: Beer is fucking delicious.<br> - [[include(Explore, "Explore", left, 60%)]][[include(Featured Beer, "Featured Beer", right, 37%)]]<br> - [[include(News, "News", 60%)]][[include(Featured Beer, "Featured Article", right, 37%)]]<br> - }}}<br> - <br> - =Non-reproducable bugs =<br> - <br> - ==Error on search==<br> - Did an edit on [wiki:Davis], and then searched for the unique term I had just added (to see if there were any other instances on the wiki). The first edit I've had time for in days, and I get an error! ;) I cannot reproduce, feel free to delete this report, but I figured if I got it I should at least point it out. Specific edit was adding [http://daviswiki.org/Bicycling_Tips?action=diff&amp;version2=153&amp;version1=152 this] and then searching for 'fixme'.<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - [[Comments(Add a Mini Bug Report)]]<br> - <br> - ''2007-04-04 06:49:15'' [[nbsp]] I have my time zone set to Pacific (UTC-7), and yet my comments show up as being posted in UTC time (seven hours in the future)...? Oddly, other time displays (e.g. in diff views) appear to be correct. --["Users/GrahamFreeman"]<br> - <br> - Comments should be timestamped with the date of the local wiki you're on. Knowing this, is this still a bug? E.g. is the time in Pacific on Davis Wiki and in UTC here? -Philip<br> - <br> - My comments on DavisWiki show up in the correct time zone (UTC-7), but they show up in UTC on WikiSpot even though I've verified that my Wiki Spot account has a UTC-7 timezone set. I tried both US/Pacific and America/Vancouver. Check out my ["Users/GrahamFreeman" userpage] for the test results. -Graham<br> - <br> - Unless I'm misunderstanding you, that's how it should work. This wiki, the hub, has UTC set as its timezone. Davis Wiki has UTC-7 set. Changing your local timezone doesn't change the appearance of the comments. -Philip<br> - <br> - OK, I understand you now, but then shouldn't the time/date-stamp make clear which time zone it's in? -Graham<br> - <br> - <br> - ------<br> - ''2007-04-09 18:00:14'' [[nbsp]] Hey, here's a simple easy update to add. Now that Users/* exists, you can have RandomPage exclude Users/* and Wiki/* entries. --["Users/JabberWokky"]<br> - ------<br> - ''2007-04-30 18:18:44'' [[nbsp]] [wiki:Davis:"Critical Mass"] shows up in the photo requests page because it is apparently linked to the photo requests page. However, I cannot find the link anywhere on the critical mass page, and the link does not show up if you click on Info -&gt; Links. --["Users/DavidGrundler"]<br> - ------<br> - ''2007-05-03 02:16:30'' [[nbsp]] Renaming an entry does not work if the new name is the same phrase with a different case. I.e., "Wiki Sandbox" cannot be renamed "wiki sandbox". --["Users/JabberWokky"]<br> - <br> - ''2007-05-16 15:02:53'' [[nbsp]] Seems to be fixed as of today. I just renamed ["wiki:davis:Locksmiths"]. Leaving here in case it's something to do with spaces or whatnot. --["Users/JabberWokky"]<br> - ------<br> - ''2007-05-12 05:47:42'' [[nbsp]] Now that pages can have accent marks in their names the search feature needs to support them as well. Search for "Acción Zapatista" on [wiki:davis]. --["Users/JasonAller"]<br> - <br> - Should be squared out now.<br> - ------<br> - ''2007-05-13 00:41:12'' [[nbsp]] When I was logged in today and tried to visit http://wikispot.org/Front_Page , it said "You are not allowed to view this page." It has never done this before-- are other people having the same problem? --["Users/MaryLieth"]<br> - <br> - Okay, it should be fixed now! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-16 06:04:32'' [[nbsp]] Included pages don't influence the TOC. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-07-23 06:36:12'' [[nbsp]] (Cheat report): The 7/22/07 edits on the [http://daviswiki.org/Restaurants?action=info Restaurants] page are weirdly buggy. Teriyaki Express keeps moving itself back in. My first edit on 7/22 just removed it, but the edit log shows differently. Same thing then seemed to happen to ["CovertProfessor"]. --["Users/EdWins"]<br> - <br> - I can reproduce this. It's probably (i'm guessing) being caused by the RandomQuote of the entry being on the entry that's being quoted.<br> - ------<br> - ''2007-08-03 06:45:16'' [[nbsp]] On Safari/MacOS X, hitting "clear message" after trying to create a new account with an email address that's already registered to another account takes me from the new account registration page to the Log In page. --["Users/GrahamFreeman"]<br> - ------<br> - ''2007-08-08 05:49:37'' [[nbsp]] Occasional search timeouts (only happened once to a person):<br> - <br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 708, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 377, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 410, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 330, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}} --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-08 20:56:07'' [[nbsp]] In "Wiki Settings/General", the tabs' fields don't support unicode chars in page names. --["Users/andre.felipe"]<br> - <br> - This should be fixed now. Thanks for the heads-up! --["Users/PhilipNeustrom"]<br> - Thank you indeed! --["Users/andre.felipe"]<br> - ------<br> - ''2007-08-08 20:58:10'' [[nbsp]] Cannot save general settings on Opera, nor use the "Upload - Check Spelling - Delete - etc." buttons. --["Users/andre.felipe"]<br> - <br> - Is this still happening? Can you get to those buttons on any page, or are you having a problem pressing them on the General Settings page only? What version of Opera? --["Users/PhilipNeustrom"]<br> - Now I can press those buttons (upload, delete etc.), but I cannot press the "Save Settings" yet. I'm using Opera 9.22 for Windows. --["Users/andre.felipe"]<br> - Okay, it should be working now. I could reproduce it in Opera 9.22 on my mac, and I got it working (for me) now. Let me know if it's fixed. Sorry about that! --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-08-14 03:52:36'' [[nbsp]] quick edit doesn't work on Safari 2.0.4 on OSX. When I hit submit, it tells me "cannot save empty pages." this continued to happen after a reboot, after clearing of my cache, and on multiple different daviswiki pages. --["Users/CraigBrozinsky"]<br> - <br> - This should be fixed now.<br> - Yup, it is.<br> - ------<br> - ''2007-08-25 23:34:05'' [[nbsp]] [http://daviswiki.org/UC_Davis_English_Department?action=recall&amp;version=18 Check out the Table of Contents]. Note that the header is a link. --["Users/JabberWokky"]<br> - ------<br> - ''2007-08-28 18:53:44'' [[nbsp]] http://daviswiki.org/Pe%C3%B1a_Drive?action=diff&amp;version2=8&amp;version1=7 --169.237.136.169<br> - <br> - Should be fixed now. Thanks!<br> - <br> - * '''Date and time:''' 2007-09-21 02:15 or thereabouts<br> - * '''User:''' ["Users/Graham.Freeman" Graham Freeman]<br> - * '''Platform:''' Mac OS X 10.4.10<br> - * '''Browser:''' Firefox 2.0.0.7<br> - * '''Page showing bug:''' [http://scwiki.org/Body_and_Soul?action=info], then click on "Map"<br> - * '''Bug description:''' python traceback when you click "map" from the Info page<br> - ------<br> - ''2007-10-02 18:12:56'' [[nbsp]] Links in included pages shouldn't render if they link to the page doing the including OR the included page. --["Users/PhilipNeustrom"]<br> - -------<br> - <br> - There suddenly appeared (at 22:00 East Coast) a bug this evening. Some of it appears to affect all users, parts of the bug are timezone related and just affect me.<br> - <br> - For all users, http://wikispot.org/Wiki_Directory appears to be borked. Several people all report that it only draws the header, and if you hit edit, the source appears, but it times out on save. This is slightly different than before.<br> - <br> - Interwiki Recent Changes is giving me a timezone related Traceback, as is my settings page. They are attached. It is not erroring out for anybody else that we can see, but everybody else is Pacific time.<br> - <br> - RyanJames poked in the Python, pointing out that "in the for loop that's lines 242-245 in tzinfo.py, the if statement is never true, meaning your dt (datetime object) doesn't match any of the datetimes in the module's dictionary of all datetimes/timezone thingies".<br> - <br> - Another probably unrelated bug that I noticed is on the Wikispot User Statistics entry, where my first edit is "Unknown". Probably unrelated, but if this is all a database issue, I'm letting you know all the "doesn't line up" errors I can find.<br> - <br> - By the way, this *is* different than the last two times, as I can still edit other entries without locking them up. --["Users/JabberWokky"]<br> - ------<br> - ''2007-10-16 15:43:55'' [[nbsp]] The first linebreak after the first line of text after a heading isn´t converted to a &lt;br&gt; here: [http://median2008.wikispot.org/Items]. Looks like a bug? --["Users/holzbit"]<br> - <br> - This should be fixed as of 2007-11-6. --["Users/PhilipNeustrom"]<br> - ------<br> - ''2007-10-19 06:39:56'' [[nbsp]] heart macro, breaks and centering don't seem to work well in conjunction.. fool around with it for a bit to figure out what I mean I suppose. --["Users/DavidPoole"]<br> - ------<br> - ''2007-11-16 11:22:30'' [[nbsp]] A block of unformatted text ends at the first }}} so if that is included in the block, it ends too early. http://daviswiki.org/Wiki_Sand_Box?action=diff&amp;version2=230&amp;version1=229 --["Users/NickSchmalenberger"]<br> - ------<br> - ''2007-12-11 01:34:35'' [[nbsp]] {{{&lt;input class="formbutton" type="submit" name="button_dont" value="Dont press me"&gt;}}}<br> - Wtf Philip, oh and Mac will select this one first, you might want to consider button ordering functions to have this reordered to be after the submit button. --["Users/DavidPoole"]<br> - <br> - It shouldn't have a negative affect on anyone.. Can you explain how it negatively affects the Mac (I assume you mean Safari?) The comment box is a textarea, which means that the return key never auto-submits in a browser (that I know of). The "dont press me" button is for spam purposes.<br> - It is more that I use keyboard commands so I tab-&gt;return to submit, which is what I imagine most bots would do.. annoying.. but maybe make it a visible button saying cancel might be nice? just so folk like me don't trip up? or would that reduce the effectiveness against spam? ~D<br> - ------<br> - ''2007-12-15 14:34:02'' [[nbsp]] Searching for "NLUG" on the hub:<br> - <br> - {{{<br> - Search results for "NLUG"<br> - search Search:<br> - --&gt; --&gt;<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 115, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 384, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out<br> - }}}<br> - <br> - It worked on refresh. --["Users/JabberWokky"]<br> - ------<br> - ''2007-12-30 13:41:48'' [[nbsp]] If you make text inside an address macro be a link, it doesn't show up as an incoming link for the target page. http://www.berkwiki.org/Solano_Avenue?action=info&amp;links=1 --["Users/NickSchmalenberger"]<br> - -------<br> - When adding wikis to my watch list:<br> - {{{<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 737, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 1022, in do_watch_wiki<br> - farm.add_wiki_to_watch(wikiname, request)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/farm.py", line 112, in add_wiki_to_watch<br> - request.user.setWatchedWikis(watched_wiki_list)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/user.py", line 1210, in setWatchedWikis<br> - values (%(user_name)s, %(wiki_name)s)""", d, isWrite=True)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 144, in execute<br> - self.db_cursor.execute(query, args)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikidb.py", line 146, in execute<br> - self.db_cursor.execute(query, args)<br> - IntegrityError: duplicate key violates unique constraint "userwatchedwikis_pkey"<br> - }}}<br> - --["Users/JabberWokky"]<br> - <br> - What wiki? Can you reproduce it?<br> - * Yes, the [wiki:GhanaITC] wiki is one example (also [wiki:BostonChoral]. I'm waiting for a new wiki to appear to see if it's something about all new wikis.<br> - * I just pushed a change -- does it still happen? --["Users/PhilipNeustrom"]<br> - * Nope, I appear to be watching them now without having done anything (prior to the change you made I wasn't watching them yet despite hitting the watchwiki URL repeatedly). If that's okay, consider it closed. --jw<br> - <br> - =Address not picked up=<br> - <br> - * [wiki:woodland:"Satiety Winery &amp; Cafe" This entry] has an Address macro and no map. Maps work for most other entries. Perhaps it "looks wrong"?<br> - <br> - =Minor Default(?) CSS Bug=<br> - <br> - I lack the time to test this, sorry (as you can probably tell by my recent lack of editing, I'm buried under with work). I did, however notice the following "height of header" layout quirk:<br> - <br> - [[Image(FFIEHeaderBug.png)]]<br> - <br> - And lest somebody assume it might be related to the login status, I was not logged in using either brower. No idea what is causing it, but if it is in the default CSS, new wikis might have issues with their appearance as they are the least likely to consider cross browser testing. --jw<br> - * This was a known issue at launch. Fixing it would have been a pain in the behind, and it doesn't look too bad so we decided to leave it. As Philip moves the wiki to XML or XHTML (not sure exactly which one, but it's related to the GUI editor), DavidPoole and I are pretty much going to ignore non-critical CSS bugs. --["Users/BrentLaabs"]<br> - * Really.. known? I don't remember it. I think there might be some easy problem I could find a way to fix it.. but generally the page construction for that particular area is pretty hacky, like the page needs to be completely redesigned one day (maybe over the summer we will have time), but yes, I am waiting until this XML thing happens before I will bother with much fixing, mainly because many many many things will need it when it does. ~David<br> - ------<br> - ''2008-05-23 21:49:54'' [[nbsp]] Okay,this trick is fun, but you gotta be clever to notice what is happening :P<br> - <br> - ===Oh, hello==<br> - --["Users/DavidPoole"]<br> - ------<br> - ''2008-06-16 11:51:41'' [[nbsp]] ==Errors while searching==<br> - <br> - * '''Date and time:''' 2008-06-16 04:44 PST<br> - * '''User:''' RachelPeters<br> - * '''Platform:''' Win XP SP2<br> - * '''Browser:''' Firefox 2.0.0.14<br> - * '''Page showing bug:''' search results<br> - * '''Bug description:''' I was searching for "university inn" when I received the error below. I tried hitting the search button a few more times and the same error came up. I hit refresh and the error went away and I got the proper search results. Tried to use the search box, got the same error, used the search box once more, didn't get the error. Earlier I got the error when searching for "americana arms" through the firefox searchbar plug-in, and that error went away with a refresh.<br> - <br> - {{{Error:<br> - Traceback (most recent call last):<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 732, in run<br> - self.config.page_front_page).page_name, self)<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/wikiaction.py", line 132, in do_search<br> - this_search.process()<br> - File "/srv/wikis/wikispot/sycamore_base/Sycamore/search.py", line 523, in process<br> - for line in input:<br> - File "/usr/lib64/python2.5/socket.py", line 411, in next<br> - line = self.readline()<br> - File "/usr/lib64/python2.5/socket.py", line 331, in readline<br> - data = recv(1)<br> - timeout: timed out}}} --["Users/RachelPeters"]<br> - ------<br> - ''2008-06-25 01:02:01'' [[nbsp]] Not a bug in the traditional sense, but could someone add the word "Daviswiki" to the spell checker dictionary? --["Users/JimStewart"]<br> - * Anybody can add local words to their wiki by adding them to the list at "Local Spelling Words". For instance, the Davis Wiki one is located at [wiki:davis:"Local Spelling Words"]. --["Users/JabberWokky" jw]</span> </td> <td> <span>+ * '''Bug description:''' The server's clock seems to be a bit fast. For example, I noticed that Recent Changes was logging events as June 24th when it was only 5:30pm on June 23rd. I'm already far enough behind on my schedule</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:14:39JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 387: </td> <td> Line 387: </td> </tr> <tr> <td> <span>-</span> Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"] </td> <td> <span>+</span> Thanks for the explanation. I agree a reset button could be helpful, although it could also be quite confusing unless accompanied by nice explanatory text. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings". It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings<span>. Another nice thing could be for the ''differences'' from the wiki-wide settings to be highlighted</span>. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:11:14JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 387: </td> <td> Line 387: </td> </tr> <tr> <td> <span>-</span> Thanks for the explanation. I agree a reset button could be helpful<span>&nbsp;(</span>although it could also be quite confusing unless accompanied by nice explanatory text<span>)</span>. It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"] </td> <td> <span>+</span> Thanks for the explanation. I agree a reset button could be helpful<span>, </span>although it could also be quite confusing unless accompanied by nice explanatory text<span>. Maybe the label on the reset button could be "discard all per-page security modifications for this page and make it obey wiki-wide settings"</span>. It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:09:31JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 387: </td> <td> Line 387: </td> </tr> <tr> <td> </td> <td> <span>+ Thanks for the explanation. I agree a reset button could be helpful (although it could also be quite confusing unless accompanied by nice explanatory text). It would also be nice if there was a nice big warning that the page was currently completely unaffected by wiki-wide settings. By the way, what happens if the wiki-wide security settings are changed so they exactly match what is set for a particular page? Does the per-page setting go away in this case, or does the per-page setting only go away when edited at the page? --["Users/JoeWells"]<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-18 00:04:50JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 371: </td> <td> Line 371: </td> </tr> <tr> <td> </td> <td> <span>+ Right, for file uploads there is room to put some nice text, but quick edits need to be a bit tighter. Obvious ideas: font size, a link to bring up a pop-up window, tooltips.<br> + <br> + By the way, unrelated bug: The quick edit area should temporarily stop showing the "double click here to edit" tooltip while the quick edit feature is activated.<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-17 23:53:50PhilipNeustromtwo small replies <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 369: </td> <td> Line 369: </td> </tr> <tr> <td> </td> <td> <span>+ Good call with the quick edits and file uploads. Do you have a suggestion as to how to make the quickedit license text non-obtrusive?<br> + </span> </td> </tr> <tr> <td> Line 376: </td> <td> Line 378: </td> </tr> <tr> <td> <span>-</span> Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings. </td> <td> <span>+</span> Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings.<span>&nbsp;''Good feature request''</span> </td> </tr> <tr> <td> Line 379: </td> <td> Line 381: </td> </tr> <tr> <td> <span>- <br> - <br> - <br> - <br> - </span> </td> <td> <span>+ There's some implicit behavior here. When you change the security settings on a page to be different from the wiki-wide settings the page is no longer affected by wiki-wide setting changes. To make the page subsequently see only wiki-wide settings you need only change the security settings on the page to be in alignment with the wiki-wide settings. Perhaps we should make this explicit with a "reset security settings" button in the page's Security area. --["Users/PhilipNeustrom"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-17 23:41:18JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 369: </td> <td> Line 369: </td> </tr> <tr> <td> </td> <td> <span>+ == Per-page security changes override ''all'' subsequent wiki-wide security changes? ==<br> + * '''Date and time:''' 2008-07-17T23:32Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' Okay, suppose you make group G and add user U to group G. Then you give group G the ability to change security. Then user U edits wiki page P and changes just 1 aspect of the security (i.e., U clicks in one box to toggle one setting). Then administrator A changes a ''different'' setting on the Wiki_Settings/Security page. This change fails to affect page P! I assume what is going on here is that when U changed the security for P, a record of the values of ''all'' of the security settings was attached to page P, rather than just the single setting that U changed.<br> + Also, there appears to be no easy way for an administrator to see a list of all of the pages which have had their security modified from the wiki-wide settings.<br> + Also, there appears to be no way to clear the per-page security modifications for a given page so that that page will subsequently see only the wiki-wide settings.<br> + <br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-17 23:19:30JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 359: </td> <td> Line 359: </td> </tr> <tr> <td> </td> <td> <span>+ == Quick edits and file uploads are missing text stating user agrees to license content ==<br> + * '''Date and time:''' 2008-07-17T23:06Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them<br> + * '''Bug description:''' The “Edit” button gets you a page where there is some useful text that says that using “Save Changes” means the user agrees to license the work they are adding to the wiki under the CC license. However, both the “quick edit” and file uploading interfaces are missing this useful text. The quick edit and file uploading interfaces should change so that they include text stating that the user agrees to license their work under the wiki's default license.<br> + Another related issue: The text for editing uses the phrase “release your contribution”. I think to be legally effective, this should probably say “license your contribution”. I don't think the word “release” is even meaningful here.<br> + Yet another related issue: The text should probably also say that the user agrees not to contribute material to the wiki which is only available under an incompatible license without adding an explicit indication of the license. It is not enough to require that the user has permission to submit the work. (Furthermore, there are some minimum requirements on the license: it should at the very least allow people to view the material while browsing the wiki. Otherwise an attacker could submit work which they have permission to add to the wiki, but which no one else has permission to view while on the wiki. Then every wiki reader (as well as the wiki maintainers) would be violating copyright.)<br> + <br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-15 13:13:07JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 351: </td> <td> Line 351: </td> </tr> <tr> <td> </td> <td> <span>+ == Map button fails silently with no explanation to the user when JavaScript is disabled ==<br> + * '''Date and time:''' 2008-07-15T12:59Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Mozilla 1.5.0.12eol)<br> + * '''Page showing bug:''' probably all of them (example: [wiki:wheatfield-backgreen])<br> + * '''Bug description:''' There is a link in the page header labeled with the word “Map” and a small icon. Clicking on this link is supposed to bring up any map associated with the wiki page. The implementation of this link is some JavaScript code that dynamically inserts the map element in the page's DOM and displays it. Of course, this does not work when JavaScript is turned off or for browsers without JavaScript. The bug is that this failure happens silently with no explanation given to the reader. One way to fix this bug would be to make the link by default go to a web page with an explanation that JavaScript must be turned on for it to work, and then change the link to its current implementation at page load time with JavaScript. This way, the current behavior would be obtained if JavaScript is turned on, and a reasonable fall-back behavior would happen when JavaScript is turned off.<br> + <br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-14 17:03:58JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 329: </td> <td> Line 329: </td> </tr> <tr> <td> <span>-</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the <span>uploaded files or the </span>wiki configuration (<span>including the</span> theme CSS <span>files</span>). --["Users/JoeWells"] </td> <td> <span>+</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the wiki configuration (<span>although</span> theme CSS <span>and PNG files are backed up</span>). --["Users/JoeWells"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-13 22:46:44JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 309: </td> <td> Line 309: </td> </tr> <tr> <td> </td> <td> <span>+ UPDATE: I confirm that Philip has fixed this bug. I can't remove the bug from the list due to a bug in my browser. Can someone please remove this bug report (or mark it as resolved or whatever the standard practice is)?<br> + </span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-13 00:16:46JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 327: </td> <td> Line 327: </td> </tr> <tr> <td> <span>-</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the uploaded files. --["Users/JoeWells"] </td> <td> <span>+</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a [wiki:wheatfield-backgreen:"Backup Script"] that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the uploaded files<span>&nbsp;or the wiki configuration (including the theme CSS files)</span>. --["Users/JoeWells"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-13 00:04:54JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 327: </td> <td> Line 327: </td> </tr> <tr> <td> <span>-</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a back<span>up script</span> that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the uploaded files. --["Users/JoeWells"] </td> <td> <span>+</span> ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a <span>[wiki:wheatfield-</span>back<span>green:"Backup Script"]</span> that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the uploaded files. --["Users/JoeWells"] </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:42:03JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 347: </td> <td> Line 347: </td> </tr> <tr> <td> <span>- </span> Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.) </td> <td> <span>+ *</span> Another problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zone, but in fact the times are given in the timezone I have chosen in the settings for my wikispot.org account. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.) </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:41:45JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 345: </td> <td> Line 345: </td> </tr> <tr> <td> <span>- </span> One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates. </td> <td> <span>+ *</span> One problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates. </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:40:59JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 343: </td> <td> Line 343: </td> </tr> <tr> <td> <span>-</span> * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. The<span>&nbsp;serious</span> problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates. A<span>&nbsp;less serious issu</span>e, but <span>still a </span>p<span>roblem, is that there is no timezone</span>. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.) </td> <td> <span>+</span> * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. The<span>re are at least two problems with this.<br> + <br> + One</span> problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates.<span><br> + <br> +</span> A<span>nother problem is that there is no timezone. My feed reader assumes times without timezones are in the universal time zon</span>e, but <span>in fact the times are given in the timezone I have chosen in the settings for my wikis</span>p<span>ot.org account</span>. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.) </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:17:53JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 327: </td> <td> Line 327: </td> </tr> <tr> <td> <span>- ["Users/BrentLaabs"] has made a nice suggestion that is helping me get started on a backup script that grabs the raw wiki lines. --["Users/JoeWells"]</span> </td> <td> <span>+ ["Users/BrentLaabs"] has made a nice suggestion that allowed me to write a backup script that grabs the raw wiki lines. His suggestion was to use the {{{?action=raw}}} suffix to URLs when fetching wiki pages. There is still no good way to generate the list of pages. I have to parse the HTML returned for the {{{All_Pages}}} wiki page to extract the links. I still have not developed a way to backup the uploaded files. --["Users/JoeWells"]</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:15:03JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 319: </td> <td> Line 319: </td> </tr> <tr> <td> <span>-</span> <span>But still, i</span>s there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors. </td> <td> <span>+</span> <span>I</span>s there a good reason for the web server to not reply to HEAD requests? This causes 3rd-party programs to fail with hard-to-diagnose errors. </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:14:26JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 317: </td> <td> Line 317: </td> </tr> <tr> <td> <span>- I suppose this is not such an important bug</span>, <span>because probably the time stamps are unreliable anyway</span>, because <span>th</span>e web pages are generated from a database. Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages. </td> <td> <span>+ For fetching pages generated from wiki text</span>, <span>this may not be such an important bug</span>, because <span>probably the time stamps are unreliable anyway, because thes</span>e web pages are generated from a database. <span>(</span>Or is the data in the database time-stamped so that the web pages can be given the time of the most recent data they use? I suppose it would be as expensive to compute this as to generate and send the new web pages anyway, so the savings from not refetching unchanged pages might not be much, but network bandwidth could be saved. And anyway, the correct solution to the back up problem does not involve fetching the HTML web pages.<span>) For fetching uploaded files, this is a more important issue, because they will rarely change and they may be quite big so it would be better if a backup or mirroring program could detect easily when they have changed.</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-10 15:10:52JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 336: </td> <td> Line 336: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + == RSS feeds use invalid date format ==<br> + * '''Date and time:''' 2008-07-10T15:01Z<br> + * '''User:''' ["Users/JoeWells"]<br> + * '''Platform:''' irrelevant (Ubuntu Dapper Drake)<br> + * '''Browser:''' irrelevant (Gnus v5.11, GNU Emacs 22.1.1)<br> + * '''Page showing bug:''' probably all of them (example: http://wikispot.org/Interwiki_Recent_Changes?action=rss_rc&amp;user=joewells)<br> + * '''Bug description:''' Dates are included in RSS items in a format that looks like “{{{&lt;dc:date&gt;2008-07-10 06:02:54&lt;/dc:date&gt;}}}”. The serious problem with this is that the day and time must be separated by a “T”, not a space. The Dublin Core standard (which the “dc:” element name prefix is referencing) uses the ISO 8601 date format, and the only legal character to put between the day and time in ISO 8601 is “T”. This problem prevents my feed reader from correctly understanding the dates. A less serious issue, but still a problem, is that there is no timezone. I strongly suggest the dates all be marked as being in the universal time zone. A good way to do this in ISO 8601 format is to suffix the time by “Z”. (This is equivalent to suffixing it by “+00:00”. Note that the only time zone name allowed is “Z”.)</span> </td> </tr> </table> </div> Bug reportshttp://wikispot.org/Bug_reports2008-07-09 23:14:44JoeWells(quick edit) <div id="content" class="wikipage content"> Differences for Bug reports<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 326: </td> <td> Line 326: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + ["Users/BrentLaabs"] has made a nice suggestion that is helping me get started on a backup script that grabs the raw wiki lines. --["Users/JoeWells"]</span> </td> </tr> </table> </div>