** I'm assuming this is no longer event relevant because localwiki is a new code base, correct? -DG

These are old bugs from the Bug Reports entry previous to the massive wikispot upgrade.

New bugs should be filed at Bug Reports, while these need to be confirmed as still existing.


  • Date and time: 2007-03-12 09:12
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Firefox 2
  • Page showing bug: Acción Zapatista
  • Bug description: Traceback upon attempt to create the page, must be tied to accented character (ó).

With the 2007-04-03 upgrade, the page is created, but the following error occurs.

Traceback (most recent call last): 
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/request.py", line 666, in run
    wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/wikiaction.py", line 1028, in do_userform
    savemsg = userform.savedata(request) # we end up sending cookie headers here..possibly
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/userform.py", line 40, in savedata
    return UserSettingsHandler(request).handleData()
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/userform.py", line 140, in handleData
    url = '%s?action=userform&backto_page=%s&secret=%s&expire_time=%s&uid=%s&session=%s' % (backto_page,
  File "/usr/lib64/python2.4/urllib.py", line 1117, in quote
    res = map(safe_map.__getitem__, s)
KeyError: u'ó'

In addition, trying to search for the page results in:

request.print_exception handler 
Traceback (most recent call last):
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/request.py", line 586, in run
    self.args = self.setup_args()
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/request.py", line 948, in setup_args
    return self._setup_args_from_cgi_form(form)
  File "/srv/wikis/wikispot_import/sycamore_base/Sycamore/request.py", line 443, in _setup_args_from_cgi_form
    fixedResult.append(i.value.decode(config.charset))
  File "/usr/lib/python2.4/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-7: invalid data

As of 2007-4-8 this should be fixed.


  • Date and time: 2007-04-07 15:16
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Firefox 2
  • Page showing bug: any on Recent Changes
  • Bug description: I prefer the old diff function. Now when someone makes a single letter change in a paragraph the entire thing is colored. We need to find a happy medium between system performance and the ability of Gnomes to see edits.

As of 2007-4-8 this should be fixed.


  • Date and time: 2007-04-09
  • User: DavidGrundler
  • Platform: OS X 10.4.9
  • Browser: Safari
  • Page showing bug: Common Grounds
  • Bug description: Google map fails to load. Error notification in map display area says:
Traceback (most recent call last):
  File "/srv/wikis/wikispot/sycamore_base/Sycamore/request.py", line 666, in run
    wikiutil.getSysPage(self, self.config.page_front_page).page_name, self)
  File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 13, in execute
    map_html= mapJS(wiki_name, page_locs, nearby_locs, request)
  File "/srv/wikis/wikispot/sycamore_base/Sycamore/action/gmaps.py", line 59, in mapJS
    center = page_locs[0]
IndexError: list index out of range

Okay, this should be fixed now.


  • Date and time: 2007-04-06
  • User: ArlenAbraham
  • Platform: Windows XP 5.1.2600
  • Browser: IE 6 (UGH!)
  • Page showing bug: Hometown Chinese Food
  • Bug description: Google map fails to load. Error notification in status bar says:
Line: 37
Char: 9
Error: Invalid argument.
Code: 0
URL: http://daviswiki.org/Hometown_Chinese_Food

Mitigated the issue and it should be working now. —PhilipNeustrom


No longer applies — see Help with Maps


  • Date and time: 2006-03-02 15:00
  • User: sc0ttBeardsley
  • Platform: any
  • Browser: any
  • Page showing bug: University Construction
  • Bug description: links to other wiki pages that are embedded inside headers (h2 through h6) do not display as links. See the South Campus heading under the Planned Construction section. Note that the link to the Mondavi Center is not active but instead the brackets and double quotes are visible.

    Fixed


  • Date and time: 2007-02-03
  • User: JabberWokky
  • Bug description: I found two... one in the entry, one here trying to reproduce the error.

