Changes between Version 24 and Version 25 of DownloadXinha
- Timestamp:
- 01/26/07 01:59:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadXinha
v24 v25 115 115 == Nightly Package == 116 116 117 The bleeding edge of Xinha is available as a nightly zip file. It might have new features, it might also be broken. 117 The bleeding edge of Xinha is available as a nightly zip file. It might have new features, it might also be broken.[[BR]] 118 You are nevertheless encouraged to download and test it and help us by finding bugs and creating [wiki:Tickets tickets]! 118 119 119 120 * [http://xinha.gogo.co.nz/xinha-nightly.zip Download xinha-nightly.zip] … … 137 138 * fixed Ticket #912 an error is thrown in Mozilla when clicking merge cells button and fewer than 2 cells are selected 138 139 * fixed Ticket #556 stripBaseHref didn't work without baseHref defined explicitly 139 Again: '''please create a [wiki:Tickets ticket] if you find a bug.''' 140 140 141 == SVN Checkout == 141 142 … … 152 153 }}} 153 154 154 == Old Versions ==155 156 Old versions are not available pre-packaged, but you can easily grab them from the Subversion Repository. Released versions will be tagged in repository/tags, eg157 158 {{{159 ~$ svn co http://svn.xinha.python-hosting.com/tags/0.9beta160 }}}161