I create a new tag named "运营”
But, it displays just like rubbish, And I can not remove it nor rename it.
I think the problem is in "tag=è¿%C2%90è%C2%90¥" encodings.
If I manually input the URL with "tag=运营", the actions goes well, but display still be bad.
…/xwiki/bin/view/Main/Tags?do=viewTag&tag=è¿%C2%90è%C2%90¥
…/xwiki/bin/view/Main/Tags?do=viewTag&tag=运营
The expected display should be like below:
My browser is Safara 9.0.1 under Mac.
Thanks to everyone to answered and to Silvia for leading this survey! :)
We got some useful results. Always interesting to know the user’s pain points.
Thanks
-Vincent
PS: I sent this mail on the 21st of November but I’ve just found out that it wasn’t sent and was in my draft mailbox...
On 21 Nov 2015 at 16:41:28, Silvia Macovei (silvia.macovei(a)xwiki.com) wrote:
Hi everyone,
Thanks a lot to the 21 people who filled in the survey! In this post you
can find a summary of the results, with some interesting ideas on things to
implement in the future:
http://www.xwiki.org/xwiki/bin/view/Blog/ProductSatisfactionSurvey2015Resul…
Now XWiki developers can look at the list when deciding/discussing what
features/items to implement in 8.x and beyond. In a year or so we could do
a postmortem to see what has been implemented.
Thanks,
Silvia
When trying to export PDF some (not all) page of my XWiki 7.2, I get an
error in the log and the PDF is never generated. HTML export works fine.
Here are the first lines from the error :
Dec 2 09:37:07 xwiki01 server: java.lang.NullPointerException: Parameter
alpha must not be null
Dec 2 09:37:07 xwiki01 server: at
org.apache.fop.pdf.AlphaRasterImage.<init>(AlphaRasterImage.java:57)
~[fop-1.1.jar:na]
Dec 2 09:37:07 xwiki01 server: at
org.apache.fop.pdf.AlphaRasterImage.<init>(AlphaRasterImage.java:71)
~[fop-1.1.jar:na]
Dec 2 09:37:07 xwiki01 server: at
org.apache.fop.render.pdf.ImageRenderedAdapter.setup(ImageRenderedAdapter.java:127)
~[fop-1.1.jar:na]
Dec 2 09:37:07 xwiki01 server: at
org.apache.fop.pdf.PDFDocument.addImage(PDFDocument.java:816)
~[fop-1.1.jar:na]
Dec 2 09:37:07 xwiki01 server: at
org.apache.fop.render.pdf.AbstractPDFImageHandler.handleImage(AbstractPDFImageHandler.java:46)
~[fop-1.1.jar:na]
I can't say for sure that the size of the images in those pages is the
cause of the export failure, but just before the stacktrace, I get a few
WARN
Dec 2 09:37:06 xwiki01 server: 2015-12-02 09:37:06,773 [
http://xwiki01:8080/xwiki/bin/export/White_Rabbit/Fabrication/GitLab+-+Manu…
] WARN o.a.f.a.FOUserAgent - Line 1 of a paragraph overflows the
available area by 9000 millipoints. (See position 26:14146)
Dec 2 09:37:07 xwiki01 server: 2015-12-02 09:37:07,104 [
http://xwiki01:8080/xwiki/bin/export/White_Rabbit/Fabrication/GitLab+-+Manu…
] ERROR o.a.f.a.FOUserAgent - Error while rendering page 3. Reason:
java.lang.NullPointerException: Parameter alpha must not be null
Dec 2 09:37:07 xwiki01 server: java.lang.NullPointerException: Parameter
alpha must not be null
Have you already seen this problem? I think I've found similar issues but
for version 4.X back in 2012, though it was about "bad" PNG images then.
Regards,
Denis GERMAIN
Caused by: com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while hibernate execute
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1305)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1366)
at com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor.execute(HqlQueryExecutor.java:90)
... 147 more
Caused by: org.hibernate.QueryException: could not resolve property: street of: com.xpn.xwiki.objects.BaseObject [ select doc.fullName from com.xpn.xwiki.doc.XWikiDocument as doc , com.xpn.xwiki.objects.BaseObject as ttt where ( ttt.street = 'Burchtenlaan 97' ) and doc.fullName=ttt.name and ttt.className='CdlsatdCode.CdLS_ATD_UserProfileClass' ]
I have XWQL statement that throws this error?
But double checking I can not find why it states that 'street' is a property it can not solve?
#set($supportgroupQry = "from doc.object(CdlsatdCode.CdLS_ATD_UserProfileClass) as ttt where ttt.street = 'Burchtenlaan 97'")
$services.query.xwql($supportgroupQry).execute()
The class:
CdLS_ATD_UserProfileClass
Class properties
Street Address (street: String)
City (city: String)
State (state: String)
Postal Code (postalCode: String)
Country (country: String)
Telephone (telephone: String)
cdlsPersonName (cdlsPersonName: String)
Date of Birth (cdlspersonDOB: Date)
Height (cdlspersonHeight: String)
measureHeight (measureHeight: Static List)
Weight (cdlspersonWeight: String)
measureWeight (measureWeight: Static List)
Current Medication (currentMedication: TextArea)
Your relationship with this person (cdlspersonRelation: String)
contextUsr (contextUsr: String)
Allowance for visibility of profile (visible: Boolean)
Open to be contacted by other members (contact: Boolean)
supportGroup (supportGroup: Database List)
gender (gender: Static List)
socialStatus (socialStatus: String)
cdlsPersonAvatar (avatar: String)
Gerritjan Koekkoek
HI all
One of the key concepts of a wiki is its easy for everyone to edit. There
are various wiki syntaxs - perhaps the most popular being Mediawiki - and
all of them have a goal of making it easy for users to write in the
specific syntax, without the need to know html.
So, one of the most basic features of a wiki, CMS, and the web, is linking.
In Html a user has to write
- a
- href - the user has to know if it is relative or absolute
- link text
Its not a lot, but its still too much for non technical people.
In a normal wiki a user just writes
[[MyExamplePage]]
This is so simple that anyone can do it!
In XWiki (and I found this out by using the wysiwyg editor)
[[MyExamplePage>>doc:MyExamplePage.WebHome]]
What is doc? And WebHome? And >>? And whats with the dots, semi colons?
As a technical person I can probably figure this out. But there is no way I
could sell my management on this. Non technical people will never
understand this.
And yes, non-tech people can use the wysiwyg. But then why use a wiki? Why
not just use a CMS.
The
--
Anton Hughes
Hello
I'm trying to get all the documents that list the current document as the
perant using:
List<DocumentReference> childDocs = doc.getChildrenReferences(xcontext);
where doc is the parent XWikiDocument.
However the function only return an empty list, althoug there is documents
in the space.
If I print doc.getFullName() its AAA.WebHome.. And all the chldren spaces is
listed under AAA.. how should I reference doc to get say AAA.BBB.WebHome in
the list? or where am I going wrong?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Get-all-children-from-current-document-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have problem with LDAP group mapping in xwiki.cfg against AD with group
names containing diacritics. What encoding to use in xwiki.cfg? After
turning logging on for XWikiLDAPUtils class, I found from the logs that
those problematic groups are logged with wrong encoding, end the result is
that the group cannot be found.
Best regards
Miroslav Galajda
Hello
I am trying to use XWiki in a CORS fashion, that is, a javascript client
calls pages in xwiki.
This sometimes works, but I notice sometimes it doesnt. I havent found the
reason why it doesnt always work.
The error I get when it doesnt is:
The 'Access-Control-Allow-Origin' header contains multiple values '*, *',
but only one is allowed. Origin 'http://localhost:8081' is therefore not
allowed access.
The relevant part of that error is about the multiple headers.
In Chrome I can see that there are multiple same headers.
Is this correct?
1. Access-Control-Allow-Origin:
*
2. Access-Control-Allow-Origin:
*
3. Cache-Control:
no-cache
4. Content-Language:
en
5. Content-Length:
765
6. Content-Script-Type:
text/javascript
7. Content-Type:
text/html; charset=UTF-8
8. Expires:
Wed, 31 Dec 1969 23:59:59 GMT
9. Pragma:
no-cache
10. Server:
Jetty(9.2.3.v20140905)
11. Set-Cookie:
JSESSIONID=8wg8mui7mis16hbozquntqg8;Path=/xwiki
--
Anton Hughes
Hello,
On my group's myxiki.org site, http://scservicesub.myxwiki.org/ I am getting errors on my pages that use velocity macros even logged in as the administrator:
rg.xwiki.rendering.macro.MacroExecutionException: The execution of the [velocity] script macro is not allowed. Check the rights of its last author or the parameters if it's rendered from another script.
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:178)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:58)
at org.xwiki.rendering.internal.transformation.macro.MacroTransformation.transform(MacroTransformation.java:269)
at org.xwiki.rendering.internal.transformation.DefaultRenderingContext.transformInContext(DefaultRenderingContext.java:183)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:95)
at org.xwiki.display.internal.DocumentContentDisplayer.display(DocumentContentDisplayer.java:253)
This is preventing some important content from even being viewed. What can I do to fix this?
Thanks,
Regan
The XWiki development team is proud to announce the availability of XWiki 7.4 Milestone 1.
This is our last stabilization release for the XWiki 7.x Cycle. It brings polishing and stabilization for the Nested Pages feature and the changes in UI that resulted from it, especially for the Watchlist.
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/ReleaseNotesXWiki74M1
The following people have contributed code to this release (sorted alphabetically):
Marius Florea
Vincent Massol
Ecaterina Moraru
Eduard Moraru
Thomas Mortagne
Clemens Robbenhaar
Jean Simard
Manuel Smeria
Thanks for your support
-The XWiki dev team