First bug: Numbered lists "eat" the first formatting (as in CAFF, try to make the "titles" on the numbered list italic. The very first italic markup is ignored. Second bug: The following should be a numbered list, but is coming up as a bulleted list. (And is now coming up again as a numbered list, but doesn't have the initial bug... ARG!!!). VERY hard to reproduce these errors, but numbered lists seem to be fragile.


  • Date and time: 2007-01-29
  • User: JabberWokky
  • Bug description: Images and files with a comma in the filename can be uploaded but cannot be referred to via the markup. This affected Pub Live (I deleted the images, as it is trivial to understand).

  • Date and time: 2007-01-23; 2007-03-36
  • User: JabberWokky and MattJurach
  • Bug description: <title>Diferences for "Entry Title"</title>. When viewing a diff of an entry, the word "Differences" is misspelled in the title of the entry.

Fixed


  • Date and time: 2007-01-21
  • User: JabberWokky
  • Bug description: Unable to retrieve older versions. See this example.

This is tricky. The page in question has an [[Include]] on it, and so it's showing you the old version of the page, but the current version of the included page. I'll add this to the long-term desired fixes list, but this isn't high priority because it's a special case.


  • Date and time: 2007-01-20
  • User: JabberWokky
  • Bug description: TRAC system does not accept new bugs.
Traceback (most recent call last):
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/web/main.py", line 387, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/web/main.py", line 238, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/ticket/web_ui.py", line 127, in process_request
    self._do_create(req, db)
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/ticket/web_ui.py", line 188, in _do_create
    self._validate_ticket(req, ticket)
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/ticket/web_ui.py", line 66, in _validate_ticket
    for field, message in manipulator.validate_ticket(req, ticket):
  File "/tmp/bdist/tracspamfilter/adapters.py", line 68, in validate_ticket
  File "/tmp/bdist/tracspamfilter/api.py", line 131, in test
  File "/tmp/bdist/tracspamfilter/model.py", line 119, in insert
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/usr/home/devjavu/deploys/releases/20070115031359/trac/lib/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: no such table: spamfilter_log

This is the most bizarre bug report I've ever filed. There's a bug in the bug system. I figured this was the easiest way to fire it to those who can fix it.


  • Date and time: 2007-01-20
  • User: JabberWokky
  • Bug description: Hitting upload in the file upload page without browsing to a file returns a Python error. Yes, it's user error, but a nicer return is probably a good thing.

  • Date and time: 2007-01-20
  • User: JabberWokky
  • Bug description: The site logo, when updated, won't appear unless the browser cache is refreshed. Either the headers need to return the date of the last revision (so the browser fetches the new version), or you can append a GET with the latest revision as part of the URL to the sitelogo (thus changing the URL and forcing a new retrieval).

Timestamping the url will work, telling the client the date of the latest won't (that's what we do now — clients don't fetch always)


We were recording the X-Forwarded-For header in some cases. This can be spoofed. Should be fixed now.


  • Date and time: 2006-10-20 7:30
  • User: JabberWokky
  • Platform: Linux/KDE
  • Browser: Konqueror 3.5.5
  • Page showing bug: Steve Ostrowski
  • Bug description: JamesSchwab and I both created this entry at the same time. He saved first. The following bugs occurred:
    • His edit never showed up on Recent Changes, although it does appear in the entry info page.
    • Although the notice about changes being merged appeared, my version overwrote his with no merging or "manual merge notice" appearing in the saved revision.
      • Did he really save at the same time? The Info page says he made the page on 2006-04-23 16:20:44. So, perhaps this is an issue with the page status: it showed up as non-existent even though it exists. It's hard for me to look at this right now because Davis Wiki isn't running the new code and I don't have a stable net connection to use to convert Davis Wiki over right now. —PhilipNeustrom

  • Date and time: 2006-10-16 14:26
  • User: JabberWokky
  • Platform: KDE/Linux 2.6
  • Browser: Konqueror 3.5.5
  • Page showing bug: ["Adam Flowers"], AdamFlowers
  • Bug description: Renaming the entry "Adam Flowers" to "AdamFlowers" causes the following error to be displayed along with the entry disappearing (it can be recovered by a combo of edit and reversion, but it isn't obvious to non-power users).
Traceback (most recent call last):
  File "/srv/wikis/daviswiki/trunk/Sycamore/request.py", line 476, in run
    wikiutil.getSysPage(self, config.page_front_page).page_name, self)
  File "/srv/wikis/daviswiki/trunk/Sycamore/action/Rename.py", line 95, in execute
    copy_images(pagename, newpagename, request)
  File "/srv/wikis/daviswiki/trunk/Sycamore/action/Rename.py", line 36, in copy_images
    request.cursor.execute("INSERT into oldImages (name, image, uploaded_time, uploaded_by, uploaded_by_ip, xsize, ysize, attached_to_pagename, attached_to_pagename_propercased, deleted_by, deleted_by_ip, deleted_time) values (name=%(filename)s, (SELECT image from images where name=%(filename)s and attached_to_pagename=%(newpagename)s), (SELECT uploaded_time from images where name=%(filename)s and attached_to_pagename=%(newpagename)s), (SELECT uploaded_by from images where name=%(filename)s and attached_to_pagename=%(newpagename)s), (SELECT uploaded_by_ip from images where name=%(filename)s and attached_to_pagename=%(newpagename)s), (SELECT xsize from images where name=%(filename)s and attached_to_pagename=%(newpagename)s), (SELECT ysize from images where name=%(filename)s and attached_to_pagename=%(pagename)s), %(newpagename)s, %(newpagename_propercased)s, deleted_by=%(userid)s, deleted_by_ip=%(userip)s, deleted_time=%(timenow)s)", old_page_file_dict, isWrite=True)
  File "/srv/wikis/daviswiki/trunk/Sycamore/wikidb.py", line 78, in execute
    self.db_cursor.execute(query, args)
KeyError: 'pagename'

Should be fixed.PhilipNeustrom


  • Date and time: 2006-010-13 08:02
  • User: AndrewChen
  • Platform: Windows XP
  • Browser: Firefox 1.5.0.7
  • Page showing bug: Fry's Electronics
  • Bug description: Searching for "Fry's" returns no results.

  • Date and time: 2006-09-29 23:49
  • User: AndrewChen
  • Platform: Windows XP
  • Browser: Firefox 1.5.0.7
  • Page showing bug: Trader Joe's
  • Bug description: [[Include()]] (and other include-like macros) causes footnotes to appear after the include rather than at the bottom of the page.

  • Date and time: 2006-08-28 21:24
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Page showing bug: http://daviswiki.org/Starbucks?action=Files&do=view&target=StarbucksFStreet.jpg and as a result Starbucks
  • Bug description: Image is corrupt?

Someone uploaded a corrupt/messed up JPEG.


  • Date and time: 2006-08-27 20:00
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Page showing bug: ["Covell Commons "] (note space at end of link)
  • Bug description: Tried to rename the page to remove the space at the end of name, got the following traceback:
Traceback (most recent call last): 
  File "/srv/wikis/daviswiki/trunk/Sycamore/request.py", line 476, in run
    wikiutil.getSysPage(self, config.page_front_page).page_name, self)
  File "/srv/wikis/daviswiki/trunk/Sycamore/action/Rename.py", line 97, in execute
    newpage.saveText(pagetext, '0', comment='Renamed from "%s"%s' % (pagename, renamecomment), action="RENAME", proper_name=newpagename)
  File "/srv/wikis/daviswiki/trunk/Sycamore/PageEditor.py", line 671, in saveText
    raise self.Unchanged, msg
Unchanged: You did not change the page content, not saved!

  • Date and time: 2006-08-28 14:50
  • User: CraigBrozinsky
  • Platform: WinXP Pro
  • Browser: Firefox 1.5.06
  • Page showing bug: multiple
  • Bug description: No images load on the wiki. Instead, only the filenames for images show up.

Is it fixed now?PhilipNeustrom


  • Date and time: 2006-08-12 2:00
  • User: SeanRegan
  • Platform: Windows XP
  • Browser: Firefox 1.5
  • Page showing bug: Police Misconduct Stories/Talk
  • Bug description: Clicking the DavisWiki logo to go to the front page on a 2nd level page (such as a Talk page) goes to an invalid page

  • Date and time: 2006-07-22 20:24
  • User: JosephBleckman
  • Platform: Mac OS X something-or-other
  • Browser: Safari
  • Page showing bug: La Crêpe
  • Bug description: When attempting to edit this page the screen for editing the front page comes up.



  • Date and time: 2006-07-18 11:00
  • User: JabberWokky
  • Bug description: http://map.daviswiki.org/ no longer works. Apache rewrite rule broken?
    • Update, 2006.12.05 — This was broken for quite awhile before I filed this, and it's still busted (now there's no DNS entry for it). There are several references to it in the content of the Wiki. Either the content should be changed or the URL fixed. (I started to revise content, but I remembered the recent DNS problems, and figured that this might be fixed at the same time).
