Hello,
As we are currently migrating our XWiki server to 64bit platform I believe I have freedom to consider switching DB.
We are currently using 32bit MySQLv5.0.77 (innodb engine, 500M of attachments stored in-db) so the options are
· Upgrade to MySQLv5.6.x
· Migrate to PostgreSQL 8.1 (via XWiki export/import as xar backup feature)
The question is: which of those databases is more supported? (mostly used for development, supported by admin application, etc)
Regards,
Roman
Hi there,
Although it sounds really easy, I haven't managed to define a Link that,
when pressed, will stay on the same page but change from VIEW mode
to the EDIT mode.
I tried this
[[My Link Text>>$doc.getURL('edit', 'editor=inline')]]
And I tried to switch the $context object with set LinksAction() etc.
That all does not work as expected. I am currently testing with the
admin account to make sure that it is not a rights problem.
My solution is based on the FAQ example, i.e. XYZClass, XYZSheet and
XYZTemplate. It works nice but Iwant to give the user the ability to switch
easily frpm VIEW mode to EDIT mode while viewing an object. I added the
above line to XYZSheet. The Link has a questionmark behind it.
If I click the Link it shows "edit" in the URL but an empty xwiki edior is
opened instead of the form in EDIT mode.
The work around is currently to access in VIEW mode first and to
replace "view" by "edit" in the Browser URL field - that works but
is of course no durable solution.
Any help would be great.
Thanks a lot
Torsten
p.s. I am using Xwiki enterprise 3.5.1 under Linux with MySQL
Hi Marius,
Thanks for your response, it works when I use display macro to include the
testpage into the other page, but I need also to include (display) the page
with inline mode inside the other page, since user can click the edit
pencil button on the right corner of the testpage to edit it, right now the
edit button will lead to the testpage in inline mode but the testpage is
not inside the other page which originally include(display) the testpage.
So how to include or display a page with inline mode into another page?
Thanks for your help.
David
On Fri, Nov 2, 2012 at 3:06 AM, Marius Dumitru Florea <
mariusdumitru.florea(a)xwiki.com> wrote:
> On Thu, Nov 1, 2012 at 10:51 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >
> > Hi All,
> >
> > I want to include one page into another page in terms of content instead
> of
> > velocity code, for example, the Blog.WebHome is a page without velocity
> > code if you choose Edit->Wiki, but it has Blog.BlogClass if you select
> > Edit->Objects, from Blog.WebHome page, I can create a new post with tile
> > testpage, now the Blog.testpage is the new page created that I need to
> > include into another page, this testpage has no velocity code from
> > Edit_>Wiki. so how to include that page into a different page?
> >
>
> > I tried: include Macro, includeInContext Macro, includeTopic Macro, none
> of
> > them displays the testpage for me, any idea?
>
> "display" is the key. You want to display not to include. See
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro .
>
> Hope this helps,
> Marius
>
> >
> > Thanks very much for your help.
> >
> > David
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
Hi All,
I want to include one page into another page in terms of content instead of
velocity code, for example, the Blog.WebHome is a page without velocity
code if you choose Edit->Wiki, but it has Blog.BlogClass if you select
Edit->Objects, from Blog.WebHome page, I can create a new post with tile
testpage, now the Blog.testpage is the new page created that I need to
include into another page, this testpage has no velocity code from
Edit_>Wiki. so how to include that page into a different page?
I tried: include Macro, includeInContext Macro, includeTopic Macro, none of
them displays the testpage for me, any idea?
Thanks very much for your help.
David
Hi all,
I like to remove some of the menu items based on the user logged in, for
example for one type of users, I need to remove the Add menu, or change
Wiki, Space or Page menus to my own menus, I checked the users rights, it
has View, Comment, Edit, Delete, Register, Program, they seem not designed
for that, any suggestions? I checked menuview.vm, that is where to control
the menus, it seems I need to change this file.
Thanks for your suggestions in advance.
David
Hello,
No issues here just needing some insights on filesystem storage ...
I just moved to it (on 4.3-milestone-1), and ran script to migrate my
attachments from db to filesystem.
Though attachments seem to open perfectly well, I'm surprised by the
difference in size: file "xwikiattachment_content.MYD" (I'm using
MySql as you guess) is about 1,3GB, while my whole folder
${xwiki.data.dir}/storage is only about 600MB.
What could explain such a big difference ? (apart from some
attachments that may not have been migrated)
Considering: "It is prudent to leave the attachments in the database
since in most situations the attachment data is not bothersome just
sitting in the database (The only risk of attachments left in the
database is that they will bloat the size of the database files)" [1]
Ok with that, but supposing that I checked my attachments are ok and
I'm satisfied with fs storage (or I'm just using a test xwiki that I
can blow away without risk), removing attachments from db means
cleaning table xwikiattachment_content, is it right ? Can I remove
other xwikiattachment* tables, or are they still used to reference the
attachments ? (I guess they do but...)
Thanks,
Jeremie
[1] - http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+…
To all,
In our organisation we are using a lot of MS Excel Spreadsheets which holds
all kinds of data. These Excel Spreadsheets are stored on our servers, but
they are "scattered" across our network. We want to organise there files
better. We DONT want to upload these files to XWiki, because we want those
file to be easily accessable from our network as well (and we have trouble
with large attachments (71Mb) which refuse to be removed from XWiki).
We have created multiple spaces in our XWiki, lets say they are called A, B
and C. Each space has been "locked down" and only users with the right
permissions can access those spaces.
I am thinking about creating a new file-structure on our server. One main
folder called "XWiki" I want to create sub-folders "A", "B" and "C". Our IT
department will apply the correct rights to each sub-folder.
In our XWiki, we can then create UNC-links to the files on our server (which
I create by hand, because I am the only one with the knowledge to create
these links :-).
What do you think about this setup? I am interrested in all opinions,
experiences, etc.
P.s. With "MS Excel Spreadsheets" I mean all kinds of files :-)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Organising-files-on-the-network-tp7582099…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I'd like to build a wiki to catalog my watch collection and experiment with XWiki.
User Name: ronaks
Server Name: watches.myxwiki.org
Thanks,
Ronak
Hi all, I log in to wiki with my admin credentials. Now navigate to
administer wiki but i do not see the wiki default images
like configuration.png,lf.png,usersgroups.png etc
When i go to firebug and inspect that image , i see the path as
/mywiki/bin/download/XWiki/AdminSheet/configuration.png
but there is no folder like this under mywiki (looks like they are stored
in db and returned thru servlet.Just a guess)
Just for information, i am running my wiki instance in disk mode so that
all my attachments are stored in file system instead of db.
Below is the change i did for that:-
xwiki.store.attachment.versioning=0
# disable document recycling
storage.attachment.recyclebin=0
xwiki.store.attachment.hint = file
xwiki.store.attachment.versioning.hint = file
xwiki.store.attachment.recyclebin.hint = file
*I am not sure what i am missing here? Is running wiki under disk mode the
cause for it ?, If yes what is the right way to proceed?*
Hello,
I'm trying to import a xar published to my local maven repository.
I've setup the local repository in xwiki.properties:
extension.repositories=maven-local:maven:file:///c:/Users/jbousque/.m2/repository
My extension exists in this repository:
C:\Users\jbousque\.m2\repository\org\xwiki\contrib\mailarchive\xwiki-contrib-mailarchive-ui\0.2\xwiki-contrib-mailarchive-ui-0.2.xar
When trying to import extension with id
"org.xwiki.contrib.mailarchive:xwiki-contrib-mailarchive-ui", I get
the following error:
Failed to import extension: class
org.xwiki.extension.ResolveException: No versions available for id
[org.xwiki.contrib.mailarchive:xwiki-contrib-mailarchive-ui]
at org.xwiki.extension.repository.aether.internal.AetherExtensionRepository.resolveVersions(AetherExtensionRepository.java:252)
at org.xwiki.extension.repository.xwiki.internal.DefaultRepositoryManager.getVersions(DefaultRepositoryManager.java:409)
at org.xwiki.extension.repository.xwiki.internal.DefaultRepositoryManager.importExtension(DefaultRepositoryManager.java:430)
at org.xwiki.extension.repository.xwiki.internal.RepositoryScriptService.importExtension(RepositoryScriptService.java:100)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
[...]
And from the logs (with debug activated for
"org.xwiki.extension.repository" and "org.sonatype.aether") :
[http://.../ExtensionCode/ImportExtension?parent=Extension.WebHome&template=ExtensionCode.ExtensionTemplate&importExtension=true&extensionId=org.xwiki.contrib.mailarchive%3Axwiki-contrib-mailarchive-ui&repositoryId=maven-local]
DEBUG .DefaultPlexusComponentManager - Using connector
FileRepositoryConnector with priority 1 for
file:///c:/Users/jbousque/.m2/repository
[http://.../ExtensionCode/ImportExtension?parent=Extension.WebHome&template=ExtensionCode.ExtensionTemplate&importExtension=true&extensionId=org.xwiki.contrib.mailarchive%3Axwiki-contrib-mailarchive-ui&repositoryId=maven-local]
DEBUG .DefaultPlexusComponentManager - Writing resolution tracking
file C:\Users\jbousque\AppData\Local\Temp\jetty-0.0.0.0-8097-xwiki-_xwiki-any-_2086184271349922709\xwiki-temp\aether-repository\org\xwiki\contrib\mailarchive\xwiki-contrib-mailarchive-ui\resolver-status.properties
Content of resolver-status.properties is:
maven-metadata-maven-local.xml.error=
maven-metadata-maven-local.xml.lastUpdated=1351257375255
Can't find what's wrong here ...
Thanks,
Jeremie
PS: I tried with 4.2 and 4.3-SNAPSHOT with .exe distrib under windows
Hi fellow XWiki developers,
The company I work for, XWiki SAS (see http://bit.ly/SEl2yY for details on the relationship between XWiki SAS and the open source project), is currently in the phase of discussing several new development projects for customers.
We are expecting some activity growth pretty quickly in 2013 and beyond and therefore we are looking for front-end developers to work for our Client Development Team in priority (but also in the Core Development Team).
We're considering both new hires and sub-contractors, so if you feel there can be a match between your interests and the mission we're proposing send us an email at jobs(a)xwiki.com:
* http://www.xwiki.com/xwiki/bin/view/Company/DeveloperOpenPosition
* http://www.xwiki.com/xwiki/bin/view/Company/CoreWebDeveloperOpenPosition
Looking forward to hearing from you on jobs(a)xwiki.com !
-Vincent Massol
XWiki SAS CTO
I am attempting to install the ldap application using the extension manager.
I am operating behind a proxy. I have set the proxy settings using the java
system properties, and I am able to list / view extensions.
However when I try to install an extension I get an error that Could not
find extension dependency [org.xwiki.platform:xwiki-platform-ldap-api-4.0]
Full stack trace is below.
I am guessing this is related to https://jira.xwiki.org/browse/XCOMMONS-280
Is there a workaround?, something I can set to install this plugin.
Could not find extension dependency
[org.xwiki.platform:xwiki-platform-ldap-api-4.0]
class org.xwiki.extension.InstallException: Failed to resolve extension at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:684)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
at
org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
java.lang.Thread.run(Thread.java:662) Caused by: class
org.xwiki.extension.InstallException: Failed to resolve extension dependency
[org.xwiki.platform:xwiki-platform-ldap-api-4.0] at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:733)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:597)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:572)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:782)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:682)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
at
org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
java.lang.Thread.run(Thread.java:662) Caused by: class
org.xwiki.extension.ResolveException: Could not find extension dependency
[org.xwiki.platform:xwiki-platform-ldap-api-4.0] at
org.xwiki.extension.repository.internal.DefaultExtensionRepositoryManager.resolve(DefaultExtensionRepositoryManager.java:177)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.resolveExtension(AbstractInstallPlanJob.java:731)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:597)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtensionDependency(AbstractInstallPlanJob.java:572)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:782)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:682)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:383)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:295)
at
org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:225)
at
org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:156) at
java.lang.Thread.run(Thread.java:662)
--
View this message in context: http://xwiki.475771.n2.nabble.com/Install-of-ldap-extension-fails-tp7581987…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Done, moved the realtime editor to contrib and now you can report issues here:
http://jira.xwiki.org/browse/XCONTRIB/component/12462
Thanks,
Caleb
On 10/24/2012 10:32 AM, Thomas Mortagne wrote:
> +1
>
> On Wed, Oct 24, 2012 at 2:43 PM, Caleb James DeLisle
> <calebdelisle(a)lavabit.com> wrote:
>> Hi,
>>
>> Since I've got the realtime editor in a working state and it's hosted as an extension,
>> I'd like to move it to xwiki-contrib so we can take advantage of the jira project and
>> not have issues lost in githubland.
>>
>> WDYT?
>>
>> Thanks,
>> Caleb
>>
>> _______________________________________________
>> devs mailing list
>> devs(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/devs
>
>
>
The XWiki development team is proud to announce the availability of
XWiki Enterprise 4.3-milestone-1.
This release brings several improvements in Workspaces, Extension
Manager, Distribution Wizard and the REST API.
It is now possible to activate the multiwiki feature when using the
HSQLDB database (i.e., in the standalone version of XWiki Enterprise).
Several important fixes for bugs related to importing Office Documents
while using filesystem attachments have also been included.
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/ReleaseNotesXWiki43M1
Thanks
-The XWiki dev team
Hi,
I'm trying to install XWiki 4.2 on Tomcat container (on Linux Redhat 6.3)
For the extension manager, I have set the proxy using
-Dhttp.proxyHost=theproxy -Dhttp.proxyPort=8080 -Dhttps.proxyHost=theproxy
-Dhttps.proxyPort=8080
the in the CATALINA_OPTS.
Each time the XWiki is started, I have this kind of errors :
http://pastebin.com/raw.php?i=UTzKUigX
I'm able to install new extensions, but the "Upgrade wizard" didn't found
"XWiki Entreprise UI" (the xwiki-enterprise-ui-all-4.2.xar was manually
uploaded).
Using a simple Java program that use the proxy, I'm able to download the URL
shown in the log. So I guess the proxy is correctly configured.
Am I missing something in the configuration ?
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWiki-4-2-and-Tomcat7-and-Proxy-tp7581972…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello Guys,
first of all i would like to say that i'm a student from germany so sorry
for my bad english.
i've already used the search function but i don't find a solution for my
problem.
I'm using Xwiki 4.2 and i would like to create templates for the input of
the members.
There should be a uniform structure, and each entry should look almost equal
in my xwiki.
I would like to create a template for customer information and at the top
there should be a table of contents.
in addition to that some areas should not be visible for all member groups.
thanks in advance
--
View this message in context: http://xwiki.475771.n2.nabble.com/using-and-creating-Templates-in-XWiki-4-2…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Xwiki developers
I would like to know what is the best way to get fields of a Class
created on Xwiki ? I tried with reflection but things seems not work right
, I do not even know what class to use. please would you give me some key
notes on that subject.
Thanks
Hi All!
How can I set up XWiki to work with HTTPS correctly? Where one can read it?
Because as far as I understood, that XWiki has no no native support for HTTPS and it should work as following:
user -> https -> web server -> http -> XWiki -> http -> web server -> https -> user
Is it the only way?
Kind regards,
Dmitry
Hi, we are a non-profit Italian organization for enviroment and waste
recycling activism.
We would like to use this wiki for collaboration and generate documentation.
username: aravasio
server name: bergamo5stelle
Thanks in advance.
Andrea Ravasio
Hi, All!
XEM has brilliant opportunity to split knowledgebase into workspaces. But, there is a "bug" in a multiwiki crosslinks.
One page has link to another in relative format: wiki:Space.Page.
Inside the same wiki on page ranaming, all links to this page are verified and fixed to the new page name. Excelletn.
The same is done in multiwiki environment. Wiki1:Space1.Page1 has link to Wiki2:Space2.Page2. Works fine!
On page renaming from Wiki2:Space2.Page2 to e.g. Wiki2:Space2.Page3 we have broken link in Wiki1:Space1.Page1.
As far as I understand XWiki, there is no way to handle such a situation by standard means. Moreover, extension to verify external broken links won't be useful either, cause link is "internal".
So, the question is: is there a way to make multiwiki crosslinks alive in any page renaming?
Second question is also essential. Is it possible to rename page as following:
Wiki1:Space1.Page1 -> Wiki2:Space1.Page1
As far as I understand, it should be real also (cipy already has this feature). Such a rename, IMHO, is the best solution in comparison to: export in wiki1->import in wiki2->delete in wiki1
What are plans for such a XEM "upgrade" in standard functionality?
Kind regards,
Dmitry
Hi!
XEM 4.1.4. Blog application.
RSS feed. File GlobalBlogRss.webintents.
If description is in English - no problem:
<description><p>This is your wiki's blog first post. Its goal is to provide a short description of your blog's main features.</p></description>
If description is in Cyrillic, it shows something like this.
<description><p>ÐолнÑй конÑенÑ.</p></description>
All database settings are correct and set to utf-8 as required.
Is it fixable? Should I jira it?
Kind regards,
Dmitry