On Wed, Jan 11, 2012 at 3:21 PM, Raluca Stavro <rstavro(a)xwiki.com> wrote:
Hello,
On Wed, Jan 11, 2012 at 11:23 AM, mohit gupta <motgupta(a)gmail.com>
in
xwiki.(I mean does it get stored in xwiki databse
which we mention in
hibernate.cfg.xml or somewhere else on disc?)Where does below contents
gets
stored in xwiki :-
1)Space and page contents
In the database.
2)Atachment under spaces/pages
There are 2 ways of storing attachments:
a) As part of documents (each attachment is stored as binary data in the
document xml) -> they go along with the documents in the database.
b) As filesystem attachments -> they go on the filesystem
3)Users ,groups, spaces
Almost everything in XWiki is a document :) So, users, groups, spaces are
all documents -> they all go in the database.
4)Rights given to Users ,groups, spaces
Rights given to users, groups are objects attached to documents (each
object is part of the document xml) -> they go with documents in the
database.
5)Any modification done from admin user like
changes in main Page
configuration/Look and Fell , changing the default colour theme or
addition of new colour theme.
Color themes are also documents -> they go in the database.
Unless the Look & Feel changes are made in the filesystem skin (this is
recommended), all the UI changes go in the
database.
Raluca.
Thanks.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org