evan@frank $ nslookup map.daviswiki.org
Server:         68.87.75.194
Address:        68.87.75.194#53

** server can't find map.daviswiki.org: NXDOMAIN
  • Yet another update: Looks like it may be both. I added daviswiki.org's IP to my /etc/hosts as map.daviswiki.org, and the main page comes up. Apache config + DNS error. Also, event[s]*.daviswiki.org doesn't resolve. (Unless m.d.o was an IP and not vhost domain).

  • Date and time: 2006-07-06 16:51
  • User: JabberWokky and TarZxf
  • Platform: Several
  • Browser: Several
  • Page showing bug: Woodstock's Pizza
  • Bug description: Images display fine in preview, but when the page is saved, they all error out with: A thumbnail or caption may be displayed only once per image. Note that there are no duplicate images or captions.

  • Date and time: 2006-7-2
  • User: ArlenAbraham
  • Platform: Windows XP
  • Browser: Firefox 1.5.0.4
  • Page showing bug: ["Abortion/Debate"]
  • Bug description: I tried to revert Cameron's deletion on the page but it says "An error occurred while reverting the page." Here's the URL

http://daviswiki.org/Abortion/Debate?action=revert&ticket=0044a8271c.2881184661696a3874716688a77a082675ad97ff&version=82&comment=*relevant*+terminology&button=Revert

