I tried Xwiki standalone version 1.2 and 1.3, I met same problem.
I created a new link named in Chinese Characters in a page which name was
also in Chinese Character.
And when I clicked the link to edit the new page, the parent link could not
display correctly in the new page.
When I went back to the last page and check the URL of the link, I found
that the URL was like this:
/xwiki/bin/edit/Main/%E6%B5%8B%E8%AF%951?parent=Main.测试&editor=wysiwyg,
The main part of the URL is like %E6%B5%8B%E8%AF%951 but the value of the
parent parameter is in the original Chinese Character , why there are two
different encodings in one URL?
And what confused me more is that this only happened in IE. In firefox, the
whole URL was in original Chinese Character
I also find that when I use export function, spaces and pages which named in
Chinese Character can not display crorrect name.
Could anyone tell me how to resolve these encoding problems, thank you very
much.
--
View this message in context: http://www.nabble.com/URL-encoding-problem-tp16494345p16494345.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hello,
Is it possible to upload multiple files (like an unzipped folder) in XWiki ?
I have come across the ZipExplorerPlugin - but I understand this is for
navigating through files in a zipped folder that is uploaded as an
attachment.
Is that right?
Also, when I searched xwiki.org for "uploading multiple files" I came across
a Files Application for Xwiki Workspaces. Does that have any relevance here?
Thanks
Hi XWikiers,
An issue has been raised during the XWiki Enterprise 1.3.1 release
process, http://jira.xwiki.org/jira/browse/XWIKI-2269 :
2 successive newlines (\\\\) are taken by the escape filter and
transformed to one \ (escapeFilter)
Is there anyone here using this syntax ? If not the filter will
removed today and XE 1.3.1 released with this modification.
ps : If you don't use it please tell it here too, it'll help us to
estimate the number of people who've seen the thread.
Thanks,
--
Jean-Vincent Drean
hello,
just to inform that I'm currently working on an evolution of the class
management around the idea of archiving/versioning in order to simplify
class properties modification/deletion and its consequence for existing
object instances and also around the idea of class inheritance, thus keeping
compatibility with current implementation and without modifying the existing
Data Model.
I'm still implementing a proof of concept to prove my idea can work.
I will give some samples and explanations asap...
best regards
Pascal
Hi devs,
with a delay from the initial plan, I would like to release XWatch 1.0
Milestone 4 as soon as possible, either tomorrow or monday, with the
following new features / improvements / bug fixes:
Bugs:
[XWATCH-79] - Do not allow to create feed, groups or keywords with name
that alreay exists
[XWATCH-111] - PressReview email not generated correctly when guest user
does not have view rights on the WatchCode.PressReview document
[XWATCH-121] - Date filter does not apply for RSS press review
[XWATCH-119] - The date filter should include both the start date and the
end date.
Improvements:
[XWATCH-31] - Write a filter top prevent usual English words to be
displayed in the Text Analysis
[XWATCH-96] - Adding a "delete" button under group names in the list on
the left
[XWATCH-97] - Adding a "delete" button under keyword names in the list on
the right
[XWATCH-108] - Move Jetty resources in a jetty/ directory for the
standalone distribution
[XWATCH-114] - Autosuggest for tags
[XWATCH-115] - Feed Deletion
Tasks:
[XWATCH-118] - Add an integration test that ensure Watch loads in the
distribution
[XWATCH-80] - Upgrade to GWT 1.4
Here's my +1 for this,
Please let me know what you think.
Happy coding,
Anca Luca
I'm using XWiki 1.3 in tomcat 5.5 and I'm getting this exception when I
attempt to edit a group with Administration
- No storage migration required since current version is [7351]
2008-04-02 18:20:04,725
[http://coe.portal8.stg.covisint.com/xwiki/bin/admin/XWiki/$xwiki.getSkinFil…'icons/ajax-loader.gif')]
[TP-Processor3] ERROR log.SimpleLog4JLogSystem - Method sendRedirect
threw exception for reference $response in template
/skins/covisint_coe/adminprefs.vm at [69,1]
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'sendRedirect' in class com.xpn.xwiki.web.XWikiServletResponse threw
exception java.lang.IllegalStateException @
/skins/covisint_coe/adminprefs.vm[69,11]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
Here is a snippet of the adminprefs.vm the problem is the redirect. I
think something must have already been written to the client buffer and so
we get the IllegationStateException
##########
##
## Content
##
#set($formname = "update")
#set($saveaction = "save")
<form id="update" method="post" action="$doc.getURL("save")"
onsubmit="cancelCancelEdit()">
<div id="xwikieditcontent">
#set($redirect = "$xwiki.getRequestURL()")
#set($classname = "XWiki.XWikiPreferences")
#set($class = $xwiki.getDocument($classname).xWikiClass)
#set($obj = $doc.getObject($classname, 0))
#if(!$obj)
#set($redirect = $xwiki.getRequestURL())
$response.sendRedirect($doc.getURL("objectadd",
"classname=XWiki.XWikiPreferences&XWiki.XWikiPreferences_upload_maxsize=33554432&xredirect=$xwiki.getFormEncoded($redirect)"))
#end
<div class="hidden">
<input type="hidden" name="xcontinue" value="$doc.getURL("admin",
"editor=prefs")"/>
<input type="hidden" name="xredirect"
value="$xwiki.getURL("Main.WebHome")"/>
<input type="hidden" name="classname" value="XWiki.XWikiPreferences" />
<input type="hidden" name="global" value="1" />
</div>
<div>
<div id="xwikiprefs">
#foreach($section in $sections)
#showsection($section $sectionitemsmap)
#end
</div> ## xwikiprefs
<script type="text/javascript">new Rico.Accordion( 'xwikiprefs', {
panelHeight:'max', maxHeight: 320} );</script>
</div> ## noname
</div> ## xwikieditcontent
<div class="bottombuttons">#template("adminactions.vm")</div>
</form>
So, I commented out the line with $response.sendRedirect and the exception
went away but I don't know if it really needs the redirect. From the log it
looks like it is just loading 'icons/ajax-loader.gif' If my "fix" is wrong
please let me know.
Glenn Everitt
--
View this message in context: http://www.nabble.com/IllegalStateException-when-editing-Groups-with-Admin-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.