Hi, I would be very apreciate if someone answers this question Where can I find pathes to the logo and background images in xwiki10 skin in order to change these pathes? Maybe it is some velocity or css file?
On Feb 7, 2007, at 12:15 PM, Malovichko Dmitry wrote:
Hi, I would be very apreciate if someone answers this question
Where can I find pathes to the logo and background images in xwiki10 skin in order to change these pathes? Maybe it is some velocity or css file?
I've added information about this on http://www.xwiki.org/xwiki/bin/ view/AdminGuide/Skins#HChangingthelogo Please try using that information and let us know if it worked for you. Thanks -Vincent
For those running XWiki 0.9 on a Postgres database, the following database upgrade procedure might be useful. STEP (1) Backup the existing database using pg_dump with --data_only and --attribute-inserts STEP (2) Create a new database with the XWiki 1.0Beta schema (schema_pre.sql) STEP (3) Restore the data into the new database STEP (4) Update the new database schema to be full compatible with the 1.0Beta schema (schema_post.sql) STEP (5) Start XWiki 1.0B3 The detailed procedure is outlined in schema_pre.sql. Please report any success or failure so that the community can learn from your experience and we can improve the tools. Good luck! Rudolf VanderLeeden [email protected] Attachments: - schema_pre.sql - schema_post.sql
I just discovered that the schema_post.sql script only works on Postgres 8.2. Attached the new file that is also compatible with earlier versions of PG. I'm sorry ... -Rudolf. On Feb 7, 2007, at 5:01 PM, Rudolf van der Leeden wrote:
For those running XWiki 0.9 on a Postgres database, the following database upgrade procedure might be useful.
STEP (1) Backup the existing database using pg_dump with -- data_only and --attribute-inserts STEP (2) Create a new database with the XWiki 1.0Beta schema (schema_pre.sql) STEP (3) Restore the data into the new database STEP (4) Update the new database schema to be full compatible with the 1.0Beta schema (schema_post.sql) STEP (5) Start XWiki 1.0B3
The detailed procedure is outlined in schema_pre.sql. Please report any success or failure so that the community can learn from your experience and we can improve the tools. Good luck!
Rudolf VanderLeeden [email protected]
Attachments: - schema_pre.sql - schema_post.sql
<schema_pre.sql>
<schema_post.sql>
Yes, it worked, thanks ----- Original Message ----- From: Vincent Massol To: [email protected] Sent: Wednesday, February 07, 2007 2:02 PM Subject: Re: [xwiki-users] xwiki10 skin problem On Feb 7, 2007, at 12:15 PM, Malovichko Dmitry wrote: Hi, I would be very apreciate if someone answers this question Where can I find pathes to the logo and background images in xwiki10 skin in order to change these pathes? Maybe it is some velocity or css file? I've added information about this on http://www.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingthelogo Please try using that information and let us know if it worked for you. Thanks -Vincent ------------------------------------------------------------------------------ -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (3)
-
Malovichko Dmitry -
Rudolf van der Leeden -
Vincent Massol