Can't reproduce. Please explain which version you intended to revert to and which version you saw that you wanted to revert from. This example URL doesn't make sense to me because it is a revert to version 82. Version 82 is the version in which you added the text back in yourself http://daviswiki.org/Abortion/Debate?action=diff&version2=82&version1=81

Cameron deleted sperm and ova, i tired to revert to add these definitions back. The first time i tried to revert, it gave me a traceback. I tried again, and it said "An error occurred while reverting the page." At first I thought it was the text I used in the reason for revert, but after trying several different configs, nothing worked. I think you tried reverting after SteveO added some comments.

Where does the deletion occur? I need to know exactly what version you wanted to revert to and exactly what version of the page you were looking at prior to your attempted revert. Also, if you have the traceback that would be useful.

I don't have the trace back, and now I really wish I did. I think there might be a problem with the diff viewer. It looked as if Cameron had deleted sperm and ova, not made a comment. When I tried to revert his edit, it errored. Now when I look at info, it looks like I just didn't add sperm and ova back to the list of deffs, and Cameron made a comment as opposed to making a deletion.

Delete this entry? Page no longer exists, but if there is a bug that was detected while on this page, perhaps the entry should remain.


  • Date and time: June 28 2006, 9:25am
  • User: CarlMcCabe
  • Platform:
  • Browser:
  • Page showing bug: Wiki World Travelers
  • Bug description: I tried to revert changes to this page but received the error multiple times: An error occurred while reverting the page.

  • Date and time: 2006-06-23 06:21
  • User: CarlMcCabe
  • Platform: doesn't matter
  • Browser: doesn't matter
  • Page showing bug: Recent Changes
  • Bug description: Recent changes is showing the wrong amount of time that has lapsed since some pages were last edited. See the attached screenshot for an example. Notice that the Varsity Theater page was edited more recently than the Regency Arms Townhouse Apartments page, but it has a timestamp that makes the edit look older. The bigger issue is that all edits shown in the example image should be about six hours older than shown (it appears that the hour parts of the timestamps have been left off on a number of the entries).

