I can see the translation bundles that have been added for specific
applications/ extensions, but cannot figure out where the ones are when
referring to "platform" (ie.
$msg.get("platform.dashboard.wiki.tagcloud")
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
Date: Wed, 24 Jul 2013 00:23:45 +0200
From: Paul Libbrecht <paul(a)hoplahup.net>
To: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] changing translation values
Message-ID: <79DCE500-645B-4616-AA21-5EF693952B1A(a)hoplahup.net>
Content-Type: text/plain; charset=us-ascii
Paul,
have a look in the wiki configuration, there is, there, a list of
"translation bundles" which are wiki pages which contain translation
bundles (java properties).
Overriding works well there.
paul
On 23 juil. 2013, at 19:50, Paul Pinkerton (ACLCO) wrote:
> Realizing this is a very basic question, I ask it anyway in the hopes
> of a fairly plain language answer.
>
> How do you edit the titles that you call using $msg.get(xxx)?
>
> I am working on some code and it is using:
> $msg.get('platform.core.profile.company'). I want to change company
> to another term more familiar to my users, but need to change it both
> for English and French versions. I want to use the $msg.get
> functionality, as it makes switching languages simpler - but I cannot
> figure out where this "dictionary" is actually stored for editing.
>
> Paul Pinkerton
> KnowledgeNow Project Lead
> -----Original Message-----
>
> _______________________________________________
> 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
End of users Digest, Vol 72, Issue 51
*************************************
Hi guys,
I try to create a xwiki-rendering-archetype-macro project, but this does
not work currently.
I used the version 3.2 and I get the following error:
[ERROR] Failed to execute goal on project
xwiki-rendering-archetype-macro: Could not resolve dependencies for
project org.xwiki.re
ndering:xwiki-rendering-archetype-macro:jar:3.2: Failure to find
org.wikimodel:org.wikimodel.wem:jar:2.0.7-20110531 in http://repo
.maven.apache.org/maven2 was cached in the local repository, resolution
will not be reattempted until the update interval of centr
al has elapsed or updates are forced -> [Help 1]
When I use older versions I get the following error(In this case 5.0):
[WARNING] The POM for velocity-tools:velocity-tools:jar:1.4 is missing,
no dependency information available
and
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project macro: Co
mpilation failure
Anyone have an idea which version is working? Or how I can fix the error?
Sincerely yours
Michael
--
MPDigital GmbH
Michael Born
Auszubildender Fachinformatiker Anwendungsentwicklung
Kantstraße 5-13
44867 Bochum
Tel.: (0 23 27) 307-323
E-Mail: born(a)mpdigital.de
http://www.mpdigital.de
GeschŠaeftsfüŸhrer: Hans-Joachim Janke
Sitz und Registergericht:
Amtsgericht Bochum - HRB 6454
OK, I was able to get it to start after making changes with Java but I have the below error. Is JSP necessary for xwiki?
INFO::NO JSP Support for /xwiki, did not find org.apache.jasper.servlet.JspServlet
Also, I don't see jetty-https-7.4.5.v20110725.jar or a jetty-https.xml file. Is anyone running the site using HTTPS?
John Caffery
O 225.578.7263
C 225.252.3046
From: John D Caffery
Sent: Tuesday, July 23, 2013 11:27 AM
To: 'users(a)xwiki.org'
Subject: XWIKI Enterprise Windows install
I recently installed xwiki-enterprise-installer-windows-4.5.4 on a Windows 2008 R2 server, service pack 1. The application is currently not working after installing it to c:\xwiki enterprise 4.5.4 directory.
It appears as if Jetty should be the web service but it does not start either with the "start xwiki enterprise .bat file or with the start.jar java file in the Jetty folder. I have looked at the permissions and they look good. Any suggestions?
Also, there is a "Go to my wiki" shortcut that points to http://localhost:8080/xwiki/bin/view/main that appears to be looking for a folder native to Windows IIS, C:\inetpub\wwwroot\xwiki\bin\view\main. Does IIS need to be installed?
Any assistance would be greatly appreciated.
John Caffery
Information Technology Consultant
Louisiana Optical Network Initiative - LONI
O 225.578.7263
C 225.252.3046
www.loni.org<http://www.loni.org/>
Hello,
has XWiki any possibilty to manipulate or create the metadata's in the
HTML-Header?
I want to add own metadata-pair's (name and value) to my documents.
Thanks
Matthias
In Xwiki when we use xwiki.authentication.ldap.mode_group_sync as always
then on each login by a single user, multiple entries are created in group.
So when we delete user entry from LDAP group its not affecting in XWIKI as
it has multiple entries in group.
So can anyone please help me to solve this issue. When we change option to
create this issue is not there but this option we don’t need as it will not
update LDAP group changes etc….
Thanks
Geo
Hello,
I'm moving toward Workspace enabled wiki, and trying to retrieve a global
user Document from a subwiki.
I'm using LDAP, but creating users only on global wiki.
My problem, is that from various APIs (workspace, wikimanager, xwiki...), I
was not able to find an easy to retrieve the name of the main wiki - which
in my case is not "xwiki".
I need it to provide it to my xwiki.getDocument(username) to retrieve
correct doc.
Or maybe there's an API to fallback the getDocument() on the global wiki,
if doc is not found in local subwiki ?
Sorry if it's obvious, I'm quite new to the virtual mode ;-)
Thanks,
Jeremie
Realizing this is a very basic question, I ask it anyway in the hopes of
a fairly plain language answer.
How do you edit the titles that you call using $msg.get(xxx)?
I am working on some code and it is using:
$msg.get('platform.core.profile.company'). I want to change company to
another term more familiar to my users, but need to change it both for
English and French versions. I want to use the $msg.get functionality,
as it makes switching languages simpler - but I cannot figure out where
this "dictionary" is actually stored for editing.
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
Hi,
I'm running into some difficulties with permissions to run scripts for LDAP
users on a subwiki. I'm running XWiki 5.0.3 on Tomcat.
The subwiki has a script written with Python (and some Velocity). This
script page then gets included on many pages with the {{include}} macro.
There's another script (velocity and javascript) which uploads an
attachment to the pages with the include macro, so:
Page A - Code for the python script
Page B - Includes script from Page A
Page C - Uploads attachments to Page B
The wiki farm is configured to use LDAP authentication against an external
LDAP user database. This works fine - people can log in to the subwiki with
their external credentials, and XWiki will create a user object for them.
The problem is that when an LDAP user without programming rights uses Page
C to upload an attachment to Page B, the attachment uploads but the page
will then not display, giving the "You don't have the right to execute this
script" error. I presume this is because creating an attachment on the page
means that the page was last saved by a user with non-programming rights,
so the page no longer has the rights to execute the script.
If I manually create a non-LDAP user on the main wiki and give that user
programming rights, then log into the subwiki as that user, make a small
modification to Page B and resave, it will display correctly again.
However, I cannot seem to assign programming rights to an LDAP user - those
rights don't appear to be inherited by the subwiki. So if I have the LDAP
user log in to the main wiki, it will create a user object
(xwiki:XWiki.adminuser@testcom). I can grant that user programming rights
on the main wiki, but if I try and log in with those credentials on the
subwiki, it creates a new user (subwiki:XWiki:adminuser@testcom) - and
re-saving the page with that user doesn't fix the problem.
Is there any way to either:
a) Grant programming rights to an LDAP user, such that users who are
authorized to make changes don't break the script permissions
or
b) Make it so that a normal non-programming user can upload attachments to
a page without breaking included scripts?
Any help is appreciated,
aaron