Hi all,
The Extended ToDo Application seams to be the more active application (than the Task Manager Application). Is there any way to add these nice features to that application too?
- "create a todo linked to a page"
- "list all todos by page / by assignee / by reporter"
- "create a todo having a sequential number within a space"
Thanks
mb
Hi,
I'm puzzled by HOW scripts, CSS, images can be located by XWIKI that
reside in the skindirectory inthe skinsfolder (Albatros, Toucan or
custom build skins)
How does this work?
My question is most urgent on scripts (Velocity in my case)
I see the developper has created a few scripts: attachmentsinline.vm,
endpage.vm, registerinline.vm, changeavatar.vm, footer.vm,
registeruser.vm
editactions.vm, global.vm, startpage.vm, editinline.vm, history.vm,
stylesheets.vm, editmodes.vm, login.vm, userinactive.vm,
editpanelsvars.vm
menuview.vm, validations.vm, edituser.vm, passwd.vm
I list them all on purpose;
some scripts I can trace back to scripts in the xwiki.docs, They are
invoked from a piece of code
<script type="text/javascript">
window.onload=disableLinkForPopup;
document.getElementById("menuview").style.display="none";
document.getElementById("globallinks").style.display="none";
</script>
(notice the call to "menuview")
Some are invoked from the other (example in global.vm)
#template("validations.vm")
But I can not trace back all of the scripts in the list above, either
they are useless or they are called by some XWIKI process i'm not
aware off.
I'm in the process of moving all these files of the custom skin into
the wiki (to get rid of dependencies of system managers) , but untill
I understand how they work or are invoked I find it tricky
Gerritjan
Dear list,
In a thread titled "Tags" with last timestamp Mon Jan 19 12:40:39 CET
2009 (post by Ajdin Brandic), the problem of a xwiki Tags page
displaying the message "No documents have been tagged yet..." was discussed.
Vincent Massol showed that the problem was caused by a page being saved
without programming rights.
I am having a very similar problem on XWiki version 1.8.17790 on a local
server but still the same error, even when (re)saving the Tags,
TagsClouds and other related pages using an Administrator account with
all rights (inc. programming rights).
Is some other step necessary to fix this?
Thanks for any thoughts!
Chris Wood
While testing an upgrade between 1.6.2 and 1.7.2, LDAP authentication to
Active Directory breaks for me between these two versions. I've got
debug logging enabled which shows the following.
1.6.2 successful authentication: http://pastebin.com/m3492775c
1.7.2 authentication failure: http://pastebin.com/m20121b9
LDAP configuration: http://pastebin.com/m5a1db571
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.8.4 and XWiki Enterprise Manager 1.6.4.
This release contains 55 bugfixes and enhancements. Most of the
modifications are targeting the general replacement of old 1.0 code
and content by 2.0 syntax and architecture and the stabilization of
XWiki.
Summary of changes since XWiki Enterprise 1.8.3 :
* Many WYSIWYG bugs fixed and improvements
* Many 2.0 syntax bugs fixed
* Many 1.0 to 2.0 conversion bugs fixed
* Several PDF export bugs fixed and improvements
* Improvements for the Office Importer
* A few bug fixes in many other places
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise184
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM164
Thanks
-The XWiki dev team
My Configuration
MAC OS X 10.5.7
Tomcat 5.5
MySQL
XWIKI 1.8.3
I'm trying to import a XAR file of approx 6.2 MB
I had a heap-size error, but changed the tomcat startupscript as follows
#!/bin/sh
export CATALINA_HOME=/usr/local/apache-tomcat-5.5.27
export JAVA_HOME=/usr
export JAVA_OPTS=-Xmx512m
$CATALINA_HOME/bin/startup.sh
Now I get following error?
A problem occurred while trying to process your request. Please
contact the webmaster if this happens again.
Detailed information:
Error number 3232 in 3: Exception while saving attachment
20090516.xar of document XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3232 in 3: Exception while
saving attachment 20090516.xar of document XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
Any suggestions?
Gerritjan
Sorry,
mine ear descriptor was created during deployment (since I deploy war) after heavy and chaotic clicking on classloading tab.
As far as I remember, I removed all inherited libs except taglibs.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Marc Baumann
Sent: Wednesday, May 20, 2009 11:16 AM
To: users(a)xwiki.org
Subject: Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g
Hey
Thanks for reply. When I test it with your orion-application.xml it won't
work. Can you suggest me how to adapt my xml file?
orion-application.xml:
<?xml version = '1.0'?>
<!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime
9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
<orion-application deployment-version="10.1.2.3.0"
default-data-source="jdbc/OracleDS" treat-zero-as-null="true"
autocreate-tables="false">
<web-module id="xwiki" path="xwiki.war"/>
<persistence path="persistence"/>
<principals path="principals.xml"/>
<jazn provider="XML" location="jazn-data.xml"/>
<log>
<file path="application.log"/>
</log>
<namespace-access>
<read-access>
<namespace-resource root="">
<security-role-mapping>
<group name="jazn.com/administrators"/>
</security-role-mapping>
</namespace-resource>
</read-access>
<write-access>
<namespace-resource root="">
<security-role-mapping>
<group name="jazn.com/administrators"/>
</security-role-mapping>
</namespace-resource>
</write-access>
</namespace-access>
</orion-application>
Regards Marc
--
View this message in context: http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users