[xwiki-users] Xwiki and workflows or BPM

2013-03-05 Thread tdombach
Hello all,

I'm looking for an extension of Xwiki adding process and workflow
functionality to Xwiki.
Like ad hoc http://www.adhocworkflows.com/ do for confluence.

Yes there anybody out there, which know or have something that fits.

thx.
Regards,
Thorsten



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Xwiki-and-workflows-or-BPM-tp7584101.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki and workflows or BPM

2013-03-05 Thread Sorin Burjan
Hello,

I plan to do something similar by integrating XWiki with Activiti. I
haven't started working on it yet, and if I will have the time to do it,
unfortunately will only be available sometime in the summer, june-july.

In the meantime, Anca created something which you might use:
https://github.com/xwiki-contrib/workflow-publication
I am not very familiar with this project and I never used it so I don't
know its capabilities.

Regards,
Sorin B.


On Tue, Mar 5, 2013 at 3:44 PM, tdombach tdomb...@mabunta.de wrote:

 Hello all,

 I'm looking for an extension of Xwiki adding process and workflow
 functionality to Xwiki.
 Like ad hoc http://www.adhocworkflows.com/ do for confluence.

 Yes there anybody out there, which know or have something that fits.

 thx.
 Regards,
 Thorsten



 --
 View this message in context:
 http://xwiki.475771.n2.nabble.com/Xwiki-and-workflows-or-BPM-tp7584101.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Xwiki and workflows or BPM

2013-03-05 Thread Vincent Massol
Hi,

On Mar 5, 2013, at 2:44 PM, tdombach tdomb...@mabunta.de wrote:

 Hello all,
 
 I'm looking for an extension of Xwiki adding process and workflow
 functionality to Xwiki.

Workflow feature is almost built in in XWiki and you won't need it as much as 
with other wikis.

A typical way of implementing it is by creating a state in your XWiki Class, see
http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel and 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Scripting

Thanks
-Vincent

 Like ad hoc http://www.adhocworkflows.com/ do for confluence.
 
 Yes there anybody out there, which know or have something that fits.
 
 thx.
 Regards,
 Thorsten
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] kerberos SSO - strip domainname from username

2013-03-05 Thread Mark Jas
Hi all,

 
I have configured xwiki with LDAP authentication and kerberos SSO.

When I use a browser without automatic Kerberos SSO, I get a keberos login 
page. When I fill in username and password manually it works great.

But when I set the browser to use automatic logon, I get the xwiki login page! 
(at least in FireFox, IE says “cannot show page”)

I get the same results when I manually login with “username@DOMAIN” and 
“password”.  So I think the domain part is used in the automatic logon. (and is 
the actual problem…)

 
I see there is java code that strips the @DOMAIN part from the username. But I 
have no idea how or where to implement this. I hope some can help me!

 
Mark

 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Upload for attachments fails at 1Mb

2013-03-05 Thread Marcelo Vaz
Folks,

Has anyone faced the same issue?

My config:
Mysql 5.1
Tomcat6
XEM WAR package 4.5.1 installed manually
File system storage enabled on installation, so no need to port from
database storage.
XWikiPreferences max upload size changed to 1Gb (1073741824 bytes).

Details of the issue:
It doesn't matter if I try to attach on the main wiki on any
workspace. The result is the same:
The upload progress to around 1Mb. After retring for 1 or 2 times the
following error message is displayed:
An error occured while uploading file...

