Hi,
i want to display some pages in one page (to create a print or pdf). I use
{{groovy}}
import org.xwiki.rendering.lyrics.Lyrics;
for (Lyrics lyrics:
services.component.getComponentManager().getInstanceList(Lyrics.class)) {
// println("{{html}}\n\n{{/html}}\n")
println("== "+lyrics.getTitle()+"==")
println("{{include reference=\""+lyrics.getDocument()+"\"/}}")
}
{{/groovy}}
with the Lyrics Macro
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Lyrics). But now i
need to change some parameters in the macro from the included pages, so i
can change the layout. I looked into the code of the include macro and try
to set some parameters in the macro-block from the //documentBridge//. But
this is after testing not working. Could you give me a hint?
Goal: I want to add a playlist-feature to the lyrics-macro, so i can set
some songs which could be displayed in one page. For print i want to add the
feature to enable/disable the fret-chord-pictures.
Regards,
Matthias
--
View this message in context: http://xwiki.475771.n2.nabble.com/Inject-Parameter-in-a-macro-in-a-other-do…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
The XWiki development team is proud to announce the availability of
XWiki 5.3 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.3 final and
it brings a few small improvements to the Solr search UI and the
ability to import large XARs using the WikiStream framework. The Solr
index has been modified to support the search for documents matching
specific values in multiple object properties. As a consequence you
can now facet and sort the search results based on property values.
Besides this the new release includes 38 bug fixes and 14 small
improvements.
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/ReleaseNotesXWiki53RC1
Thanks
-The XWiki dev team
Hi devs,
Today is Bug Fixing Day 47.
We're currently at -126 bugs (we were at -127 bugs last week!) for the 1600 days period:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10352
Bugs still seem to be winning ATM. Let's reduce this gap a bit...
IMPORTANT:
Since we're getting close to the end of the 5.x cycle and since this is RC time please be very careful about your commits and don't commit anything dangerous. Be on the safe side. It's better to do less bugs rather than commit regressions. We've been having issues of stability recently and they might have been added during BFD so we need to be careful.
NOTE:
Since we're again very late for 5.3 I think it's acceptable that some committers continue their work for 5.3 RC1 and final today instead of participating to this BFD.
Here's the BFD#47 dashboard to follow the progress during the day:
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11891
Thanks
-Vincent
The XWiki development team is proud to announce the availability of XWiki 5.2.2.
This is a bugfix release for 5.2 and 5.2.1. We highly recommend to upgrade.
You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few hours for the binaries to propagate to the download servers if the download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki522
Thanks
-The XWiki dev team
Hi,
we studied the source code of the gwt wysiwyg editor but we found no
official way to integrate an custom plugin.
We have the impression that it should be relatively easy to establish a
public API for registering customer plugins.
The customer plugin would be delivered as javascript code with a global
javascript function that implements PluginFactory interface.
The WysiwygEditorConfigClass would have an addition property
customerPlugins, containing a comma seperate list of strings of the
PluginFactory method names.
Do you think that this is doable?
Regards
Richard
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-a-customer-plugin-to-the-wysiwyg-e…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello,
I'd like to request a repository on contrib so I can commit the code of
XPoll Doodle Application (which can be found here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/XPoll) in order to
commit a bug fixes and release a new version.
Also, please create a Jira project and make me project lead.
Thank you,
Andreea Popescu
I was happy enough with simple solution, which required saving document
before adding new object:
#set($redirect=$xwiki.getRequestURL())
{{html}}<a
href="$tdoc.getURL("objectadd","classname=Space.ObjectClass&xredirect=
${redirect}")&form_token=$!services.csrf.getToken()">Add
object</a>{{/html}}
Though for "average users" it could be hard to digest. Therefore I'm
analysing Object edit mode form, where it works. I checked that link
generation in #macro(displayAddObject $class) of the editobject.vm
doesn't do the magic and I suppose it is somewhere in JavaScript.
Can you provide some hints how it is actually done?
Thanks in advance!
Valdis
Hi devs,
I’d like to release 5.2.2 tomorrow. I has already quite a lot of issues and we can always do a 5.2.3 if need be later on (although I think 5.3 would be even better to use - if it proves stable).
http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11890
WDYT?
Thanks
-Vincent
The problem i'm having is when i'm developing an application in xwiki,
normally, I just have to send my friends a xar file if all my sources are in
pages.
But when i use an external jar bundle, I have to put it into WEB-INF/lib.
Is there anyway to deploy my application without put the external jar file
by hand into WEB-INF/lib
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-deploy-a-new-jar-bundle-tp7588210.…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
We’re getting there!
New proposal:
- 5.3RC1: tomorrow (5th)
- 5.3 final: 10th of Dec
Note: originally we were supposed to release on 25th of Nov.
Thanks
-Vincent