Hi everyone,
FYI I’ve released version 8.2.1 of the JIRA Macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Macro) and the JIRA Scripting API (http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Module).
The main new feature is the ability to access authenticated JIRA servers and to manage JIRA servers configuration from the Admin UI, see http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Administration/
Before you had to specify a URL when using the JIRA macro, such as {{jira url=“http://jira.xwiki.org” …/}}. You should now prefer using the {{jira id=“someid” …/}} parameter and define “someid” in the Admin UI. This allows to manage centrally JIRA instance configuration. Note that the URL parameter is still supported though.
In addition, these extensions were located in xwiki-rendering and xwiki-platform. They’re now under xwiki-contrib which means they’re now no longer linked to releases of XWiki; they now have their own release lifecycle, which will have 2 consequences:
- it’ll be easier to release new versions more quickly
- any committer on xwiki-contrib can improve them
Enjoy!
Thanks
-Vincent
Depending on the cost, we might be willing to pay somebody to fix this issue.
Keith Davis (214) 906-5183
From: Keith Davis
Sent: Sunday, May 29, 2016 8:22 AM
To: XWiki Users
Subject: Update To 8.1 Permissions Broken
So it seems that now every time we upgrade, permission are broken. I was able to fix them last time by reverting the UI upgrade (deleting all folders named "8%2E0"), but then the Distribution Wizard never ran. If the DW runs, our permissions are broken. If it doesn't, 8.0 / 8.1 works, but the UI is not updated.
Keith Davis - MCSA, ZCE
P.R.I.D.E. - I.T. Director / Senior Developer
www.pridedallas.com<http://www.pridedallas.com/>
Mobile (214) 906-5183
So it seems that now every time we upgrade, permission are broken. I was able to fix them last time by reverting the UI upgrade (deleting all folders named "8%2E0"), but then the Distribution Wizard never ran. If the DW runs, our permissions are broken. If it doesn't, 8.0 / 8.1 works, but the UI is not updated.
Keith Davis - MCSA, ZCE
P.R.I.D.E. - I.T. Director / Senior Developer
www.pridedallas.com<http://www.pridedallas.com/>
Mobile (214) 906-5183
Hello,
Just to share, got the same problem after upgrading two from my xwiki from 7.x to 8..1
Since 24/05/2016 with xwiki 8.1 java runtime Java is 8 (before 7).
To solve it fast :
vi /etc/apt/sources.list
Just add :
deb http:~/~/ftp.fr.debian.org/debian/ <http://ftp.fr.debian.org/debian/> jessie-backports main
Then
sudo apt-get update
apt-get install openjdk-8-jre-headless
apt-get install openjdk-8-jdk
Then if Java7 was installed previously, change main 'java’ and 'javac’ command to point to Java8
sudo /usr/sbin/update-java-alternatives -s java-1.8.0-openjdk-amd64
Then everything works fine for me.
Regards,
zoldax
Hello,
With livetable on top of column we can use select list to choose one value to filter our table.
I use 'resultPage' option to use a custom query and I try to add a multiselect list to filter data with OR condition.
On top of column I wanted a multiselect list like this one:
http://davidstutz.github.io/bootstrap-multiselect/#further-examples
but I have difficult to make it work (probably because prototype vs jquery).
I can add some option in my list (I modify ./skins/flamingo/macros.vm) but I didn't manage to display my multiselect list.
Do you have a js recommanded framework to use a multiselect list? It seem bootstrap don't have this kind of list.
Thxs.
Pascal B
Hello:
I was wondering if anyone else has done this. My application is starting to
need a whole bunch of javascript, and I was thinking of setting up a
separate space (maybe call it js) where there is nothing but pages with
javascript objects attached. That way I could set up a ClassSheet for that
space, whith an embedded javascript editor (ace editor) to make editing the
javascript easier.
Dan.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Setup-a-sepparate-space-for-javascript-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.