I've just release Tour Application 1.0.4 which fixes an important bug.
See:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application#Hv1.0…
Thanks.
2016-08-25 12:29 GMT+02:00 Alexandru Cotiuga <alexandru.cotiuga(a)xwiki.com>:
> In fact I don't know how I ended up with the broken link in the browser by
> clicking your. At a second try it worked. Sorry for the noise.
>
> On Thu, Aug 25, 2016 at 1:27 PM, Alexandru Cotiuga <
> alexandru.cotiuga(a)xwiki.com> wrote:
>
> > Hi,
> > The link you gave is wrong (contains an extra '_'). See
> > http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> > Application#Hv1.0.3.
> >
> >
> >
> > On Thu, Aug 25, 2016 at 12:29 PM, Guillaume Delhumeau <
> > guillaume.delhumeau(a)xwiki.com> wrote:
> >
> >> Hello all,
> >>
> >> Yesterday, I have released a new bugfix version of the Tour Application.
> >>
> >> One of the interesting fix is the fact that the elements that were badly
> >> highlighted should be better displayed now.
> >>
> >> See http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> Application
> >> #Hv1.0.3
> >> <http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+
> Application#Hv1.0.3>
> >> .
> >>
> >> You can install or upgrade with the Extension Manager.
> >>
> >> Thanks,
> >>
> >> --
> >> Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
> >> Research & Development Engineer at XWiki SAS
> >> Committer on the XWiki.org project
> >> _______________________________________________
> >> 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
>
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
I have been having issues with increasing attachment size in xwiki for a little over a year now and it really hasn't come up too often but I am at the point now where I need to be able to upload more than 23mb. I have read every article I can get my hands on and here is what I have done so far to try to resolve the issue.
I know 9gb seems excessive but its more or less just a test. The largest files I will be uploading are 75mb
Versions:
Tomcat 8.0
Xwiki 8.2.1
MySQL 5.6
I have adjust Tomcat's server.xml file with the following:
<Connector port="8084" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
maxPostSize="9000000000"
URIEncoding="UTF-8"/>
I have adjusted Tomcat's web.xml file with the following:
<max-file-size>9000000000</max-file-size>
<max-request-size>9000000000</max-request-size>
Xwiki
Max Attachment Size is set to 9000000000
MySQL
max_allowed_packet=9000000000
Hi,
I'm still struggling to get XWiki installed on Ubuntu 16.06 using theDebian packages. :-(
I see on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT
that there is a package xwiki-solr-data that appears to be optional (at least, it isn't installed as a dependent package with xwiki-enterprise-tomcat8-pgsql). Is this actually a required package? I ask because my Tomcat logs have a lot of entries like
2016-08-22 03:51:44,753 [coreLoadExecutor-6-thread-1] WARN o.a.s.c.SolrCore - [xwiki] Solr index directory '/var/lib/xwiki/data/solr/xwiki/data/index' doesn't exist. Creating new index...
2016-08-22 03:51:45,544 [coreLoadExecutor-6-thread-1] WARN o.i.j.ResourceDMBean - ISPN000042: Did not find queried attribute with name coreHashCode
[...snip...]
2016-08-22 03:51:45,607 [coreLoadExecutor-6-thread-1] ERROR o.a.s.c.CoreContainer - Error creating core [xwiki]: Error opening new searcher
org.apache.solr.common.SolrException: Error opening new searcher
[etc]
Hi,
We have a problem with special characters like ÖÄÜ in page titles since some time.
I’ll try to explain our problem:
The browser address line is if you want to create a new page (Übeltäter is the title):
“…/xwiki/bin/edit/MBS/MBS-Members/MKL/Übeltäter/WebHome?template=&parent=MBS.MBS-Members.MKL.WebHome&title=Übeltäter”
This results in a document with the following title: �beltäter (the browser shows a more weired title...)
The xwiki address of the document is still correct:
“…/xwiki/bin/view/MBS/MBS-Members/MKL/Übeltäter/”
if you now create a document like this:
“…/xwiki/bin/view/MBS/MBS-Members/MKL/Übeltäter/Übung/” (which gets the title: Ã?bung)
The document is not shown as a child of the above but you can show the document if you enter the address in the browser directly and you are also able to find it via search..
No other problems so far when using these characters within the documents.
We didn’t had this problems in beginning. I had checked a backup of the system which is a few months old (Version 7.4.2) – no problems here
We are running Xwiki Version 7.4.4., OS is Ubuntu Linux 14.04.5 LTS, with UTF-8 support..
The Xwiki parameters have not been changed between the backup and the current system except for installation of the JIRA API and patches for the OS. .
I hope I was able to explain our problem precisely enough.
Any help is appreciated
Regards, Wolfgang
Hello all,
I just have released a new version of the XPoll Application.
This version adds an improvement: XPolls can now be created from create new
page wizard, having a template for them.
See
http://extensions.xwiki.org/xwiki/bin/view/Extension/XPoll+Application#Hv1.…
You can install or upgrade with the Extension Manager.
Thanks,
Alex
Hello all,
Yesterday, I have released a new bugfix version of the Tour Application.
One of the interesting fix is the fact that the elements that were badly
highlighted should be better displayed now.
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application
#Hv1.0.3.
You can install or upgrade with the Extension Manager.
Thanks,
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
In learning Xwiki, I am trying to use a Style Sheet Extension to apply CSS to only a group of pages. I have been following the Skin Extension Tutorial (http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial) and placing all of my work in the Sandbox.
The issue I am having is that when setting "Use This Extension" to On Demand Only the CSS is not applied but when setting "Use This Extension" to On This Wiki it works correctly.
What I have done:
1. Created new page called StyleTest located under Sandbox.
2. Added XWiki.StyleSheetExtension object to page.
3. Named object StyleTestStyleSheet.
4. Added the following in Code:
label {
font-family: "Times New Roman", times, serif;
}
5. Set "Use This Extension" to On Demand Only, "Parse Content" to No, "Caching Policy" to Default, "Content Type" to CSS.
Next I created a new page named Another Test Page and entered the following code:
{{velocity}}
$xwiki.ssx.use("Sandbox.StyleTest")
{{html wiki=true}}
(((
; <label>Name Label</label>
: Name
; <label>Blank Label</label>
: Blank
; <label>Lube Type Label</label>
: Lube Type
)))
{{/html}}
{{/velocity}}
We are currently using XWiki Enterprise 7.4.4.
What am I doing wrong?
Thanks,
Steve
Hi,
I am testing XWiki enterprise and noticed the following behavior: if I
click on *Add new user* in the *Administration: Users* section, a user
registration form comes up. If I click on *Cancel* now, it redirects to the
url.
http://localhost:8080/bin/view/XWiki/XWikiPreferences?xpage=registerinline
which contains the registration form but without any layout or style
information. If I click on *Cancel* again, it doesn't redirect anywhere. Is
this an expected behavior?
Note that XWiki is in the root folder in the server.
Thanks
Hi XWiki Team,
Are there any plans to release a 8.2.2 bugfix version in the upcoming few days?
Best Regards,
RAMON BRANDÃO
-----Mensagem original-----
De: users [mailto:users-bounces@xwiki.org] Em nome de Guillaume Delhumeau
Enviada em: quarta-feira, 24 de agosto de 2016 15:24
Para: XWiki Developers; XWiki Users
Assunto: [xwiki-users] [ANN] XWiki 8.3 Milestone 1 released
The XWiki development team is proud to announce the availability of XWiki
8.3 Milestone 1.
This release brings mostly usability 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/ReleaseNotesXWiki83M1
Thanks for your support
-The XWiki dev team
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users