Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#401 Re: User Discussion & Help » Updating Xinha » 2008-02-10 10:39:19

Remember to clear your cache(s) when updating BTW.  Javascript files tend to get themselves stuck in cache (esp when loaded over XMLHttpRequest like in Xinha) so best idea is to clear cache and then restart browser.

#402 Re: User Discussion & Help » Updating Xinha » 2008-02-10 10:37:44

Provided you are using a Xinha which has a file called XinhaCore.js in it's main directory then updating should be a simple matter of moving your old xinha directory out of the way somewhere, extracting the new xinha, and enjoying your new Xinha. 

We try to keep it backwards compatable.

Naturally, you should always test before putting it in production!!!

If your xinha directory does not have XinhaCore.js (it's quite an old version then) you can probably still just replace the old one with the new, but you might run into some small incompatabilities, maybe.

#403 Re: User Discussion & Help » Stupid <P> with Enter. How do I have <Br />? » 2008-01-29 06:57:01

IE has always done this, it is IE's way.  Word does the same.

Gecko will do it with "built-in" as Xinha.config.mozParaHandler.

It has been discussed many times.  Search.  It's not changing.

#404 Re: User Discussion & Help » focus editor after display : trouble solved » 2007-09-20 12:45:11

deactivateEditor and activateEditor are your friends here in lots of cases.  Essentially you should deactivate before changing anythng regarding the style of the editor (especially visibility, even if it's "inheritied") and reacivate it after. 

Xinha should also be visible at least when it is created, otherwise sizing will probably be messed up.

#405 Re: User Discussion & Help » insert web link isn't working » 2007-08-31 08:19:07

Sounds like a server issue, check all permissions, use LiveHeaders and see what is getting loaded and if anything is getting an HTTP error of some sort.

#407 Re: User Discussion & Help » ** DEVELOPERS * PLEASE * READ ** » 2007-07-26 09:54:38

Move has now been initially completed, I have a few tidy up things to do.

The URL to the Subversion repository has changed, the new url is http://svn.xinha.webfactional.com/ the old url was http://svn.xinha.python-hosting.com/

Anybody who has a checked out copy, will need to issue a switch --relocate command in your checked out copy, in the command line client that's something like:

 

svn sw --relocate http://svn.xinha.python-hosting.com/ http://svn.xinha.webfactional.com/

and remember, you need to tell me your username and (choice of) password so I can re-enable you for checkin.

Thanks all!

#408 User Discussion & Help » ** DEVELOPERS * PLEASE * READ ** » 2007-07-25 19:56:47

gogo
Replies: 1

Hi guys, the kind people at Webfaction.com (originally python-hosting) have given us an upgraded trac account etc, we will shortly be on a full Webfaction account rather than the limited freetrac one, this will give us much more flexability.  Unfortunately all the user accounts for subversion and trac have been dropped in the move (the data, wiki, tickets etc come across though).  Can everybody with current subversion, and trac access (who still wants it) please drop me a line with your username and (choice of) password and I'll recreate the user accounts.

Please refrain from committing to svn or making wiki/tiket changes for a few days (Ray I've got a copy of the wiki changes you made today),

Once again, our enduring thanks for the hosting services provide by Remi at www.webfaction.com

#409 Re: User Discussion & Help » Newbie Guide » 2007-05-12 21:29:13

emmett: sorry I put you wrong there, that 404 is the result of a bug in simple_example - FullScreen is no longer a plugin but simple_example was still trying to load it, your config doesn't appear to make that mistake.

#410 Re: User Discussion & Help » FireFox Issue » 2007-05-12 21:23:32

Remove FullScreen from your plugins list, it is no longer a plugin.

#411 Re: User Discussion & Help » Newbie Guide » 2007-05-11 22:30:04

You have a permissions problem or missing files (this was shown using LiveHeaders plugin for firefox).

https://www.banweb.mtu.edu/xinha/plugin … -screen.js



GET /xinha/plugins/FullScreen/full-screen.js HTTP/1.1

Host: www.banweb.mtu.edu

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070208 Iceweasel/2.0.0.2 (Debian-2.0.0.2+dfsg-1)

Accept: */*

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 300

Connection: keep-alive



HTTP/1.x 404 Not Found

Content-Type: text/html; charset=iso-8859-1

Content-Length: 233

Server: Oracle-Application-Server-10g/9.0.4.2.0 Oracle-HTTP-Server OracleAS-Web-Cache-10g/9.0.4.2.0 (N)

Connection: Keep-Alive

Keep-Alive: timeout=5, max=999

Date: Sat, 12 May 2007 02:28:09 GMT

#412 Re: User Discussion & Help » Newbie Guide » 2007-05-11 09:15:55

emmett: are you using firefox, if so check the javascript error console, if not, try it.

#413 Re: User Discussion & Help » Newbie Guide » 2007-05-11 09:15:50

bluewolf: problem is you aure using a crummy windows server, you may need to modify aspell_setup.php to work, and of course you will need a windows version of aspell.

#414 Re: User Discussion & Help » javascript error: method not allowed » 2007-05-11 09:11:18

mswiryn, can you try:
open XinhaCore.js in an editor
Find: req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
Replace With: req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
make sure you clear your cache etc and try again.

I came across a server once (I don't remember exactly the details) which simply failed when given UTF-8 as a charset (maybe any charset) as part of a POST request.

#415 Re: User Discussion & Help » Method Not Allowed on Hyperlink Functionality (Scan.php) » 2007-05-09 19:56:27

First, do you have PHP on your server and is it properly configured?

#416 Re: User Discussion & Help » Maximum Image Width in EFM » 2007-05-09 08:50:28

Try the ImageManager plugin, EFM and ImageManager will co-exist from the current SVN revision.  ImageManager is more advanced for inserting images (EFM was based off ImageManager originally).

#417 Re: User Discussion & Help » Textbox support » 2006-11-21 09:52:03

Textarea only.  What is a "textbox"?  Not an element in HTML last time I've looked.

#418 Re: User Discussion & Help » Help - Spell Check » 2006-10-19 00:25:29

http://xinha.python-hosting.com/wiki/SpellChecker

There is also the ClientSideSpellcheck plugin, but that only works for IE AFAIK.

#420 Re: User Discussion & Help » HTMLArea not defined » 2006-10-07 08:25:42

Use a body onload event, not a form one.  I expect the form onload is fired before the body is completed in some instances.

#421 Re: User Discussion & Help » HTML 4.01 STRICT valid output » 2006-09-19 09:26:14

XStandard was the one I was thinking of.

#422 Re: User Discussion & Help » HTML 4.01 STRICT valid output » 2006-09-19 01:17:02

Not possible in Xinha, it's not on the plan either.  Basically, the browser is what produces the HTML, you shouldn't really expect much better than HTML 4 transitional. 

There is an editor out there, the name escapes me, which produces valid XHTML, it works in an entirely different way than Xinha and other similar editors.  On the other hand, it's much more limited. Google it.

#423 Re: User Discussion & Help » Not working in Firefox? » 2006-09-19 01:14:00

Ensure both the name and id of the textarea are 'xinhacontent' and that the HTML on your page is well formed.

Board footer

Powered by FluxBB