Hi,
I imported the new SVG macro that seems quite nice, but have some
difficulties with edition ...
Page XWiki.SVGMacro displays correctly the SVG, but edit button just fails
to do anything. In Firebug, I could find that it complains about "ModalBox
is not defined".
This is strange as a link is present is the html source on ModalBox :
<link rel='stylesheet' type='text/css'
href='/xwiki/bin/ssx/XWiki/ModalBox?language=en
<view-source:http://varsovie:8084/xwiki/bin/ssx/XWiki/ModalBox?…
[View More]language=en>'/>
If I follow the link to this ModalBox ssx in the firefox source view, it
shows well, but if I put same link in the browser url it just fails and
shows "page does not exist".
I'm using it with XE 2.0.3,
Best regards,
Jeremie
[View Less]
Our team has been using xwiki for several months, love it. I am still new
to xwiki, first post. Upgraded our 2.1 today on Windows 2008 r2 64bit.
Some errors have been seen in the past with registrations. I don't think
velocity is working correctly. When I configure the wiki for a new user -
without email registration, the new user is created correctly. If I turn
on email confirmation, it fails with this error in red letters;
Passwords are different or password is empty. - Yes, phat …
[View More]fingers have
been double checked, several times ;) If I try again, it says in red that;
User already exists.
It does create the new userid, inactive. When I check the users rights,
HOWEVER they have edit green checkmark in the Groups XWikiAdminGroup !
This does not happen without the java error below, for a new user without
the email confirmation.
2010-02-11 14:43:32,491 [http://wiki/xwiki/bin/register/XWiki/Register]
ERROR api.XWiki - Failed to create user
com.xpn.xwiki.XWikiException: Error number 11004 in 11: Exception while
creating user
Wrapped Exception: java.lang.NullPointerException
at com.xpn.xwiki.XWiki.createUser(XWiki.java:3495)
at com.xpn.xwiki.api.XWiki.createUser(XWiki.java:1183)
at com.xpn.xwiki.api.XWiki.createUser(XWiki.java:1156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
...
Wrapped Exception:
java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at
com.xpn.xwiki.plugin.mailsender.MailSenderPluginApi.sendMail(MailSenderPluginApi.java:166)
at
com.xpn.xwiki.plugin.mailsender.MailSenderPluginApi.sendRawMessage(MailSenderPluginApi.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
I have java in the path;
Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\java\jre6\bin;C:\PROGRA~1\java\jre6\lib;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\PROGRA~2\java\jre6\bin;C:\Program
Files (x86)\Java\jre6\bin;C:\Program Files
(x86)\Java\jre6\lib;C:\webroot\MySQLServer5.1\bin;C:\Program Files
(x86)\Java\jre6\bin\client;C:\Program Files (x86)\Java\jre6\bin;
Server Information Tomcat Version JVM Version JVM Vendor OS Name OS Version
OS Architecture
Apache Tomcat/6.0.20 1.6.0_17-b04 Sun Microsystems Inc. Windows Server 2008
R2 6.1 x86
Processors: 2
Processor speed: 2.3 GHz
Processor type: Intel(R) Xeon(R) CPU E5530
Physical memory: 2000 MB
Video driver: Microsoft Virtual Machine Bus Video Device
Kernel version: Windows Server 2008 R2 Enterprise, Multiprocessor Free
Product type: Advanced Server
Product version: 6.1
Service pack: 0
Kernel build number:7600
I will be glad to find any error, or try any suggestions. I have logging
on, and I did try debugging once also. What other information would be
helpful?
John Carter
[View Less]
Can somebody provide code snippet
how to got associated class name for documents in space
which have added custom objects?
e.g. this simply list different objects in space
{{velocity}}
#set($hql = "where doc.space='Custom' order by doc.name asc")
#set($results = $xwiki.searchDocuments($hql, 0, 0))
#foreach ($item in $results)
* [[$item]]
#end
{{/velocity}}
and I'd like to get class names for different types of listed
docs/objects
Thanks in advance,
Valdis
Hi all,
I've done some tests on the meeting manager using the todays builds (there is now XEM RC2).
The meeting manager application doesn't allow to save notes, to create new meetings.
- Organize a meeting doesn't show anything
- Edit the report, edit the tasks opens the inline editor - however no save / save and close shows any result.
... even it is not my main issue, I am not using the meeting manager yet (the task manager works fine)
Kind regards
mb
Hi all,
I am running the actual XEM snapshot (159) and tested some of the previous ones.
I am facing some (major) problems:
- The first line (the top menu line) shows the error message "Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id []<http://test01.myhost:8080/xwiki/bin/view/Main/>" Refreshing the page shows the menu line.
- The editor offers the xwiki 1.0 syntax only.
- The group editor …
[View More]doesn't show the added member / subgroup - even it has been added.
- Some generated links of the sub wiki pages are pointing to the main wiki.
Version 2.1.1 works fine.
Thanks
mb
[View Less]
Hello all,
I'm using the code macro as follows:
This statement, {{code language="c++"}}int number = 0;{{/code}}, is some example C++ code illustrating inline use of the code macro.
There are a couple of issues:
1.) This sentence renders with an extra newline after the code macro. However, when language="none" or no language attribute is used, no newline is inserted. Is this a bug and, if not, is there any way around it?
2.) The code macro when using language="c++" does not use a monospace …
[View More]font in some places, and this causes problems with alignment.
Any help is greatly appreciated. Don't worry, I do plan to contribute back to this wonderful project once I clear my plate a bit. :-)
Thanks,
Joshua
[View Less]
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.2 RC 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release is mostly a bugfix and stabilization release.
Main changes from XWiki Enterprise 2.2 Release Candidate 1:
* Several bugfixes on WYSIWYG and rendering
* Several bugfixes on references refactoring
* Use current database instead of current document database in
Current*ReferenceResolver
* New user profile pages …
[View More]are created in XWiki Syntax 2.0
* New zh_TW translation
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise22RC2
Thanks
-The XWiki dev team
[View Less]
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.1.2
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Important bug fixes since 2.1.1:
* XWIKI-4712 : Account Validation always fails
* XWIKI-4615 : HTML export does not support Colibri skin
* XWIKI-4695 : [regression] Private RSS feeds with Basic
authentication does not work in some RSS clients
* XWIKI-4708 : Double URL decoding of the document name
* XWIKI-…
[View More]4709 : After editing a blog post and clicking "Preview" and
"Back to edit" you are taken to page editing instead of blog post
editing
* XWIKI-4717 : Empty table cells not parsed correctly
* XWIKI-4670 : WYSIWIG editor in Xwiki is slow under IE7
* XWIKI-4782 : Including a sheet in 2.0 syntax from a page in 1.0
syntax fails to display properly
* XWIKI-4866 : Wrong skins/resources URLs generated on path based subwiki
* XWIKI-4822 : Using XML symbols (<, >, &) inside the user's name
breaks various parts of the UI and causes the PDF export to throw
exceptions
* XWIKI-4665 : Pressing Meta+G (Jump to page) in the WYSIWYG editor
displays the popup inside the rich text area
* XWIKI-4871 : Message macro does not support non inline content
WYSIWYG:
* XWIKI-4733 : Link is duplicated after being edited
* XWIKI-4734 : Link changes style after being edited
* XWIKI-4777 : Page titles are not interpreted when displayed in the
Link dialog
* XWIKI-4197 : No default font name and font size in IE 6&7
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise212http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM212
Thanks
-The XWiki dev team
[View Less]
Greetings Folks,
I have setup XEM with application etc to deploy multiple wiki's and it is working a treat. Only one problem though. Most of our wiki instances are for private access only.
So under RIGHTS I have checked "Prevent unregistered users from viewing pages, regardless of the page or space rights" which works exactly how I would expect it too except for one thing, the style does not cary from the wiki onto the login page.
I am only new to the xwiki world, if somebody could point …
[View More]me in the right direction (documentation etc) that would be great.
Thanks
Ben
[View Less]