Hello,
Were there any database configuration changes between XWiki 4.2 and 5.2?
I'm trying to upgrade our XWiki installation, as usually configured
hibernate.cfg.xml to point to local MySQL database
(name='xwiki_52_innodb_utf8'):
<property
name="connection.url">jdbc:mysql://localhost/xwiki_52_innodb_utf8?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8</property>
<property name="connection.username">xwiki</property>
<property name="connection.password">xwiki</property>
<property
name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property
name="dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
<property name="dbcp.ps.maxActive">20</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
<mapping resource="instance.hbm.xml"/>
But when XWiki starts it fails with an error:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for
user 'xwiki'@'localhost' to database 'xwiki'
Is it still possible to specify database name different than xwiki?
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/Changes-in-the-database-configuration-bet…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to display data with an "AppWithinMinutes" (AWM), but I know
that the data wil have many, many columns (maybe 30 or 40 columns).
Normally, AWM will adjust the column width automaticly (which is fine when
you have only a few columns), but with many columns the width gets too small
:-(
Is there a way to "freeze" certain columns (the first 3 for example), and
let the user scroll between the remaining columns? This way, the column
width can remain "normal". This is a common practise when displaying data
with many columns (thinking about a DataGridView).
Is this possible with AWM?
--
View this message in context: http://xwiki.475771.n2.nabble.com/AppWithinMinutes-with-many-columns-tp7587…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like to create a collapsable sidemenu/panels for our wiki.
The "main area" should be maximized and the sidemenu should only be like
40px wide.
To see what I am trying to accomplish, create a new page and paste the
following code/text
*****
{{html wiki="true"}}
<div id="menu">
{{spoiler title="TOC"}}{{toc depth="2"/}}{{/spoiler}}
</div>
{{/html}}
= Chapter 1 =
Text
== Chapter 1.1 ==
Text
== Chapter 1.2 ==
Text
= Chapter 2 =
Text
= Chapter 3 =
Text
== Chapter 3.1 ==
Text
== Chapter 3.2 ==
Text
= Header 4 =
Text
= Header 5 =
Text
*****
Now add an XWiki.StyleSheetExtension to that page and add the following CSS
to it:
#menu
{
position: fixed;
right: 0;
top: 150px;
padding-left: 5px;
background-color: rgb(120,120,120);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
z-index:999;
}
If you would refresh that page, you will see a "collapsable menu" (the TOC).
I would realy like to expand this and add more menu-items, preferably with
ICONS.
If anyone got any suggestions, I am all ears!
Thanks!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Collapsable-Sidemenu-Panels-tp7587450.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 5.3 Milestone 1.
This is more a developer oriented release with new Extension Manager
APIs, an XWiki Enterprise Maven Archetype, XAR plugin improvements and
fold observation events but it also has a number of bug fixes (36) and
improvements (22) that the users will appreciate.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki53M1
Thanks
-The XWiki dev team
hi!
i wish to import my files (.doc ...) into my xwiki page and I have installed
the xar offered by xwiki called
org.xwiki.platform:xwiki-platform-office~.xar
now i must start the office server but when i try to make it I receive this
error:
Failed to execute the [velocity] macro
the path of my office installation is
/usr/lib64/openoffice.org
and i have another directory called
/usr/lib64/openoffice.org3
my xwiki. properties file has this paths.
where is the problem?
waiting for your response...
--
View this message in context: http://xwiki.475771.n2.nabble.com/xwiki-office-tp7587684.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
The wiki is selfbus.myxwiki.org
Our wiki was upgraded to 5.2 and I did the database upgrade/migration some
moments ago.
Unfortunately now most images and icons are missing. Even many of those
that come with xwiki.
I would be very happy if somebody has suggestions about how I could fix
this.
Thanks in advance,
Stefan
Hi everybody,
I'm working with XWiki 3.5.1 deployed on Tomcat 7 and I always have
the same error in Tomcat logs when I try to submit a form :
ERROR c.x.x.o.c.PasswordClass - Wrong hash algorithm [custom]
in [null]
java.security.NoSuchAlgorithmException: custom MessageDigest not
available
at sun.security.jca.GetInstance.getInstance(Unknown Source)
~[na:1.7.0_45]
at java.security.Security.getImpl(Unknown Source) ~[na:1.7.0_45]
at java.security.MessageDigest.getInstance(Unknown Source)
~[na:1.7.0_45]
at
com.xpn.xwiki.objects.classes.PasswordClass.getPasswordHash(PasswordClass.java:220)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.getPasswordHash(PasswordClass.java:213)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.getProcessedPassword(PasswordClass.java:193)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at
com.xpn.xwiki.objects.classes.PasswordClass.fromString(PasswordClass.java:75)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
at com.xpn.xwiki.objects.BaseObject.set(BaseObject.java:456)
[xwiki-platform-legacy-oldcore-3.5.1.jar:na]
Do you know how I could solve this problem ?
Thanks !
Pierrick
Since updating to 5.2 yesterday, the instant search is not working (no results, just says Searching...)
Full search still works. What do I need to do fix that?
- keith
This message (including any attachments) may contain confidential or otherwise privileged information and is intended only for the individual(s) to which it is addressed. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message or that arise as a result of e-mail transmission. If verification is required please request a hard-copy version from the sender.
www.pridedallas.com
I installed Bulletin Board Application on Xwiki5.1.
However, we see strange problems when I create a Category/Topic with special
characters in their names.
Category/Topic name with + symbol get created with wrong page names (e.g.
C++Programming becomes CProgramming)
Is it somehow related to http://jira.xwiki.org/browse/XWIKI-188?
Can this be fixed sometime soon, or is there any workaround?
I have posted this as a bug in http://jira.xwiki.org/browse/XBB-10. But, it
is not assigned to or responded by anyone since last 2 days.
Thanks and Regards,
Jim
--
View this message in context: http://xwiki.475771.n2.nabble.com/Category-Topic-with-with-symbol-in-name-g…
Sent from the XWiki- Users mailing list archive at Nabble.com.