(Additionally, Recent Changes appears to be somehow frozen. When I submitted this bug report, the edit doesn't show up in Recent Changes).

I think the system clock was changed this morning, and was changed by many many minutes. Edits are currently showing up in the future, and clicking clear observed changes shows a time in the past (and just now, as I type this to see which way the clock went, it's now clearing). Basically, I'm pointing out that the server seems to have changed it's mind as to what time it is (twice now... somebody is probably working on this)JabberWokky

General Bugs

  • Date and time: 2006-06-22 09:29
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Page showing bug: Recent Changes
  • Bug description: Pagecount is still broken. Pagecount was 6777, then I added a page it went to something (I think 6779), created a redirect and it is now 6781.

The pagecount should be fixed now.


  • Date and time: 2006-06-20 10:42
  • User: JabberWokky
  • Platform: Serverside error
  • Page showing bug: MinhHuynh
  • Bug description: In creating this entry, the entry was borked. I edited a bit, previewed, clicked on the link to open the image upload dialog, uploaded an image, went back to the other tab (without clicking anything else on the image upload screen), and tried to save.

Errors sent by the server:

Traceback (most recent call last):
  File "/srv/wikis/daviswiki/trunk/Sycamore/request.py", line 476, in run
    wikiutil.getSysPage(self, config.page_front_page).page_name, self)
  File "/srv/wikis/daviswiki/trunk/Sycamore/wikiaction.py", line 743, in do_savepage
    datestamp = float(request.form.get('datestamp', [''])[0])
ValueError: invalid literal for float(): None

and

Traceback (most recent call last):
  File "/srv/wikis/daviswiki/trunk/Sycamore/request.py", line 490, in run
    Page(query, self).send_page(count_hit=1)
  File "/srv/wikis/daviswiki/trunk/Sycamore/Page.py", line 628, in send_page
    wikiutil.send_footer(request, self.page_name, print_mode=print_mode)
  File "/srv/wikis/daviswiki/trunk/Sycamore/wikiutil.py", line 1226, in send_footer
    request.write(request.theme.footer(d, **keywords))
  File "/srv/wikis/daviswiki/trunk/Sycamore/theme/eggheadbeta.py", line 475, in footer
    return "%s<br/>" % self.edittext_link(d, **keywords)
  File "/srv/wikis/daviswiki/trunk/Sycamore/theme/eggheadbeta.py", line 281, in edittext_link
    d['last_edit_info'] = d['page'].last_modified_str()
  File "/srv/wikis/daviswiki/trunk/Sycamore/Page.py", line 138, in last_modified_str
    editTime = request.user.getFormattedDateTime(editTimeUnix)
  File "/srv/wikis/daviswiki/trunk/Sycamore/user.py", line 592, in getFormattedDateTime
    return time.strftime(datetime_fmt, self.getTime(tm, global_time))
  File "/srv/wikis/daviswiki/trunk/Sycamore/user.py", line 557, in getTime
    return datetime.tmtuple(tm + self.tz_offset)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'

At one point I also got a (paraphrased) "another user edited this entry, the changes have been merged" message. I think it was myself, trying to get a working edit window and reloading the URL. Maybe not.

This should be fixed.


  • Date and time: 2006-06-19 10:10
  • User: AndrewChen
  • Platform: Linux
  • Browser: Firefox 1.5.01
  • Page showing bug: Alcohol, Music Scene
  • Bug description: Table of contents nests <ol></ol>'s even when there is no higher-level heading (e.g. on a page with only <h4>'s), causing unnecessary indenting.

  • Date and time: 2006-06-13 20:21
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Page showing bug: DaveHart
  • Bug description: last rule on page works right in normal view, but not preview. In preview it only goes halfway across page

