Hello,
On my space Webhome I have 2 lists with the same sort (modification date):
{{spaceindex space="$doc.space" sort="modificationDate"/}}
and
{{activity spaces="$!aSpace" rss=true /}}
I edited one doc with minorEdit and I obtain 3 differents sort.
I can understand why spaceindex sort is different than "activity spaces" but why "activity spaces" sort is different than Main.WebRss?)
Here some screenshots:
http://snag.gy/l6iQt.jpghttp://snag.gy/JwMVu.jpg
NB: I modified BlocCode to display 5 first lines of content blog post on Blog.WebHome if the blog post have an empty summary, do you interested?
Thxs
Pascal B
hi all,
After the activation of LDAP, all users and guests see the quick Links
"My Recent Modification" LDAPProfileClass, Created by Unknown User.
Normal ?
thank for any help
Stefan
Hello,
I was going through the upgrade for http://scservicesub.myxwiki.org/ and midway through I lost admin privileges for the Admin account probably because it looks like all those pages were overwritten? Now i cant access any admin functions. Can you please fix this?
Thanks,Regan
From: "users-request(a)xwiki.org" <users-request(a)xwiki.org>
To: users(a)xwiki.org
Sent: Saturday, October 4, 2014 3:00 PM
Subject: users Digest, Vol 87, Issue 8
Send users mailing list submissions to
users(a)xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.xwiki.org/mailman/listinfo/users
or, via email, send a message with subject or body 'help' to
users-request(a)xwiki.org
You can reach the person managing the list at
users-owner(a)xwiki.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of users digest..."
Today's Topics:
1. Re: Xwiki could not load jquery (Pascal BASTIEN)
2. Re: Xwiki could not load jquery (Thomas Mortagne)
3. AUTO: Claude Ledermann is out of the office - in der Ferien
6.10 - 17.10 (returning 20.10.2014) (Claude Ledermann)
----------------------------------------------------------------------
Message: 1
Date: Fri, 3 Oct 2014 13:17:02 +0100
From: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
To: Thomas Mortagne <thomas.mortagne(a)xwiki.com>, XWiki Users
<users(a)xwiki.org>
Subject: Re: [xwiki-users] Xwiki could not load jquery
Message-ID:
<1412338622.16631.YahooMailNeo(a)web28701.mail.ir2.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
Ok Thanks for your help, it was my server side fault (and FF upgrade need to be restarted in 32.0.3 :-/ )
BTW when I'm looking for error source, I notice than jquery.js is not in static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and not in /resources/js/amd/jquery.js)...
What is the goal? a security hole?
________________________________
De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
? : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <users(a)xwiki.org>
Envoy? le : Vendredi 3 octobre 2014 11h58
Objet : Re: [xwiki-users] Xwiki could not load jquery
Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056
On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
> Hello,
> With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
>
> By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
>
> https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
>
> but FF 32.0.3 could not load it :-/
>
> Do you encountered this problem?
>
> (I already had refreshed my cache)
>
>
> Thxs
>
> Pascal B
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne
------------------------------
Message: 2
Date: Fri, 3 Oct 2014 14:25:06 +0200
From: Thomas Mortagne <thomas.mortagne(a)xwiki.com>
To: Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
Cc: XWiki Users <users(a)xwiki.org>
Subject: Re: [xwiki-users] Xwiki could not load jquery
Message-ID:
<CAPnKnLGsmhwzMrfzfOHeufQfVRdUhjWT+CREZOj5ieph1m=REA(a)mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Mostly easier packaging. All we have to do is declare jquery as a
dependency and it end up in the WAR.
We used to copy/paste jquery source in our own github repository which
is pretty bad (and other libraries are still there that we need to
move the same way). We could unzip the jar at build time but from the
tests there does not seems to be much performance penalty.
On Fri, Oct 3, 2014 at 2:17 PM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr> wrote:
> Ok Thanks for your help, it was my server side fault (and FF upgrade need to
> be restarted in 32.0.3 :-/ )
>
> BTW when I'm looking for error source, I notice than jquery.js is not in
> static fileanymore in xwiki 6.2.1 (jquery is only in jquery-1.11.1.jar and
> not in /resources/js/amd/jquery.js)...
> What is the goal? a security hole?
>
>
>
>
> ________________________________
> De : Thomas Mortagne <thomas.mortagne(a)xwiki.com>
> ? : Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>; XWiki Users <users(a)xwiki.org>
> Envoy? le : Vendredi 3 octobre 2014 11h58
> Objet : Re: [xwiki-users] Xwiki could not load jquery
>
> Maybe it's related to http://jira.xwiki.org/browse/XWIKI-11056
>
> On Fri, Oct 3, 2014 at 11:48 AM, Pascal BASTIEN <pbasnews-xwiki(a)yahoo.fr>
> wrote:
>> Hello,
>> With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load
>> jquery.js on Windows 7 and FF 32.0.3
>>
>> By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this
>> page:
>>
>>
>> https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
>>
>> but FF 32.0.3 could not load it :-/
>>
>> Do you encountered this problem?
>>
>> (I already had refreshed my cache)
>>
>>
>> Thxs
>>
>> Pascal B
>
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
>
>
>
--
Thomas Mortagne
------------------------------
Message: 3
Date: Fri, 3 Oct 2014 18:46:18 +0200
From: Claude Ledermann <c.ledermann(a)interact-consulting.com>
To: users(a)xwiki.org
Subject: [xwiki-users] AUTO: Claude Ledermann is out of the office -
in der Ferien 6.10 - 17.10 (returning 20.10.2014)
Message-ID:
<OF117834D1.0BFF4E5C-ONC1257D66.005C2137-C1257D66.005C2137(a)interact-consulting.com>
Content-Type: text/plain; charset=US-ASCII
I am out of the office until 20.10.2014.
Note: This is an automated response to your message "users Digest, Vol 87,
Issue 7" sent on 03.10.2014 14:00:02.
This is the only notification you will receive while this person is away.
------------------------------
Subject: Digest Footer
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
------------------------------
End of users Digest, Vol 87, Issue 8
************************************
I am out of the office until 20.10.2014.
Note: This is an automated response to your message "users Digest, Vol 87,
Issue 7" sent on 03.10.2014 14:00:02.
This is the only notification you will receive while this person is away.
Hello,
With xwiki 6.2.1 on Tomcat server 7 in httpS, xwiki could not load jquery.js on Windows 7 and FF 32.0.3
By example, On my Debian and Iceweasel (FF like) 31.1.10, I can load this page:
https://xxxxxx/bin/webjars/resources/path?value=jquery/1.11.1/jquery.min.js
but FF 32.0.3 could not load it :-/
Do you encountered this problem?
(I already had refreshed my cache)
Thxs
Pascal B
Je serai absent(e) à partir du 03/10/2014 de retour le 06/10/2014.
je suis en congés.
Je répondrai à vos messages dès mon retour.
En cas de problème technique, veuillez contacter SYNOX au 05 67 34 66 56.
Merci
Hi,
We would like to create a Menu or Button within our skin that allows people
to simply with between 'simple' and 'advanced'.
Now our users have to navigate to profile-preferences, click on Edit and
choose the drop down with two options.
What would be the best way to do this?
Gerritjan
Thanks to all XWiki'ers for Flamingo skin!
You can look at it in action at http://ante.lv/
and it is much more mobile-friendly.
I used {{container}} macro for 1/2 column layout for home page.
I still had to do some adjustments in XWiki.StyleSheetExtension object
to hide some unnecessary items on screen for anonymous users:
#if(!$xcontext.userReference)
.xwikipanelcontents, #rightPanels {
display:none;
}
#end
And had some weird issues with language selector
http://jira.xwiki.org/browse/XE-1427
Valdis
Hello,
I want to do a bulk import of some 80 wiki pages (i.e. files) in xwiki 2.1
syntax to an xwiki instance.
However, in the input there is some xml within {{code}}...{{/code}} sections
which creates trouble.
The following xml markup:
{{code}}
<property as="xs:anyURI" name="oxf.fr.detail.send.success.uri.*.*"
value="http://localhost:8080/site/mycases/form/confirmdispatcher"/>
{{/code}}
causes the parser to derail. To prevent this from happening, I must
substitute the '<' and '>' with
< and > respectively.
However, when pasting exactly the same code directly into the xwiki-editor
in source mode the content is
parsed correctly.
Is there any better way to solve this problem than to pre-process all
xwiki-2.1 files and perform the necessary substitutions
within code sections such as above?
BTW I used a scriptified version of the following command for the operation:
curl -u Admin:admin -X PUT --data-binary "@input.xml" -H "Content-type:
application/xml" -H "Accept: application/xml"
http://wiki.motrice.org/xwiki/rest/wikis/xwiki/spaces/Motrice/pages/NewPage
Best regards,
Roland
--
View this message in context: http://xwiki.475771.n2.nabble.com/Rest-API-XML-and-Xwiki-syntax-interferenc…
Sent from the XWiki- Users mailing list archive at Nabble.com.
On 1 Oct 2014 at 12:20:27, Bryn Jeffries (bryn.jeffries@sydney.edu.au(mailto:bryn.jeffries@sydney.edu.au)) wrote:
>
> Thanks for the prompt response. Your guess seems correct. Looking through the logs in catalina.out I found this line in the stack trace:
>
>
>
>
>
> Caused by: org.postgresql.util.PSQLException: ERROR: permission denied for database xwiki
>
>
> …
>
>
> at com.xpn.xwiki.store.XWikiHibernateStore.createWiki(XWikiHibernateStore.java:325) ~[xwiki-platform-legacy-oldcore-6.1.jar:na]
>
>
>
>
>
> Also, experimenting in psql:
>
>
> postgres=# \connect xwiki
>
>
> You are now connected to database "xwiki" as user "postgres".
>
>
> xwiki=# SET SESSION AUTHORIZATION xwiki;
>
>
> xwiki=> CREATE SCHEMA foo;
>
>
> ERROR: permission denied for database xwiki
>
>
>
>
>
> So does the xwiki user need to be able to create a new schema and tables therein?
Yes, the SQL that’s executed is “CREATE SCHEMA <wikiname>”. That’s why the doc says: "GRANT ALL ON SCHEMA public TO xwiki;”. Now I’m not an expert in postgresql so if there’s a way with less privileges please let us know or update the wiki page yourself directly.
> That’s quite an escalation of privileges – maybe it would be better to implement it in a SECURITY DEFINER stored procedure if that’s possible in postrgesql.
>
>
>
>
>
> If this is a permissions error I should add that I’m using the xwiki-enterprise-tomcat7-pgsql package for Ubuntu/Debian from http://maven.xwiki.org/stable/xwiki-stable.list so I guess this is a bug in the package.
Indeed, you should report a jira issue on http://jira.xwiki.org about this IMO.
Thanks
-Vincent
> Thanks
>
>
>
>
>
> From: Vincent Massol [mailto:vmassol@gmail.com] On Behalf Of vincent(a)massol.net
> Sent: Wednesday, 1 October 2014 7:24 PM
> To: XWiki Users
> Cc: Bryn Jeffries
> Subject: Re: [xwiki-users] Problems creating new wikis - PostgreSQL?
>
>
>
>
>
>
>
> Hi Bryn,
>
>
>
>
> On 30 Sep 2014 at 23:57:47, Bryn Jeffries wrote:
>
> > I've tried creating a new wiki "Other Wiki" under my XWiki 6.1 system, using the "Add Wiki" feature. Once I'd entered the details of the wiki and the users I clicked "Create Wiki" and got the following error:
> >
> > Wiki "otherwiki" creation failed: org.xwiki.wiki.manager.WikiManagerException: Failed to create database for wiki "otherwiki”.
>
>
>
>
>
>
> The most likely reason is that you’ve not given the xwiki user the permissions to create new schemas/databases in your postgresql instance.
>
>
>
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL
>
>
>
>
>
>
>
> Could you check your XWiki logs and find the detailed error there?
>
>
>
>
>
>
>
> Thanks
>
>
>
> -Vincent
>
>
>
>
> > FWIW I'm running XWiki on a PostgreSQL database. Could this be part of the problem?
>
>
>
>
>