The XWiki development team is proud to announce the availability of
XWiki 4.5.4.
This is a bugfix release for the 4.5.x cycle, hopefully the last on the
4.x cycle. Affected areas include the distribution wizard and the
extension manager, Internet Explorer compatibility, Oracle and
PostgreSQL compatibility, and multiwiki improvements.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453
Thanks
-The XWiki dev team
Hi devs,
XWiki 5.1 Milestone 1 is going to be released the next Monday. We'll go
through the list of bugs fixed for 5.1 M1 and try to validate as many as we
can. Besides those, do you want us to test some specific issues or features
?
Thank you,
Manuel
Hi devs,
This is our 21st BFD!
Here's the jira dashboard:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11591
Our status before we start it (on 1000 days):
- 2337 created
- 2298 resolved
=> 39 behind
Some stats:
- BFD 19: 53 bugs behind before it started
- BFD 20: 36 bugs behind before it started
So we "lost" 3 bugs during the week, not that bad considering lots of issues where open. I've seen Marius close quite a few this week, thanks for that Marius! :)
Ok let's try to win some bugs so that during the next BFD we're at less than 39!
Have a good BFD today!
-Vincent
Hi,
I've just built two packages for archlinux, one concerning
xwiki-enterprise, the other xwiki-manager.
To install xwiki :
yaourt -S xwiki-enterprise
or
yaourt -S xwiki-manager
Packages are here :
https://aur.archlinux.org/packages/xwiki-enterprise/
and here :
https://aur.archlinux.org/packages/xwiki-manager/
What about creating a repository for them on xwiki-contrib, for example :
archlinux-packages ?
If someone create the repo, I'll upload files tomorrow.
--
Frédéric Bouquet
Twitter/Github : bouquetf
http://www.espacedefouille.org/
Hello,
I know XWiki 5.0.2 is scheduled to be released within the next days. I
noticed there's no Release Notes page for it on xwiki.org. Besides the
usual list of issues fixed for it do you want some other features tested as
well ?
Thanks,
Remus :)
FTR I've just documented the Unstable annotation here:
* http://dev.xwiki.org/xwiki/bin/view/Community/DevelopmentPractices#H40Unsta…
* http://platform.xwiki.org/xwiki/bin/view/DevGuide/API
Note that I'm not especially fond/proud of the max time strategy we have since it can lead to APIs staying for 2 years but at least it makes it easy to implement by checking for @unstable before each "N Milestone 1" release.
Another option would be to automate the check in a Maven plugin (by reading annotation and then reading @since javadoc tag) and keep @unstable code only for , say, 6 major releases (which corresponds to 1 cycle length).
Thanks
-Vincent
I'm going to perform the following rename.
XWiki.SolrSearchAdmin -> Solr.Administration
Main.SolrSearch -> Solr.WebHome
and I'm going to add Solr.Translations .
Let me know if you think this is a bad move,
Marius