| Version 26 (modified by ray, 6 years ago) |
|---|
Download Xinha
Release Packages
| Package | Release (date) | Filename | Size | Type |
|---|---|---|---|---|
| Notes | ||||
| Xinha | ||||
| Hotfix | Xinha 0.91beta-hotfix (2007-01-14) | |||
| Xinha_0.91beta-hotfix2.zip | 47,7 KB | zip | ||
This hotfix includes the files XinhaCore.js, htmlarea.js, and plugins/SuperClean/super-clean.js, where were found to cause to show minor problems with compression.
To update overwrite the files in your installation with the new versions.
The packages below already contain this fix.
Note: The compression provides considerable advantages, but it will break some things , so please create a ticket if you experience any problems.
- changed namespace from HTMLArea to Xinha
- the core file is now named XinhaCore.js instead of htmlarea.js,
please change your pages accordingly (the htmlarea.js will be removed!) - the color picker script is now loaded on demand to reduce initial loading time
#!html </td> </tr> <!--RELEASE--> <tr style="background-color:#dbdbdb"> <td></td> <td colspan="4">Xinha 0.9beta <small>(2007-01-11) </small></td> </tr> <tr> <td colspan="2" > </td> <td ><a href="http://releases.xinha.gogo.co.nz/Xinha_0.9beta.tar.gz">Xinha_0.9beta.tar.gz</a> </td> <td >1,01 MB</td> <td >gzipped tar</td> </tr> <tr class="show" id="pkg0_1rel0_2"> <td colspan="2"> </td> <td><a href="http://releases.xinha.gogo.co.nz/Xinha_0.9beta.zip">Xinha_0.9beta.zip</a></td> <td>1,30 MB </td> <td>zip</td> </tr> </tbody> <tfoot><tr><td colspan="5"> </td></tr></tfoot> </table>
The archives contain compressed JavaScript files to reduce loading time.
If you want to mod Xinha please check out the svn
http://svn.xinha.python-hosting.com/tags
Nightly Package
The bleeding edge of Xinha is available as a nightly zip file. It might have new features, it might also be broken.
You are nevertheless encouraged to download and test it and help us by finding bugs and creating tickets!
Progress Meter
Tickets resolved since 0.91beta
- fixed Ticket #831 stop empty anchors from being removed
- Make htmlarea.js just load XinhaCore?.js instead of being a copy of it.
- fixed Ticket #445 Toggle TableBorder? doesn't work if this.fullpage=true or using FullPage? plugin
- fixed Ticket #551 shape and coord attributes of area element are ignored by IE
- fixed Ticket #650 SpellChecker is not compatible with FullPage? plugin
- fixed Ticket #816 CharacterMap and ListType panel modes make editor jump to top in IE
- fixed Ticket #570 change behaviour of justify when an image is selected to make the image float left/right, click the justify button again to undo it
- fixed Ticket #891 noscript content got escaped
- fixed Ticket #857 Firefox fails to load in fullpage mode when <link ..> tag in wrong place.
- fixed Ticket #841 Spell Checker - Won't return to xinha.
- fixed Ticket #914 All buttons stay grey & this.getParentElement is not a function message when not calling Xinha.loadPlugins() in xinha_init function
- fixed Ticket #911 Background color does not work in Firefox
- fixed Ticket #912 an error is thrown in Mozilla when clicking merge cells button and fewer than 2 cells are selected
- fixed Ticket #556 stripBaseHref didn't work without baseHref defined explicitly
- fixed Ticket #928 ImageManager fails if (another) Files.php exists in include path
- added feature Ticket #900* retain editing position position between modes
- fixedTicket #925 Typo in popups/link.html
- Ticket #923 colorPicker face lift & added localisation
- fixed Ticket #921 EFM extended file manager - iframe height problem (IE)
SVN Checkout
The SVN repository is open for public read. Simply point your preferred SVN client to
http://svn.xinha.python-hosting.com/trunk/
for example, using the command line SVN client
~$ svn co http://svn.xinha.python-hosting.com/trunk/ xinha
