Hi,
Is it too late to replace one static file ApplicationResources_pl.properties?
I don't understand... I was in a hurry with it... it was a Hard Day's Night!
Please consider this again, this is only translation - much better than previous (my too).
Regards,
Mariusz
>>> vincent(a)massol.net 13:47:08 2007-05-22 >>>
Hi Mariusz,
Thanks but sorry, it's too late to include in 1.0. However could you
please create a jira issue and attach your patch to it (as described on
http://www.xwiki.org/xwiki/bin/view/Community/Contributing)?
We're going to release 1.1 B1 very soon (end of May) so your change
could be in that release.
Thanks
-Vincent
On May 22, 2007, at 1:37 PM, Mariusz Olejnik wrote:
> Hi,
>
> +1 but...
>
> please include full polish translation to 1.0 release.
> Attachments:
> - bundle file: ApplicationResources_pl.properties
> - or patch file: polish-translation.patch
>
> Regards,
> Mariusz Olejnik
>
One more time, ApplicationResources_pl.properties attached.
>>> Mariusz.Olejnik(a)infinite.pl 13:37:25 2007-05-22 >>>
Hi,
+1 but...
please include full polish translation to 1.0 release.
Attachments:
- bundle file: ApplicationResources_pl.properties
- or patch file: polish-translation.patch
Regards,
Mariusz Olejnik
Hi,
As planned, I'd like to release XWiki 1.0 today. This 1.0 release is
actually just a "rename" of the RC5 release.
In practice I'll do the following:
* Create a new branch based on the RC5 tag
* Change the version in xwiki.cfg files
* Change the svn rev # in version.properties
* Build the branch
* Release files on the staging area for testing (mostly to verify the
packaging)
* Tag the branch as 1.0
* Release on OW, modify xwiki.org and send announcements as usual
Here's my +1
Thanks
-Vincent
Hi Jan,
You sent me the following on IRC last week:
"
I have, based on some other peoples work, built a sorting and
filtering function for tables
http://www.eldenmalm.com/tableFilterNSort.jsp
I would like to suggest to included in the default wiki dist...and
integrate it somehow..
"
Thank you for that! I was quite excited by this and I have integrated
it over the week end (http://jira.xwiki.org/jira/browse/XWIKI-1244).
It's now in trunk (XWiki 1.1B1) :)
However I've just noticed it's not working under IE (I have IE7). Do
you think you could help us make it work under IE?
Thanks
-Vincent
The XWiki development team team is pleased to announce the
availability of the 1.0 RC 5 release.
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
The 1.0 RC4 release was supposed to be the last release before the
1.0 final but we've discovered some important bugs, the most
important being that with RC4 you couldn't anymore copy/paste content
from Word/Excel into the WYSIWYG editor. This release is a bug fix
release and is planned to be promoted as the final 1.0 release on
next Tuesday. Let's hope it's the last RC.
* Bugs fixed:
o XWIKI-1205 - Going to the Main.WebHome page on a wiki
with an empty database generates a NPE
o XWIKI-1210 - Nested lists are discarded by WYSIWYG editor
o XWIKI-1224 - Html tags is escaped when we switch from
wysiwyg editor to wiki editor
o XWIKI-1225 - Entering a multiline cell content only
keeps the first line when saved in WYSIWYG mode
o XWIKI-1227 - Incorrect paragraph when copy and paste
from other editor to WYSIWYG editor
o XWIKI-1229 - Toolbar in Wysiwyg Editor cannot wrap
properly under IE7
o XWIKI-1233 - Unindent button greyed out even though line
is indented
o XWIKI-1234 - Editor doesn't understand the 1. syntax
notation for lists
o XWIKI-1238 - Horizontal line breaks table
* Improvement
o XWIKI-1228 - Change the style sheet for select list in
toolbar of WYSIWYG editor
o XWIKI-1237 - Add handle button toolbar for font size and
font family select in toolbar of visual editor.
IMPORTANT: XWiki 1.0 RC 2 has fixed an important security issue in
past releases where passwords were stored in clear in the database.
Passwords are now hashed. If you are upgrading from a previous
version, any new user or any password update will automatically get
the password hashed. However existing users who do not change their
passwords will still have their passwords in clear in the database.
Thus, we are providing a tool to automatically hash all passwords
from an existing database.
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWiki10RC5
Enjoy
-The XWiki development team
Hi everyone,
I've staged the RC5 release on http://www.xwiki.org/10rc5/
It would be nice if some of you could quickly try it out (we'd like
to release ASAP) and let us know if it's working as expected. Once we
get a few confirmations we'll officially release it.
You can check the release notes on
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWiki10RC5
Thanks a lot
-Vincent (on behalf of the XWiki dev team)
Hi,
We discovered yesterday some important issues in RC4 with the WYSIWYG
editor. Namely:
* [XWIKI-1205] - Going to the Main.WebHome page on a wiki with an
empty database generates a NPE
* [XWIKI-1224] - Html tags is escaped when we switch from wysiwyg
editor to wiki editor
* [XWIKI-1225] - Entering a multiline cell content only keeps the
first line when saved in WYSIWYG mode
* [XWIKI-1227] - Incorrect paragraph when copy and paste from other
editor to WYSIWYG editor
* [XWIKI-1229] - Toolbar in Wysiwyg Editor cannot wrap properly under
IE7
These are too important and we can't promote RC4 as 1.0 final because
of them. I'm proposing we release a quick RC5 today with these changes.
Here's my +1
Thanks
-Vincent
Hi,
I'd like to move the public APIs getService() and getPortalService()
in a separate Exo plugin. Advantages:
1) less cruft in XWiki classes
2) removes one dependency on Exo in XWiki core
3) better separation of concern
ok with everyone?
Thanks
-Vincent