I have extract the WAR-file into \Enterprise\webapps\xwiki
and imported the XAR over XWIKI -> Administer Wiki -> Import
For the M1 I used the Standalone installation including a Jetty container
and an HSQLDB database and had no changes in the hibernate.cfg.xml or
xwiki.cfg. So there is no need to copy them in the new WEB-INF.
Now tell me what did I do wrong?!
The new creations/applications seem to don't have a translation and the
Class Editor site also looks curious.
Here a screenshot:
http://xwiki.475771.n2.nabble.com/file/n5243269/ClassEditorM2.jpg
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrate-XWiki-Enterprise-2-4-M1-to-M2-tp5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have to choose between the normal Table and the Livetable.
I like the possibility to make select boxes with the normal table (using:
class="unsortable selectFilter")
But I have problems with the filtering. If I add pagination and use the
filter field he shows me only the results of the current page.
Livetable finds all pages but I can't make such Filter-Boxes.
Please tell me if I did something wrong with the normal table!
Here is my code:
## The full data to display
#set ($spaceDocs = $xwiki.getSpaceDocsName("Projects-Todo"))
#set($itemsPerPage = 3)
#if($request.ipp)
#set($itemsPerPage = $xwiki.parseInt($request.ipp))
#end
#set($pageNumber = 0)
#if($request.page)
#set($pageNumber = $xwiki.parseInt($request.page))
#end
#set($startAt = $itemsPerPage * $pageNumber)
#if($startAt < 0)
#set($startAt = 0)
#end
#set($endAt = $itemsPerPage * ($pageNumber + 1))
#if($endAt > $spaceDocs.size())
#set($endAt = $spaceDocs.size())
#end
#if($startAt > $endAt)
#set($startAt = $endAt)
#end
#set($totalPages = ($spaceDocs.size() - 1) / $itemsPerPage)
#set($crtPageNumber = $startAt / $itemsPerPage)
#set($spaceDocsInPage = $spaceDocs.subList($startAt, $endAt))
#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.Todo2Class' and obj.name<>'XWiki.Todo2Template'
order by doc.date desc")
#set ($todos= $xwiki.searchDocuments($hql, $itemsPerPage, $startAt))
<table id="todoTable" class="grid sortable filterable doOddEven"
cellpadding="0" cellspacing="0" border="0">
<tr class="sortHeader">
<th>Page</th>
<th>Description</th>
<th class="unsortable selectFilter">Priority</th>
<th class="unsortable selectFilter">Status</th>
<th>Date</th>
</tr>
#foreach ($todo in $todos)
<tr>
#set ($todoDoc = $xwiki.getDocument($todo))
#set ($todoObj = $todoDoc.getObject("XWiki.Todo2Class"))
<td>[$todo]</td>
<td>$todoObj.Description</td>
<td>$todoObj.Priority</td>
<td>$todoObj.Status</td>
<td>$todoObj.Date</td>
</tr>
#end
</table>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Table-Pagination-Filtering-capabilities-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki users,
Using XE2.3.1, the Panel Wizard does not work. You can try to save your new
layout, it is not registered.
A workaround is to define the list of panels in the Presentation section.
Do you encounter the same issue ?
Regards,
Maxime
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is second and last milestone of the XWiki Enterprise 2.4 version.
Main changes from XWiki Enterprise 2.4 Milestone 2:
* Objects and classes editor improvements
* New Template-based page creation
* New Invitation Manager application
* New search application improvements
* WYSIWYG Improvements
* JMX Administration Console
* Watchlist improvements
* Script improvements
* Javascript improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M2
Thanks
- The XWiki dev team
Greetings All,
I recently downloaded the XWiki enterprise package that was as fool proof as they came.
I read through all the instructions then carefully (or so I thought) installed it. I went to go
Open "start wiki" and a black box appeared, immediately the box closed, I tried again a few
Times but the same thing continued to happen. I tried to go to "my wiki" in IE and it wouldn't
Load. I have no idea where I went wrong. I tried to uninstall so that I could reinstall it and try
Again, the "uninstall" option from my start menu (I'm using windows 7) wouldn't work. Any
Help or insight would be greatly appreciated.
Thanks for taking the time to read this,
Alex.
Hi XWiki users,
We have an urgent request, as we need to be able to make a response
TONIGHT (it's not that we did it at the last moment, but that we got the
information very late).
We would like to have XWiki included in the Gartner "Magic Quadrant for
Social Software in the Workplace", which has some tough criterias to get in.
The criterias are to have:
- at least 100000 users (internal to companies, all deployments included)
AND
- at least 4 companies with more than 5000 users (internal to companies)
willing to talk to Gartner about their usage.
While we do have at XWiki SAS companies we work with that we know the
deployment size and that we can contact to see if they are willing to
talk to Gartner, we do need more.
If you have or know of a deployment with more than 1000 users of the
Wiki for INTERNAL USAGE (not public web sites), it would be great if you
can contact us ASAP at marketing(a)xwiki.com
If you have more than 5000 users, please do contact us even more.
Even if you are not sure that you can talk to Gartner please do tell us,
as we need to answer before tonight if we meet the inclusion criterias.
Then there is a follow-up process and we can verify then if talking with
Gartner is possible (we would need at least the deployment acknowledged)
This is very important for XWiki as in can give a lot of visibility to
XWiki and widden the user base thanks to this visibility.
Thanks for your help
Ludovic Dubost
XWiki SAS CEO and XWiki creator
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hello All,
I have some question regarding access rights while creating a page in XWiki.
I'm trying to create a private wiki space, meaning the wiki page created in
that space should be viewable or commented or deleted only by the creator of
the wiki page.
I have a following scenario
I have a group called "MyUsers"
The group "MyUsers" has 50 users. Say for now they are "User001", "User002",
...., "User050".
If the user "User001" creates a page, I would like to make it private for
that user.
Now the only way i can think of to achieve this is to set the access right
permission as "False" for all other 49 users. Then set it "True" for the
User001
Setting it "False" for the group "MyUser" and "True" for the User001 doesn't
seem to solve it.
Can we achieve the latter solution somehow?
-
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-Make-Access-right-permissions-for-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello All,
I have some question regarding access rights while creating a page in XWiki.
I'm trying to create a private wiki space, meaning the wiki page created in
that space should be viewable or commented or deleted only by the creator of
the wiki page.
I have a following scenario
I have a group called "MyUsers"
The group "MyUsers" has 50 users. Say for now they are "User001", "User002",
...., "User050".
If the user "User001" creates a page, I would like to make it private for
that user.
Now the only way i can think of to achieve this is to set the access right
permission as "False" for all other 49 users. Then set it "True" for the
User001
Setting it "False" for the group "MyUser" and "True" for the User001 doesn't
seem to solve it.
Can we achieve the latter solution somehow?
-
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-Make-Access-right-permissions-for-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear all,
we are using XWiki for the project websites and online
documentation of our open source projects and are
(almost) very happy with it.
For releasing distributions and for easy printing of multi-page
documents, we would like to use the PDF export facility
of XWiki. The problem is that the {code} snippets used
often in our documentation are nearly unreadable in PDF.
Here is an example (web page and PDF export):
http://jadex-agents.informatik.uni-hamburg.de/xwiki/bin/view/Standalone+Pla…http://jadex-agents.informatik.uni-hamburg.de/xwiki/bin/export/Standalone+P…
We browsed the documentation, but found it a little bit confusing.
Can anyone please point us in the right direction for solving
this issue or (even better) suggest a fix?
Kind regards and thanks in advance,
Lars
Alex
I have been looking at the ListWebSearch page that's in incubation,
and like what I see. Displaying highlighted words in context is very
useful when searching for pages.
(Found here: http://incubator.myxwiki.org/xwiki/bin/view/Main/ListWebSearch )
I see that the Jira issue is listed as "fixed" for 2.0M1, but the
pages don't seem to exist within the xar file. How would I go about
testing this search page on my deployed wiki? Are there any
requirements or dependencies on code in Xwiki-core, or is this
implemented as a page (or pages) that could be imported?
Thanks,
- James Cuzella
Hello,
I'm running a new installation on a public address. However, I'd like to
screen new users. That is, new users insert their username and email, and I
get a notification. Then they get a confirmation email only if I approve the
user.
Is this possible? If so, how? If not, is there any other way to screen user
registrations?
Thank you very much.
Gonçalo Luiz
Hi,
Is there any news or work done on issue http://jira.xwiki.org/jira/browse/XWIKI-5256 ? I've realized that this issue doesn't appear on Firefox. I'm particularly interested on the solution of this one, as well as some news on when xwiki 2.4 stable will be available.
Regards,
Ramon Gomes Brandão
Analista Judiciário - Eng. de Computação
SERINT - Serviço de Inteligência /SUSEG/SEST
Tribunal de Justiça do Distrito Federal e Territórios
* ramon.brandao(a)tjdft.jus.br
*(61) 3343-7438, ramal 7438
"Seja a mudança que queres ver no mundo" (Mahatma Gandhi)
Nota de Confidencialidade: Esta mensagem e seus eventuais anexos podem conter dados confidenciais ou privilegiados. Se você os recebeu por engano, ou não é um dos destinatários aos quais ela foi endereçada, por favor destrua-a e a todos os seus eventuais anexos ou cópias realizadas, imediatamente. É proibida a retenção, distribuição, divulgação ou utilização de quaisquer informações aqui contidas. Por favor, informe-nos sobre o recebimento indevido desta mensagem, retornando-a para o autor. Agradecemos a gentileza de sua cooperação.
Hello!
I'm slowly implementing my intentions:
http://mid.gmane.org/loom.20100612T141011-881%40post.gmane.org
The problem I have noticed is that I can't login currently. Login page
is located on http://wiki.x.metrolace.ru/ (wiki.x is ugly, I'll fix it
later) and the headers look like this when I'm logging in:
Set-Cookie: username="GpCybk1DvZRGHYktowzcuA__"; Version=1;
Max-Age=1296000; Expires=Fri, 09-Jul-2010 17:54:46 GMT; Path=/; HttpOnly
I can see no domain here despite I have set
xwiki.authentication.cookiedomains=.metrolace.ru
I have also tried xwiki.authentication.cookiedomains=metrolace.ru, it
didn't work.
As a consequence, the cookie is only valid on wiki.x.metrolace.ru, but
not on e. g. http://photos.metrolace.ru/
I guess this is an effect of security improvement in 2.4M1:
Added support for HttpOnly flag for session cookies (XSS protection measure)
It was mentioned that it required manual headers composing, and domains
might have been forgot when writing from scratch. Is it a bug or maybe
I'm missing something?
--
If you want to get to the top, you have to start at the bottom
Hi!
I have exported a whole space to html and found it great.
If I deploy this export I can provide it at static content via plain
http without authentication and for editing the links shows to the live
xwiki instance.
Really nice!
But I have one problem - the skin from the live version isn't applied to
the html-export.
How can I add the skin to the exported static content ?
Best regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
Hello,
I'm setting up a new xwiki installation. I've been trying to configure it
according to some requirements but I'm having some hard time to meet some of
them. Those are:
1 - Users must not be able to registry themselves;
2 - I want to add a notice to the login page for users to send an e-mail to
a given e-mail address requiring their registration (so then I can add them
manually via de Adminstration application).
Regarding (2) I've tried to create a page (
http://xxxxxx.xxxx.xx:8080/xwiki/bin/edit/edit/XWiki.Registration<http://swfactory.impresa.pt:8080/xwiki/bin/edit/edit/XWiki.Registration>)
but to no avail. As an alternative, It'll be nice if a user can user the
registration page to register himself but then he can only login after I
manually activate him. But this second option is a nice to have and not an
hard requirement.
Furthermore, as a sidenote, I am having some problems adding a user (please
see attached screenshot to see what I get when adding it):
This only happens in Chrome browser.
Thank you very much.
Best,
Gonçalo Luiz
Hi XWiki users,
I encounter some difficulties with the Tooltip macro.
I use XEM 2.3.1 in "path" mode. And I discovered on xwiki.org a wonderful
macro to display tooltips in a wiki page.
First, I add the Tooltip macro xar to the Admin Wiki. At this step, the
macro works only in the Admin Wiki and only for the Admin user.
In fact, by default, the Tooltip macro has a macro visibility set to
"Current User" (I hope this will be changed in the future). I changed that
setting to "Global", and I filled the Description field (it was empty).
Then, the Tooltip macro is working fine for any user in the Admin Wiki
(present in the wysiwyg editor, correctly rendered).
My last remaining problem is that it doesn't work in the Wiki Instances. I
can insert a tooltip (using the wysiwyg editor, or manually), the macro is
correctly inserted in the page but the tooltip is never rendered (nothing is
displayed: no question mark, no tooltip). I'm sad.
Do you have any idea to investigate ?
Best regards,
Maxime
Hi everybody,
I created a form class and put it in different pages. One of the object of
the class is a number (integer).
I made a live table that collects the data from the different pages and it
works.
I made also a little script that searches the objects of that class in the
documents of a certain space and displays the value in a standard table.
#set($listone = $xwiki.searchDocuments(", BaseObject as obj, StringProperty
as prop where doc.fullName=obj.name and obj.className='classname' and
doc.space='spacename'"))
#foreach($ww in $listone)
#set($documentObject = $xwiki.getDocument($ww))
#foreach($object in $documentObject.getObjects('classname'))
|[[$ww]]|$object.field1|$object.field2|$object.field3
#end
#end
The fisrst column contains a link to the page and the other columns the
value of the objects.
Now if field3 is the number, is there a way to calculate the total sum of
column 4 and store it in a variable that can be used later in the velocity
macro? Or also have the totals after a live table?
Second question, is it possible to create an array or variable that contains
the values of a single column, that is of a single object of the same class
in the different pages, to be used for further manipulations?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Sum-total-in-a-dynamic-table-tp5221885p52…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I was able to create a wiki page through API. Now I wanted to restrict some
of the access rights for certain users to that particular wikipage through
REST Api. For example, How can we restrict a certain user from viewing a
particular wiki page through REST Api?
In XWiki, this could be achieved by logging in as an administrator -> Click
on a wiki Page -> Click on the 'Access Rights' from 'Edit' dropdown menu ->
and then checkmarking the rights to specific user or group.
How can we achieve this from REST Api?
Any help would be really appreciated.
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/Altering-Access-Rights-from-REST-Api-tp52…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Please provide feedback for the Selective Export UI:
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/MultiExportProposal
PS. The HTML+CSS is not final and it's tested only in Firefox. It will be
improved if it gets positive feedback.
If it doesn't display correctly, please use the IMG to visualize.
Thanks,
Caty
Hi,
Is there anyone that can help with this?
Apologies if it seems like a noob question - I've searched for an answer
in the Xwiki docs and on Google.
Am I posting on the wrong mailing list?
Best regards,
Michael
------------------------------------------------------------------------
We run an xwiki for our internal development team ( version
2.2.4.28034). It's not a major concern, but the document index points to
'dead' pages. Either they don't exist anymore or they're inaccessible?
One example is "Build 6.2.35/0 - Issues Resolved".
"Build 6.2.35" is the space name, "0 - Issues Resolved" is the page
name. It always appears on the Document Index, but it doesn't seem to
exist. Using most of the page delete snippets I've seen, they use a
syntax similar to:
{{groovy}}
print " [[to delete>>"+xwiki.getURL("Space.Page", "delete")+"]]"
{{/groovy}}
Or
[delete page>$xwiki.getURL("Space.Page", "delete")]
Both of the above work (delete the page and remove from the index page)
for a 'normal' page, but not my 'dead' page.
Any help would be greatly appreciated.
Best regards,
Michael
Hi,
I am currently working with big images on my xwiki site. Is there a way to
make the images auto-scale to the width of the xWiki page content if the
image is too big? In order to avoid the horizontal scroll bar that appears
on the page and adjust the images to the width of the xWiki page content. I
am using the colibri skin.
To make my question more general, What is the best way to dynamically resize
images on xwiki? or set a max size for the images maintaining the aspect
ratio.
Thanks,
Abel
Hello,
2 quick questions:
1. Does Watch app employ LiveTable for displaying list of articles?
2. Can Watch app be displayed under a tab, using your Tab macro?
Thanks
--Tom
Hi,
My name is Nick Doolittle and I am a social worker with VNA Hospice Care
based in Woburn, MA. I'm interested in creating a wiki for our
non-profit company- perhaps to be shared at least in part with other
similar elder service agencies in the area- to share an array of
information regarding our services in the Boston area. This information
will be shared with other social workers, nurses, and clinical managers
within our company. Some information, such as company policy, might be
kept restricted to specific users within our agency (if such a feature
is possible within XWiki).
It would be of great help to utilize XWiki to host this wiki. My XWiki
username (freshly created) is ndoolittle. As far as a server address
goes, something along the lines of "hospice" or "vnahc" would be ideal.
Thanks much,
Nick
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Hi all,
I wanted to insert a macro in a page using the wysiwyg and I noticed
that the macros filter (search box on top right) is not searching in the
macro ids.
For example, if I try to write "toc" I get no results. If I write
"table" I get the "Table of contents" macro as result, since its name
matches. I found this a bit annoying in my case, since i know the
macroid (if I were to write it in the wiki syntax) and I cannot find the
macro (still, I'm using the wysiwyg because I can never remember macro
params). Also, I use the search function because it's far easier to
filter it out then scroll for it in the list.
WDYT about searching in the macro ids as well? (1)
Also, the macro id is not displayed. This is good for simple users for
which it has no meaning, but there can be a situation when 2 macros have
the same name and same description (e.g. void description) and users
would want to be able to differentiate one from the other in the macros
list, even the simple users, I would say (for example because they
always want to use one macro of the 2 and they can never tell one from
the other only by name).
WDYT about displaying the macro is as well? (2) of course pretty small
and greyed out, like some advanced metadata.
Marius said it's no big deal to implement neither, as long as we agree.
My +1 for both (1) and (2).
Thanks,
Anca