Here my xwiki.cfg (without the comments to make it short):
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0, xwiki/2.1, xhtml/1.0,
html/4.01, plain/1.0, docbook/4.4
xwiki.encoding=UTF-8
xwiki.section.edit=1
xwiki.section.depth=2
xwiki.backlinks=1
xwiki.tags=1
xwiki.store.attachment.hint=file
xwiki.store.attachment.versioning.hint=file
xwiki.store.attachment.recyclebin.hint=file
xwiki.store.cache=0
xwiki.store.migration=0
xwiki.store.migration.databases=all
xwiki.virtual=1
xwiki.virtual.redirect=http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
xwiki.inactiveuser.allowedpages=
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=
xwiki.authentication.logoutpage=(/|/[^/]+/|/wiki/[^/]+/)logout/*
xwiki.authentication.unauthorized_code=200
xwiki.editcomment=1
xwiki.editcomment.mandatory=0
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.base_DN=
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
xwiki.defaultskin=colibri
xwiki.defaultbaseskin=colibri
xwiki.title.compatibility=1
xwiki.plugins=\
  com.xpn.xwiki.monitor.api.MonitorPlugin,\
  com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.JsResourceSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssResourceSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin,\
  com.xpn.xwiki.plugin.feed.FeedPlugin,\
  com.xpn.xwiki.plugin.google.GooglePlugin,\
  com.xpn.xwiki.plugin.mail.MailPlugin,\
  com.xpn.xwiki.plugin.packaging.PackagePlugin,\
  com.xpn.xwiki.plugin.svg.SVGPlugin,\
  com.xpn.xwiki.plugin.charts.ChartingPlugin,\
  com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
  com.xpn.xwiki.plugin.image.ImagePlugin,\
  com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
  com.xpn.xwiki.plugin.lucene.LucenePlugin,\
  com.xpn.xwiki.plugin.diff.DiffPlugin,\
  com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
  com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
  com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
  com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
  com.xpn.xwiki.plugin.activitystream.plugin.ActivityStreamPlugin, \
  com.xpn.xwiki.plugin.watchlist.WatchListPlugin, \
  com.xpn.xwiki.plugin.tag.TagPlugin
xwiki.stats.default=0
xwiki.plugin.image.cache.capacity=30
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] custom content as a new docextra tabs

2013-03-05 Thread Eugen Colesnicov
How is posible to add new docextra tab with custom content on it (not global
- only for some pages)? For example, if I have some page with configured
content - I want to display this page as a new docextra tab.

I know, that it is possible to manage presentation of docextra tabs.
According to
http://www.xwiki.org/xwiki/bin/view/FAQ/How+to+control+order+of+tabs+at+bottom+of+pages

I can write
#set ($docextras = [])
#set ($discard = $docextras.add(['Comments', 'comments',
$msg.get('docextra.comments'),
$doc.getObjects('XWiki.XWikiComments').size(), 'commentsinline.vm',
$msg.get('core.shortcuts.view.comments')]))
#set ($discard = $docextras.add(['Attachments', 'attachments',
$msg.get('docextra.attachments'), $doc.getAttachmentList().size(),
attachmentsinline.vm$!{sortAttachmentsBy},
$msg.get('core.shortcuts.view.attachments')]))
#set ($discard = $docextras.add(['History', 'history',
$msg.get('docextra.history'), -1, 'historyinline.vm',
$msg.get('core.shortcuts.view.history')]))
#set ($discard = $docextras.add(['Information', 'information',
$msg.get('docextra.information'), -1, 'informationinline.vm',
$msg.get('core.shortcuts.view.information')]))

Of course, I can add new tab, but if I trying like this (defined my page in
place of vm tempalate):
#set ($discard = $docextras.add(['test', 'test', $msg.get('test.info'), -1,
'MySpace.MyPage', $msg.get('test.info.shortcuts')]))
new tab created, but without any content ... MySpace.MyPage - contains
content which I want to show in additional tab.

How is possible to do it?

--
Thanks beforehand!
Eugen Colesnicov



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/custom-content-as-a-new-docextra-tabs-tp7584116.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upload for attachments fails at 1Mb

2013-03-05 Thread Haru
 Hi!

Try to check MySQL limitations (max_allowed_packet) and/or web server in front 
of Tomcat (if present). Hope it helps.


Вторник,  5 марта 2013, 16:38 -03:00 от Marcelo Vaz vaz.marc...@gmail.com:
Folks,

Has anyone faced the same issue?

My config:
Mysql 5.1
Tomcat6
XEM WAR package 4.5.1 installed manually
File system storage enabled on installation, so no need to port from
database storage.
XWikiPreferences max upload size changed to 1Gb (1073741824 bytes).

Details of the issue:
It doesn't matter if I try to attach on the main wiki on any
workspace. The result is the same:
The upload progress to around 1Mb. After retring for 1 or 2 times the
following error message is displayed:
An error occured while uploading file...

Here my xwiki.cfg (without the comments to make it short):
xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0, xwiki/2.1, xhtml/1.0,
html/4.01, plain/1.0, docbook/4.4
xwiki.encoding=UTF-8
xwiki.section.edit=1
xwiki.section.depth=2
xwiki.backlinks=1
xwiki.tags=1
xwiki.store.attachment.hint=file
xwiki.store.attachment.versioning.hint=file
xwiki.store.attachment.recyclebin.hint=file
xwiki.store.cache=0
xwiki.store.migration=0
xwiki.store.migration.databases=all
xwiki.virtual=1
xwiki.virtual.redirect= 
http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
xwiki.inactiveuser.allowedpages=
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=
xwiki.authentication.logoutpage=(/|/[^/]+/|/wiki/[^/]+/)logout/*
xwiki.authentication.unauthorized_code=200
xwiki.editcomment=1
xwiki.editcomment.mandatory=0
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.base_DN=
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
xwiki.defaultskin=colibri
xwiki.defaultbaseskin=colibri
xwiki.title.compatibility=1
xwiki.plugins=\
  com.xpn.xwiki.monitor.api.MonitorPlugin,\
  com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.JsSkinFileExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.JsResourceSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssSkinFileExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.CssResourceSkinExtensionPlugin,\
  com.xpn.xwiki.plugin.skinx.LinkExtensionPlugin,\
  com.xpn.xwiki.plugin.feed.FeedPlugin,\
  com.xpn.xwiki.plugin.google.GooglePlugin,\
  com.xpn.xwiki.plugin.mail.MailPlugin,\
  com.xpn.xwiki.plugin.packaging.PackagePlugin,\
  com.xpn.xwiki.plugin.svg.SVGPlugin,\
  com.xpn.xwiki.plugin.charts.ChartingPlugin,\
  com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
  com.xpn.xwiki.plugin.image.ImagePlugin,\
  com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
  com.xpn.xwiki.plugin.lucene.LucenePlugin,\
  com.xpn.xwiki.plugin.diff.DiffPlugin,\
  com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
  com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
  com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
  com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
  com.xpn.xwiki.plugin.activitystream.plugin.ActivityStreamPlugin, \
  com.xpn.xwiki.plugin.watchlist.WatchListPlugin, \
  com.xpn.xwiki.plugin.tag.TagPlugin
xwiki.stats.default=0
xwiki.plugin.image.cache.capacity=30
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Kind regards,

Dmitry
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] new wiki request

2013-03-05 Thread melissa laing
Hi, I'm setting up a community research project focussing on histories  
of activism in New Zealand. we are unfunded and not for profit. I  
would like to try co-ordinating the community and share everyones  
research through a wiki, can I have a a wiki hosted on your community  
farm please.


User name: Melissalaing
Site name: Dissenting-Histories

Thanks

Melissa Laing
meli...@melissalaing.com

www.melissalaing.com
www.universitywithoutconditions.ac.nz








___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users