Hi
My client has asked if there is anyway to increase the maximum number of
characters in an attachment name. It appears to display up to 25 characters
and then a ~.jpg or whatever. He wants the full name displayed.
Thanks
Edward
The XWiki development team is pleased to announce the release of XWiki Watch 1.1
Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download !
This is the first milestone of the 1.1 version of XWiki Watch which focuses on
the user experience by improving the user interface and performance of the Watch
Reader. From the changes in this release, we mention:
* the redesign and better user interaction for the article list, with a more
friendly, non-blocking loading mechanism and in-place forms (XWATCH-194, XWATCH-198)
* live grids for the articles table in the feed pages in the wiki view (XWATCH-208)
* the forbidden actions are not displayed in the Watch Reader interface
anylonger (XWATCH-95)
* a first iteration in the performance amelioration of Watch Reader by using
optimised queries (XWATCH-201, XWATCH-202, XWATCH-203)
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch11M1
Thanks
-The XWiki dev team
Hi ,
I have installed Import-Export application (downloaded and imported as
XAR), but it seems not working.
Here is what I found out while using this app:
• Selective Export: – I can select certain space from a combobox, but no
pages from this space appear to choose them.
• Export by date: - I cannot select spaces, but if I input one space and
click on the export button, it brings only a couple words of code on the
page : $exp.export($context,$xwiki,$request,$response)
• Export a single page: I can choose a separate page with help of light
box, but it comes to XML SyntaxError.
Catalina.out:
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 2, column 16]
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 11, column 20]
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 19, column 20]
• Import a single page: – it displays the source code (S. screenshots)
Is there any step that I’m missing?
Our environment:
- XE 1.5 ( I have tried with 1.5.1. as well)
- Tomcat 6.0.16
- JDK 1.6 Update 7
- MySQL Community Server 5.0.51a
- MySQL Java Connector 5.0.8
Thanks in advance,
Alla
http://n2.nabble.com/file/n1079545/screenshot_export_from_date.png
screenshot_export_from_date.png
http://n2.nabble.com/file/n1079545/screenshot_export_import_app.png
screenshot_export_import_app.png
http://n2.nabble.com/file/n1079545/screenshot_export_page.png
screenshot_export_page.png
http://n2.nabble.com/file/n1079545/screenshot_import_page.png
screenshot_import_page.png
--
View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079545.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
XE 1.5, 1.5.1: I often (but not every time) get the “Exception while
loading lock” when I’m editing a page and decide to cancel action without
saving the changes.
Any ideas why this happens and how to avoid it?
I looked into the xwikilock table – it was not really an entry with
XWL_DOC_ID for edited document (in this case 1291273995).
---
Error number 13007 in 3: Exception while loading lock
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.doc.XWikiLock#1291273995]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while
loading lock
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.doc.XWikiLock#1291273995]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1654)
at com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:432)
at com.xpn.xwiki.doc.XWikiDocument.getLock(XWikiDocument.java:3604)
at com.xpn.xwiki.web.CancelAction.action(CancelAction.java:60)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiLock#1291273995]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:377)
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:145)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1647)
at com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:432)
at com.xpn.xwiki.doc.XWikiDocument.getLock(XWikiDocument.java:3604)
at com.xpn.xwiki.web.CancelAction.action(CancelAction.java:60)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Thanks in advance,
Alla
--
View this message in context: http://n2.nabble.com/XwikiException-while-loading-lock-tp1082397p1082397.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like a wiki please, NETCIPIA doesn't seem to satisfy. This wiki
will be the host for my remixes, game mods, and study guides, among other
things. I would like for it to be called Azquesage
(azquesage.myxwiki.org). I plan on adding plugins, skins, applications,
&c. if possible. If not, so be it. My username is SwooshyCueb.
Mani Thanx,
Swooshy
--
Yes, I know that GodCube is n00bish, but it doesn't get much spam.
You may have gotten e-mail from one of my other addresses:
merrell88shade(a)comcast.net
merrellalt(a)comcast.net
merrell88shade(a)hotmail.com
You may know me as:
Merrell
Shade
Tweak
GodCube
SwooshyCueb
P62
GCP
IYWN Representative
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.6 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Last milestone of the XWiki Enterprise 1.6 version.
Main changes:
* XWIKI-2634 - Various tasks for the new rendering implementation
* XWIKI-2651 - Create a new WYSIWYG editor based on GWT - 1.6M2
* XWIKI-2635 - Experimental XWiki Query Language
* XWIKI-2623 - Update MSSQL hibernate mapping file and ship it with
xwiki distributions
* XWIKI-2643 - Ability to easy add languages in QueryManager via
QueryExecutor components
* XE-300 - The treeview should sort spaces by their name
Important bug fixes:
* XWIKI-2573 - viewrev action fails with ugly stacktrace for
documents with attachments when no revision number is requested
* XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not
"always" by default
Note that general goals for XWiki Enterprise 1.6 are:
* Beta versions of new rendering + new WYSIWYG editor
* Revamped Blog UI + features
* Security issues already in JIRA (marked as high priority)
* Bug fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise16M2
Thanks,
The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last XEM 1.2.x version, after that this branch is not
supported anymore.
It's an XE upgrade from 1.4.1 to 1.4.2 and also contains some UI improvements.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM121
Thanks
-The XWiki dev team