I see this when using Safari, but it's actually not related to the preview-vs-non-preview. Clear your cache completely and refresh the page and you should be able to see it on the normal page, too. It has to do with when Safari decides to draw the horiziontal line. In this case, the images load after the line does and the line is rendered assuming that the image will take up so much space. After the images download the line is not re-adjusted. I don't see this problem in Firefox. If someone knows of a way to make this work properly in Safari then please chime in, but otherwise I'm not sure what to do. We could have ----- "clear," so to speak, the same way that section headings do, but I'm not sure this is a good solution.


  • Date and time: 2006-6-11 13:58
  • User: ArlenAbraham
  • Platform: Windows XP Pro
  • Browser: Firefox 1.5.0.4
  • Page showing bug: Editor interface
  • Bug description: Two things about the editor interface that are somewhat bothersome. 1) when you're typing in the editor and hit tab, you don't jump straight to the comment box. Not a big problem... old habbit I guess. 2) if you make changes in the editor, and then change the size, it clears your changes.

1. Tab takes me to the comment area in every browser I've used. 2. Yeah, should probably be fixed.


  • Date and time: 2006-6-10 13:38
  • User: ArlenAbraham
  • Page showing bug: Davis Medical Center, Recent Changes
  • Bug description: This isn't really a bug because nothing's broken, but an interesting anomaly. When I Davis Medical Center I saved the map point before I saved the actual page. The map point appeared first in recent changes, but in all lower case. Then when I saved the page, a second, Title Cased Version (the way I named the page when creating it) appeared. I'm not sure why this is happening, the map point is Title Cased when you look at the map.

I see a comment on the expanded (between version x and version y) view but not the normal ?action=diff view.

I can't reproduce this..but if this sort of thing happens again, make a note.


* Date and time: 2006-06-1 18:03

  • User: JanelleAlvstadMattson
  • Platform: XP
  • Browser: Internet Exploer
  • Page showing bug: Cache Creek
  • Bug description: I uploaded a pic and added it to my edit box correctly, but the pic doesn't show up, it shows as "Upload new image "capay2.jpg". I made several attempts and tried re-uploading and doing different formats, still didn't work. I had the same problem with French Cuff Consignment the other night.

It works, but you need to make sure you type the file name in correctly. In this case it seems to be "capay2.JPG" not "capay2.jpg" Was it ".jpg" on your hard drive? Did it get turned into ".JPG" when you uploaded it? In the future we can try and make the filenames case insensitive..

  • hmmm... that must be it. I've never had it happen before, so I'm wondering if this case sensativity started with the wikiupgrades? I'll try that if I have the problem again. Thanks! -Janelle

  • Date and time: 2006-06-01
  • User: PhilipNeustrom
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Page showing bug: Global
  • Bug description: Known: There are a bugs relating to uploading images to pages before they're created and making the page name lowercase.

  • Date and time: 2006-05-25 19:00
  • User: JasonAller
  • Platform: Mac OS X 10.4
  • Browser: Safari 2.0.3
  • Problem: Recent changes shows a page that has been renamed to upper case in two locations. This leaves the lower case version around looking like it still needs to be fixed.
  • Page showing bug: Recent Changes

  • Date and time: 2006-5-23
  • User: ArlenAbraham
  • Platform: Windows XP
  • Browser: IE 6.0.2900.2180 (barf)
  • Problem: If you preview a page, then click one of the images, then click back, IE sez "Warning, page expired"

I don't know what this is about.PhilipNeustrom


Not entirely a bug because it's intended (e.g. the nice error message). I just don't have the time to make multiple thumbnails of the same image work right now. They worked before but only because on every page view the macro re-generated the thumbnail for the second-third-etc thumbnails. Workaround: upload the same image more than once in these cases.PhilipNeustrom


  • User: GrumpyoldGeek
  • Date and time: 2006-4-13
  • Platform: XP Pro
  • Browser: Mozilla 1.7.12
  • Problem: I loaded Halema Buzayan to make a comment and decided to press Edit to look at the source. I canceled the edit and applied my comment. The result was that the page was badly trashed. I reverted the page and reapplied my comment. See edit #136 in the revision history.

