Hi Devs,
i use a custom class (from App within a Minute) which has a list of users as
a class field. For a StringField i use
How can i read the Users from the BaseObject?
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Get-UserList-from-BaseObject-tp7589196.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I was wondering if there was a way for a "child" page created via a link
form a "parent" page to inherit the parent's access rights?
For example, in the breadcrumbs on a page, I might have...
"Wiki Home » Board of Directors » Board Meeting Notes » March 5th, 2014
Notes"
The access rights on "Board Meeting Notes" page is set so that only a
specific group, "Directors" can "view" the page. However, I must
manually set the access rights on " March 5th, 2014 Notes" to view when
I create/edit the page. I would like all of the pages linked off of
this page to inherit the same permissions so I do not need to manually
(or forget) to set permissions everytime a new notes page under "Board
Meeting Notes" is created.
I'll admit to being bias to Confluence's approach--which does not mean
it is right--it's just what I am used to. XWiki may offer a better way
to manage permissions and I am just ignorant of it.
Thanks,
Patrick
--
|| | | |||| || || | |||| ||| | |||
Patrick Masson
General Manager, Director & Secretary to the Board
Open Source Initiative
855 El Camino Real, Ste 13A, #270
Palo Alto, CA 94301
United States
Skype: massonpj
sip: masson(a)getonsip.com
<https://www.getonsip.com/call?a=masson@getonsip.com>
Ph: (970) 4MASSON
Em: masson(a)opensource.org <mailto:masson@opensource.org>
Ws: www.opensource.org <http://www.opensource.org>
Hello everybody.
Here I'am again =).
Vicent explained to me what jira and mailing-lists are used for some time
ago. So, I moved the discussion over there =). (hope I'm posting in the
right place now).
So, let me answer what Marius asked on
http://jira.xwiki.org/browse/XWIKI-10085
First, let me explain better what I said on Jira:
plain text = unstructured information
dynamic label = properties
dynamic object = structured information
The situation:
I have a Space called Product. In this place I store all the products my
company makes(around 50-70 itens). Because of this variety, I've decided to
make a livetable to filter and show the results. I`ve set some parameters
like Product name, Category, Applies to... to be able to easily identify
the Product.
Here is the problem:
Using App Within Minutes I can only insert structured data(Product name,
Category, Applies to, Price). I`am not able to insert plain
text(unstructured) like photos, opinions, competitors, etc.
When I try to insert this type of data(unstructured), it does saves the
content, but it doesn't show what I had writen.
Some time ago I read somewhere in Xwiki`s mailing list that there was no
reason to place this type of information(unstructured) in the same place as
structured information and that AWM wasn`t meant to store this type of
data(I`m trying to find the link, but so far I had no luck).
What I would like to do is insert some tags, labels or properties(whatever
is the right name =)) to be able to identify and sort the itens(by using
livetable). I can do it by using AWM, but it is not enough. I need
unstructured + structured data in the same place.
Let me paint you a picture with the example below:
______________________________________
Product name: AGX
Category: Music Stand
Applies to: Acoustic and Eletric Guitar.
Price: 30
______________________________________
= Description: =
_______
| Photo | AGX is a state-of-the-art music stand. It has the best value
for money you will ever find.,,,
= Strenghts and Weaknesses =
......
_______________________________________
That is what I'm trying to do. If I have not been clear enough, please let
me know.
Thank you very much.
Att. Leonardo.
Hi all,
We are trying to upgrade our XWiki from 4.0 to 5.4.1, but we encouter some
problems:
1) The Activity Stream is not working any longer. It just says "There are no
activities in the stream". No errors as far as I can see, but creating a new
page (or updating a page) does not show anything in the Activity Stream.
2) We used to use the Navigation Menu Wiki Macro
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+M…>
together with the Navigation Menu Config Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/NavigationMenuConfig>
in our XWiki 4.0 Now with 5.4.1, we want to use the Menu Application
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application> ,
but the Menu Application is not showing the "Menu Structure" (that section
is empty, even though I have pasted our old menu). The "Inline-form" is also
showing nothing, but the WYSIWYG and the Wiki editor DOES show the menu.
Also, on my computer, I have a nice gray background, but that background is
missing for all the other users. Any clue how I can "restore" the background
for the other users?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrade-trouble-4-0-to-5-4-1-tp7589257.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Maybe you have the same problem, and want to add many user-accounts in
bulk. Maybe this script (I wrote) can help you out.
The script can produce a XAR archive that can be uploaded using the
import-function in the Admin panel.
After doing so you still need to add these users to the group XWikiAllGroup
(and additional groups if you like).
Regards,
Michiel.
I'm having trouble getting xwiki to start.
I have:
root@nas:/usr/local/etc/rc.d # uname -a
FreeBSD nas 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26
22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC
amd64
root@nas:/usr/local/etc/rc.d # ps auxwww | grep jetty | grep -v grep
www 1918 0.1 19.4 3714508 1545664 0 S 11:33AM 2:05.47
/usr/local/openjdk7/bin/java -Djetty.home=/usr/local/jetty -jar
/usr/local/jetty/start.jar
root@nas:/usr/local/etc/rc.d # grep jetty /etc/rc.conf
jetty_enable="YES"
jetty_java_version="1.7"
root@nas:/usr/local/etc/rc.d # pkg search jetty
jetty-8.1.11
(The above configured from pkg, with the version override to give me 1.7)
I have configured for postgresql, and created the user and database.
However, trying to browse to xwiki/ gives:
HTTP ERROR 500
Problem accessing /xwiki/bin/view/Main/. Reason:
Server Error
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class sun.security.util.SecurityConstants
at java.lang.Class.getProtectionDomain(Class.java:2181)
at ch.qos.logback.classic.spi.PackagingDataCalculator.getCodeLocation(PackagingDataCalculator.java:165)
at ch.qos.logback.classic.spi.PackagingDataCalculator.calculateByExactType(PackagingDataCalculator.java:123)
at ch.qos.logback.classic.spi.PackagingDataCalculator.populateFrames(PackagingDataCalculator.java:95)
at ch.qos.logback.classic.spi.PackagingDataCalculator.calculate(PackagingDataCalculator.java:55)
at ch.qos.logback.classic.spi.ThrowableProxy.calculatePackagingData(ThrowableProxy.java:147)
at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:129)
at ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:439)
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:395)
at ch.qos.logback.classic.Logger.error(Logger.java:558)
at com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:206)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:143)
at org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:84)
at org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:459)
...
Any idea what I need to fix?
Hi XWIKI Admin,
Can you please create a wiki for new in xwiki community farm.
Here are the details.
Usage : Personal, to put information about me and my family
Also will help me to try out xwiki.
mywiki User Name : swamiworld
Server Name : swami
Thank you
Swami
Hi all.
Is it possible to make a livetable with static content like the Table
Sorter extension proposes(
http://extensions.xwiki.org/xwiki/bin/view/Extension/Table+Sorter)?
Im asking it, because sometimes I just want to order a big static table. I
dont want to create a class and set properties just to make a simple filter
on the content(like in Excel).
I've tried to user the Table Sorter extension, but It seems not to be
working with Xwiki 5.3(maybe because its deprecated).
Thank you =)
Hi.
First, I would like to thank you for you great work. Xwiki is a wonderfull
tool and I'm happy to test it.
I have some questions about the Livetable 2.0 macro. I searched on Xwiki
Wiki and on mailing lists, but I havent found the answer.
- Is there a way to label the column header in livetable 2.0?
In livetable 1, I just need to set columnProperties, but its too difficult
for non-geek people.
#set($columnsProperties = {
"_avatar" : { "type" : "none", "link" : "none", "html" : "true",
"sortable":false },
"first_name" : { "type" : "text" , "size" : 20, "link" : "view"},
"last_name" : { "type" : "text", "link" : "view"},
"email" : { "type" : "text" }
Idea: Perhaps you can introduce a interface just like in the App Within
Minutes Application(drag-and-drop the columns you want to display).
Thank you very much =)
I have been trying to use the html macro to be able to use embed or
iframe to display an external site within a wiki page. I have a Prezi,
but want to display it in the context of the wiki page, rather than
linking to it on its own.
I had posted before about having an issue with this, and the reply was
someone who has it working - I used his code (actually the same as mine)
but it still isn't working.
Is there other dependencies, such as in the back end that would affect
this?
Ideas??
Running xwiki 4.2 (cannot upgrade at this time due to custom app...)
Paul Pinkerton
KnowledgeNow Project Lead
-----Original Message-----
From: Paul Pinkerton (ACLCO)
Sent: January-10-14 1:07 PM
To: users(a)xwiki.org
Subject: document viewer macro
I have installed the docviewer macro, but it doesn't work! Have others
had success with this?
Similarly, I am having trouble with html iframes displaying. I have
tried viewing these pages in a number of different browers with no
success.
Insight?
Paul Pinkerton
KnowledgeNow Project Lead
Je serai absent(e) à partir du 22/02/2014 de retour le 03/03/2014.
je suis en congés.
Je répondrai à vos messages dès mon retour.
En cas de problème technique lié aux progiciels du CESAP, veuillez
contacter SYNOX au 05 67 34 66 56.
Merci
Good Morning
When I am logged in with Admin default, and go to the edit menu, the "Wiki"
"WYSIWYG", "Online Form", "Access Permissions", "Object", "class", but
options logo is displayed when another user group admin does not show these
options.
How can I make this another administrator user can view these options?
tks
--
Saulo S. Bravim
Does anyone have a document on configuring xwiki.properties, and installing
openoffice in order to have the office importer function working on redhat?
It works straight out of the box on Ubuntu, however really struggling here
with rhel.
# Settings for the OpenOffice server instance consumed by the OfficeImporter
component
#-------------------------------------------------------------------------------------
#-# [Since 1.9M2]
#-# Type of the openoffice server instance used by officeimporter component.
#-# 0 - Internally managed server instance. (Default)
#-# 1 - Externally managed (local) server instance.
# openoffice.serverType=0
#-# [Since 1.9M2]
#-# Port number used for connecting to the openoffice server instance.
#-# Default port is 8100
# openoffice.serverPort=8100
#-# [Since 1.9M2]
#-# If the openoffice server should be started / connected upon XE start.
#-# Default value is false
# openoffice.autoStart=false
#-# [Since 1.8RC3]
#-# Path to openoffice installation (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.homePath=/opt/openoffice4
#-# [Since 1.8RC3]
#-# Path to openoffice execution profile (serverType:0 only).
#-# If no path is provided, a default value will be calculated based on the
operating environment.
# openoffice.profilePath=/home/user/.openoffice.org/3
RPM
rpm -qa | grep -i openoffice
openoffice-en-GB-base-4.0.0-9702.i586
openoffice-base-4.0.0-9702.i586
openoffice-images-4.0.0-9702.i586
openoffice-ooofonts-4.0.0-9702.i586
openoffice-brand-draw-4.0.0-9702.i586
openoffice-en-GB-help-4.0.0-9702.i586
openoffice-core03-4.0.0-9702.i586
openoffice-ogltrans-4.0.0-9702.i586
openoffice-xsltfilter-4.0.0-9702.i586
openoffice-brand-math-4.0.0-9702.i586
openoffice-en-GB-4.0.0-9702.i586
openoffice-en-GB-draw-4.0.0-9702.i586
openoffice-en-GB-res-4.0.0-9702.i586
openoffice-core02-4.0.0-9702.i586
openoffice-core07-4.0.0-9702.i586
openoffice-writer-4.0.0-9702.i586
openoffice-javafilter-4.0.0-9702.i586
openoffice-pyuno-4.0.0-9702.i586
openoffice-brand-base-4.0.0-9702.i586
openoffice-brand-impress-4.0.0-9702.i586
openoffice-core01-4.0.0-9702.i586
openoffice-en-GB-calc-4.0.0-9702.i586
openoffice-en-GB-math-4.0.0-9702.i586
openoffice-calc-4.0.0-9702.i586
openoffice-core06-4.0.0-9702.i586
openoffice-math-4.0.0-9702.i586
openoffice-graphicfilter-4.0.0-9702.i586
openoffice-ooolinguistic-4.0.0-9702.i586
openoffice-4.0.0-9702.i586
openoffice-brand-en-GB-4.0.0-9702.i586
openoffice-ure-4.0.0-9702.i586
openoffice-en-GB-impress-4.0.0-9702.i586
openoffice-core05-4.0.0-9702.i586
openoffice-gnome-integration-4.0.0-9702.i586
openoffice-core04-4.0.0-9702.i586
openoffice-brand-writer-4.0.0-9702.i586
openoffice-impress-4.0.0-9702.i586
openoffice-en-GB-writer-4.0.0-9702.i586
openoffice-draw-4.0.0-9702.i586
openoffice-onlineupdate-4.0.0-9702.i586
openoffice-brand-calc-4.0.0-9702.i586
--
View this message in context: http://xwiki.475771.n2.nabble.com/Redhat-Xwiki-5-4-Office-server-configurat…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I tried to install an instance of XWiki version 5.4.1 using Tomcat and MySQL on Windows 7.
I ran the Windows installer for Tomcat 7.0.52. It created the service and I put in a couple users in tomcat-users.xml. The Tomcat default page shows in the browser OK, and I can run the manager web app.
I think I followed the instructions to install XWiki with Tomcat (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat), expanding the file xwiki-enterprise-web-5.4.1.war into {tomcat}/webapps/xwiki and editing the config files therein.
I ran the Windows installer for MySQL 5.6.16, and MySQL Connector for Java 5.1.29 (and copied the jar to /xwiki/WEB-INF/lib). I can run the MySQL Workbench 6.0 app, no errors appear.
I think I followed the instructions to install XWiki to use MySQL (http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL)
When I try to navigate to http://localhost:8080/xwiki/ it (Firefox 27.0.1) hangs forever.
When I read the logs at C:\shared\apache-tomcat-7.0.52\logs\catalina.2014-09-19.log, I get this:
Feb 19, 2014 1:32:59 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory C:\Shared\apache-tomcat-7.0.52\webapps\xwiki
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
Feb 19, 2014 1:33:41 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
Feb 19, 2014 1:33:41 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 43033 ms
... and nothing else. Previously in the logs I saw things like this:
Feb 19, 2014 10:07:08 AM org.jboss.netty.channel.socket.nio.AbstractNioWorker
WARNING: Unexpected exception in the selector loop.
java.lang.OutOfMemoryError: PermGen space
There is supposed to be a way to pass a -XX parameter, but the Tomcat instructions above say it doesn't work when it is a service. You are supposed to be able to use tomcat7w.exe, and I have set the memory in that application (on the Java tab) to Initial=512MB and Maximum memory pool=1024MB. I tried creating a setenv.bat and setting a CATALINA_OPTS environment variable and restarting the service, to no avail. Because the out-of-memory errors stopped, I'm wondering if it is some other problem. Firewall?
What am I missing? Are there some other logs that will tell me what the problem is?
Thanks for your time!
--Kevin
________________________________
This electronic message may contain confidential information and is intended for the use of the intended addressee(s) only. If you are not an intended addressee, note that any disclosure, copying, distribution, or use of the contents of this message is prohibited. Any products referred to herein are for investigational use only and not approved for sale. If you have received this e-mail in error, please contact the sender.
Trying to install on CentOS / Tomcat6 / MySQL
And have managed to do it once with the previous version.
Now I try to do it again with the 541 release.
After battling through the mysql connector problem and various other things, I now get a 500 error with the message " Component manager has not been initialized before lookup"
I've tried to google it, didn't understand enough to find a solution.
Halp?
<<<
exceptionjavax.servlet.ServletException: java.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
root causejava.lang.RuntimeException: Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver< java.lang.String >] for hint [currentmixed]
>>>
Hi ,
Is there someone who success to import users from LDAP in xwiki 5.x ?
I'm preparing a fresh install of xwiki 5.4 but have to give specific access
to different spaces for +700 users. A bit difficult/boring to
export/import users one by one from xwiki 2.8 to 5.4.( 2 different
tomcat/oracle servers)
Thanks for help
Patrick
I am new to xwiki so bear with me if this a solution already built into
xwiki.
I would like to create a navigation panel that will automatically populate a
list of all wikis (including home) in a xwiki farm and contain links to each
wiki's home page. Does anyone know how to create this panel?
Thanks
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Panel-that-lists-all-wiki-s-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hallo all,
our xWiki editors often forget to check the "Is minor edit" check box,
creating lots of version history for each document.
Now our Wiki gets noticeably slower and we are assuming all that
versioning has to do with it.
Is there a way to delete all version history at once on the xWiki, only
keeping the latest version of each document?
And is there a way to make the "Is minor edit" a default when storing
changes?
Thanks!!
Regards, Elke
Good afternoon.
I have a problem to add new gadget in dashboard.
I click the button to add a new gadget, choose the application, configure
and click on add. The page reloads, but does not display the application,
someone has gone through this problem?
Currently use xwiki 5.4.1 enterprise.
thank
I have created a space "IT" but now want to rename that space "IT Use Only".
I changed the name by editing the space which changed the name in the page itself and in the breadcrumbs of child pages. However, it didn't change the name in the Spaces listings.
Bill Vlahos | Director, Infrastructure Services | AMERICANTOURS INTERNATIONAL LLC.
6053 West Century Blvd, Los Angeles, CA 90045 | ph 310.590.4227
email bill_vlahos(a)americantours.com | www.americantours.com
Hi,
I've one page (let's call it "Template page") made up of 2 included files.
Code of "Template page" is something like this :
{include document="PageChap1"/}
{include document="PageChap2"/}
I'd like to copy "Template page" to a new page (in the same space) and
renaming includes at the same time
Is it possible and is there any way (existing script or extension) to do
that ?
Thanks in advance,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Copy-page-with-includes-tp7588912.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
To all,
I want to use velocity or groovy to query an external SQL Database. I have
found the SQL Tools Extension
<http://extensions.xwiki.org/xwiki/bin/view/Extension/SQL+Tools> but I
have NO clue how to use this extension! It seems to be out of date (I am
using XWiki 5.4) because the page that comes with the extension is garbled
(parts of the page shows the code, parts of the page shows an HTML form).
Is the SQL Tools Extension the right tool to use to query an external SQL
Database?
Does anyone have an example (velocity or groovy) on how to query an external
SQL Database?
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-use-the-SQL-Tools-tp7589126.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I tried without succes this method:
http://jira.xwiki.org/browse/XWIKI-865
to connect on my ldaps...
I can't connect on my wiki when I use a ldaps server...
Someone managed to connect?
Are they a way to debug this, to found my mistake?
Do you have a documentation about this?
Thxs for your anwer.
Pascal B