Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.2 RC1
-
Fix Version/s: None
-
Component/s: Storage
-
Labels:None
-
Similar issues:
XWIKI-1966Add a methods in XWikiStoreInterface to know if a wiki name is available XWIKI-471 Add shutdown API in XWikiStoreInterface to close database XWIKI-2088Add a method to retrieve the e-mail address of a user XWIKI-2835New object may not have their wiki (database) sets, and defaults is not applied XWIKI-3555Introduce DocumentAccessBridge::setProperty() method XWIKI-3514Add a getSelectedResourceURL() for existing resources XWIKI-3719 Cache the database name in the Hibernate-based storage XWIKI-1853Can't get document from database at plugin init time XWIKI-2759Add a method in the xwiki-bridge for retrieving the wiki a document belongs to XWIKI-6036Add a new and more expressive XWiki.copyWiki method that allows overriding existing pages
Description
This would be useful for example to e able to dynamically show to user in Wiki Manager if the name he is registering for a new wiki already exists.
Issue Links
- is related to
-
XWIKI-1966
Add a methods in XWikiStoreInterface to know if a wiki name is available
-
See com.xpn.xwiki.XWiki.getVirtualWikisDatabaseNames()
We shouldn't duplicate code...