I'm not saying that is not a bug, but if you just want to read the source, you can go to info, then raw of the version you want. -NickSchmalenberger



  • User: JackHaskel
  • Date and time: 6/3/05 10.45am
  • Platform: Win XP
  • Browser: Firefox 1.0
  • Problem: I'm told that I can't edit the wikimap when I try to save the change I made to visor lady's location.

  • User: ChrisJerdonek
  • Date and time: 11AM April 24, 2005
  • Problem: Problem with typing underscores for spaces in the "name" and "name label" formats for wiki links. Doesn't link correctly when typing underscores, even though underscores are what appear in the URL bar.

  • User: ZacMorris
  • Date and time: 2:09AM March 14, 2005
  • Platform: Debian
  • Browser: Firefox 1.0.1
  • Problem: Seems does not work when placed inside a thumbnail's description text. Can be seen in all its broken glory under Arlen's super hot picture on Wiki Shirts.
    • We allow for limited markup in some areas of the site to prevent madness from ensuing (e.g. on the Events Board). How about in these areas we filter out non-working markup by having it not display? So [[macros]] and things like =headings= would just have their magic [['s and ='s stripped?

  • User: ArlenAbraham
  • Date and time: June 30, 2005
  • Platform: Windows XP
  • Browser: Firefox
  • Problem: Impossible dates are OK on the events board. Like Feb 31.

  • Date and time: 2006-5-18
  • User: JasonAller
  • Platform: Mac OS X
  • Browser: Safari 2.0.3
  • Problem: Should /Talk pages show up as orphans? It would seem that all of them that are true talk pages aren't orphans.
  • Page showing bug: Orphaned Pages

  • Date and time: 2006-5-20
  • User: JasonAller
  • Platform: Mac OS X
  • Browser: Safari 2.0.3
  • Problem: Outgoing links was alphabetized at one point. It doesn't seem to be at the moment.
  • Page showing bug: Outgoing Links

Map-related bugs


  • User: JackHaskel
  • Date and time: 1AM December 6, 2004
  • Platform: Mac OSX
  • Browser: Firefox 1.0
  • Problem: The Java map loads fast but Firefox crashes. This happens most of the time, especially when I try to edit it or press the back button.
    • I have this same problem. I suspect it's a problem with Firefox on OS X, which is really unstable. I love Firefox but it crashes really often. However, I can't use the map at all in Firefox, and I'll point this out to Mike tonight. For now the alternative is to use Safari, which never seems to crash on the map stuff at all.PhilipNeustrom
    • My impression is that it is a problem with applets on OS X in general. While Safari uses JRE 1.4.x made by Apple, Firefox and other browsers cannot integrate this JRE on OS X and use 1.3.x instead. I will try a few things, such as rebuilding the applet with the 1.3 JDK. Meanwhile, you might want to have a look at the Java Embedding Plugin, which allows Firefox, Camino, and others to use the latest JRE. Let me know if this helps at all. - MikeIvanov

Known bugs


-Bug Report-

* Date and time: 2007-02-14 15:05

  • User: AlfredoLopez
  • Platform: WinXP
  • Browser: IE 7
  • Page showing bug: Log in
  • Bug description: I created an User account several months ago and for some reason I cannot log in. I entered my email account but nothing gets emailed. I had to create a new fake account to be able to post a question here. How can I get my old account back? I cannot re-register because the system recognizes my email address. I am lost in a futile loop
    • Alfredo, please contact me regarding this bug. I need your email address in order to troubleshoot. It's probably easiest if you email me at graham.freeman@cernio.com . Thanks! —GrahamFreeman
    • Update: Alfredo gave me the email address he was using. I searched the SMTP logs and found three entries in approximately the right time frame that indicate that Hotmail probably lost or spam-bucketed the password reset messages. Hotmail sucks - use Gmail instead! —GrahamFreeman