Ok thanks, would be great if you could create a jira issue at http://jira.xwiki.org and we’ll look at it
Thanks for your help!
-Vincent
PS: Please continue replying on the list and not directly to me ;) (this allows everyone to see the exchange and learn from it - and it’ll be indexed by google for later searches)
On 5 Oct 2015 at 10:49:04, Miroslav Galajda (miroslav.galajda(a)gmail.com) wrote:
Hi, the repro si here. The problem occured when I set the xwiki.showviewaction=0 and then installed the xwiki. There's bigger problem than I've described. If you go into preferences and try to change language, it will not change after save. And this creates the saveandcontinue space.
Mirec
On 5 October 2015 at 10:26, Miroslav Galajda <miroslav.galajda(a)gmail.com> wrote:
Hi, currently I cannot reproduce the problem. It seems OK. But I remember that I've made some xwiki.cfg configuration changes. I was using xwiki.showviewaction=0 setting, to hide view actions and UrlRewriteFilter as described here http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs. I'm going to try setting the xwiki.showviewaction=1 and try it again.
Mirec
On 5 October 2015 at 10:06, Miroslav Galajda <miroslav.galajda(a)gmail.com> wrote:
OK, I'm going to try it again.
Mirec
On 5 October 2015 at 10:04, vincent(a)massol.net <vincent(a)massol.net> wrote:
FTR I’ve done the same thing as you and didn’t get any issue. The only difference is that I’m using the Jetty+HSQLDB distribution and you’re using Oracle.
Maybe there’s a problem with Oracle.
Let us know if you still have saveandcontinue when you start a clean 7.2 *without* making any change and whether the saveandcontinue space appears after you set the language or after you set the mail config.
Thanks
-Vincent
On 5 Oct 2015 at 09:57:48, vincent(a)massol.net (vincent(a)massol.net) wrote:
Try doing this again but without changing anything (don’t change the language preference) and let us know if you still see the saveandcontinue space.
It could be that we have a bug when changing langage prefs?
Thanks
-Vincent
On 5 Oct 2015 at 09:56:11, Miroslav Galajda (miroslav.galajda(a)gmail.com) wrote:
Hi, I wrote that I have clean install on a clean DB (oracle). All what I have done after installation was, that I've loged in as an Admin and have changed language preferences to "sk-sk" and mail configuration. After that I see the saveandcontinue space with the following structure:
saveandcontinue
Mail
MailConfig
XWiki
XWikiPreferences
Can you verify that?
Mirec
On 5 October 2015 at 09:46, vincent(a)massol.net <vincent(a)massol.net> wrote:
Hi Mirec,
On 4 Oct 2015 at 22:10:57, Miroslav Galajda (miroslav.galajda@gmail.com(mailto:miroslav.galajda@gmail.com)) wrote:
> Hi,
>
> after a fresh new installation of xwiki 7.2, I noticed that there's new space called 'saveandcontinue’.
I’ve downloaded a clean 7.2 and checked and there’s no such space. I believe you must have somehow created it.
Maybe you could try reinstalling a clean 7.2 version to check it.
Thanks
-Vincent
> It can be found on the dashboard/welcome page in pages tree. It is also shown in My Recent Modifications panel and in Activity stream, after modification of xwiki preferences and mail settings. This is probably some bug. It seems to me that this is something internal which should not be shown and should not be treated as my modification. The shown pages inside saveandcontinue space are just empty pages. What’s wrong?
>
> Mirec
Hi,
I have my application with MyClass, MySheet and MyTemplate.
When I have a new page (based on MySheet/Class), in edit mode I can modify all my fields of Myclass Object but I want to add a button to save my page after confirmation...
For the moment I have a button to redirect in a new page BUT I want to save current page before redirect if the user agreed a confirmation box.
More precisely on my nice appli, on new page in edit mode, I have standard Save, Save and continue and cancel button and I want another one to ask on clik: "are you sure to save current fields modified on current page and open this another page"?
- if yes save current page, add a value in a field with velocity and save and redirect to another one.
- if No stay in edit mode
Do you have a way to recommend?
(perhaps I must try $('#form').submit(function() { with jquery) but I don't know if this save my page?
Thxs for any help.
Pascal B.
> >
> > I need install
> this extension http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro
> on http://coc.myxwiki.org.
> > Is it possible without PR or a nice admin
> can do it or is it strickly forbidden?
>
> Did you try it? It didn’t
> work?
Yes PR required: "Programming right is required to install extension [org.webjars:video-js-4.11.4] on namespace [wiki:coc]"
Hi!
I performed my first install ever of xwiki today using the latest
stable. Running with mysql (on separate hosts) as database. I've
installed my servlet container on Centos 7, with java and tomcat
versions as below:
[root@tomcat-01]# java -version
java version "1.7.0_85"
OpenJDK Runtime Environment (rhel-2.6.1.2.el7_1-x86_64 u85-b01)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)
Installed Packages
Name : tomcat
Arch : noarch
Version : 7.0.54
Release : 2.el7_1
Since this is my first xwiki installation ever, I would like to share my
experience, problems I faced and unanswered questions below.
>From http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat
I thought that as per example, java settings:
JAVA_OPTS="-Xmx800m -XX:MaxPermSize=192m"
would allow me to install and play around with the application, since
that recommendation is higher than the "small installation" (512M)
reference found here
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances#HMemory
* My first problem appeared when I right after successful installation,
in the sandbox, created an empty testpage with one attachment of 3M in
size. I got an OutOfMemory exception when deleting that attachment.
- Are the documented java memory recommendations still applicable or
should they be considered as outdated for latest stable?
so I updated the java settings to solve the problem:
JAVA_OPTS="-Xmx1400m -XX:MaxPermSize=192m"
* My second problem appeared when I created my first page. The intention
was to create a page with a bunch of image attachments, using an
extension for displaying these images as an image gallery. When
uploading 116 images of individual size ~ 3M, a total size of 374M.
Uploading of files failed after 80 something files had been uploaded to
the page. The disk space on the servlet container server host was full.
In
/var/cache/tomcat/work/Catalina/localhost/xwiki/xwiki-temp/attachment-cache
a total of 6.3G of data had been stored.
- Looking at the checksum of the 2000 something files stored in this
directory there are 86 unique files some of which stored in 29 copies
during the upload process. Is this a desired behavior of the attachment
cache, or is this a bug?
* My third problem was when trying to install an extension. I was really
curious about, and wanted to test, the social login application, that
even is referred to from the administration guide
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HSocialL….
This extension does not install at all on the latest stable. My java
knowledge is limited, but, I interpret the error message as failure to
satisfy requirement of servlet api version 2.5 (maybe since latest
stable xwiki has servlet version prereq of 3.0+).
- Since the documentation only exist in one latest version, should I as
user assume that the documentation is applicable for latest
development-, stable- or long term release?
Now, it might be bad luck, or my failure to understand the xwiki release
process, that my first three tests of the software failed with problems.
I will now try the long term support release hoping that I successfully
can add attachments and install extensions according to my requirements.
Best regards
Johan Eriksson
Hi,
after a fresh new installation of xwiki 7.2, I noticed that there's new space called 'saveandcontinue'.
It can be found on the dashboard/welcome page in pages tree. It is also shown in My Recent Modifications panel and in Activity stream, after modification of xwiki preferences and mail settings. This is probably some bug. It seems to me that this is something internal which should not be shown and should not be treated as my modification. The shown pages inside saveandcontinue space are just empty pages. What’s wrong?
Mirec
Hello XWiki experts,
I'm porting confluence-syntax-pages from a confluence to my shiny new xwiki.
I've made a little tool to grasp the attachments (by hand) and am
copying the page content.
These pages were using two macros that I am try to reprogramme but am
failing thus far.
I succeeded creating the macro with the easy tutorial here
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial,
including content or parameters references in the XWiki 2.1 syntax but
in the confluence syntax I am failing:
- how can I specify macro parameters there?
- confluence macros do not have open and close tags. Does it mean it
cannot have content? If the macro requires content, an error is
displayed constantly that the content is missing.
thanks
Paul
Hi, after fresh new installation of xwiki 7.2, I noticed that there's new space called 'saveandcontinue'.
It can be found on the dashboard/welcome page. It is also shown in My Recent Modifications panel and in Activity stream, after modification of xwiki preferences and mail settings. This is probably some bug. It seems to me that this is something internal which should not be shown and should not be treated as my modification. The shown pages inside saveandcontinue space are just empty pages. What's wrong?
Hi All,
I need to empty recycle bin (both pages and attchments) but I'm not authorized
to do so.
Page:
http://tutos.myxwiki.org/xwiki/bin/view/Main/AllDocs?view=deletedAttachments
Returns:
This document requires programming rights and needs to be saved by an
administrator of this Wiki
Thanks for your help I'm not in a hurry :-).
Best regards