Hi,
Sorry in advance. I can't imagine that this hasn't been asked before but as
I couldn't find anything I may have used the wrong key words.
Anyway, my problem is: I have created an app with "App within minutes" on
XWiki 7.4.3 and among others defined boolean fields (checkboxes).
I also added th
Hi,
I am currently implementing my first XWiki application and starting to
learn velocity. There is one thing that makes me mad.
There is a static list field with code "ddlProductFamily".
I try to display the items in this list in a nice way (one below the other).
Different approaches including
<
mariusdumitru.flo...@xwiki.com>:
> On Thu, Jun 23, 2016 at 5:32 PM, D R wrote:
>
> > Hi,
> >
> > I am currently implementing my first XWiki application and starting to
> > learn velocity. There is one thing that makes me mad.
> >
> > There is a sta
Hi,
I have an XWiki 7.0.1 instance over here where I want to link to a page on
another Wiki:
Main Wiki
|-- Sub-Wiki "Products"
|-- Space "A Product"
|-- Page "The Page"
I created a new page on "Main Wiki" where I entered the link as follows:
[[Label>>Products:A Product.The Page]]
W
Hi,
thanks for the answers. I prefixed the link with "doc:" but the problem
persists. The link to the "not existing page" is:
http://wiki/xwiki/wiki/products/create/A+Product/The+Page?parent=Doku.Page+with+link
To verify the correctness of my link I copied the above to the address bar
of my brow
Hi,
I'm trying to implement a basic password manager as an XWiki application. I
have short text fields for username and password. In view mode the password
is replaced by ** to hide it from prying eyes.
Now I'd like to have a button next to the username and password fields for
copying the
; does it help to use the lowercase "products:" (i.e. the name of the DB =
> id of the wiki, instead of the name of the wiki)?
> i.e. something like:
>
> [[Label>>products:A Product.The Page]]
>
> or:
>
> [[Label>>doc:products:A Product.The Page]]
>
&g
t looks odd to me is:
> >data-clipboard-target="$doc.display('sTxtPassword')">
>
> This will render the value of the sTxtPassword field as clipboard target;
> I guess you want to use the id of the input field instead, e.g.
>
> data-clipboard-target
Hi community,
I implemented a customer profile holding information about customers as an
XWiki application. Now in another app I'd like to have an optional field
that can contain the customer if it is related to one. Therefor I want to
list all customers (existing pages of App 1) as dropdown value
; -Vincent
>
> > On 25 Jul 2016, at 14:56, Marius Dumitru Florea <
> mariusdumitru.flo...@xwiki.com> wrote:
> >
> > Hi Dennis,
> >
> > Maybe this can help
> >
> http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki
> &g
hows how
> to "Retrieve
> the raw value of the property".
>
> On Tue, Jun 28, 2016 at 4:43 PM, D R wrote:
>
> > Hi,
> >
> > Yes, I want to display the values of the field ddlProductFamily. It is a
> > multi-select list field. In the application I add
Thanks, Marius
Well, looks like it is not supposed to be easy to display the items of a
select field.
After playing around for some time I have:
#set($obj = $doc.getObject('Customer Profile.Code.Customer ProfileClass'))
#set($rawValue = $obj.getProperty('sListSupportLevel').value)
#set($class = $
6, 2016 at 11:45 AM, D R wrote:
>
> > Thanks guys but I face an issue.
> >
> > I added a Database List property to the Class of App 2 as explained on
> >
> >
> http://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki
> > .
>
I have the pages
Test Customer 1
Test Customer 2
Why is the item "Customer ProfileTemplate" shown?
2016-07-27 14:52 GMT+02:00 D R :
> After changing "Id Field Name" to doc.name still the dropdown has 3 empty
> items though the source application has only 2 pages.
>
&
Hi,
I'm having a hard time getting XWiki (on CentOS 7 / Tomcat 8.0.33) to work
with our companies new authenticated proxy.
First of all: in general the service user I'm using can successfully
authenticate on the proxy (tested in firefox on my computer and elinks on
the Linux machine). Before we h
Hi,
does somebody else know a working solution for copying the value of a
certain field to the clipboard on the press of a button?
Thanks in advance,
Dennis
2016-06-29 16:04 GMT+02:00 D R :
> Hi,
>
> I made the suggested change:
>
>
> But still nothing is being copie
That worked, many thanks. I still have much to learn.
2016-07-28 14:24 GMT+02:00 Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com>:
> On Wed, Jul 27, 2016 at 3:43 PM, D R wrote:
>
> > Thanks, Marius
> >
> > Well, looks like it is not supposed to be
With the help of the query I was able to filter out the template, many
thanks.
2016-07-28 14:37 GMT+02:00 Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com>:
> On Wed, Jul 27, 2016 at 4:00 PM, D R wrote:
>
> > Sorry, my mistake. I edited the wrong field. After chan
Hi folks,
I upgraded XWiki from 7.0.1 to 7.4.4 which went fine.
After checking everything is ok I ran the nested pages migration
application and noticed some things I have questions on:
1. After migrating my main wiki the heading "Wiki Home" was replaced by
"$services.localization.render('xe.home
in
Web Home. Or is it safe to change this via database or something?
Concerning point 1 I put some general name on the main wiki front page but
a localized variable would surely be nicer.
Regards,
Dennis
2016-08-18 17:48 GMT+02:00 Vincent Massol :
> Hi Dennis,
>
> > On 18 Aug 2016, a
Hi,
I have created an application holding info about customers. When creating
new pages in it I discovered that no sub pages can be created below those
application pages, new pages are always created right below the application
itself (on the same level as the customer itself).
Example:
Applicati
u sure that you didn’t this issue after the XWiki upgrade and
> *BEFORE* executing the nested page migrator? Did you get any conflict
> during the Distribution Wizard execution?
>
> Thanks
> -Vincent
>
> > On 19 Aug 2016, at 09:16, D R wrote:
> >
> > Hi Vince
e__?" with "/__entryName__/WebHome?" should lead to
> > the creation of nested pages, but you have to do it before the
> > AppWithinMinutes.LiveTableViewSheet JSX reads the value.
> >
> > Hope this helps,
> > Marius
> >
> >
> > On Fri, Aug
Hi,
I have an issue with a template.
I created Dashboard.CustomerDocsDashboard with the following content:
```
{{velocity}}
#if ($context.display == 'edit')
{{info}}
Du bist im Begriff den neuen Kunden-Dokument-Bereich "//$doc.title//" zu
erstellen.
Um fortzufahren wähle eine der unten s
Hi,
I have an issue with the Livetable Excel Export Plugin:
[
http://extensions.xwiki.org/xwiki/bin/view/Extension/LiveTableExcelExport+Macro
]
I installed it throuth extension manager on a local test install (Demo ZIP
Package) and on our production instance (CentOS 7.2/Java 8/Tomcat
8.0.33/Mar
ps://github.com/xwiki-contrib/macro-livetable-excel-export/commit/
> df7fd45956233e427d699e062b8e3d4108541893.
>
>
> Hope this helps,
> Alex
>
> On Thu, Aug 25, 2016 at 10:41 AM, D R wrote:
>
> > Hi,
> >
> > I have an issue with the Livetable Excel Export Pl
Hi,
does nobody have an idea why the macro error is only shown when creating a
page via url?
Regards,
Dennis
2016-08-24 12:02 GMT+02:00 D R :
> Hi,
>
> I have an issue with a template.
>
> I created Dashboard.CustomerDocsDashboard with the following content:
>
>
>
Hi guys,
I'm having a hard time accessing the fields of an application (prepared via
App Within Minutes) document from another document.
I have those 2 documents:
1. XApp / Data / 123456789
2. Test / Testscript
I try to prepare an event listener to rename new documents according to
some of thei
Hi,
Is there a way to display additional things inside a Livetable field to
interact with the field value shown?
For example I have a livetable showing all application documents as follows:
Name | Category | User | Password | Modify Date | Actions
For every entry in the User and Password column
Hi community,
I'm having a hard time getting a Javascript Extension for an
AppWithinMinutes livetable to work.
I have several livetable "enhancements" in it like changing background
color per field value which work properly.
As a reference I've used the example:
http://snippets.xwiki.org/xwiki/b
In case you don't have a local admin account you could enable the
superadmin account:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HEnablesuperadminaccount
2016-11-08 15:27 GMT+01:00 Sean Whalen :
> I ran apt-get update on my wiki server, which upgraded XWiki to 8.3. Now
> t
Hi,
Nobody here who can help me fix the Javascript Extension?
Regards,
Dennis
2016-11-04 14:18 GMT+01:00 D R :
> Hi community,
>
> I'm having a hard time getting a Javascript Extension for an
> AppWithinMinutes livetable to work.
>
> I have several livetable "enhan
Thanks Marius,
can you tell me how to avoid this and get the desired result or where I can
find the information?
Regards,
Dennis
2016-11-08 18:46 GMT+01:00 Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com>:
> On Tue, Nov 8, 2016 at 4:38 PM, D R wrote:
>
> > Hi,
>
Hi,
In an XWiki Application I created I want to make sure documents created
within it get named in a specific pattern from the fields filled inside
them.
Currently I use a custom button to redirect the user to a new document with
a dummy name so he doesn't need to fill the name (that should get
o
Continue and then Cancel (I think, to be checked).
>
> Another option, more complex, is to write an event listener that catches
> the document save event and renames the document if needed based on its
> fields. The bad part with this is that the user is still not redirected
> when using
ct(false))
$services.refactoring.rename($renameRequest)).join()
#end
{{/velocity}}
```
Thanks again,
Dennis
2017-03-01 10:30 GMT+01:00 Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com>:
> On Tue, Feb 28, 2017 at 3:03 PM, D R wrote:
>
> > Hi Marius,
> >
> >
:
```
```
Could you please help me how proceed further?
Thanks, Dennis
2017-03-01 15:51 GMT+01:00 D R :
> Hi Marius,
>
> thanks, I'm one step further now, at least the NameManager now does
> renaming in general (it renamed itself until I added an #if clause to not
> do so).
>
> I w
Hi everybody,
I have a huge issue here with our XWiki 7.4.4 instance running on CentOS 7
/ Tomcat 8.0.33.
We had a document space "Customer Docs" in a sub wiki "Customers" with
several nested docs (customers with more nested docs).
A user managed to break the whole document space by renaming it
Hi again,
does nobody have an idea?
The other guys in the wiki team lose faith because a simple rename can have
such a huge impact on the contents and the restore feature does not work.
Regs, Dennis
2017-04-28 11:31 GMT+02:00 D R :
> Hi everybody,
>
> I have a huge issue here with
ase let me know, otherwise please tell me how to achieve
the above without going throuth each document. Via database?
Thanks and regards,
Dennis
2017-05-03 9:53 GMT+02:00 D R :
> Hi again,
>
> does nobody have an idea?
>
> The other guys in the wiki team lose faith because a simple
Hi,
I'd like to change the output of XWiki RSS feeds to show more details.
Currently it only shows "The document was created/changed".
More details like a summary of changes or the whole document contents in
case it's a new one would be appreciated.
Is it possible to edit the default RSS output
Hi,
since creating an own color skin the space FlamingoThemes is shown on the
wiki main page in the spaces section.
I don't want users to see it because they will get confused.
How can I hide this space? Setting permissions to admins only -of course-
destroys the page layout for normal users.
Ki
Thanks Vincent,
hiding the color theme page worked, I created Jira
http://jira.xwiki.org/browse/XWIKI-11485 to hide created color theme pages
by default.
BR,
Dennis
2014-11-25 18:23 GMT+01:00 vinc...@massol.net :
> Hi,
>
> On 25 Nov 2014 at 16:30:22, D R (rir@gmail.com(mail
Hi all,
I have a strange issue on XWiki 6.3 (Windows Server 2003 R2, Apache 2.4,
MySQL 5, Tomcat 7).
On a subwiki main page I added the include macro to display the contents of
a page on the main wiki (an info box that should appear on all subwikis).
The macro works logged in as the admin user bu
Sometimes it's the small things. Using the wiki reference lowercase did the
trick, thanks :)
2014-11-26 15:44 GMT+01:00 Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com>:
> On Wed, Nov 26, 2014 at 1:18 PM, D R wrote:
> > Hi all,
> >
> > I have a strange is
Hi,
is there a way to make the search function on the main wiki also search
inside subwikis?
Couldn't find something in the documentation.
Thanks in advance,
Dennis
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
27;s exactly what the default search is doing by default. You
> then get on the right a filter where you can select which wiki's
> result you want to keep.
>
> On Wed, Nov 26, 2014 at 4:12 PM, D R wrote:
> > Hi,
> >
> > is there a way to make the search fun
Hi all,
I set up a subwiki where the content is restricted to registered users.
Only global users (authenticated via LDAP from the main wiki) are allowed.
I also set up a color theme and logo.
Now when the subwiki is accessed you are automatically redirected to the
login page but there the default
Hi,
I imported several .xar files from another xwiki instance and afterwards
wanted to delete the uploaded .xar files.
All but one have successfully been deleted.
Everytime I delete "Xwiki_New.xar" from the import screen inside the
administration screen and refresh the page it's there again.
Also
sually issue with
> > attachments are related to their size and the available memory.
>
> Was "in the log".
>
> >
> > On Thu, Nov 27, 2014 at 3:27 PM, D R wrote:
> >> Hi,
> >>
> >> I imported several .xar files from another xwiki instance a
Hi,
in our company we used the standalone version of XWiki for testing and are
very satisfied with it so we want to migrate to the new version and a more
robust setup.
The setup is Windows Server 2003 R2 (sadly only 32 bits) with Apache 2.4,
MySQL 5 and Tomcat 7.
XWiki 6.3 is setup now including
Hi,
when we import a PDF document (which can be opened in Libre Office
successfully) into XWiki we get the error message:
*500 Internal Server Error The call failed on the server; see server log
for details*
Looking at the Tomcat 7 server logs there are several entries, see below.
Out setups is t
Hi,
after every reboot of our Windows Server when first connecting to XWiki in
the browser a page is shown with "Initializing (xx%)" which runs for
several seconds before finally the XWiki main page is shown.
Is there some way to automate this initialization after the machine
rebooted?
Setup: Wi
Hi guys,
we discovered an issue with XWiki 6.3. After importing a PowerPoint
presentation from within the WYSIWYG editor and saving the page the
presentation is added to the attachments but the document shows a black
gallery with 0/0 slides. In the log files I don't see any errors concerning
this.
ro is empty.
Will open a Jira for this.
BR,
Dennis
2015-02-19 13:34 GMT+01:00 D R :
> Hi guys,
>
> we discovered an issue with XWiki 6.3. After importing a PowerPoint
> presentation from within the WYSIWYG editor and saving the page the
> presentation is added to the attachments but
Hi everybody,
I recently migrated our XWiki Windows Server installation to an Ubuntu
Server 14.10 (x64) setup with XWiki 7, Tomcat 8, Java 8 and Nginx proxy.
All issues that occurred were fixed and everything is running smoothly now
except for one thing.
JPG images don't show up on XWiki, I get th
Hi everybody,
we migrated our XWiki from Windows Server (Tomcat 7, XWiki 6) to Ubuntu
Server 14.10 (Tomcat 8, XWiki 7) installed via the apt repository.
All issues up to now could be solved but I stumbled upon one remaining
issue.
Opening Pages with " in the title/link lead to a tomcat 500 page.
.
When opening pages with " in the title/link I still get the same error 500
from tomcat.
Any further hints/suggestions?
Regs,
Dennis
2015-04-20 20:54 GMT+02:00 :
> Hi D R!
>
> Have you checked if the encoding in the whole enviroment is correctly set
> up? I've seen somet
Hi,
did you take a look here?
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Backup
Regs,
Dennis
2015-04-21 12:30 GMT+02:00 Maciej Fokt :
> Hi,
>
> I think my all problems will be resolve if I reinstall XWiki. Since I do
> that i want to make a backup of all my spaces itp.
> Could you tell
Via the application you can export spaces and pages offering to export
everything (by adding all spaces and containing pages). This will give you
a XAR file of the whole content.
Then you can import this XAR file via Administration > Import.
Again, if you have lots of (big) attachments I recommend
Does anybody have additional hints how I can solve this blocking issue?
Thanks in advance.
2015-04-21 9:56 GMT+02:00 D R :
> Thanks, Ricardo.
>
> I checked the encoding documentation and performed some steps but the
> issue still occurs.
>
> What I did:
>
> - XWiki
from tomcat mentioned below.
Yes, the Windows server accepts the quotation marks, I can click the
document links and they are shown correctly, the Ubuntu Server throughs the
500 error at me.
Regs,
Dennis
2015-04-22 11:44 GMT+02:00 :
> Hi D R!
>
> Does this URL included in the error messag
), so no issue here
>
> Is there anything else in the setup? For example an apache as frontand or
> the like?
>
> Clemens
>
>
>
> On 04/22/2015 12:43 PM, D R wrote:
> > Hi,
> >
> > it has nothing to do with the space name. I can reproduce the issue
>
gt; ...
>
>
> Can you see what tomcat writes in its access log for that page?
>
> Can you check in the generated HTML of a link that the '"'
> is actually encoded as '%22" in the href attribute? (Actually
> this must be the case as otherwise the quote
;d say, the error is ok, the URL should have been encoded.
> >>>
> >>> b) however if you first go e.g. to the wiki start page,
> >>> and then navigate to the page with quotes in the names, then
> >>> XWiki should encode the url properly, and this error
65 matches
Mail list logo