| 9 | Umlauts aren't working after upgrade from 0.1.15 to 0.2.10. It's a german private site. All umlauts are replaced by '?' UTF-8 support was introduced in 0.1.6 so I would think your problems would have started there. It is certainly working now... ��� - Apologies for any inconvenience this has caused. | Fixed | ||||
| 10 | Calendar -> http://www.turland.net/wikidx.php?page=wikidx/docs/addon_calendar -> Fatal error: | Fixed in 0.2.13 | ||||
| 11 | Help with editing -> http://www.turland.net/wikidx.php?page=wikidx/docs/textformatting -> ERROR xml001 edit.wtp not changed on this site as part of 0.2.12 upload. It is correct in the zip file though... | Fixed | ||||
| 12 | Calendar -> (12 July 2004) Fatal error: Call to undefined function: validatelink() in usr/home/<userdir>/public_html/wiki/code/scripts/wikidx_calendar.php on line 456. This was working fine until I went from 0.1.7 to 0.2.12 Error on my part. didnt include updated version in zip file. download correct version here | Fixed in 0.2.13 | ||||
| 13 | I notice that sg: and g: are case-sensitive - links don't work if any letter other than first is capitalised. Is this as-designed? Could you give an example as I do have any problems.. ie lInKtOmE. sg: and g: are case-sensitive at the moment. I will change in the next release. Example - I have a subgroup FreeBSD which of course is created as freebsd in the directory structure. If I refer to it as sg:FreeBSD then it fails, I have to use sg:freebsd. But sg:Freebsd works. Simply a matter of changing all letters to lowercase rather than only the first I would imagine. testlink testlink. Hmm I see the problem.. thanx for feedback Now fixed | Fixed in 0.2.13 | ||||
| 14 | IFNDEF template processing not working | Fixed in 0.2.20 | ||||
| 15 | problem in release 0.2.13: edit-action password does not work. It seems that you've commented the check in cls_action.php (line 134) and renamed the entry to "edpw" ???. Should it say something like: $Auth = new clsAuth(); $Auth->Check("edit", "Edit" ; ??? [regards Uffe Jakobsen]Ouch! yes that is spot on. I have amended my source. thanx | Fixed in 0.2.20 | ||||
| 16 | WikiDX-0.2.21 does not seem to work with PHP 5.0.1 (tested on Windows) - gives an XML error when trying to load wikidx.php just after performing the install (install/install.php) [regards Uffe Jakobsen] Bug 16 response | - | ||||
| 17 | Character set problem with WikiDX 0.2.21, non ascii characters were correctly encoded in xml files but incorrectly presented on screen (?, like the umlauts :-) ). I know it is not the case on your site (I tested). I at last suspected a problem at decoding, looked php doc of xml_parser_create and saw that it considers by default input is iso88591, added UTF-8 argument to xml_parser_create call in cls_xmlparser_array : $this->xml_parser=xml_parser_create("UTF-8" ; and now, it works ! My config : Apache 2, PHP 5, Windows.Thnx for feedback, will check out and add to code. | Fixed | ||||
| 18 | Uploading files function is broken. It uploads the file, but links to the file are broken, for example: http://upload/image.gif Now fixed. Line 395 - remove the 'dirname()' part to $uplmsg .= "<a target='_blank' href='/".$this->env['UploadDir']."/".$val['file']."' >".$val['file']."</a></td>";
| Fixed | ||||
| 19 | Seen AGAIN on release 0.2.31:It seems that setting $GroupDefault $SubGroupDefault and $PageDefault in custom.php is being ignored [kind regards Uffe Jakobsen]. Bug19 Response & Fix | Fixed | ||||
| 20 | Firefox and Opera not expanding edit box Thanks for feedback.. I have put a temporary fix here | Beta v.0.3 | ||||
| 21 | Lines with space at start not displayed correctly. Need to issue a <br /> for each line. | Beta v.0.3 | ||||
| 22 | The "Start Page" link in the "Main Menu" section on the left does not reflect the settings in custom.php. Meaning that setting $GroupDefault? $SubGroupDefault? and $PageDefault? in custom.php is not reflected in the "Start Page" link it will still go to "http://xyz.../wikidx.php?page=wikidx/default/homepage" [Kind regard Uffe Jakobsen]. Bug22 Response & Fix | Fixed | ||||
| 23 | The "StartMenu" link should be either: :g:{$GroupDefault} sg:{$SubGroupDefault} Start page OR :g:{$GroupDefault} sg:{$SubGroupDefault} Start page [Kind regards Uffe Jakobsen] | - | ||||
| 24 | '<dl compact>' lists dont show correctly in FireFox.. [Darren] Need to use <dl compact="compact"> instead
| Beta v.0.3 | ||||
| 25 | Edit box not sizing properly in Firefox 1.0 - shows up as a box only 3 rows in size. This occurs for both local installs and for this site. (oops, didn't see #20 above, sorry) Suggestion - I had this problem once when using XHTML 1.0 Strict declaration - maybe try transitional instead. Anyway, I had it work fine with HTML 4.01 declaration but that's probably not what you want ![]() Thanks for feedback.. I have put a temporary fix here | Beta v.0.3 | ||||
| 26 | If you do not have any uloaded file you get a non fatal eror. WikiDX:0.2.31 / please xpand in this bug26 | - | ||||
| 27 | t:_blank doesn't seem to work for external files i.e. :WIKI-DX In the beta release | Beta v.0.3 | ||||
| 28 | Request: Would it be possible to view non-WIKI pages within the WIKIDX frames? I have some PDFs that would be nice to reference without losing the WIKIDX frame (which is very nice). | - | ||||
| 29 | The visited pages links are wrong (http://localhost/wikis/WikiDX?page=start) should have been (http://localhost/wikis/WikiDX/wikidx.php?page=start) the same goes for the other links on the start page. Seen on WindowsXP/Apache2.0.52/PHP5.0.3[Uffe Jakobsen] This is actually correct and the default setup of v0.3. I hide the wikidx.php part and use rewrite in the .htaccess file. To switch it back on set = false; in the /data/custom.php file.[Darren] | 0.3.0beta (25.april) | ||||
| 30 | Using RssReader from http://rssreader.com to check "http://www.turland.net/rss/updates.rss" I get a error saying "Feed contains an unexpected RSS or Atom version number" the problem may be the app itself - but I know nothing of RSS [Uffe Jakobsen] | - | ||||
| # | <desc> | - | ||||
; ??? [regards Uffe Jakobsen]