Hi devs.
I would like to propose:
1. Make all xwiki stores as components.
So they will be constructed via our ComponentManager.
2. Deprecate all store public constructors.
Because they are useless for components.
3. Add SessionFactory component to all hibernate stores.
this will fix XWIKI-2332: Share one session factory among all hibernate
stores.
move all hibernate configuration to SessionFactory component.
one SessionFactory is shared by all stores by default (configured in
components.xml).
here is tentative interface SessionFactory {
Session openSession()
Configuration getConfiguration()
/** rebuild session factory with new configuration. needed for inject
hibernate custom mappings. */
void updateConfiguration(Configuration cfg)
}
4. Add QueryManager component to main store (XWikiStoreInterface)
WDYT?
--
Artem Melentyev
Hi,
As XE 1.5M1 is now released, I would like to released XEM 1.3M1 based
on it after XEM 1.2 final release.
The pure XEM modification part is the same as XEM 1.2 final but with
all new XE 1.5 branch features.
See http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM13M1
Here is my +1
--
Thomas Mortagne
Hi XWikiers,
XWiki Enterprise 1.4 has introduced a regression for group management
in farm mode.
We strongly suggest to use XWiki Enterprise 1.3.2 if you are upgrading
a wiki farm before the 1.4.1 release.
XWiki Enterprise 1.4.1 is planned on june 2nd and will be performed by
Thomas Mortagne, it will include the following fixes :
* XWIKI-2413 : Global groups are not taken into account in a virtual wiki
Anything missing in the list ?
Thanks,
--
Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.5 version.
Main changes:
* LDAP support improvements
** Add possibility to map one LDAP group with more that one XWiki group
** Add the ability to configure LDAP groups classes and members fields names
** LDAP authenticator re-save user page even there is no modification
** "userPassword" LDAP field should be configurable
** Makes the SSL provider implementation used to support LDAP
communication over SSL configurable
** LDAP authentication print error message with empty "group_mapping" property
* Better PDF export support
* Have "from" (second to last version) and "to" (last version) fields
checked by default in the the document history
* Ability to change just one (or several) object properties
* Automatic logging of deprecated method calls in Velocity
* Better language negotiation
* Don't display the login link on the login page
Note that the general goals of XE 1.5 are :
* More bug fixes
* Better performance
* More automated tests
* Overhaul of the Administration
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise15M1
Thanks,
The XWiki dev team
Hello list,
as indicated on:
http://www.nabble.com/my-attempt-at-building-a-development-curriki-to175692…
I am using a simple maven install to build curriki which is very nice.
Within the process both xwiki.cfg and hibernate.cfg.xml are built and
I could override these with changes in the pom.xml.
Do I have a chance to override these somewhere else?
thanks in advance
paul
I wasn't seeing the watch menu in XE 1.4. In menuview.vm an additional test
was added:
&& $wiki.exists("XWiki.WatchListManager")
I don't seem to have the page and so the menu doesn't appear. Does
something have to be separately installed? If I remove the test above the
Watch Menu is displayed as expected. I am not using virtual Wiki's.
Is the test necessary?
Glenn Everitt
--
View this message in context: http://www.nabble.com/Watch-Menu-in-XE-1.4-tp17581949p17581949.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.