[xwiki-users] LDAP exeption Confidentiality Required

2015-07-24 Thread Dmitry Bakbardin
 Hi! 


Ubuntu 14.04.2 LTS, XWiki 6.4.4 clean install.

LDAP set up as described here:  
http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Application

nmap shows OpenLDAP is ready:

nmap -p 388 myserver.com

Starting Nmap 6.40 ( http://nmap.org ) 
Nmap scan report for myserver.com 
Host is up (0.0086s latency).
rDNS record for myserver.com: 
PORT    STATE SERVICE
388/tcp open  ldap

An attempt to log in with Dummy User gives following:

2015-07-24 14:06:36,182 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] TRACE 
u.i.L.XWikiLDAPAuthServiceImpl - Starting LDAP authentication
2015-07-24 14:06:36,182 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG 
c.x.x.p.l.XWikiLDAPConfig  - ldap_group_classes: [groupofnames, 
groupwisedistributionlist, dynamicgroup, dynamicgroupaux, g
roupofuniquenames, posixgroup, apple-group, group]
2015-07-24 14:06:36,182 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG 
c.x.x.p.l.XWikiLDAPConfig  - ldap_group_memberfields: [member, memberuid, 
uniquemember]
2015-07-24 14:06:36,182 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG 
c.x.x.p.l.XWikiLDAPConnection  - Connection to LDAP server [myserver.com:388]
2015-07-24 14:06:36,197 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG 
c.x.x.p.l.XWikiLDAPConnection  - Binding to LDAP server with credentials 
login=[cn=Dummy User,ou=people,dc=optrak,dc=com]
2015-07-24 14:06:36,209 
[http://myserver.com/xwiki/bin/loginsubmit/XWiki/XWikiLogin] DEBUG 
u.i.L.XWikiLDAPAuthServiceImpl -Local LDAP authentication failed.


com.xpn.xwiki.plugin.ldap.XWikiLDAPException: Error number 0 in 5: LDAP bind 
failed with LDAPException.


at 
com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:197)
 ~[xwiki-platform-ldap-authenticator-6.4.4.jar:na]
    at 
com.xpn.xwiki.plugin.ldap.XWikiLDAPConnection.open(XWikiLDAPConnection.java:125)
 ~[xwiki-platform-ldap-authenticator-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticateInContext(XWikiLDAPAuthServiceImpl.java:305)
 [xwiki-platform-ldap-authenticator-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.ldapAuthenticate(XWikiLDAPAuthServiceImpl.java:182)
 [xwiki-platform-ldap-authenticator-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl.authenticate(XWikiLDAPAuthServiceImpl.java:129)
 [xwiki-platform-ldap-authenticator-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:272)
 [xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:192)
 [xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:174)
 [xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at 
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:239)
 [xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3295) 
[xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at 
org.xwiki.security.authorization.internal.XWikiCachingRightService.authenticateUser(XWikiCachingRightService.java:241)
 [xwiki-platform-security-bridge-6.4.4.jar:na]
    at 
org.xwiki.security.authorization.internal.XWikiCachingRightService.checkAccess(XWikiCachingRightService.java:271)
 [xwiki-platform-security-bridge-6.4.4.jar:na]
    at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3308) 
[xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:4304) 
[xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:269) 
[xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:146) 
[xwiki-platform-legacy-oldcore-6.4.4.jar:na]
    at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
 [struts-core-1.3.10.jar:1.3.10]
    at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) 
[struts-core-1.3.10.jar:1.3.10]
    at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) 
[struts-core-1.3.10.jar:1.3.10]
    at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462) 
[struts-core-1.3.10.jar:1.3.10]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:646) 
[servlet-api-3.0.jar:na]
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) 
[servlet-api-3.0.jar:na]
    at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
 [tomcat-catalina-7.0.52.jar:7.0.52]
    at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
 [tomcat-catalina-7.0.52.jar:7.0.52]
    at 

[xwiki-users] Document Tree Macro doesn't save changes in page order

2015-03-05 Thread Dmitry Bakbardin

Hi, All!

XWiki 6.4.2 clean installation. Extension  
http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro is 
installed.
Space with several pages. On Space.WebHome I put

{{velocity}}
{{documentTree showSpaces=true readOnly=false 
root=document:$doc.space.$doc.name/}}
{{/velocity}}

Works fine. I have a tree. If I change page order in the Tree - it also works 
fine. On page reload Tree has initial page order. Am I doing anything wrong or 
this is the case to jira the bug?

Is it possible to open all branches of the tree somehow?

Kind regards,

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


Re: [xwiki-users] Borabora block emails to users@xwiki.org

2015-02-18 Thread Dmitry Bakbardin

Hi, Vincent!
I had this problem once with one specific e-mail. I couldn't answer on the 
e-mail. Hope it won't happen again. If this appears again, I'd make a full 
log of the problem.

Thanks for help!


Среда, 18 февраля 2015, 13:25 +01:00 от vinc...@massol.net 
vinc...@massol.net:
Hi Dmitry,

I asked the infra team about it but they were a bit slow to answer… (they just 
checked today!). And now they’ve lost the logs (which have rotated since then).

What they said though is that Usually, the spam check is based on the 
content, so it's very likely that the content of the email was the cause of 
the issue.”. Since you didn’t provide the content of the faulty mail it’s hard 
to check afterwards.”

They recommend resending an email to the list and seeing if it works. 

Have you been successful in sending other mails to the list in the meantime?

Thanks
-Vincent


On 1 Feb 2015 at 10:51:59, Dmitry Bakbardin 
(haru_mamb...@mail.ru(mailto:haru_mamb...@mail.ru)) wrote:

 
 Hi, All!
 
 I replied to one of the emails and received following:
 
 Reporting-MTA: dns; borabora.xpertnet.org
 Received-From-MTA: smtp; borabora.xwiki.com ([127.0.0.1])
 Arrival-Date: Sun, 1 Feb 2015 09:42:57 + (UTC)
 
 Original-Recipient: rfc822;users@xwiki.org
 Final-Recipient: rfc822;users@xwiki.org
 Action: failed
 Status: 5.7.0
 Diagnostic-Code: smtp; 554 5.7.0 Bounce, id=29194-13 - spam
 Last-Attempt-Date: Sun, 1 Feb 2015 09:42:57 + (UTC)
 Final-Log-ID: 29194-13/SfRQFeszKdSD
 
 How can I convince this Borabora, that I'm not spamming users@xwiki.org?
 
 Kind regards,
 
 Dmitry



Kind regards,

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


[xwiki-users] Borabora block emails to users@xwiki.org

2015-02-01 Thread Dmitry Bakbardin

Hi, All!

I replied to one of the emails and received following:

Reporting-MTA: dns; borabora.xpertnet.org
Received-From-MTA: smtp;  borabora.xwiki.com ([127.0.0.1])
Arrival-Date: Sun,  1 Feb 2015 09:42:57 + (UTC)

Original-Recipient: rfc822;users@xwiki.org
Final-Recipient: rfc822;users@xwiki.org
Action: failed
Status: 5.7.0
Diagnostic-Code: smtp; 554 5.7.0 Bounce, id=29194-13 - spam
Last-Attempt-Date: Sun,  1 Feb 2015 09:42:57 + (UTC)
Final-Log-ID: 29194-13/SfRQFeszKdSD 

How can I convince this Borabora, that I'm not spamming users@xwiki.org?

Kind regards,

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


[xwiki-users] The default displayer for users is failing with guest

2014-12-13 Thread Dmitry Bakbardin

Hi! 
The default displayer for users is failing with guest 
(http://jira.xwiki.org/browse/XWIKI-11472)
Fix shown in this issue works fine for colibri skin, but fails for flamingo. 
Does anyone have a solution?


Kind regards,

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


Re: [xwiki-users] The default displayer for users is failing with guest

2014-12-13 Thread Dmitry Bakbardin

The solution is to fix also templates in flamingo skin  
webapp/skins/flamingo/macros.vm . Now they are separate and flamingo overrides  
webapp/templates/macros.vm
Thanks Victor for help.


Sat, 13 Dec 2014 11:40:41 +0300 от Dmitry Bakbardin haru_mamb...@mail.ru:
Hi! 
The default displayer for users is failing with guest 
(http://jira.xwiki.org/browse/XWIKI-11472)
Fix shown in this issue works fine for colibri skin, but fails for flamingo. 
Does anyone have a solution?


Kind regards,

Dmitry

Kind regards,

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


Re: [xwiki-users] The default displayer for users is failing with guest

2014-12-13 Thread Dmitry Bakbardin

Thank you, Vincent!
Found, fixed. Now I have another problem. 
I modified macros.vm file and attached it to the skin page. Nothing happens. I 
expected it to override this file in the skin folder. As far as I remember it 
worked earlier, now - doesn't. Is it a bug or a feature?


Sat, 13 Dec 2014 11:47:35 +0100 от vinc...@massol.net vinc...@massol.net:
Check the commit tab for the issue to see what was done:
http://jira.xwiki.org/browse/XWIKI-11472?page=com.atlassian.jira.plugins.jira-bitbucket-connector-plugin:dvcs-commits-tabpanel

You’ll see the fix was applied to Flamingo vm too so it should work fine.

Thanks
-Vincent

On 13 Dec 2014 at 09:40:56, Dmitry Bakbardin ( haru_mamb...@mail.ru ) wrote:

Hi! 
The default displayer for users is failing with guest 
(http://jira.xwiki.org/browse/XWIKI-11472)
Fix shown in this issue works fine for colibri skin, but fails for flamingo. 
Does anyone have a solution?


Kind regards,

Dmitry
___
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


Re: [xwiki-users] Xwiki 6.3 : issue when import xar file larger than 32mb

2014-12-12 Thread Dmitry Bakbardin

Hi!
Besides XWiki limits, it could be blocked by web server. Try to check if it has 
upload size limit. 
In Nginx it is:  
client_max_body_size 
Hope it helps.

Kind regards,

Dmitry


Fri, 12 Dec 2014 01:16:13 -0700 (MST) от Kevin k.gues...@animalis.fr:
i've got the issue in the import/export page (in Administer Wiki section)
when i want to import the xar from my old installation. I want to import it
to retrieve some old pages, templates, ... but with his size, it's
impossible.
So can i bypass the 32mb size limit to import my file ? Or another way to do
it ?



--
View this message in context:  
http://xwiki.475771.n2.nabble.com/Xwiki-6-3-issue-when-import-xar-file-larger-than-32mb-tp7593446p7593458.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] What would you like to see in the XWiki 7.x cycle?

2014-12-09 Thread Dmitry Bakbardin

Hi!
I'd add a list of proposals:

1.  Add SRD documentation for XWiki 6.x
2.  Some URLs are not shortened when using Tuckey's UrlRewriteFilter 
(even it is closed - there are some problems noted in tha last comment)
3.  Admin Tools Application bug in Export pages with ' sign in page name

4.  Broken cross-wiki links on page rename
XWiki works fine in miltiwiki's environment, but page rename breaks cross-wiki 
links :(

5.  Wiki to wiki rename in multiwiki environment

6.  New ADD Link scenario in WYSIWYG editor - wiki - Space - Page - Anchor 
selector in the WYSIWYG editor

7. XWiki.DeletedAttachments shows nothing when filesystem attachments are 
enabled. 

8.  Shrink Recycle Bin works only with main wiki and gives an error in attempt 
to purge all documents in recycle bin


Kind regards,

Dmitry

Fri, 5 Dec 2014 19:19:52 +0200 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Fri, Dec 5, 2014 at 2:34 PM, Daniel Lundh  dlu...@gmail.com  wrote:
 Hello.

 New XWiki user here.

 First, a big thanks, we are enjoying XWiki. :)

 We have a fairly common use case, using the wiki for documenting servers
 and systems, trying to build an SKMS ala ITIL.

 What i'd like to see is better formatting of text being cut  pasted from
 (mainly) Word.
 The single biggest issue I have heard complaints about is formatting.
 We are moving away from a Lotus Domino environment and here too the
 formatting is mangled (this may have everything to do with Domino and
 nothing with XWiki however) when doing copy/paste.

 I'd like tables to work like they do in Excel. When I press the tab key I
 want to move to the next field.
 I want to be able to size the table with my mouse in real-time.
 I want the columns to be plainly visible, not just the rows.

 I want numbered lists to be a core feature.


 Making text different colors and/or fonts should work like in a regular
 word processor, with a menu item in the WYSIWYG editor.

This is already possible.
http://platform.xwiki.org/xwiki/bin/view/Features/WysiwygEditor#HQuickReference
. You need to enable it from the WYSIWYG editor section in the wiki
administration. It's not very straightforward but this
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor#HPluginsandFeatures
can help.

The rest is very good feedback.

Thanks,
Marius


 That's from the top of my head, anyway.

 Have a great weekend.

 Regards,
 Daniel



 On Fri, Dec 5, 2014 at 1:17 PM,  vinc...@massol.net  vinc...@massol.net 
 wrote:

 Dear XWiki users,

 We’re getting close to the end of the XWiki 6.x cycle (6.4 is planned for
 the end of December) and in January we’ll start developing the XWiki 7.x
 cycle (which will last the whole 2015 year), starting with XWiki 7.0.

 Thus it’s time for the XWiki devs to start defining the global roadmap for
 XWiki 7.x.

 As XWiki users, I’d like to know if you have some needs for XWiki 7.x.
 What would you be interested in seeing in XWiki 7.x?

 I’d like to start some proposal on the xwiki devs list (for the XWiki 7.x
 cycle) around end of December so it would be nice if you could shoot your
 suggestion ideas fast so that we can take them into account in the
 discussion! :)

 Thanks a lot for your help and I hope you’re enjoying using XWiki!

 -Vincent Massol
 XWiki Committer


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




 --

 Regards/Mvh
 Daniel Lundh
 ___
 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



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


Re: [xwiki-users] [ANN] XWiki 6.3 Milestone 2 released

2014-10-28 Thread Dmitry Bakbardin

Thank you for the next release!
Nice to see this feature in the XWiki.
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki63M2#HMiscellaneous-1

Would also be nice to have an option to implement multiple choice both in 
deleting and restoring pages. To do this one by one sometimes too problematic.

Mon, 27 Oct 2014 22:50:09 +0200 от Eduard Moraru enygma2...@gmail.com:
The XWiki development team is proud to announce the availability of XWiki
6.3 Milestone 2.

This milestone brings a couple of improvements to Extension Manager, Panels
Application and the Space Deletion UI, together with a couple of developer
oriented features such as a JSON service for Solr and a better and cleaner
(HTML5-friendly) way of storing and obtaining in JavaScript information
about the current document.

Also, 31 bugs were fixed in this release, so this makes it yet another
reason to upgrade and try it out.

You can download it here:  http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki63M2

Thanks
-The XWiki dev team
___
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


Re: [xwiki-users] problem with doc.display - trying to set permissions based on a group

2014-08-27 Thread Dmitry Bakbardin
 Thanks, Thomas!

This script doesn't work for me: it shows nothing. Tested at 5.x 

Also I'm issued  http://jira.xwiki.org/browse/XWIKI-10851 for SRD update. 


Wed, 27 Aug 2014 14:15:56 +0200 от Thomas Mortagne thomas.morta...@xwiki.com:
This is just a code to get the existing bindings and yes it does not
replace the SRD. What we really need to automate the generation of the
SRD but nobody had the time to work on it yet.

Note that in that list you don't only have public APIs but also any
velocity variable previously defined.

Another probably more usefull list is the list of script services
since I doubt there is any new standard binding since 5.x but there is
new script services:

{{velocity}}
#foreach($service in
$services.component.componentManager.getInstanceList('org.xwiki.script.service.ScriptService'))
  * **\$services.$$service** ($service.class)
#end
{{/velocity}}

On Wed, Aug 27, 2014 at 1:41 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
 Thanks, Thomas!

 It works fine and gives me following (on 5.x)
 Some bindings I can guess and use in e.g. #if ($isSuperAdmin) ... #end.
 Excellent!
 What I was talking about is binding - Method Summary is missing in this
 case. It is extremely useful for me in
  http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation?xpage=embed , but
 even with the guide I have no clue how to rebuild this for 6.x
 documentation, I'm not an Java developer :(


 $editorUrl (class java.lang.String)
 $hasWatch (class java.lang.String)
 $hasPreviousMenuSection (class java.lang.String)
 $isMainWikiUser (class java.lang.String)
 $spaceDeleteUrl (class java.lang.String)
 $displayLanguageChoice (class java.lang.String)
 $mainWikiHomeDocumentReference (class java.lang.String)
 $XWIKIVARS_VM (class java.lang.String)
 $hasCreatePage (class java.lang.String)
 $macro (class java.lang.String)
 $officeImporterMainDocument (class java.lang.String)
 $defaultStyleURL (class java.lang.String)
 $ooconfig (class java.lang.String)
 $spaceIndexUrl (class java.lang.String)
 $createWikiDocReference (class java.lang.String)
 $spaceHome (class java.lang.String)
 $template (class java.lang.String)
 $services (class java.lang.String)
 $parent (class java.lang.String)
 $isInPortletMode (class java.lang.String)
 $copyright (class java.lang.String)
 $searchDoc (class java.lang.String)
 $bodyTagName (class java.lang.String)
 $logoname (class java.lang.String)
 $displayHomeMenu (class java.lang.String)
 $isGuest (class java.lang.String)
 $displayContentMenu (class java.lang.String)
 $isAdminAppInstalled (class java.lang.String)
 $spaceAdminDocRef (class java.lang.String)
 $showhistory (class java.lang.String)
 $displayPageSubmenu (class java.lang.String)
 $watchClasses (class java.lang.String)
 $hasCreateWiki (class java.lang.String)
 $displayCreateSubmenu (class java.lang.String)
 $reservedSpaceName (class java.lang.String)
 $languageparams (class java.lang.String)
 $deleteUrl (class java.lang.String)
 $preferencesDoc (class java.lang.String)
 $xwiki (class java.lang.String)
 $discard (class java.lang.String)
 $stylesheets (class java.lang.String)
 $docvariant (class java.lang.String)
 $canShare (class java.lang.String)
 $logredir (class java.lang.String)
 $title (class java.lang.String)
 $hasDashboard (class java.lang.String)
 $spaceDoc (class java.lang.String)
 $hasSpaceAdmin (class java.lang.String)
 $isReadOnly (class java.lang.String)
 $keyboardShortcutsEnabled (class java.lang.String)
 $reservedDocumentReference (class java.lang.String)
 $officeimporter (class java.lang.String)
 $settingValue (class java.lang.String)
 $themeDocFullName (class java.lang.String)
 $backToEditAction (class java.lang.String)
 $cdoc (class java.lang.String)
 $displayCreateWiki (class java.lang.String)
 $syntaxFactory (class java.lang.String)
 $displayMainMenu (class java.lang.String)
 $theme (class java.lang.String)
 $spaceViewUrl (class java.lang.String)
 $hasCreateSpace (class java.lang.String)
 $gradientColorsToRemove (class java.lang.String)
 $logourl (class java.lang.String)
 $defaultstyle (class java.lang.String)
 $showattachments (class java.lang.String)
 $a11y (class java.lang.String)
 $searchSuggestConfigObject (class java.lang.String)
 $doc (class java.lang.String)
 $isWikiAPIAvailable (class java.lang.String)
 $crtUserDoc (class java.lang.String)
 $annotations (class java.lang.String)
 $showRightPanels (class java.lang.String)
 $xwikimode (class java.lang.String)
 $oomanager (class java.lang.String)
 $headertitle (class java.lang.String)
 $hasAdmin (class java.lang.String)
 $showannotations (class java.lang.String)
 $canDelete (class java.lang.String)
 $sectionNumber (class java.lang.String)
 $logouturl (class java.lang.String)
 $pdoc (class java.lang.String)
 $blacklistedSpaces (class java.lang.String)
 $skin (class java.lang.String)
 $colsclass (class java.lang.String)
 $canWatch (class java.lang.String)
 $isSuperAdmin (class java.lang.String)
 $level (class java.lang.String)
 $hasGlobalAdmin (class

Re: [xwiki-users] problem with doc.display - trying to set permissions based on a group

2014-08-22 Thread Dmitry Bakbardin
 Hi!

Marius,  http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation contains 
documentation up to 5.x. Where one can find 6.x documentation in the same way?


Fri, 22 Aug 2014 11:16:44 +0300 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Wed, Aug 20, 2014 at 9:11 PM, Leonardo Kodato
 leonardokod...@gmail.com  wrote:
 Hello everyone.

 I'm currently developing my skills with velocity to be able to make more
 advanced applications.
 Today what I'm trying to do is set some rights based on a modified version
 of FAQ Application. I've added just a Group field, so the user can direct
 his question to one of our departaments/groups.

 What I'm trying to accomplish is: A user creates a FAQ question, but only
 himself and a Group he chooses are able to view and edit the page.

 #set ($mydoc = $xwiki.getDocument(FAQ.$doc.name))
 #set ($rightsObject = $mydoc.getObject(XWiki.XWikiRights, true))

 #set ($result = $rightsObject.set(groups, $doc.display(group,
 view)))

In  http://platform.xwiki.org/xwiki/bin/view/DevGuide/ there is a link
to Scripting Reference Documentation. Select $doc and look for
getValue.

Hope this helps,
Marius

 #set ($result = $rightsObject.set(levels, edit))
 #set ($result = $rightsObject.set(users, ))
 #set ($result = $rightsObject.set(allow, 1))
 $mydoc.save()

 Problem: The object created with doc.display(group) gets the group with
 the all the wiki markup, when it should be getting only the text Sales.

 What I get: {{html clean=false wiki=false}} ul class=users...
 What I want: Sales

 I can easily set the user permission. The big problem is setting the group.

 Can you help me with this?

 Thanks.
 Att,
 Leonardo.
 ___
 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


Kind regards,

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


Re: [xwiki-users] [VOTE] Documentation for the new skin

2014-07-15 Thread Dmitry Bakbardin

Hi, Andreea,
If Colibri is cancelled and Flamingo is a default skin since 6.2, and in 6.2 
only it would be ready for production, b) looks logic for me.

Tue, 15 Jul 2014 10:00:58 +0300 от Andreea Popescu andreea.pope...@xwiki.com:
Hello all,

I would like to ask for your opinion regarding the documentation for the
new skin we’re working on.  Would you rather prefer:

a) The documentation to be conducted in parallel with the current version
(6.1 for the Colibri skin as well as for the Flamingo skin)?
b) Or would you prefer to begin the documentation for the Flamingo skin
with version 6.2, which would imply cancelling the maintenance for the
Colibri skin?

Please express your view in a reply to this email.

Thank you,
Andreea
___
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] How can I change default space and default parent for the application created with AppWithinMinutes?

2014-05-08 Thread Dmitry Bakbardin
 Hi, Developers!

XWiki 5.4.3, Application Within Minutes.

Application works fine, but I didn't find any place, where this specific 
application hides default space name to create new pages and default parent 
page to set up in the new page.

I found a tutorial, 
https://network.xwiki.com/xwiki/bin/view/DocXE34En/XWikiDataModel#HCreateaClass
It explains how to fix this, but it doesn't work with Application created with 
Application Within Minutes.
How can I change default space and default parent for the specific application?


Kind regards,

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


Re: [xwiki-users] Fwd: Re: Solr search suggestion auto-complete

2014-05-05 Thread Dmitry Bakbardin
 Hi, Marius,

Done. http://jira.xwiki.org/browse/XWIKI-10306


Mon, 5 May 2014 08:13:14 +0300 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Sat, May 3, 2014 at 5:25 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Hi, Michael!
 Your are welcome!

 Hi, Marius!

 As for this:
 But should the general lookfeel be persistent across different search 
 engines? Just a suggestion, but this would also make a real neat option for 
 the search, sth. like search while tying, for example.

 Marius, as a proposal: in the UI, Search Suggest section search options 
 could be added. E.g.
 - exact match search: __INPUT__
 - prefix search: __INPUT__*
 - prefix and suffix search: *__INPUT__*
 - turn SuggestSearch off

 Is it worth doing?

Yes. Can you create an issue for this, please?

Thanks,
Marius



  Пересылаемое сообщение 
 От кого: Michael Bußler  michael.buss...@googlemail.com 
 Кому: Dmitry Bakbardin  haru_mamb...@mail.ru 
 Дата: Sat, 3 May 2014 15:39:38 +0200
 Тема: Re: [xwiki-users] Solr search suggestion auto-complete

 Thank you, that's exactly what I was looking for!
 About the default behaviour, its the first time I use solr, so I don't know 
 much about its history. But should the general lookfeel be persistent 
 across different search engines? Just a suggestion, but this would also make 
 a real neat option for the search, sth. like search while tying, for 
 example.
 Anyway, thank you so much for the quick response and keep the good work!!
 Michael
 Am 02.05.2014 16:48 schrieb Dmitry Bakbardin   haru_mamb...@mail.ru :
 Hi, Michael!

The same problem I had. It could be fixed as following:

Edit Xwiki.SearchSuggest directly in Object Editor and add one more string 
to each search configuration where you need prefix search:
q=__INPUT__*

E.g. for Blog it would look like this
q=__INPUT__*
fq=type:DOCUMENT
fq=class:Blog.BlogPostClass
qf=object.Blog.BlogPostClass

Or you can do the same via UI from Search Suggest section in 
XWikiPreferences:  
http://yourdomain.com/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=searchSuggest

To make it running, I had to stop and start SolrSuggest (or restart XWiki). 
Hope it helps.

Marius, looks like, we have one more vote for keeping old behavior in 
default Solr Suggest settings.



Fri, 2 May 2014 10:05:31 +0200 от Michael Bußler   
michael.buss...@googlemail.com :
Hi there,

I've just moved my wiki to a different Server and upgraded there to XWiki
Enterprise 5.4.4. I've also switched to solr search engine. It's really
awesome work you did there, and I definitively want to use Solr search
because to the much better results page. :)

But regrettably, I've got an issue with the search suggestion feature to
report: Before upgrading, I used Lucene, which gives me this really nice
feature of searching and making suggestions while I'm typing into the
search-box on the upper right. This doesn't happen anymore with solr
search, as suggestions are only made, if there is a 100% match with the
query somewhere in the doc or attachment.

It may be because of how the suggestion feature creates queries: With
lucene, the input is always extended by an asterik, like __INPUT__*. So,
I've tried to add an asterik to my incomplete search query for Solr-search,
and it gives me exactly, what I want, except that I have to insert the '*'
always by hand at the end. Then, I've tried to add the asterik somewhere in
the Solr search suggestion query in XWikiPreferences, but didn't manage to
get it right.

Do you have an idea, or maybe know, how I can get back the old behaviour
with lucene search?

You can also visit the wikis and try for yourself:
Old page with Lucene-Search:  http://www2.wikiderm.de
New page with Solr-Search:  http://www.wikiderm.de

For example, try to search for atop and see whats happening..

Best regards,
Michael
___
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

 --

 Kind regards,

 Dmitry
 ___
 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] Fwd: Re: Solr search suggestion auto-complete

2014-05-03 Thread Dmitry Bakbardin
 Hi, Michael!
Your are welcome!

Hi, Marius!

As for this:
But should the general lookfeel be persistent across different search 
engines? Just a suggestion, but this would also make a real neat option for the 
search, sth. like search while tying, for example.

Marius, as a proposal: in the UI, Search Suggest section search options could 
be added. E.g.
- exact match search: __INPUT__
- prefix search: __INPUT__*
- prefix and suffix search: *__INPUT__*
- turn SuggestSearch off
Is it worth doing?


 Пересылаемое сообщение 
От кого: Michael Bußler michael.buss...@googlemail.com
Кому: Dmitry Bakbardin haru_mamb...@mail.ru
Дата: Sat, 3 May 2014 15:39:38 +0200
Тема: Re: [xwiki-users] Solr search suggestion auto-complete

Thank you, that's exactly what I was looking for!
About the default behaviour, its the first time I use solr, so I don't know 
much about its history. But should the general lookfeel be persistent across 
different search engines? Just a suggestion, but this would also make a real 
neat option for the search, sth. like search while tying, for example.
Anyway, thank you so much for the quick response and keep the good work!!
Michael
Am 02.05.2014 16:48 schrieb Dmitry Bakbardin  haru_mamb...@mail.ru :
 Hi, Michael!

The same problem I had. It could be fixed as following:

Edit Xwiki.SearchSuggest directly in Object Editor and add one more string to 
each search configuration where you need prefix search:
q=__INPUT__*

E.g. for Blog it would look like this
q=__INPUT__*
fq=type:DOCUMENT
fq=class:Blog.BlogPostClass
qf=object.Blog.BlogPostClass

Or you can do the same via UI from Search Suggest section in XWikiPreferences: 
  
http://yourdomain.com/admin/XWiki/XWikiPreferences?editor=globaladminsection=searchSuggest

To make it running, I had to stop and start SolrSuggest (or restart XWiki). 
Hope it helps.

Marius, looks like, we have one more vote for keeping old behavior in default 
Solr Suggest settings.



Fri, 2 May 2014 10:05:31 +0200 от Michael Bußler  
michael.buss...@googlemail.com :
Hi there,

I've just moved my wiki to a different Server and upgraded there to XWiki
Enterprise 5.4.4. I've also switched to solr search engine. It's really
awesome work you did there, and I definitively want to use Solr search
because to the much better results page. :)

But regrettably, I've got an issue with the search suggestion feature to
report: Before upgrading, I used Lucene, which gives me this really nice
feature of searching and making suggestions while I'm typing into the
search-box on the upper right. This doesn't happen anymore with solr
search, as suggestions are only made, if there is a 100% match with the
query somewhere in the doc or attachment.

It may be because of how the suggestion feature creates queries: With
lucene, the input is always extended by an asterik, like __INPUT__*. So,
I've tried to add an asterik to my incomplete search query for Solr-search,
and it gives me exactly, what I want, except that I have to insert the '*'
always by hand at the end. Then, I've tried to add the asterik somewhere in
the Solr search suggestion query in XWikiPreferences, but didn't manage to
get it right.

Do you have an idea, or maybe know, how I can get back the old behaviour
with lucene search?

You can also visit the wikis and try for yourself:
Old page with Lucene-Search:   http://www2.wikiderm.de
New page with Solr-Search:   http://www.wikiderm.de

For example, try to search for atop and see whats happening..

Best regards,
Michael
___
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

--

Kind regards,

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


Re: [xwiki-users] Solr search suggestion auto-complete

2014-05-02 Thread Dmitry Bakbardin
 Hi, Michael!

The same problem I had. It could be fixed as following:

Edit Xwiki.SearchSuggest directly in Object Editor and add one more string to 
each search configuration where you need prefix search:
q=__INPUT__*

E.g. for Blog it would look like this
q=__INPUT__*
fq=type:DOCUMENT
fq=class:Blog.BlogPostClass
qf=object.Blog.BlogPostClass

Or you can do the same via UI from Search Suggest section in XWikiPreferences:  
http://yourdomain.com/admin/XWiki/XWikiPreferences?editor=globaladminsection=searchSuggest

To make it running, I had to stop and start SolrSuggest (or restart XWiki). 
Hope it helps.

Marius, looks like, we have one more vote for keeping old behavior in default 
Solr Suggest settings.



Fri, 2 May 2014 10:05:31 +0200 от Michael Bußler 
michael.buss...@googlemail.com:
Hi there,

I've just moved my wiki to a different Server and upgraded there to XWiki
Enterprise 5.4.4. I've also switched to solr search engine. It's really
awesome work you did there, and I definitively want to use Solr search
because to the much better results page. :)

But regrettably, I've got an issue with the search suggestion feature to
report: Before upgrading, I used Lucene, which gives me this really nice
feature of searching and making suggestions while I'm typing into the
search-box on the upper right. This doesn't happen anymore with solr
search, as suggestions are only made, if there is a 100% match with the
query somewhere in the doc or attachment.

It may be because of how the suggestion feature creates queries: With
lucene, the input is always extended by an asterik, like __INPUT__*. So,
I've tried to add an asterik to my incomplete search query for Solr-search,
and it gives me exactly, what I want, except that I have to insert the '*'
always by hand at the end. Then, I've tried to add the asterik somewhere in
the Solr search suggestion query in XWikiPreferences, but didn't manage to
get it right.

Do you have an idea, or maybe know, how I can get back the old behaviour
with lucene search?

You can also visit the wikis and try for yourself:
Old page with Lucene-Search:  http://www2.wikiderm.de
New page with Solr-Search:  http://www.wikiderm.de

For example, try to search for atop and see whats happening..

Best regards,
Michael
___
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


Re: [xwiki-users] Fwd: Re[4]: SearchSuggest parameters in a new syntax gives different behaviour

2014-04-23 Thread Dmitry Bakbardin
 Hi, Marius, 
For search suggest - prefix matching by default.


Wed, 23 Apr 2014 19:26:04 +0300 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
-- Forwarded message --
From: Marius Dumitru Florea  mariusdumitru.flo...@xwiki.com 
Date: Wed, Apr 23, 2014 at 7:23 PM
Subject: Re: Re[4]: [xwiki-users] SearchSuggest parameters in a new
syntax gives different behaviour
To: Dmitry Bakbardin  haru_mamb...@mail.ru 


No other opinions on this? What do you prefer for search suggest (live
search)? prefix matching or full text analysis?

Thanks,
Marius

On Fri, Apr 4, 2014 at 2:19 AM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
 Hi, Marius!

 See below.


 Thu, 3 Apr 2014 18:03:50 +0300 от Marius Dumitru Florea
  mariusdumitru.flo...@xwiki.com :

 On Wed, Apr 2, 2014 at 2:03 PM, Dmitry Bakbardin  haru_mamb...@mail.ru 
 wrote:
 Hi, Marius!

 See below.


 Wed, 2 Apr 2014 10:41:32 +0300 от Marius Dumitru Florea
  mariusdumitru.flo...@xwiki.com :

 On Wed, Apr 2, 2014 at 9:53 AM, Marius Dumitru Florea
  mariusdumitru.flo...@xwiki.com  wrote:
 Hi Dmitry,

 On Mon, Mar 31, 2014 at 5:33 AM, Dmitry Bakbardin  haru_mamb...@mail.ru 
 wrote:
 Hi, all!

 5.2 - 5.4.3 Upgrade

 Xwiki.SearchSuggest objects were changed

 It was:
 type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*)

 It is:
 fq=type:DOCUMENT
 fq=class:Blog.BlogPostClass
 qf=object.Blog.BlogPostClass

 The main difference:
 - it was __INPUT__* query string and
 - (as far as I understood) it is __INPUT__ if parameter q is omitted

 The result is Solr Suggest changes it's behaviour and gives only exact
 results.
 To make Search Suggest running as it was, we have to add: q=__INPUT__*


 Is it done by puprpose or it is a bug and I have to jira it?

 On purpose. I did it as part of
  http://jira.xwiki.org/browse/XWIKI-10051 (check the documentation
 links). The reason I dropped the * (star) is because:

 (1) Prefix matching is costly



 If Search Suggest is too costly, we can turn it off completely :)

 Not if there is a way to improve it. My idea was to offer by default
 something that performs well, but I agree that it could also be seen
 as an optimization.




 (2) The search suggest is not a filter (in the sense that you have a
 list of item and you type some text and it filters the items starting
 with that text). Search is more complex. The search text is analysed,
 stop words are removed, etc.

 (3) It was a fake prefix matching, because if you typed more words,
 only the last word was matched as prefix (not the entire text). All
 the other were analysed.


 IMHO, suggest means we prefer suggest more than exact search results. What
 I
 mean, that all languages wich have declensioin are too sensitive to the
 __INPUT__* search.
 Usual use case for such a search is: you enter root of the word and get
 back
 suggest of ALL forms of the word.
 Even in English, which is much less declensionable, singular and plural
 is the case.


 E.g. wiki input will give only exact much and won't show wikis. Thus,
 it
 makes Solr Sugges much less relevant.

 typing wiki (without the quotes) definitely matches wikis if the
 document (default) language is English. That is not the problem. The
 problem is if you type wik.


 In my use case:
 - Default language is Russian
 - Search needed for comments

 I didn't find any other solution, besides __INPUT__* search.






 As you said, you can get back the previous behaviour using q=__INPUT__*


 Yes, it was the firs I did, 'cause nearly to all my search strings Solr
 gave
 me no results. It wasn't so severe before the upgrade. :)


 IMHO, it's better to leave __INPUT__* in default settings and amend
 documentation with performance/relevancy issues tricks for Solr Suggest
 tuning. * would be useful for most use cases, and would make Suggest
 effective, especially for new users who start playing with XWiki.

 I do agree, that in the high load projects it could be essential to tweak
 default behaviour or turn it off at all.

 I'd like to hear what others think about this. Do simple users expect
 the search suggest to perform a prefix match or a standard match? In
 other words, when a user types in the search suggest, does he type the
 whole word or just a few letters (a prefix)?

 Prefix is more flexible from search point of view. But, sure it would be
 interesting to carry out a survey.




 Again, note that the previous behaviour was applying prefix matching
 only for the last word in the search query, not for all of the words
 in the query.

 IMHO, for Search - yes all words are essential, for suggest, most probably
 prefix. It is my way of searching. :)




 Thanks,
 Marius




 Let me know what yo think,
 Marius





 Kind regards,

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



 Kind regards,

 Dmitry



 Kind regards,

 Dmitry
___
users mailing

Re: [xwiki-users] External links in new window by default

2014-04-03 Thread Dmitry Bakbardin
 Hi, Christophe,

Set in xwiki.cfg:

xwiki.render.externallinks.defaulttarget=_blank

Hope it helps

Thu, 3 Apr 2014 10:59:35 +0200 от Christophe Domas 
christophe.domas+xw...@gmail.com:
Hi,

I wan't to know if it's possible to open all external links in a new
window/tab.
I know how to do this for each link but I want to force it by default.

Regards,

Christophe
___
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] SearchSuggest parameters in a new syntax gives different behaviour

2014-03-30 Thread Dmitry Bakbardin
 Hi, all!

5.2 - 5.4.3 Upgrade

Xwiki.SearchSuggest objects were changed

It was:
type:OBJECT AND (class:XWiki.BlogPostClass) AND objcontent:(__INPUT__*)

It is: 
fq=type:DOCUMENT
fq=class:Blog.BlogPostClass
qf=object.Blog.BlogPostClass

The main difference: 
- it was __INPUT__* query string and 
- (as far as I understood) it is __INPUT__ if parameter q is omitted

The result is Solr Suggest changes it's behaviour and gives only exact results.
To make Search Suggest running as it was, we have to add: q=__INPUT__*

Is it done by puprpose or it is a bug and I have to jira it?


Kind regards,

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


Re: [xwiki-users] Recycle bin /Trash

2014-01-13 Thread Dmitry Bakbardin
 Hi, Vincent,

I modified your doucument also. Due to the bug  
http://jira.xwiki.org/browse/XWIKI-9065 one might not see any deleted 
attachments.


Понедельник, 13 января 2014, 19:02 +01:00 от vinc...@massol.net 
vinc...@massol.net:
Hi Patrick,

I see you’ve restored your content that I had moved to the Index Application’s 
documentation on:
http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+restore+a+deleted+page+or+attachment

Do you really believe it’s better to have to maintain 2 places?

My POV was that it’s always easier to maintain a single place and have the FAQ 
entry point to the right documentation.

If you think the documentation isn’t good enough at 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Index+Application then I 
believe it might be better to edit that page and improve it, WDYT?

Thanks
-Vincent
On 13 Jan 2014 at 18:22:28,  vinc...@massol.net (vinc...@massol.net) wrote:


On 13 Jan 2014 at 18:01:15, Patrick Masson 
(mas...@opensource.org(mailto://mas...@opensource.org)) wrote:

 Thanks, I've added your answer to the XWiki.org FAQ at:
  
 http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+restore+a+deleted+page+or+attachment+from+the+trash+or+recycle+bin%3F

Thanks Patrick! Very nice initiative :)

I’ve made some small modifications:
* First I’ve renamed the page so that the page name isn’t too long and I’ve 
removed the ending question mark since a question mark is automatically added 
to the title when the FAQ entry is rendered
* I’ve linked to the Index Application which is where the documentation is 
located.

New location: 
http://www.xwiki.org/xwiki/bin/view/FAQ/How+do+I+restore+a+deleted+page+or+attachment

Thanks
-Vincent

 On 01/10/2014 04:46 PM, Maxime Sinclair wrote:
  Hi Patrick,
 
  Go to the index page of the wiki (Main.AllDocs) and select the
  deleted pages or deleted attchments tab.
  If these tabs don't appear, I suppose you must have admin rights to
  see them.
 
 
 
  On 10/01/2014 22:27, Patrick Masson wrote:
  I looked around a bit, but is there a way to list pages/attachments
  users have deleted?
___
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


Re: [xwiki-users] Help: Migration from HSQL to Oracle db

2014-01-07 Thread Dmitry Bakbardin

Hi, Priti!
As far as I understand, the amount of pages is relatively small, so, the 
easiest way to migrate is:
- export whole wiki as backup package
- set up Oracle database 
- change configuration in hibernate.cfg.xml to use Oracle DB
- On detecting empty DB, Distribution Manager will import the default UI pages. 
- import backup package 
Should work :-)


Вторник,  7 января 2014, 13:24 -08:00 от preethi pree...@comdata.com:
Xwiki friends, 

We had installed Xwiki with default HSQL and have been using it for a couple
of months. We want to migrate to Oracle XE and I am looking for help to
understand if there are steps recommended for the migration (data and ui).
Any suggestions?

Thanks
Priti



--
View this message in context:  
http://xwiki.475771.n2.nabble.com/Help-Migration-from-HSQL-to-Oracle-db-tp7588542.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


Kind regards,

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


Re: [xwiki-users] FS Attachments (was Re: XWiki Features survey for the 6.x cycle)

2013-12-20 Thread Dmitry Bakbardin
 Hi, Vincent,

See below.


Пятница, 20 декабря 2013, 9:04 +01:00 от vinc...@massol.net  
vinc...@massol.net :
Hi,

On 20 Dec 2013 at 04:15:50, Dmitry Bakbardin 
(haru_mamb...@mail.ru(mailto://haru_mamb...@mail.ru)) wrote:

 Hi, Silvia!
 
 I'd add one more feature:
 
 Make Filesytem storage ready for production.

On this topic:
* You mean for attachments only, right?
* What is missing in your opinion for it to be production-ready? (If you could 
list the JIRA issues that would be great)
Yes and no.
Yes:
*  XWIKI-9065 XWiki.DeletedAttachments shows nothing when filesystem 
attachments are enabled -  this makes recycle bin useless for attachments now 
and causes undesired side-effects.
*  XWIKI-9710    While filesytem is on, attachments are deleted, but folders in 
storage are not - not a big problem, but still
No.
I mean also:
- import-export as you already mentioned
- synchronizing multiple wikis in cluster. DB clustering won't work here, so we 
need a mechanism of syncing attachments in FS. This task is not simple as I 
understand, but new Wiki Streaming system could evolve to make it real as far 
as I understand. I didn't put it in Jira yet.

I hope that's it :)



 Hope, I'm not alone :-)

No you’re not alone.

We need to make FS attachments the default ASAP I believe (even though it 
increases the complexity of exporting content). BTW @thomas, does your new 
wikistream export take into account FS attachments yet? We might want/need to 
support that in our XAR export/import to make it transparent to the user where 
the attachments are stored.

Thanks a lot
-Vincent

 Четверг, 19 декабря 2013, 14:40 +02:00 от Silvia Rusu :
 Hi,
 
 In 2009 and 2012 the xwiki.org project launched some surveys about
 features to have in XWiki in priority:
   http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2009
 (results at:  http://www.xwiki.org/xwiki/bin/view/Blog/FeatureStatus20120119
 )
   http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2012
 (results at:
   http://www.xwiki.org/xwiki/bin/view/Main/FeatureSurveyResult201204
 )
 
 I thought it would be nice to launch a similar survey in 2013 in order
 to give the project some information to prepare the XWiki 6.x roadmap.
 The survey is available at:
   http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2013
 
 It would be great if you could help by filling in the survey by January 31.
 The results will be published on xwiki.org and shared
 with the XWiki committers list at the beginning of February.
 
 Thank you,
 Silvia

___
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


Re: [xwiki-users] XWiki Features survey for the 6.x cycle

2013-12-19 Thread Dmitry Bakbardin
 Hi, Silvia!

I'd add one more feature:

Make Filesytem storage ready for production.

Hope, I'm not alone :-)


Четверг, 19 декабря 2013, 14:40 +02:00 от Silvia Rusu silvia.r...@xwiki.com:
Hi,

In 2009 and 2012 the xwiki.org project launched some surveys about
features to have in XWiki in priority:
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2009
(results at:  http://www.xwiki.org/xwiki/bin/view/Blog/FeatureStatus20120119
)
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2012
(results at:
http://www.xwiki.org/xwiki/bin/view/Main/FeatureSurveyResult201204
)

I thought it would be nice to launch a similar survey in 2013 in order
to give the project some information to prepare the XWiki 6.x roadmap.
The survey is available at:
http://www.xwiki.org/xwiki/bin/view/Main/SurveyXWikiFeatures2013

It would be great if you could help by filling in the survey by January 31.
The results will be published on xwiki.org and shared
with the XWiki committers list at the beginning of February.

Thank you,
Silvia
___
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] RSS feed and commenting activity

2013-12-05 Thread Dmitry Bakbardin
 Hi, All!

Activity Stream Macro works fine. One of the options it has to enable RSS Feed.
RSS Feed works fine  with document changes, but doesn't include any comments 
added to the document.

So finally we have discrepancy: Activity Stream data: ALL CHANGES and it's feed 
document CONTEN changes ONLY.

Is there any way to watch also commenting activity in the feed?

Kind regards,

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


Re: [xwiki-users] RSS feed and commenting activity

2013-12-05 Thread Dmitry Bakbardin
 Thanks, Vincent!

It's a pity, but rewriting RSS feed is beyond of me ATM. I Issued one more jira 
( XWIKI-9777 )
improvement instead.
 Hope once it would appear in the XWiki's Roadmap.


Четверг,  5 декабря 2013, 22:45 +01:00 от vinc...@massol.net 
vinc...@massol.net:
Hi Dmitry,

On 5 Dec 2013 at 22:00:12, Dmitry Bakbardin 
(haru_mamb...@mail.ru(mailto://haru_mamb...@mail.ru)) wrote:

 Hi, All!
 
 Activity Stream Macro works fine. One of the options it has to enable RSS 
 Feed.
 RSS Feed works fine with document changes, but doesn't include any comments 
 added to the document.
 
 So finally we have discrepancy: Activity Stream data: ALL CHANGES and it's 
 feed document CONTEN changes ONLY.
 
 Is there any way to watch also commenting activity in the feed? 

ATM no.

The RSS feed is generated by the Main.WebRss page and this page uses some XWQL 
query on documents to get changes.

The solution would be to rewrite this page to use the activity stream API to 
get the changes.

Someone would need to do code that.

Thanks
-Vincent







Kind regards,

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


Re: [xwiki-users] Everyone can see user's e-mail on myxwiki.org

2013-12-04 Thread Dmitry Bakbardin
 Hi!

+1 vote for making Email Obfuscation turned ON by deafult. Otherwise it causes 
abovementioned problems :(


Среда,  4 декабря 2013, 9:50 +01:00 от vinc...@massol.net 
vinc...@massol.net:
And fixed for xwiki.org too…

This behavior change was really not good since it broke existing sites… :(

Thanks
-Vincent

On 4 Dec 2013 at 09:47:54,  vinc...@massol.net (vinc...@massol.net) wrote:

Hi,

On 4 Dec 2013 at 09:02:02, Thomas Mortagne (thomas.morta...@xwiki.com) wrote:

You can enable Obfuscate Email Addresses in your wiki administration. 
I’ve just enabled it for myxwiki.org, thanks for noticing Xavier! I think what 
happened is that we changed the default value for this setting. It used to be 
true by default and I think (but not sure) that we’ve changed it to true by 
default (I also remember I wasn’t quite in agreement with this but let is pass 
- Again conditional to me remembering correctly ;)).

Thanks

-Vincent



On Tue, Dec 3, 2013 at 11:45 PM, xrichard  ldm...@gmail.com  wrote: 
 Hi, 
 
 I have noticed on my user page at myxwiki.org that my e-mail address (used 
 for watchlist notifications) is viewable by anyone / anonymous ... how can I 
 changed this (I'm afraided by potential spams)? 
 
 URL where e-mail are displayed: 
  http://www.myxwiki.org/xwiki/bin/view/XWiki/username
 
 My account page on other Wiki (like on l10n.xxx) contains truncated e-mail 
 address (the end of the email is hidden). 
 
 regards, 
 
 
 
 -- 
 View this message in context:  
 http://xwiki.475771.n2.nabble.com/Everyone-can-see-user-s-e-mail-on-myxwiki-org-tp7588225.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



-- 
Thomas Mortagne 
___ 
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


Kind regards,

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


Re: [xwiki-users] Everyone can see user's e-mail on myxwiki.org

2013-12-04 Thread Dmitry Bakbardin

In this case it is logic turn it off for intranet sites. 
But imagine the situation, when you make an Upgrade and then realize that all 
e-mails are public :-)
Next bot search make you database open for everyone? Looks problematic, isn't  
it?

Среда,  4 декабря 2013, 10:38 +01:00 от Thomas Mortagne 
thomas.morta...@xwiki.com:
Note that this option also obfuscate emails for logged in users and
not only guests (which is a pain in an intranet since it make pretty
much impossible to find the mail of another user).


Kind regards,

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


Re: [xwiki-users] Multiple Wikis Best Practices

2013-11-26 Thread Dmitry Bakbardin
 Hi!

Try Wiki Manager application. It has UI for this.


Вторник, 26 ноября 2013, 12:58 -05:00 от Ghanshyam Patel zip...@gmail.com:
Where do I go to see and edit the template wiki?  I don't see it on the
list of Wikis and I can't see anything on the Wikis section in Admin (other
than there is a template installed).


On Tue, Nov 26, 2013 at 12:44 PM, Thomas Mortagne  thomas.morta...@xwiki.com
 wrote:

 On Tue, Nov 26, 2013 at 6:16 PM, Ghanshyam Patel  zip...@gmail.com  wrote:
  I am on XWiki 5.2.
 
  I would like to create multiple wikis so I'm trying to figure out the
 best
  way to structure them and manage them.
 
  I am going to leave Home as basic wiki that will be a starting point for
  all users and it will allow them to navigate to the other wikis.
 
  I want to create a wiki per department at work.  I would be the main
 person
  managing them all.
 
  I want to customize the wiki template but I don't see anywhere to do
 that.
   I want to make sure that all new wikis will have the same branding, some
  core macros, and extensions..

 The template is itself a wiki so you can go to that wiki and customize
 it and it will be copied.

 
  I am also confused about how to manage extensions across the different
  wikis?  Do I need to go into each one and install the same extensions or
 is
  there a central place to do that?

 There is various ways:

 * the extensions you install in the template will be copied when you
 create a new wiki from it
 * go to each wiki and install the extension
 * install the extension from main wiki selecting Install on farm
 (which makes the extension available in all wikis) instead of the
 default Install (which only install on current wiki).

 
  We've been using the wiki in a single department so far but now that we
 are
  going to create multiple wikis I'd like to move the existing content to a
  new wiki (so that Home is very pure and used only for navigating to other
  wikis).  I figured I could export the current content and import to the
 new
  wiki but when I did this the applications were not installed so there's
  missing macros and APIs.

 Yes standard import/export take into account plain pages and loose
 extensions related information.

 You can reinstall the extensions in the new wiki (it won't do anything
 if the page are equals and it will ask you what to do if you modified
 a standard page of the extension).

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



 --
 Thomas Mortagne
 ___
 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


Kind regards,

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


Re: [xwiki-users] How to manage deleted attachments while filesystem is on?

2013-11-24 Thread Dmitry Bakbardin
 Thank you Caleb!

Updated Documentation accordingly.


Суббота, 23 ноября 2013, 10:45 +01:00 от Caleb James DeLisle 
c...@hyperboria.ca:
The next two versions are going to be stabilization versions which means we 
want to
avoid new features and internally this is a matter of implementing a new 
feature.
Moving files around on your filesystem is not supported at all, it will 
corrupt your
wiki. If you delete an attachment using the normal method, it goes in the 
deleted
attachments directory (there are also changes in the database which is why you 
must
not move files). Deleting the attachment creates a new version of the 
document. If
you rollback the document it will restore the deleted attachment. If you 
delete the
document and then click delete again to permanently expunge the document from 
history,
the attachment will be removed from your system. This is the same with DB and 
FS
attachments.

Thanks,
Caleb


On 11/23/2013 02:48 AM, Dmitry Bakbardin wrote:
  Hi, Caleb,
 
 Is this task in any close Roadmap? Because now the only way I see to handle 
 this is to turn off attachment's recycle bin to avoid mess in filesystem. 
 Is it correct from XWiki's poin of view to copy deleted file back to the 
 /attachments/filename folder in order to resore it? Is it enough or 
 something else should be done for this? (it's in case of accidental 
 cituation for now)
 
 By the way: what happens now from database and filesystem point of view if 
 page with attachments is deleted? Are attachments restorable in a proper way 
 if being restored together with page? Any unknown problems expected?
 
 
 
 Пятница, 22 ноября 2013, 9:13 +01:00 от Caleb James DeLisle  
 c...@hyperboria.ca :
 I'd like to get this working but it's a bit of a headache.
 When I originally developed FS attachments, I didn't realize there was an 
 application
 (XWiki.DeletedAttachments) which was looking for attachments in the 
 database.
 Since they're gone from the database now this application is unhappy.
 I just need to find time to write a workaround for the issue and a migrator 
 to put
 fake attachments in the database so that XWiki.DeletedAttachments sees what 
 it wants
 to see.

 Thanks,
 Caleb

 On 11/22/2013 03:37 AM, Dmitry Bakbardin wrote:
  Hi, All

 There is a problem in XWiki which makes work with attachments very painful 
 when filestorage is on: no way to manage them. Actually no recycle bin 
 available for them in this case.

 There is an issue in jira:  XWiki.DeletedAttachments shows nothing when 
 filesystem attachments are enabled .

 What are plans in fixing it?

 Kind regards,

 Dmitry
 ___
 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
 
 
 Kind regards,
 
 Dmitry
 ___
 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


Kind regards,

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


Re: [xwiki-users] How to manage deleted attachments while filesystem is on?

2013-11-22 Thread Dmitry Bakbardin
 Hi, Caleb,

Is this task in any close Roadmap? Because now the only way I see to handle 
this is to turn off attachment's recycle bin to avoid mess in filesystem. 
Is it correct from XWiki's poin of view to copy deleted file back to the 
/attachments/filename folder in order to resore it? Is it enough or something 
else should be done for this? (it's in case of accidental cituation for now)

By the way: what happens now from database and filesystem point of view if page 
with attachments is deleted? Are attachments restorable in a proper way if 
being restored together with page? Any unknown problems expected?



Пятница, 22 ноября 2013, 9:13 +01:00 от Caleb James DeLisle 
c...@hyperboria.ca:
I'd like to get this working but it's a bit of a headache.
When I originally developed FS attachments, I didn't realize there was an 
application
(XWiki.DeletedAttachments) which was looking for attachments in the 
database.
Since they're gone from the database now this application is unhappy.
I just need to find time to write a workaround for the issue and a migrator to 
put
fake attachments in the database so that XWiki.DeletedAttachments sees what it 
wants
to see.

Thanks,
Caleb

On 11/22/2013 03:37 AM, Dmitry Bakbardin wrote:
  Hi, All
 
 There is a problem in XWiki which makes work with attachments very painful 
 when filestorage is on: no way to manage them. Actually no recycle bin 
 available for them in this case.
 
 There is an issue in jira:  XWiki.DeletedAttachments shows nothing when 
 filesystem attachments are enabled .
 
 What are plans in fixing it?
 
 Kind regards,
 
 Dmitry
 ___
 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


Kind regards,

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


Re: [xwiki-users] How to make comments searchable?

2013-11-22 Thread Dmitry Bakbardin
 Thanks, Marius, I'll check it on 5.3 when would be able to add new entry in 
Search Suggest.


Пятница, 22 ноября 2013, 10:03 +02:00 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Fri, Nov 22, 2013 at 4:16 AM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Thanks, Marius!


 Четверг, 21 ноября 2013, 14:14 +02:00 от Marius Dumitru Florea  
 mariusdumitru.flo...@xwiki.com :
On Thu, Nov 21, 2013 at 1:32 PM, Dmitry Bakbardin   haru_mamb...@mail.ru  
wrote:
 Thanks a lot, Marius!

 1. I made a new source almost like in Blog search results section.
 2. On clicking Save. It says, that it is saved.
 3. I leave the Search suggest page
 4. I come back to the Search suggest page and my new source is not in the
 list - it is disappeared mysteriously.


 What could be wrong?

 http://jira.xwiki.org/browse/XWIKI-9651 sorry for this..
 I'd be happy with 5.3 upgrade
 A bit more documentation will make me happy twice :)

 For example, if I add new source, where and how should I store translations 
 keys?

There are multiple options. Check out the Localization Module
documentation,  
http://extensions.xwiki.org/xwiki/bin/view/Extension/Localization+Module
. The easiest is to create a Document Translation Bundle with a
XWiki.TranslationDocumentClass object. This is not different than the
way you localize an XWiki application.

Hope this helps,
Marius




 Another experiment:
 In Query section I filled following in Blog's source


 objcontent:__INPUT__* AND type:OBJECT AND  class:XWiki.XWikiComments

I tried with

type:OBJECT AND class:XWiki.XWikiComments AND objcontent:(__INPUT__*)

which is basically the same, and it worked. Don't forget that you have
to activate the source. The Blog source is not activated by default.
See the Activated checkbox. It didn't work either until Search Suggest 
wasn't turned off, then on. After page reload it starts searching. Is it 
expected behaviour?


Hope this helps,
Marius


 It doesn't search in comments after this.

 Any suggestions how to make it searching?

 Thanks in advance.


 Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea
   mariusdumitru.flo...@xwiki.com :

 Comments are stored in objects of type XWiki.XWikiComments so checkout
 the Blog posts search suggest source.

 Hope this helps,
 Marius

 On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin   haru_mamb...@mail.ru 
 wrote:
 Thank you, Marius!

 I'll try to guess how to do this.


 Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea
   mariusdumitru.flo...@xwiki.com :
On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin   haru_mamb...@mail.ru 
 wrote:
 Thanks Vincent. Thanks, Thomas!

 It was my fault not to be clear enough:
 1. I comment a page.
 2. Search via Search page - works fine.
 3. Search via Search Suggest shows No results


 All settings of Search suggest are default. Is it done by purpose to
 skip comments in search suggest?

The search suggest is a bit different than the default search. I'm
sure you noticed that the search suggest results are grouped in
categories such as Document Names, Document Content, Attachment
Content etc. If you go to the Search Suggest administration section
you'll see that these categories are actually sources that provide
results. So the search suggest performs a targeted search (for
specific data like document name) unlike the default search which
searches (almost) everywhere (if no filters are applied).

You could add a Comments search suggest source.

Hope this helps,
Marius



 Пятница, 8 ноября 2013, 9:01 +01:00 от Thomas Mortagne 
  thomas.morta...@xwiki.com :
On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol   vinc...@massol.net 
 wrote:
 On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin 
  haru_mamb...@mail.ru wrote:

 Hi, All!

 Does anyone know how to tweak XWiki to make comments searchable:
 1. In wiki
 2. In all sub-wikis and workspaces?
 3. In some sub-wikis and workspaces?


 Comments are XObjects and as such are searchable. You're probably
 searching
 only in document content (a pain to understand in the current SOLR UI)

XObjects are part of documents entry type in SOLR so no that's not the
issue. Only attachments are not.


 Thanks
 -Vincent




 Kind regards,

 Dmitry
 ___
 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



--
Thomas Mortagne


 Kind regards,

 Dmitry
 ___
 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



 Kind regards,

 Dmitry


 Kind regards,

 Dmitry
 ___
 users mailing list
  users@xwiki.org
  http

Re: [xwiki-users] How to make comments searchable?

2013-11-21 Thread Dmitry Bakbardin

Thanks a lot, Marius!

1. I made a new source almost like in Blog search results section. 
2. On clicking Save. It says, that it is saved.
3. I leave the Search suggest page 
4. I come back to the Search suggest page and my new source is not in the list 
- it is disappeared mysteriously.

What could be wrong?

Another experiment:
In Query section I filled following in Blog's source

objcontent:__INPUT__* AND type:OBJECT AND  class:XWiki.XWikiComments

It doesn't search in comments after this.

Any suggestions how to make it searching?

Thanks in advance.


Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
Comments are stored in objects of type XWiki.XWikiComments so checkout
the Blog posts search suggest source.

Hope this helps,
Marius

On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Thank you, Marius!

 I'll try to guess how to do this.


 Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea  
 mariusdumitru.flo...@xwiki.com :
On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin   haru_mamb...@mail.ru  
wrote:
  Thanks Vincent. Thanks, Thomas!

 It was my fault not to be clear enough:
 1. I comment a page.
 2. Search via Search page - works fine.
 3. Search via Search Suggest shows No results


 All settings of Search suggest are default. Is it done by purpose to skip 
 comments in search suggest?

The search suggest is a bit different than the default search. I'm
sure you noticed that the search suggest results are grouped in
categories such as Document Names, Document Content, Attachment
Content etc. If you go to the Search Suggest administration section
you'll see that these categories are actually sources that provide
results. So the search suggest performs a targeted search (for
specific data like document name) unlike the default search which
searches (almost) everywhere (if no filters are applied).

You could add a Comments search suggest source.

Hope this helps,
Marius



 Пятница,  8 ноября 2013, 9:01 +01:00 от Thomas Mortagne   
 thomas.morta...@xwiki.com :
On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol   vinc...@massol.net  
wrote:
 On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin   
 haru_mamb...@mail.ru wrote:

  Hi, All!

 Does anyone know how to tweak XWiki to make comments searchable:
 1. In wiki
 2. In all sub-wikis and workspaces?
 3. In some sub-wikis and workspaces?


 Comments are XObjects and as such are searchable. You're probably 
 searching
 only in document content (a pain to understand in the current SOLR UI)

XObjects are part of documents entry type in SOLR so no that's not the
issue. Only attachments are not.


 Thanks
 -Vincent




 Kind regards,

 Dmitry
 ___
 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



--
Thomas Mortagne


 Kind regards,

 Dmitry
 ___
 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


Kind regards,

Dmitry

--

Kind regards,

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


Re: [xwiki-users] How to make comments searchable?

2013-11-21 Thread Dmitry Bakbardin
 Thanks, Marius!


Четверг, 21 ноября 2013, 14:14 +02:00 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Thu, Nov 21, 2013 at 1:32 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
 Thanks a lot, Marius!

 1. I made a new source almost like in Blog search results section.
 2. On clicking Save. It says, that it is saved.
 3. I leave the Search suggest page
 4. I come back to the Search suggest page and my new source is not in the
 list - it is disappeared mysteriously.


 What could be wrong?

http://jira.xwiki.org/browse/XWIKI-9651 sorry for this..
I'd be happy with 5.3 upgrade
A bit more documentation will make me happy twice :)
For example, if I add new source, where and how should I store translations 
keys?



 Another experiment:
 In Query section I filled following in Blog's source


 objcontent:__INPUT__* AND type:OBJECT AND  class:XWiki.XWikiComments

I tried with

type:OBJECT AND class:XWiki.XWikiComments AND objcontent:(__INPUT__*)

which is basically the same, and it worked. Don't forget that you have
to activate the source. The Blog source is not activated by default.
See the Activated checkbox. It didn't work either until Search Suggest 
wasn't turned off, then on. After page reload it starts searching. Is it 
expected behaviour?


Hope this helps,
Marius


 It doesn't search in comments after this.

 Any suggestions how to make it searching?

 Thanks in advance.


 Понедельник, 11 ноября 2013, 16:03 +02:00 от Marius Dumitru Florea
  mariusdumitru.flo...@xwiki.com :

 Comments are stored in objects of type XWiki.XWikiComments so checkout
 the Blog posts search suggest source.

 Hope this helps,
 Marius

 On Mon, Nov 11, 2013 at 3:33 PM, Dmitry Bakbardin  haru_mamb...@mail.ru 
 wrote:
 Thank you, Marius!

 I'll try to guess how to do this.


 Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea
  mariusdumitru.flo...@xwiki.com :
On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin   haru_mamb...@mail.ru 
 wrote:
 Thanks Vincent. Thanks, Thomas!

 It was my fault not to be clear enough:
 1. I comment a page.
 2. Search via Search page - works fine.
 3. Search via Search Suggest shows No results


 All settings of Search suggest are default. Is it done by purpose to
 skip comments in search suggest?

The search suggest is a bit different than the default search. I'm
sure you noticed that the search suggest results are grouped in
categories such as Document Names, Document Content, Attachment
Content etc. If you go to the Search Suggest administration section
you'll see that these categories are actually sources that provide
results. So the search suggest performs a targeted search (for
specific data like document name) unlike the default search which
searches (almost) everywhere (if no filters are applied).

You could add a Comments search suggest source.

Hope this helps,
Marius



 Пятница, 8 ноября 2013, 9:01 +01:00 от Thomas Mortagne 
  thomas.morta...@xwiki.com :
On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol   vinc...@massol.net 
 wrote:
 On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin 
  haru_mamb...@mail.ru wrote:

 Hi, All!

 Does anyone know how to tweak XWiki to make comments searchable:
 1. In wiki
 2. In all sub-wikis and workspaces?
 3. In some sub-wikis and workspaces?


 Comments are XObjects and as such are searchable. You're probably
 searching
 only in document content (a pain to understand in the current SOLR UI)

XObjects are part of documents entry type in SOLR so no that's not the
issue. Only attachments are not.


 Thanks
 -Vincent




 Kind regards,

 Dmitry
 ___
 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



--
Thomas Mortagne


 Kind regards,

 Dmitry
 ___
 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



 Kind regards,

 Dmitry


Kind regards,

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


[xwiki-users] How to manage deleted attachments while filesystem is on?

2013-11-21 Thread Dmitry Bakbardin
 Hi, All

There is a problem in XWiki which makes work with attachments very painful when 
filestorage is on: no way to manage them. Actually no recycle bin available 
for them in this case.

There is an issue in jira:  XWiki.DeletedAttachments shows nothing when 
filesystem attachments are enabled .

What are plans in fixing it?

Kind regards,

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


[xwiki-users] l10n.xwiki.org Platform.WorkspaceApplication-TemplateTranslations in Russian shows nothing while export

2013-11-14 Thread Dmitry Bakbardin
 Hi, All

I made few translations. XWiki Core section works fine, but Workspace 
Application stucks and gives niether correct pack file, nor text via this link

http://l10n.xwiki.org/xwiki/bin/view/L10NCode/GetTranslationFile?name=Platform.WorkspaceApplication-TemplateTranslationslanguage=ruapp=Platformxpage=plain

Am I doing anything wrong?

Kind regards,

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


[xwiki-users] Color Theme is ignored by Menu Application in subwikis

2013-11-14 Thread Dmitry Bakbardin
 Hi, All!

Looks like a bug in a Menu Application:  if Menu Application installed on Main 
Wiki it uses Color Theme of Main Wiki in subwiki also, ignoring Color Themes of 
subwikis. I issued it in jira:  http://jira.xwiki.org/browse/XE-1345

Does anyone know quick fix for this? Thanx in advance.

Kind regards,

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


Re: [xwiki-users] How to make comments searchable?

2013-11-11 Thread Dmitry Bakbardin
 Thank you, Marius!

I'll try to guess how to do this. 


Понедельник, 11 ноября 2013, 9:57 +02:00 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
On Fri, Nov 8, 2013 at 3:21 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Thanks Vincent. Thanks, Thomas!

 It was my fault not to be clear enough:
 1. I comment a page.
 2. Search via Search page - works fine.
 3. Search via Search Suggest shows No results


 All settings of Search suggest are default. Is it done by purpose to skip 
 comments in search suggest?

The search suggest is a bit different than the default search. I'm
sure you noticed that the search suggest results are grouped in
categories such as Document Names, Document Content, Attachment
Content etc. If you go to the Search Suggest administration section
you'll see that these categories are actually sources that provide
results. So the search suggest performs a targeted search (for
specific data like document name) unlike the default search which
searches (almost) everywhere (if no filters are applied).

You could add a Comments search suggest source.

Hope this helps,
Marius



 Пятница,  8 ноября 2013, 9:01 +01:00 от Thomas Mortagne  
 thomas.morta...@xwiki.com :
On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol   vinc...@massol.net  wrote:
 On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin   haru_mamb...@mail.ru 
 wrote:

  Hi, All!

 Does anyone know how to tweak XWiki to make comments searchable:
 1. In wiki
 2. In all sub-wikis and workspaces?
 3. In some sub-wikis and workspaces?


 Comments are XObjects and as such are searchable. You're probably searching
 only in document content (a pain to understand in the current SOLR UI)

XObjects are part of documents entry type in SOLR so no that's not the
issue. Only attachments are not.


 Thanks
 -Vincent




 Kind regards,

 Dmitry
 ___
 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



--
Thomas Mortagne


 Kind regards,

 Dmitry
 ___
 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] XWiki + Tuckey's short URLS = problems with App.Within Minutes

2013-11-10 Thread Dmitry Bakbardin
 Hi, All!

Looks like I found another bug with short URLs with Tuckey's short URLs: 

XWiki + Tuckey's short URLS leads to Application Within Minutes stop working 
with entries with spaces in the entry name

http://jira.xwiki.org/browse/XWIKI-9654

Is there any fast fix for this?

Kind regards,

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


Re: [xwiki-users] How to make comments searchable?

2013-11-08 Thread Dmitry Bakbardin
 Thanks Vincent. Thanks, Thomas!

It was my fault not to be clear enough:
1. I comment a page.
2. Search via Search page - works fine.
3. Search via Search Suggest shows No results

All settings of Search suggest are default. Is it done by purpose to skip 
comments in search suggest?


Пятница,  8 ноября 2013, 9:01 +01:00 от Thomas Mortagne 
thomas.morta...@xwiki.com:
On Fri, Nov 8, 2013 at 8:56 AM, Vincent Massol  vinc...@massol.net  wrote:
 On Thu, Nov 7, 2013 at 10:46 PM, Dmitry Bakbardin  haru_mamb...@mail.ru 
 wrote:

  Hi, All!

 Does anyone know how to tweak XWiki to make comments searchable:
 1. In wiki
 2. In all sub-wikis and workspaces?
 3. In some sub-wikis and workspaces?


 Comments are XObjects and as such are searchable. You're probably searching
 only in document content (a pain to understand in the current SOLR UI)

XObjects are part of documents entry type in SOLR so no that's not the
issue. Only attachments are not.


 Thanks
 -Vincent




 Kind regards,

 Dmitry
 ___
 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



-- 
Thomas Mortagne


Kind regards,

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


Re: [xwiki-users] Wiki Manager and main wiki descriptor page XWiki.XWikiServerXwiki

2013-11-08 Thread Dmitry Bakbardin
 Hi, Thomas!

IMHO, it's nice improvent, but causes very curiuos problem: it simply does not 
work at all with domain URLs after enabling 
xwiki.virtual.failOnWikiDoesNotExist.
No way to understand what is wrong, especially for those who play with 
multiwiki mode first time. 

If xwiki.virtual.failOnWikiDoesNotExist is off (default), one can see following:
- mydomain.com = main wiki
- 123.mydomain.com = main wiki, but all links are generated as 123.mydomai.com

Probably this is useful somwhere, BUT, following scenario looks more logic:
- xwiki.virtual.failOnWikiDoesNotExist is off (default)
- XWikiServerXwiki is included by default into the installation, I set up it's 
alias mydomain.com while Wiki manager / Workspace Manager set up
- mydomain.com = main wiki
- 123.mydomain.com = main wiki, but it falls back to mydomai.com

Maybe it is worth to include XWikiServerXwiki page by default?


Пятница,  8 ноября 2013, 9:00 +01:00 от Thomas Mortagne 
thomas.morta...@xwiki.com:
XWikiServerXwiki never been lost, it's never been there in XE by
default, only on XEM. We improved a bit the default behavior to
fallback on main wiki when the target wiki can not be found to not
require XWikiServerXwiki too much with default setting.

When you enable failOnWikiDoesNotExist you enforce the failing when
the URL cannot match any wiki so then yes you require a proper
descriptor for main wiki.

On Fri, Nov 8, 2013 at 4:09 AM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Hi, All, again!

 The problem with Main Wiki descriptor has very interesting behaviour.

 #xwiki.virtual.failOnWikiDoesNotExist=1

 in xwiki.cfg gives following:
 - XWiki runs with IP based URL fine
 - XWiki gives wiki does not exist on domain based URL

 I decided to hack XWiki and created page Wiki.XWikiServerXwiki + added 
 object of XWiki.XWikiServerClass to it. On the moment I added alias and 
 saved the page, Main Wiki started to run on domain based URLs correctly.

 Is it a bug, that Wiki.XWikiServerXwiki got lost somewhere or I'm doing 
 anything wrong?


 Пятница,  8 ноября 2013, 2:50 +04:00 от Dmitry Bakbardin  
 haru_mamb...@mail.ru :
Hi, All!

Once upon a time it was a Wiki Manager. And it was a lis of ALL wikis in it.
There was also xwiki wiki, where into the page XWiki.XWikiServerXwiki one 
could change a lot of useful staff for the main wiki.

In the old school wiki I could set up aliases for main wiki, in the 5.2 
there is no xwiki wiki in the list. Does anyone know how to get and change 
this information?

Kind regards,

Dmitry

 Kind regards,

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



-- 
Thomas Mortagne


Kind regards,

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


Re: [xwiki-users] Activity Stream not working

2013-11-08 Thread Dmitry Bakbardin
 Hi, Helen!

Try to resave Main.Activity page with user with programming rights. Hope it 
helps.


Пятница,  8 ноября 2013, 11:08 -06:00 от Helen Stockebrand 
helen.wiki.h...@gmail.com:
After I got the update yesterday, my activity stream stopped working.
Are there others that had this same problem?
If so, how do I get it working again?

Helen Stockebrand
Programming - Wiki Project http://10.3.1.181:8080/xwiki/bin/view/Main/WebHome 

[image:
http://10.3.1.181:8080/xwiki/bin/download/ColorThemes/DefaultColorTheme/this%20is%20the%20logo
 ]
___
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] How to make comments searchable?

2013-11-07 Thread Dmitry Bakbardin
 Hi, All!

Does anyone know how to tweak XWiki to make comments searchable:
1. In wiki
2. In all sub-wikis and workspaces?
3. In some sub-wikis and workspaces?


Kind regards,

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


[xwiki-users] Wiki Manager and main wiki descriptor page XWiki.XWikiServerXwiki

2013-11-07 Thread Dmitry Bakbardin
 Hi, All!

Once upon a time it was a Wiki Manager. And it was a lis of ALL wikis in it.
There was also xwiki wiki, where into the page XWiki.XWikiServerXwiki one 
could change a lot of useful staff for the main wiki.

In the old school wiki I could set up aliases for main wiki, in the 5.2 there 
is no xwiki wiki in the list. Does anyone know how to get and change this 
information?

Kind regards,

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


Re: [xwiki-users] Wiki Manager and main wiki descriptor page XWiki.XWikiServerXwiki

2013-11-07 Thread Dmitry Bakbardin
 Hi, All, again!

The problem with Main Wiki descriptor has very interesting behaviour.

#xwiki.virtual.failOnWikiDoesNotExist=1 

in xwiki.cfg gives following:
- XWiki runs with IP based URL fine
- XWiki gives wiki does not exist on domain based URL

I decided to hack XWiki and created page Wiki.XWikiServerXwiki + added object 
of XWiki.XWikiServerClass to it. On the moment I added alias and saved the 
page, Main Wiki started to run on domain based URLs correctly.

Is it a bug, that Wiki.XWikiServerXwiki got lost somewhere or I'm doing 
anything wrong? 


Пятница,  8 ноября 2013, 2:50 +04:00 от Dmitry Bakbardin haru_mamb...@mail.ru:
Hi, All!

Once upon a time it was a Wiki Manager. And it was a lis of ALL wikis in it.
There was also xwiki wiki, where into the page XWiki.XWikiServerXwiki one 
could change a lot of useful staff for the main wiki.

In the old school wiki I could set up aliases for main wiki, in the 5.2 
there is no xwiki wiki in the list. Does anyone know how to get and change 
this information?

Kind regards,

Dmitry

Kind regards,

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


Re: [xwiki-users] 5.2 + Tuckey short URLs minor bugs

2013-11-04 Thread Dmitry Bakbardin
 http://jira.xwiki.org/browse/XWIKI-9627 - Jira Issue created. Some places 
found :-)




Понедельник,  4 ноября 2013, 14:11 -05:00 от Sergiu Dumitriu ser...@xwiki.org:
On 11/04/2013 02:09 AM, Vincent Massol wrote:
 Hi Dmitry,
 
 On 04 Nov 2013, at 03:18, Dmitry Bakbardin  haru_mamb...@mail.ru  wrote:
 
 Hi, All!

 5.2 Brand new install + Short URLs with Tuckey.org plugin as described in
  http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HUrlRewriteFilter

 Short URLs work perfect, XWiki generates correct link in pages, BUT some 
 links are genereated with /bin/ part still.
 Quick search showed some places:
 1. XWiki Logo
 2. Attachments
 3. Welcome to your wiki link in the Recent Changes Panel

 Should it be considered as a bug?
 
 Yes, please file a JIRA issue. I knew that I had fixed most places but 
 missed some so thanks for raising it :)
 (see  
 http://jira.xwiki.org/browse/XWIKI-9437?focusedCommentId=77298page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-77298
  )
 
 Is there a reason NOT to bundle Tuckey's solution with standard XWiki 
 distribution?
 
 No reason AFAIK. We could bundle it but the question is more: do we want 
 short URLs by default?
 

Why wouldn't anybody want short URLs?
Exactly! If we ask like this, anyone would have a reason to say YES, I  want 
:-)
http://jira.xwiki.org/browse/XWIKI-9628 - another Jira issue to start the 
process. 


-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
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


Re: [xwiki-users] Confused by Workspaces, SubWikis, Wikis, etc...

2013-11-04 Thread Dmitry Bakbardin
 Hi, Guillaume


Понедельник,  4 ноября 2013, 18:00 +01:00 от Guillaume Lerouge 
guilla...@xwiki.com:
Hi,

you hit just one of the items we're working on trying to make easier to
understand and use. This means that right now things are a bit in flux, and
not quite finished.

Right now you can run 2 wikis on the same instance with local users per
wiki. We're working so that this is still possible (and easier to achieve!)
by the end of the XWiki 5.x cycle, which will be XWiki Enterprise 5.5. That
release is scheduled for early next year, so if you can wait until then
you'll be able to avoid a couple upgrades.
Does it mean that Workspace Manager and Wiki manager will be combined in one 
application? 



Best,

Guillaume

On Mon, Nov 4, 2013 at 5:15 PM, Ghanshyam Patel  zip...@gmail.com  wrote:

 Thanks for the information Vincent.  It's cleared up some confusion.

 I thought I was on the latest XWiki but looks like I'm on 5.1.  I'll work
 on upgrading to 5.2.  In 5.2 are wikis stored in the same schema like
 workspaces or does XWiki create a different schema for each?  It sounds
 like it'll still use the same architecture as workspaces but just renamed
 to wiki.

 From what I understand, it's not possible to run 2 Wikis on the same
 instance with local users for each Wiki?


 On Mon, Nov 4, 2013 at 2:15 AM, Vincent Massol  vinc...@massol.net  wrote:

 
  On 04 Nov 2013, at 04:42, Ghanshyam Patel  zip...@gmail.com  wrote:
 
   Hi,
  
   I've been using XWiki within my team at work and would like to expand
   adoption of it across different groups.  While doing research I was
   thoroughly confused by the differences between Workspaces, SubWikis,
  Wikis,
   multi-tenancy, etc…
 
  They all mean roughyl  the same thing and starting with 5.2 we’re merging
  all concepts together. We’re removing the terminology “workspace” in
 favor
  of “wiki” (or “subwiki”).
 
   What I would like to do is be able to run one instance of XWiki and be
  able
   to create separate Wikis (in different schemas).  Within each Wiki I'd
  like
   to allow users to create their own Workspaces (I think I'm using that
   correctly).
 
  Nope ;) A workspace is a subwiki with no local users (only global users).
 
   Example:
   - IT Wiki
  -- Bob's Workspace
  -- Alice's Workspace
  
   - Finance Wiki
  -- Joe's Workspace
  -- Jane's Workspace
  
  
   I want to be able to keep the users separated between the IT Wiki and
   Finance Wiki but allow shared users for the Workspaces under each of
  those
   Wikis.
  
   I think installing the Wiki Manager Application and Workspace
 Application
   should do the trick.  However, it sounds like Wiki Manager is the old
 way
   of doing it and it's being deprecated.
 
  These are installed by default starting with 5.2.
 
  There’s no notion of nested wikis though so what you wish to do is not
  possible.
 
  What you can do is have a flat structure with 4 wikis:
 
  - Bob IT wiki
  - Alice IT wiki
  - Joe Finance wiki
  - Jane Finance wiki
 
  or have 2 wikis with spaces:
 
  - IT wiki
— Bob's **space**
— Alice's **space**
  - Finance wiki
— Joe's **space**
— Jane's **space”
 
  You should really use XWiki 5.2 (and 5.3 when it’s out since we’re
  currently working on this topic to improve it), it makes all this
 simpler.
 
  Now yes you’re right in that you can install Wiki Manager Application.
  Workspace Application won’t help you since it create subwikis that use
  global users only.
 
  Thanks
  -Vincent
 
  ___
  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

___
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] 5.2 + Tuckey short URLs minor bugs

2013-11-03 Thread Dmitry Bakbardin
 Hi, All!

5.2 Brand new install + Short URLs with Tuckey.org plugin as described in
   http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs#HUrlRewriteFilter

Short URLs work perfect, XWiki generates correct link in pages, BUT some links 
are genereated with /bin/ part still.
Quick search showed some places:
1. XWiki Logo
2. Attachments
3. Welcome to your wiki link in the Recent Changes Panel

Should it be considered as a bug?

Is there a reason NOT to bundle Tuckey's solution with standard XWiki 
distribution?

Kind regards,

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


Re: [xwiki-users] Stats Problem

2013-10-03 Thread Dmitry Bakbardin
 Hi, Danilo!

Default settings for the statistics option is off. Check this:

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HEnabling2FDisablingStatistics

hope it helps.


Четверг,  3 октября 2013, 9:39 -03:00 от Danilo Amaral de Oliveira 
danilo.olive...@energisa.com.br:
Hello XWiki community,

I realized that my stats is not working. The data is showing 0 to all my 
columns in my Stats.ActivityData page.

I don't have idea how to troubleshoot it. I checked in my DB Oracle and the 
table of stats is being filled normally.

Thank you,
Danilo


___
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


Re: [xwiki-users] [ANN] XWiki 5.2 Release Candidate 1 Released

2013-10-01 Thread Dmitry Bakbardin
 Thanks, Caty!

I added a pice of another vision of this problem. Probably, it would require 
another jira issues.


Вторник,  1 октября 2013, 10:06 +03:00 от Ecaterina Moraru (Valica) 
vali...@gmail.com:
Hi Dmitry, 

I've created this issue  http://jira.xwiki.org/browse/XWIKI-9518 in order to 
keep track of it. Feel free to add info to it if you want. 

Thanks, 
Caty


On Mon, Sep 30, 2013 at 6:23 PM, Marius Dumitru Florea   
mariusdumitru.flo...@xwiki.com  wrote:
Hi Dmitry,

On Mon, Sep 30, 2013 at 6:04 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Thank you for the new Release, Marius!

  
 http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1#HNew22Home22menuwhenthereismorethanonewiki


 Is it possible to disable/enable this Home menu item by purpose besides 
 changing vm files and attaching them to the skin page?

There has been a discussion about the new menu
http://lists.xwiki.org/pipermail/devs/2013-September/055036.html . I
don't think you can enable/disable it for the moment but I'll let
Guillaume (who worked on it) give you details.


 Use case is following:
 Home Wiki (Main Wiki)
 1. Workspaces:
  - workspace 1
     .
  - workspace N

 2. Wiki farm:
  - wiki farm 1


 In the Workspaces I can guess, I'd need Home menu sometimes. Probably. But 
 in most of cases, in the wiki-farm I'd prefer users would not even know 
 about each other.
 Are you going to make it configurable via UI?

We should definitely take this into account.

Thanks,
Marius



 Понедельник, 30 сентября 2013, 16:22 +03:00 от Marius Dumitru Florea  
 mariusdumitru.flo...@xwiki.com :
The XWiki development team is proud to announce the availability of
XWiki 5.2 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.2 final and
it brings a new Home top level menu (available when there is more
than one wiki) and a new Distribution Wizard step to upgrade all
wikis. The WikiStream framework has been improved and now can be used
to export large wikis in XAR format. Besides this the new release
includes 49 bug fixes and 16 small improvements.

You can download it here:   
http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
 http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1

Thanks
-The XWiki dev team
___
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
___
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


Re: [xwiki-users] [ANN] XWiki 5.2 Release Candidate 1 Released

2013-10-01 Thread Dmitry Bakbardin
 Good news! Thanks a lot,  Louis-Marie !


Вторник,  1 октября 2013, 17:21 +02:00 от Guillaume \Louis-Marie\ Delhumeau 
gdelhum...@xwiki.com:
Hi  Dmitry.

I plan to have this configuration in the UI in the proposal I have made for 
the evolution of the multi-wiki mode in XWiki 5.3.

Currently, the Home menu is displayed only if you are on the main wiki or in 
a workspace. If you are in a standard subwiki, the Home menu is not there.

Thanks ;)
Louis-Marie


2013/10/1 Dmitry Bakbardin   haru_mamb...@mail.ru 
 Thanks, Caty!

I added a pice of another vision of this problem. Probably, it would require 
another jira issues.


Вторник,  1 октября 2013, 10:06 +03:00 от Ecaterina Moraru (Valica)  
vali...@gmail.com :
Hi Dmitry,

I've created this issue   http://jira.xwiki.org/browse/XWIKI-9518 in order 
to keep track of it. Feel free to add info to it if you want.

Thanks,
Caty


On Mon, Sep 30, 2013 at 6:23 PM, Marius Dumitru Florea    
mariusdumitru.flo...@xwiki.com  wrote:
Hi Dmitry,

On Mon, Sep 30, 2013 at 6:04 PM, Dmitry Bakbardin   haru_mamb...@mail.ru  
wrote:
  Thank you for the new Release, Marius!

   
 http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1#HNew22Home22menuwhenthereismorethanonewiki


 Is it possible to disable/enable this Home menu item by purpose besides 
 changing vm files and attaching them to the skin page?

There has been a discussion about the new menu
 http://lists.xwiki.org/pipermail/devs/2013-September/055036.html . I
don't think you can enable/disable it for the moment but I'll let
Guillaume (who worked on it) give you details.


 Use case is following:
 Home Wiki (Main Wiki)
 1. Workspaces:
  - workspace 1
     .
  - workspace N

 2. Wiki farm:
  - wiki farm 1


 In the Workspaces I can guess, I'd need Home menu sometimes. Probably. 
 But in most of cases, in the wiki-farm I'd prefer users would not even 
 know about each other.
 Are you going to make it configurable via UI?

We should definitely take this into account.

Thanks,
Marius



 Понедельник, 30 сентября 2013, 16:22 +03:00 от Marius Dumitru Florea   
 mariusdumitru.flo...@xwiki.com :
The XWiki development team is proud to announce the availability of
XWiki 5.2 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.2 final and
it brings a new Home top level menu (available when there is more
than one wiki) and a new Distribution Wizard step to upgrade all
wikis. The WikiStream framework has been improved and now can be used
to export large wikis in XAR format. Besides this the new release
includes 49 bug fixes and 16 small improvements.

You can download it here:    
http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
  http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1

Thanks
-The XWiki dev team
___
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
___
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



Kind regards,

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


Re: [xwiki-users] [ANN] XWiki 5.2 Release Candidate 1 Released

2013-09-30 Thread Dmitry Bakbardin
 Thank you for the new Release, Marius!

http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1#HNew22Home22menuwhenthereismorethanonewiki

Is it possible to disable/enable this Home menu item by purpose besides 
changing vm files and attaching them to the skin page?

Use case is following:
Home Wiki (Main Wiki) 
1. Workspaces:
 - workspace 1
    .
 - workspace N

2. Wiki farm:
 - wiki farm 1

In the Workspaces I can guess, I'd need Home menu sometimes. Probably. But in 
most of cases, in the wiki-farm I'd prefer users would not even know about each 
other. 
Are you going to make it configurable via UI?


Понедельник, 30 сентября 2013, 16:22 +03:00 от Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:
The XWiki development team is proud to announce the availability of
XWiki 5.2 Release Candidate 1.
This is mostly a stabilization release leading to XWiki 5.2 final and
it brings a new Home top level menu (available when there is more
than one wiki) and a new Distribution Wizard step to upgrade all
wikis. The WikiStream framework has been improved and now can be used
to export large wikis in XAR format. Besides this the new release
includes 49 bug fixes and 16 small improvements.

You can download it here:  http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki52RC1

Thanks
-The XWiki dev team
___
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


Re: [xwiki-users] tutorial to develop full fledged websites on xwiki?

2013-09-21 Thread Dmitry Bakbardin
 BTW, take in mind, that there is no registration-login links built in the 
Leiothrix skin, so it's should be adopted a bit in order to make it usable (if 
needed).

Kind regards,

Dmitry

Суббота, 21 сентября 2013, 16:19 +02:00 от Vincent Massol vinc...@massol.net:

On Jun 15, 2013, at 2:40 PM, Mohit Gupta  motgu...@gmail.com  wrote:

 If there is complete coding tutorial corresponding to any website example
 at  http://www.xwiki.org/xwiki/bin/view/References/WebHome , it would be
 very helpful

I don't think there's any but someone ought to write one :)

The easiest for you is to use a skin for a web site, for example:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Leiothrix+Skin

Thanks
-Vincent

 On Sat, Jun 15, 2013 at 6:08 PM, Mohit Gupta  motgu...@gmail.com  wrote:
 
 I know xwiki has lot of potential. i am looking forward to develop the
 full fledged website like
  http://www.albertdemun.net/xwiki/bin/view/NBSitePublic/ . It would be
 helpful to know if there is some tutorial exists explaining how we can
 develop the full website  (For example website i pointed above) where we
 can separate type of UI components most of the website usually have. I know
 probably there are some different extension/plugin existing at different
 places but if we can have single page explaining how we can develop full
 fledged website it would be great. Thanks in advance.

___
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] Rating the XWiki solution in the Smile open source guide

2013-09-17 Thread Dmitry Bakbardin
 Done. Despite of the fact, that I don't speak French, questions are quite 
clear :-)))

Kind regards,

Dmitry

Вторник, 17 сентября 2013, 10:08 +02:00 от Vincent Massol vinc...@massol.net:
Dear XWiki users,

A French company (Smile) is providing an online guide of open source solutions 
and they're rating the different solutions:
http://www.open-source-guide.com/

They've included XWiki here:
http://www.open-source-guide.com/Solutions/Applications/Blogs-wiki-et-forums/Xwiki

They provide their own rating but they also allow users to rate the solutions.

It would be great if you could spend one minute rating XWiki! 

It's very simple and even if you don't speak French it's easy. You just have 
to go to  
http://www.open-source-guide.com/Solutions/Applications/Blogs-wiki-et-forums/Xwiki#
 and click on Donner mon avis. You then have 6 questions for which to give 
from 1 to 5 stars + an opinion if you wish (you could leave it in English).

That will help the XWiki project.

Thanks for your help
-Vincent Massol
XWiki committer

___
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] Rating the XWiki solution in the Smile open source guide

2013-09-17 Thread Dmitry Bakbardin
 By the way: there is ENGLISH on this site. Just switch language :-)


Kind regards,

Dmitry

Вторник, 17 сентября 2013, 10:08 +02:00 от Vincent Massol vinc...@massol.net:
Dear XWiki users,

A French company (Smile) is providing an online guide of open source solutions 
and they're rating the different solutions:
http://www.open-source-guide.com/

They've included XWiki here:
http://www.open-source-guide.com/Solutions/Applications/Blogs-wiki-et-forums/Xwiki

They provide their own rating but they also allow users to rate the solutions.

It would be great if you could spend one minute rating XWiki! 

It's very simple and even if you don't speak French it's easy. You just have 
to go to  
http://www.open-source-guide.com/Solutions/Applications/Blogs-wiki-et-forums/Xwiki#
 and click on Donner mon avis. You then have 6 questions for which to give 
from 1 to 5 stars + an opinion if you wish (you could leave it in English).

That will help the XWiki project.

Thanks for your help
-Vincent Massol
XWiki committer

___
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] Does xwiki have the feature of review and verify ?

2013-09-15 Thread Dmitry Bakbardin
 Hi!

Look at  
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Publication+Workflow+Application


Kind regards,

Dmitry

Суббота, 14 сентября 2013, 22:42 +08:00 от Sun Jianjiao jianjiao...@gmail.com:
The feature is  that  the modification is visiable after review and 
verified by Administrator.

On 2013年09月14日 21:41, Sun Jianjiao wrote:


___
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] How to reduce memory usage of xwiki enterprise manager

2013-09-15 Thread Dmitry Bakbardin
 Hi!

Look at  
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Performances#HMemory

Kind regards,

Dmitry

Понедельник, 16 сентября 2013, 7:17 +08:00 от Sun Jianjiao 
jianjiao...@gmail.com:
Hi,
 I install xwiki enterprise manager 5.2-milestone-1, but use memory 
more than 700M, 
 
http://main.xwiki.org/xwiki/bin/view/DownloadCode/DownloadFeedback?downloadLink=http://download.forge.objectweb.org/xwiki/xwiki-manager-web-5.2-milestone-1.warprojectType=DevelopmentprojectVersion=5.2-milestone-1projectID=2
 Can 
I reduce the memory usage?

top - 07:10:57 up  7:53,  1 user,  load average: 0.05, 0.03, 0.00
Tasks:  73 total,   1 running,  72 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us,  0.0%sy,  0.0%ni,100.0%id,  0.0%wa,  0.0%hi, 0.0%si, 
0.0%st
Mem:   1541704k total,  1527984k used,13720k free,78392k buffers
Swap:0k total,0k used,0k free,   287476k cached

   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+ COMMAND
  1319 root  20   0 1346m 758m  44m S  0.3 50.4   6:50.65 java
  1267 git   20   0  303m 135m 7516 S  0.0  9.0   0:16.16 ruby
  1418 git   20   0  304m 131m 3160 S  0.0  8.7   0:00.46 ruby
  1375 git   20   0  367m 130m 7576 S  0.3  8.7   1:59.77 ruby
___
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] Automatically creating links in wiki pages because of specific wiki syntax

2013-09-11 Thread Dmitry Bakbardin
 Hi, Daniel,

IMHO, it's better to use macro in such a case:
- it is more flexible
- you can use it via WYSIWYG editor
- you're not dependent on external XWiki configuration from server side, so 
it will just work on other XWiki instance from the scratch
- you're at the safe side if Development Team once will change smth in 
interwiki engine :-)

Kind regards,

Dmitry

Среда, 11 сентября 2013, 15:46 -04:00 от Sergiu Dumitriu ser...@xwiki.org:
On 09/11/2013 08:37 AM, Vincent Massol wrote:
 Hi Daniel,
 
 On Sep 11, 2013, at 2:32 PM, Daniel Isenmann  daniel.isenm...@gmx.de  
 wrote:
 
 Hi everybody,

 I want to know if there is something similar in xwiki like in for example 
 dokuwiki. There exists a plugin which creates automatically links in wiki 
 pages if you write the following wiki syntax: [[bug7884]] This will 
 generates a link to bugzilla to the following URL:
  https://bugzilla-server/show_bug.cgi?id=7884 So in wiki code you just have 
 this small piece of text and you will get a perfect link to bugzilla with 
 the text:  Bug 7884. It als renders the small bugzilla icon before the 
 text, but that's not necessary. Would be nice, but isn't that important.

 Now is there something similar or can I achieve this with the help of a 
 macro or script in xwiki?
 
 This can be achieved with the notion of Rendering Transformation, see:
  http://rendering.xwiki.org/xwiki/bin/view/Main/Transformations
 
 And also:
  
 http://rendering.xwiki.org/xwiki/bin/view/Main/Extending#HAddinganewTransformation
 

Actually those are called interwiki links and it's something XWiki
always supported.

To enable:

1. edit WEB-INF/xwiki.properties and add something like:

rendering.interWikiDefinitions = bug =
https://bugzilla.mozilla.org/show_bug.cgi?id =

Replace bug with a better name if you want, and of course the correct
URL to Bugzilla

2. Restart XWiki

3. Use the following syntax:

[[interwiki:bug:123]]
[[See bug #123interwiki:bug:123]]
[[See bug #123interwiki:bug:123||class=bugzilla]]

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu
___
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] Creating pages in bulk

2013-09-03 Thread Dmitry Bakbardin
 Hi!

Try  http://extensions.xwiki.org/xwiki/bin/view/Extension/Create+Page
To Create Space you actually need to create SpaceName.WebHome page

Kind regards,

Dmitry

Вторник,  3 сентября 2013, 15:37 -03:00 от Christian Fiddick 
christian.fidd...@validusholdings.com:
Hello,

I need to create several thousand pages. Is it possible to create spaces/pages 
with a script? It looks like it judging by the xwiki API, but I can't seem to 
figure out how to use it. If anyone could explain how to create pages in 
scripts, or point me in the direction of some examples, I would really 
appreciate it.

Thanks!
Christian
___
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] Autosave on by default, is it configurable?

2013-09-03 Thread Dmitry Bakbardin
 Thanks a lot, Vincent!

Jira search showed several tasks on autosave feature. I just added a comment to 
the open one:

http://jira.xwiki.org/browse/XWIKI-8614#comment-77166


Kind regards,

Dmitry

Вторник,  3 сентября 2013, 10:26 +02:00 от Vincent Massol vinc...@massol.net:
Hi,

On Sep 2, 2013, at 9:39 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  wrote:

 Hi, all!
 
 Is there a solution to turn ON Autosave box by default in Wiki mode of the 
 editor?
 From  http://platform.xwiki.org/xwiki/bin/view/DevGuide/Autosave I didn't 
 get much how to configure this :-(

First, the user doc for autosave should be located on  
http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing and not on  
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Autosave

We're fixing this.

 Is it possible to configure it once on ALL subwikis?

Not right now (you could open a jira issue if you think it's important to have 
it). However I've found this draft document contributed by someone:  
http://dev.xwiki.org/xwiki/bin/view/Drafts/SetAutosaveOptionIsTrueAsDefault

Thanks
-Vincent


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


[xwiki-users] Autosave on by default, is it configurable?

2013-09-02 Thread Dmitry Bakbardin
 Hi, all!

Is there a solution to turn ON Autosave box by default in Wiki mode of the 
editor?
From  http://platform.xwiki.org/xwiki/bin/view/DevGuide/Autosave I didn't get 
much how to configure this :-(

Is it possible to configure it once on ALL subwikis?


Kind regards,

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


Re: [xwiki-users] Programming rights ignored in the wiki farm while extension installation

2013-08-30 Thread Dmitry Bakbardin


Пятница, 30 августа 2013, 8:23 +02:00 от Thomas Mortagne 
thomas.morta...@xwiki.com:
On Thu, Aug 29, 2013 at 7:14 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  Hi, Thomas,

 Thanks a lot, now it works. But anyhow, there is a problem to resave macro 
 pages, UI pages to make it running. Is there any other solution to make it 
 working out of the box?

You don't have to resave pages, these pages were installed with a user
that does not have PR so you had to save them with a proper one. I will 
describe full process to make clear how it happened:
- Brand new XEM
- New GlobalUser was created and PR rights were assigned. This user was logged 
in and all futher manipulations are done under this account (!) .
- XEM creates workspacetemplate automatically
- Few pages were modified in the workspacetemplate (logo + panels)
- New workspace was created from the template
- Attempt to install extension into the new workspace gives  Admin right is 
required to install extension...

What was wrong in this case?
I mean were the user with no admin rights is taken from to save new 
workspace/workspacetemplate pages?





 Kind regards,

 Dmitry

 Четверг, 29 августа 2013, 11:32 +02:00 от Thomas Mortagne  
 thomas.morta...@xwiki.com :
It's possible the issue you have has nothing to do with the current
user but with the current author (which is checked too so that you
don't end up in a situation when anyone can install anything just by
waiting that an admin goes to a page).

Try to resave the  http://mysubwikihost/xwiki/bin/view/XWiki/AddExtensions 
page.

On Thu, Aug 8, 2013 at 3:11 PM, Dmitry Bakbardin   haru_mamb...@mail.ru  
wrote:
  User is Global, member of the definite Global Group. Global Group has ALL 
 rights on sub-wiki.
 There is no problem to save pages with programming rights in this 
 sub-wiki. The only problem is Extension manager in there.


 Четверг,  8 августа 2013, 15:05 +02:00 от Jeremie BOUSQUET   
 jeremie.bousq...@gmail.com :
Hi,
I think maybe even if user is global and has admin rights on main wiki, he 
doesn't have by default admin rights on sub-wikis.
I'm not very sure, but you might want to check its rights in the local 
wiki admin.
Also, I didn't think XEM could manage global users in sub-wikis but I'm 
even less sure of that ;-)

BR,
Jeremie


2013/8/8 Dmitry Bakbardinharu_mamb...@mail.ru 
 Hi!

XEM 4.3. Attempt to install Freemind Macro to the sub-wiki via sub-wiki's 
Extension Manager:


Resolving extension [fmancinelli:freemind-macro-1.0] on namespace 
 [wiki:staff]
Admin right is required to install extension 
 [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff]

The problem is: user is Global and has programming rights. Is it expected 
behaviour or bug?


Error details are following:

class org.xwiki.extension.InstallException: Failed to resolve 
 extension at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:685)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226)
  at 
 org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
  at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at 
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) 
 at java.lang.Thread.run(Thread.java:722) Caused by: class 
 org.xwiki.extension.InstallException: Admin right is required to install 
 extension [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff] at 
 org.xwiki.extension.xar.internal.handler.XarExtensionHandler.checkInstall(XarExtensionHandler.java:308)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:771)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:683)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226)
  at 
 org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
  at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at 
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) 
 at java.lang.Thread.run(Thread.java:722)



Kind regards,

Dmitry
___
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



--
Thomas Mortagne

Re: [xwiki-users] Programming rights ignored in the wiki farm while extension installation

2013-08-29 Thread Dmitry Bakbardin
 Hi, Thomas,

Thanks a lot, now it works. But anyhow, there is a problem to resave macro 
pages, UI pages to make it running. Is there any other solution to make it 
working out of the box?


Kind regards,

Dmitry

Четверг, 29 августа 2013, 11:32 +02:00 от Thomas Mortagne 
thomas.morta...@xwiki.com:
It's possible the issue you have has nothing to do with the current
user but with the current author (which is checked too so that you
don't end up in a situation when anyone can install anything just by
waiting that an admin goes to a page).

Try to resave the  http://mysubwikihost/xwiki/bin/view/XWiki/AddExtensions 
page.

On Thu, Aug 8, 2013 at 3:11 PM, Dmitry Bakbardin  haru_mamb...@mail.ru  
wrote:
  User is Global, member of the definite Global Group. Global Group has ALL 
 rights on sub-wiki.
 There is no problem to save pages with programming rights in this sub-wiki. 
 The only problem is Extension manager in there.


 Четверг,  8 августа 2013, 15:05 +02:00 от Jeremie BOUSQUET  
 jeremie.bousq...@gmail.com :
Hi,
I think maybe even if user is global and has admin rights on main wiki, he 
doesn't have by default admin rights on sub-wikis.
I'm not very sure, but you might want to check its rights in the local wiki 
admin.
Also, I didn't think XEM could manage global users in sub-wikis but I'm even 
less sure of that ;-)

BR,
Jeremie


2013/8/8 Dmitry Bakbardinharu_mamb...@mail.ru 
 Hi!

XEM 4.3. Attempt to install Freemind Macro to the sub-wiki via sub-wiki's 
Extension Manager:


Resolving extension [fmancinelli:freemind-macro-1.0] on namespace 
 [wiki:staff]
Admin right is required to install extension 
 [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff]

The problem is: user is Global and has programming rights. Is it expected 
behaviour or bug?


Error details are following:

class org.xwiki.extension.InstallException: Failed to resolve extension 
 at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:685)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226)
  at 
 org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
  at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at 
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) 
 at java.lang.Thread.run(Thread.java:722) Caused by: class 
 org.xwiki.extension.InstallException: Admin right is required to install 
 extension [fmancinelli:freemind-macro-1.0] on namespace [wiki:staff] at 
 org.xwiki.extension.xar.internal.handler.XarExtensionHandler.checkInstall(XarExtensionHandler.java:308)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:771)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:683)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:384)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.installExtension(AbstractInstallPlanJob.java:296)
  at 
 org.xwiki.extension.job.internal.AbstractInstallPlanJob.start(AbstractInstallPlanJob.java:226)
  at 
 org.xwiki.extension.job.internal.InstallPlanJob.start(InstallPlanJob.java:88)
  at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at 
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:154) 
 at java.lang.Thread.run(Thread.java:722)



Kind regards,

Dmitry
___
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



-- 
Thomas Mortagne

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


Re: [xwiki-users] Is database migration possible from Mindtouch v.10 to xwiki?

2013-08-27 Thread Dmitry Bakbardin
 Hi, Jason

Export-import is a solution, BUT most possible it won't solve the problem: all 
access rights won't be copied as desired.
Probably it would be better to split 4K pages into per-project (or else) basis 
and do it one by one. Otherwise it would be a big mess with access rights. 
I had a bit similar migration in a near past with a complex access rights 
system. Customer had 5 (!) sources of information we had to combine in one 
knowledgebase. One of them it was XWiki 2.5.
 First of all, we described a FULL infrastructure of existing and desired 
knowledgebase with all employees/clients roles, user groups and access rights. 
Then, according to requirements we developed wiki structure.
Migration plan included the requirement, that we can't stop production at all.
So, finally, we moved every project one by one, setting up corresponding access 
rights. Now it has 39+ subwikis (two of them are public) and 200+ users that 
are happy to use all power of XWiki :-)
Thus, try to trace whole migration and probably, there are other solutions, 
then verbatim DB export-import.

Kind regards,

Dmitry

Вторник, 27 августа 2013, 14:52 UTC от Jason Letanosky 
jletano...@momentumtelecom.com:
Hi Vincent,

Thanks for the fast response.

Here are some more details about the mindtouch export.

It appears that it can export pages as HTML, but is limited to about 100
pages and 150 mb - our installation is over 4000 pages, and the
attachments are much MUCH more than 150 mb. I was looking more towards a
db dump (mysql). We have AD integration setup and restrict certain pages
to certain AD groups - and would like to include that in the migration
(however, as long as xwiki can apply access restrictions to child pages,
then this wouldn't be too big of an issue to do manually).

I'll also reach out to one (or more) of the professional support groups.

Thanks again,

Jason Letanosky








On 8/27/13 9:35 AM, Vincent Massol  vinc...@massol.net  wrote:

Hi Jason,

I don't know of any existing Mindtouch converter to XWiki. However there
are several handmade converter tools on  http://extensions.xwiki.org that
could serve as examples.

What is the markup syntax used by Mindtouch? I have the feeling they only
provide HTML which would be fine since XWiki's Rendering can convert HTML
into wiki markup for example (or keep it as HTML too).

So converting a page would be:
* Read the export format from Mindtouch (what is it? XML?)
* Use the XWiki API to create a wiki page, convert the HTML content to
wiki markup (easy to do), add attachments

Also note that Thomas Mortagne (one of the XWiki committer) is currently
working on a wiki stream API that is an ideal scaffolding for
importing/exporting wikis:
 https://github.com/xwiki-contrib/wiki-stream . But there's non trivial
dev work to be done to make it work.

Another idea is to contact one of the companies providing professional
services around XWiki and ask them how much it would cost for a
conversion:
 http://www.xwiki.org/xwiki/bin/view/Main/Support#HProfessionalSupport

Hope it helps,
-Vincent

On Aug 27, 2013, at 4:16 PM, Jason Letanosky
 jletano...@momentumtelecom.com  wrote:

 I'm looking to migrate away from mindtouch (many reasons, not the least
of which is the abandoning of Core and going to a cloud only model) and
am considering XWiki (also TikiWiki and BlueSpice). Is it possible to
migrate an existing installation of mindtouch to xwiki? We have over
4000 pages and MANY file attachments, so a manual migration (manually
moving each page) would not be desirable. Any help or advice on
migrating would be greatly appreciated.
 
 Thanks in advance,
 
 Jason


___
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] Text in a box or button or frame Macro

2013-06-04 Thread Dmitry Bakbardin
 Hi!
Try:
http://extensions.xwiki.org/xwiki/bin/view/Extension/CitationBox+Macro

Also look at
http://extensions.xwiki.org/xwiki/bin/view/Extension/MBox+Macro
http://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro

Hope it helps.


Вторник,  4 июня 2013, 17:12 +01:00 от Belkhiria Hamza Yazid 
yoshipepper...@gmail.com:
Hi

Is there a way to highlight important text or title by framing it in a box ?

the problem with the box Macro is the greyish background,

I am more looking for a transparent rectangular frame,

Is there a macro for that or an xwiki Style property ?

Thanks,

-- 
*BHY*
___
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


Re: [xwiki-users] Text in a box or button or frame Macro

2013-06-04 Thread Dmitry Bakbardin
 Try Extension Manager. Should work also. Manual installation is an option.


Вторник,  4 июня 2013, 17:26 +01:00 от Belkhiria Hamza Yazid 
yoshipepper...@gmail.com:
i do not know how to manually add mbox macro,
i only know how to add through macro manager


On 4 June 2013 17:19, Dmitry Bakbardin  haru_mamb...@mail.ru  wrote:

  Hi!
 Try:
  http://extensions.xwiki.org/xwiki/bin/view/Extension/CitationBox+Macro

 Also look at
  http://extensions.xwiki.org/xwiki/bin/view/Extension/MBox+Macro
  http://extensions.xwiki.org/xwiki/bin/view/Extension/Box+Macro

 Hope it helps.


 Вторник,  4 июня 2013, 17:12 +01:00 от Belkhiria Hamza Yazid 
  yoshipepper...@gmail.com :
 Hi
 
 Is there a way to highlight important text or title by framing it in a
 box ?
 
 the problem with the box Macro is the greyish background,
 
 I am more looking for a transparent rectangular frame,
 
 Is there a macro for that or an xwiki Style property ?
 
 Thanks,
 
 --
 *BHY*
 ___
 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




-- 
*BHY*
___
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


Re: [xwiki-users] Tomcat + MySQL + Xwiki

2013-03-28 Thread Dmitry Bakbardin
 Hi, Hirji!

There is a parameter xwiki.db in xwiki.cfg.
You used non-standard (xwiki) DB name, so you need to tell XWiki to use it:
xwiki.db=xwiki_db

Restart XWiki. Most probably should work


Четверг, 28 марта 2013, 16:28 UTC от Hirji Patel hirji.pa...@akt-uk.com:
Hello,

I'm still finding it difficult to get my xwiki working, can anyone help
me.

I have installed MySQL, created DB using command Create Database
xwiki_db;
Installed Tomcat, home directory  C:\Program Files\Tomcat_Home
Copyied Xwiki*.war files in to C:\Program
Files\Tomcat_Home\webapps\Xwiki
Copied mysql-connector-java-5.1.24-bin.jar to Lib folders

I have configured the hibernate.cfg.xml but it does not work keep
getting error:

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [xwiki:XWiki.TagClass]
Wrapped Exception: Could not parse configuration:
/WEB-INF/hibernate.cfg.xml

Hibernate.cfg.xml

property
name=connection.urljdbc:mysql://localhost/xwiki_db?useServerPrepStmts
=falseamp;useUnicode=trueamp;characterEncoding=UTF-8/property
property name=connection.usernameadmin1/property
property name=connection.passwordadmin1/property
property
name=connection.driver_classcom.mysql.jdbc.Driver/property
property
name=dialectorg.hibernate.dialect.MySQL5InnoDBDialect/property
property name=dbcp.ps.maxActive20/property
mapping resource=xwiki.hbm.xml/
mapping resource=feeds.hbm.xml/
mapping resource=activitystream.hbm.xml/

Not sure what im doing wrong, can someone help me configure xml file.

Many thanks,
Hirji

-Original Message-
From:  users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] On Behalf
Of Paul Libbrecht
Sent: 22 March 2013 14:45
To: XWiki Users
Subject: Re: [xwiki-users] Tomcat + MySQL + Xwiki

Hirji,

please also look in your log (by default in Tomcat, conf/catalina.out)
to see the detailed error report about the hibernate file.
The web-facing error you report does not provide a line number, for
example, if the error can be attributed to a line (e.g. a wrong tag
closing).

paul


On 22 mars 2013, at 14:41, Sorin Burjan wrote:

 org.hibernate.
 HibernateException: Could not parse configuration:
 /WEB-INF/hibernate.cfg.xml
 
 Seems you had an invalid configuration of hibernate file. It can't be 
 properly parsed.
 Also make sure you put the MySQL JDBC driver in /lib folder from XWiki
 
 Sorin B.
 
 
 On Fri, Mar 22, 2013 at 3:01 PM, Hirji Patel  hirji.pa...@akt-uk.com 
wrote:
 
 Hi,
 
 After installing TomCat7 + Mysql.
 Created blank DB in mysql.
 Configured hibernate.cfg.xml
 
 But now I get error below. Not sure what I'm doing wrong.
 Xml file attached.
 
 HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 3 in 0:
 Could not initialize main XWiki context
 
 -
 ---
 
 
 type Exception report
 
 message com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not 
 initialize main XWiki context
 
 description The server encountered an internal error that prevented 
 it from fulfilling this request.
 
 exception
 
 javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error 
 number 3 in 0: Could not initialize main XWiki context Wrapped 
 Exception: Error number 3202 in 3: Exception while reading document 
 [xwiki:XWiki.TagClass] Wrapped Exception: Could not parse 
 configuration:
 /WEB-INF/hibernate.cfg.xml
 
 org.apache.struts.action.RequestProcessor.processException(RequestPro
 ces
 sor.java:535)
 
 org.apache.struts.action.RequestProcessor.processActionPerform(Reques
 tPr
 ocessor.java:433)
 

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
 236)
 
 org.apache.struts.action.ActionServlet.process(ActionServlet.java:119
 6)
 
 org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
 
 org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionF
 ilt
 er.java:144)
 

com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
 66)
 

org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.
 doFilter(SavedRequestRestorerFilter.java:208)
 

org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.
 doFilter(SetCharacterEncodingFilter.java:111)
 
 
 root cause
 
 com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not 
 initialize main XWiki context Wrapped Exception: Error number 3202 in

 3: Exception while reading document [xwiki:XWiki.TagClass] Wrapped 
 Exception: Could not parse configuration:
 /WEB-INF/hibernate.cfg.xml
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:418)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-19 Thread Dmitry Bakbardin
 Hi, Jeremie!

Did you merge/replace old Admin page with a new one?


Вторник, 19 марта 2013, 16:00 +01:00 от Jeremie BOUSQUET 
jeremie.bousq...@gmail.com:
So I could migrate my wiki instance to 4.5.2, hurrah ! :-)
One problem remains, is that I can't login anymore with my Admin account.
I tried to reset password on the Admin profile page, but still I can't
login successfully.
That's very weird...


2013/3/19 Jeremie BOUSQUET  jeremie.bousq...@gmail.com 

 Mmm seems I could solve it.

 I had the following error at startup since a long time:

 2013-03-19 11:09:40,248 [main] ERROR ltInstalledExtensionRepository -
 Invalid extension [gdelhumeau:livetableexcelexport-macro-1.0] it will not
 be loaded
 org.xwiki.extension.InvalidExtensionException: The dependency
 [org.xwiki.contrib:xwiki-plugin-excel-] of extension
 [gdelhumeau:livetableexcelexport-macro-1.0] is invalid

 So I chose Skip from DW, shutdown the wiki, remove that extension from
 my permanent directory, restarted wiki...
 And now DW seems to be able to continue install, and propose conflicts on
 admin app.

 Now it works but I can't login anymore as Admin, other users login work
 but not that one for any reason ... Hope it will be fixed after DW upgrades.

 BR,
 Jeremie



 2013/3/19 Jeremie BOUSQUET  jeremie.bousq...@gmail.com 

 Hello,

 So I workaround-ed the problem by truncating stats table and relaunching
 ...
 Retesting migration, seems to indicate that there are other cases of
 generating duplicate keys, apart from [1]...

 So migration finished, I restarted my wiki, the distribution wizard
 appeared, I chose 3.5 version as previous version, it found the correct
 ui extension, the install plan was built, then I get that exception in the
 distribution wizard, preventing me from upgrading to 4.5.2, just after step
 Applying INSTALL for extension [Administration Application 4.5.2 
 http://varsovie:8085/xwiki/bin/distribution/XWiki/Distribution?extensionId=org.xwiki.platform%3Axwiki%2Dplatform%2Dadministration%2DuiextensionVersion=4.5.2extensionNamespace=wiki%3Axwikixback=%2Fxwiki%2Fbin%2Fdistribution%2FXWiki%2FDistribution
  ]
 on namespace [xwiki http://varsovie:8085/xwiki/bin/view/Main/WebHome]
  :

 Exception thrown during job execution
 class org.xwiki.extension.InstallException: Failed to install extension
 [org.xwiki.platform:xwiki-platform-administration-ui-4.5.2] at
 org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:82)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:181)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:138)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:91)
 at org.xwiki.extension.job.internal.InstallJob.start(InstallJob.java:143)
 at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:155) at
 java.lang.Thread.run(Thread.java:662) Caused by: class
 java.lang.NullPointerException: null at
 org.xwiki.extension.xar.internal.handler.XarExtensionHandler.initializePagesIndex(XarExtensionHandler.java:185)
 at
 org.xwiki.extension.xar.internal.handler.XarExtensionHandler.install(XarExtensionHandler.java:311)
 at
 org.xwiki.extension.xar.internal.handler.XarExtensionHandler.install(XarExtensionHandler.java:275)
 at
 org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.install(DefaultExtensionHandlerManager.java:80)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.installExtension(AbstractExtensionJob.java:181)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.applyAction(AbstractExtensionJob.java:138)
 at
 org.xwiki.extension.job.internal.AbstractExtensionJob.applyActions(AbstractExtensionJob.java:91)
 at org.xwiki.extension.job.internal.InstallJob.start(InstallJob.java:143)
 at org.xwiki.job.AbstractJob.start(AbstractJob.java:134) at
 org.xwiki.job.internal.DefaultJobManager.run(DefaultJobManager.java:155) at
 java.lang.Thread.run(Thread.java:662)

 Any ideas to overcome that problem ?
 My wiki being quite big, I'd prefer let the distribution wizard manage
 conflicts ...

 BR,
 Jeremie

 [1]  http://jira.xwiki.org/browse/XWIKI-8129


 2013/3/18 Jeremie BOUSQUET  jeremie.bousq...@gmail.com 

 Sure, but I need to adapt my hot backup process to innodb first, and I
 successfully migrated my test instance a while ago (to 4.4.1) that was
 myisam too...
 Btw I'm not sure innodb would have helped so much the migration...

 Thanks,
 Jeremie
 Le 18 mars 2013 18:01, Sorin Burjan  sorin.bur...@xwiki.com  a écrit :

 Hi,

 I can't help you much about the duplicate id issue, but what can I tell
 you
 is that using MyISAM is NOT recommended.

 See
  http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL

 You should try to convert your database to InnoDB and try a migration
 after.

 Regards,
 Sorin B.


 

Re: [xwiki-users] Can the User, Developer and Administration guides be downloaded and installed on a local XWiki installation?

2013-03-19 Thread Dmitry Bakbardin
 Hi, Stuart,

Documentation is live and updated quite often. I can hardly understand how to 
update it locally. Better to use it at XWiki site.


Вторник, 19 марта 2013, 9:27 -07:00 от mrswadge stuart.step...@tracegroup.com:
Hi,

I would like to keep the User, Administration and Developer documentation
for the current version of XWiki on my local XWiki site. Can I download
these in some kind of package and install them to my local XWiki site?

I also asked this in the  FAQ on the XWiki site
 
http://www.xwiki.org/xwiki/bin/view/FAQ/Can+the+User%2C+Developer+and+Administration+guides+be+downloaded+and+installed+on+a+local+XWiki+installation%3F
  
. I will take care of answering the question here when it is answered.

Thanks,
Stuart



--
View this message in context:  
http://xwiki.475771.n2.nabble.com/Can-the-User-Developer-and-Administration-guides-be-downloaded-and-installed-on-a-local-XWiki-instal-tp7584369.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


Kind regards,

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


Re: [xwiki-users] Apache/Tomcat-configuration, no login possible

2012-11-06 Thread Dmitry Bakbardin
+1 The same issue. Today I finished tests with Jetty and XWiki + Jetty iy works 
fine (Standalone version).



Tue, 6 Nov 2012 16:39:29 +0100 от Ingo Oellers mmx10...@hotmail.de:
   











Hello,

 

i have installed  XWIKI Enterprise 4.2 on a Tomcat-server with Apache in front.

 

Direct access on Tomcat-URL is OK.

But if go over Apache and try to login the message occurs:

Unauthorized: This server could not verify that you are authorized

 to access the document requested. Either you supplied the wrong 

credentials (eg, bad password) or your browser doesn't understand how to

 supply the credentials required.

 

The browser's URL is redirected to 

https://mysub.mydomain.com/xwiki/bin/login/XWiki/XWikiLogin?xredirect=%2Fxwiki%2Fbin%2Fview%2FMain%2FWebHome

 

xwiki.cfg is configured with:

xwiki.home=https://mysub.mydomain.com/xwiki/

xwiki.url.protocol=https

xwiki.webapppath=xwiki/

 

Do you have a hint ?

 

Thanks in advance.

Best regards

Ingo 

___

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] XWiki and HTTPS

2012-10-21 Thread Dmitry Bakbardin
Hi All!

How can I set up XWiki to work with HTTPS correctly? Where one can read it?

Because as far as I understood, that XWiki has no no native support for HTTPS 
and it should work as following:
user - https - web server - http - XWiki - http - web server - https - 
user

Is it the only way?

Kind regards,

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


Re: [xwiki-users] XWiki and HTTPS

2012-10-21 Thread Dmitry Bakbardin
Thanks a lot, Sergiu!
Would dig it deeper :-)


Sun, 21 Oct 2012 13:46:06 -0400 от Sergiu Dumitriu ser...@xwiki.com:
   








On 10/21/2012 12:20 PM, Dmitry Bakbardin wrote:

 Hi All!



 How can I set up XWiki to work with HTTPS correctly? Where one can read it?



 Because as far as I understood, that XWiki has no no native support for HTTPS 
 and it should work as following:

 user - https - web server - http - XWiki - http - web server - https 
 - user



 Is it the only way?


webserver-http is not quite recommended.


There are two proper ways of doing this:


1. Use Apache HTTPD as a reverse proxy:

- configure httpd to use SSL and listen on the 443 port

- configure mod_proxy_ajp to connect to Tomcat

-- if you're using a servlet container that doesn't support the AJP 

protocol, it's OK to use mod_proxy_http, but make sure you configure it 

correctly so that XWiki knows the connection is secure


2. Configure the servlet container to work with HTTPs. Even the default 

Jetty distributed with the standalone distribution can do that. Look at 

the documentation for those projects to find out how to configure HTTPS 

support.


-- 

Sergiu Dumitriu
http://purl.org/net/sergiu/

___

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] RSS encoding bug?

2012-10-18 Thread Dmitry Bakbardin
Hi!

XEM 4.1.4. Blog application.
 
RSS feed. File GlobalBlogRss.webintents.

If description is in English - no problem:

  descriptionlt;pgt;This is your wiki's blog first post. Its goal is to 
provide a short description of your blog's main 
features.lt;/pgt;/description

If description is in Cyrillic, it shows something like this. 

 descriptionlt;pgt;Полный контент.lt;/pgt;/description

All database settings are correct and set to utf-8 as required.

Is it fixable? Should I jira it?

Kind regards,

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


Re: [xwiki-users] brolen links in multiwiki environment 3 jira issues

2012-10-18 Thread Dmitry Bakbardin
Created on this topic:
https://jira.xwiki.org/browse/XEM-226
https://jira.xwiki.org/browse/XEM-225


Wed, 17 Oct 2012 16:29:25 +0400 от Dmitry Bakbardin haru_mamb...@mail.ru:
   









Hi, All!

XEM has brilliant opportunity to split knowledgebase into workspaces. But, 
there is a bug in a multiwiki crosslinks.

One page has link to another in relative format: wiki:Space.Page. 

Inside the same wiki on page ranaming, all links to this page are verified and 
fixed to the new page name. Excelletn.

The same is done in multiwiki environment. Wiki1:Space1.Page1 has link to 
Wiki2:Space2.Page2. Works fine!
On page renaming from Wiki2:Space2.Page2 to e.g. Wiki2:Space2.Page3 we have 
broken link in Wiki1:Space1.Page1.

As far as I understand XWiki, there is no way to handle such a situation by 
standard means. Moreover, extension to verify external broken links won't be 
useful either, cause link is internal.

So, the question is: is there a way to make multiwiki crosslinks alive in any 
page renaming?

Second question is also essential. Is it possible to rename page as following:
 Wiki1:Space1.Page1 - Wiki2:Space1.Page1 
As far as I understand, it should be real also (cipy already has this 
feature). Such a rename, IMHO, is the best solution in comparison to: export 
in wiki1-import in wiki2-delete in wiki1

What are plans for such a XEM upgrade in standard functionality?

Kind regards,

Dmitry







Kind regards,

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


[xwiki-users] brolen links in multiwiki environment 2

2012-10-17 Thread Dmitry Bakbardin
Hi, All!

XEM has brilliant opportunity to split knowledgebase into workspaces. But, 
there is a bug in a multiwiki crosslinks.

One page has link to another in relative format: wiki:Space.Page. 

Inside the same wiki on page ranaming, all links to this page are verified and 
fixed to the new page name. Excelletn.

The same is done in multiwiki environment. Wiki1:Space1.Page1 has link to 
Wiki2:Space2.Page2. Works fine!
On page renaming from Wiki2:Space2.Page2 to e.g. Wiki2:Space2.Page3 we have 
broken link in Wiki1:Space1.Page1.

As far as I understand XWiki, there is no way to handle such a situation by 
standard means. Moreover, extension to verify external broken links won't be 
useful either, cause link is internal.

So, the question is: is there a way to make multiwiki crosslinks alive in any 
page renaming?

Second question is also essential. Is it possible to rename page as following:
Wiki1:Space1.Page1 - Wiki2:Space1.Page1 
As far as I understand, it should be real also (cipy already has this feature). 
Such a rename, IMHO, is the best solution in comparison to: export in 
wiki1-import in wiki2-delete in wiki1

What are plans for such a XEM upgrade in standard functionality?

Kind regards,

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


[xwiki-users] broken links in multiwiki environment

2012-10-13 Thread Dmitry Bakbardin
Hi, All!

XEM has brilliant opportunity to split knowledgebase into workspaces. But, 
there is a bug in a multiwiki crosslinks.

One page has link to another in relative format: wiki:Space.Page. 

Inside the same wiki on page ranaming, all links to this page are verified and 
fixed to the new page name. Excelletn.

The same is done in multiwiki environment. Wiki1:Space1.Page1 has link to 
Wiki2:Space2.Page2. Works fine!
On page renaming from  Wiki2:Space2.Page2 to e.g.  Wiki2:Space2.Page3 we have 
broken link in  Wiki1:Space1.Page1.

As far as I understand XWiki, there is no way to handle such a situation by 
standard means. Moreover, extension to verify external broken links won't be 
useful either, cause link is internal.

So, the question is: is there a way to make multiwiki crosslinks alive in any 
page renaming?

Second question is also essential. Is it possible to rename page as following:
Wiki1:Space1.Page1 - Wiki2:Space1.Page1 
As far as I understand, it should be real also. Such a rename, IMHO, is the 
best solution in comparison to: export in wiki1-import in wiki2-delete in 
wiki1

What are plans for such a XEM upgrade in standard functionality?

Kind regards,

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


[xwiki-users] mail server error in 4.2?

2012-10-12 Thread Dmitry Bakbardin
Hi All!

XE 3.5.1 - sends mail via Share mail option in XWiki's top menu.
XE  XEM 4.2 - gives an error The message could not be sent to 
haru_mamb...@mail.ru: email server error.

All tests done at the same server: Ubuntu 12.x
XE 3.5.1 standalone
XE 4.2 standalone
XEM 4.2 + MySQL clean installation.

Any fast solution available? 

Is it worth Jira's bugreport or am I missing something?

Kind regards,

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


[xwiki-users] XEM .DEB?

2012-10-06 Thread Dmitry Bakbardin
Hi!

Do we have XEM debian package? 


Kind regards,

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


Re: [xwiki-users] Horizontal Menu like xwiki.org in Farm

2012-09-21 Thread Dmitry Bakbardin
Hi, Caty,

IMHO, users would appreciate all kind of these hints and customization in 
step-by-step manual. 
I had an occasion with a very short time to implement XWiki.org-styled 
horizontal menu: I installed it, - it didn't work. :-( 
I gave up and installed non-XWiki.org-styled menu instead and it worked fine 
from scratch. 
Editing xml file - fine, but looks not so obvious for less experienced users  
:-)

Kind Regards,

Dmitry


Fri, 21 Sep 2012 13:30:20 +0300 от Ecaterina Moraru (Valica) 
vali...@gmail.com:
   








Well you said you managed to put the Menu in all your wikis. How did you do

that?


What you find in the archive is:

- WebPreferences.xml page: this sets the skin xwiki:XWikiOrgCode.Skin as

the active skin. The wiki mark xwiki: means that the skin is located on

your main wiki


- Skin.xml page: it's a standard skin file, with the addition that it has

the header.vm field overwritten and adds a reference to

xwiki:XWikiOrgCode.MenuMacro. Having again the xwiki: marks means that

this uses the file from the main wiki.  One quick fix for your problem is

instead of xwiki:XWikiOrgCode.MenuMacro put

{your_subwiki_name}:XWikiOrgCode.MenuMacro or even simpler

XWikiOrgCode.MenuMacro. This means that the path is no longer absolute,

but relative to your subwiki. Make sure you duplicate on your subwiki the

XWikiOrgCode.MenuMacro page and add any contextual content you want in

it.


- MenuMacro.xml page that contains the content of the menu.


The case described up means that for each subwiki you have you create a

separate MenuMacro page. The subwikis can share the same skin, or have

separate skins for each subwikis.


The other solution I mentioned is going in MenuMacro.xml and writting

conditions (if, else, context.database, etc.) .


Thanks,

Caty


On Thu, Sep 20, 2012 at 3:58 PM, niko dangl niko.da...@gmail.com wrote:


 oh i thought i could just import the menu tu each wiki and have an

 independet menu.



 but one more silly question how can i manage different menu pages for each

 wiki?



 thanks and regards,

 niko



 2012/9/20 Ecaterina Moraru (Valica) vali...@gmail.com:

  Well you edit the menu by editing the page where the menu is defined.

  If you put the menu on all your subwikis is normal that the links are the

  same for each wiki, because they all link to the same page (and in a page

  the content in static).

 

  If you want different content for your sub wikis: you can write

 conditions

  to display other links depending on your location, or you could have

  different menu pages for each sub wiki.

 

  Thanks,

  Caty

 

  On Thu, Sep 20, 2012 at 2:40 PM, niko dangl niko.da...@gmail.com

 wrote:

 

  I managed to get the Menu in all my Wikis but there is something i dont

  get.

 

  How can i edit the entries? I mean i know how to edit the Menu but its

  always for the main wiki and i cant change it for each wiki..

  Maybe its just not possible or i dont know how to do it.

 

  could anyone please help?

  thanks and kind regards

 

  2012/9/13 niko dangl niko.da...@gmail.com:

   Hi Caty,

  

   i get the same result when i check

  http://jira.xwiki.org/browse/XWIKI-7016

  

   I'm using xwiki 4.2 M2 and got this in the log.

  

   2012-09-13 17:08:02,270

   [

 

 http://192.168.10.24:8080/just/wiki/template.junese.de/view/Dashboard/WebHome

  ]

   WARN  c.x.x.XWiki- Exception Including Topic

   xwiki:XWikiOrgCode.MenuMacro

   com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access to this

   document is denied: XWikiOrgCode.MenuMacro

  

   not sure if its just a problem with access rights or something else

   but i checked that for like two hours now and dont get it :(

  

   2012/9/13 Ecaterina Moraru (Valica) vali...@gmail.com:

   Maybe is this bug http://jira.xwiki.org/browse/XWIKI-7016

   What version are you using?

  

   Thanks,

   Caty

  

   On Thu, Sep 13, 2012 at 2:32 PM, niko dangl niko.da...@gmail.com

  wrote:

  

   hm it seems i didnt really fix it :(

   now if i login as normal user i get the message Topic

   xwiki:XWikiOrgCode.MenuMacro does not exist.

  

   after removing the blank it was working but i was logged in as

   global user for installation and after switching to a normal user

   for the subwiki it doesnt work anymore!

   i guess its something within the rights but dont know where.

  

   also asked google but only found an irc archive.

  

   maybe you could help me in this case.

  

   thanks and regards,

   Niko

  

   2012/9/13 Ecaterina Moraru (Valica) vali...@gmail.com:

I'm glad you fixed it.

   

Thanks,

Caty

   

On Thu, Sep 13, 2012 at 1:16 PM, niko dangl niko.da...@gmail.com

 

   wrote:

   

Ok thats kinda embarrassing and i really feel stupid right now..

Had a blank right next to the  XWikiOrgCode.Skin and now its

  working..

but thanks 

Re: [xwiki-users] Horizontal Menu like xwiki.org in Farm

2012-09-21 Thread Dmitry Bakbardin
Hi,

Yes, it was exactly sub-wiki case :-)
If we have both XE and XEM as a standard, - it looks strange a bit to 
consider sub-wiki non-standard use case :-)
JavaScript behaves wierd a bit: menu elements jumping in some cases occured 
:-)
Probably, CSS won't suffer from jumping disease, I will check it later :-)

Anyhow, thanks a Lot for enlightenment on this topic.

Kind Regards,

Dmitry


Fri, 21 Sep 2012 14:32:11 +0300 от Ecaterina Moraru (Valica) 
vali...@gmail.com:
   








Hi, 

I mentioned they were .xml files because I was describing the package content. 
There is no need to edit them in xml form. You can edit them from the Edit 
menu, from inside the wiki. 

Working fine from scratch is a subjective opinion, because you wanted to 
work also on subwikis, to have separate menu content for each wiki, one is 
done with javascript - the other with vms, etc. so one may think this is not 
the standard use case, but another, so it might not worked from scratch in 
your use case.

Thanks,
Caty


On Fri, Sep 21, 2012 at 2:21 PM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:
Hi, Caty,


IMHO, users would appreciate all kind of these hints and customization in 
step-by-step manual.

I had an occasion with a very short time to implement XWiki.org-styled 
horizontal menu: I installed it, - it didn't work. :-(

I gave up and installed non-XWiki.org-styled menu instead and it worked fine 
from scratch.

Editing xml file - fine, but looks not so obvious for less experienced users  
:-)


Kind Regards,


Dmitry



Fri, 21 Sep 2012 13:30:20 +0300 от Ecaterina Moraru (Valica) 
vali...@gmail.com:














Well you said you managed to put the Menu in all your wikis. How did you do



that?





What you find in the archive is:



- WebPreferences.xml page: this sets the skin xwiki:XWikiOrgCode.Skin as



the active skin. The wiki mark xwiki: means that the skin is located on



your main wiki





- Skin.xml page: it's a standard skin file, with the addition that it has



the header.vm field overwritten and adds a reference to



xwiki:XWikiOrgCode.MenuMacro. Having again the xwiki: marks means that



this uses the file from the main wiki.  One quick fix for your problem is



instead of xwiki:XWikiOrgCode.MenuMacro put



{your_subwiki_name}:XWikiOrgCode.MenuMacro or even simpler



XWikiOrgCode.MenuMacro. This means that the path is no longer absolute,



but relative to your subwiki. Make sure you duplicate on your subwiki the



XWikiOrgCode.MenuMacro page and add any contextual content you want in



it.





- MenuMacro.xml page that contains the content of the menu.





The case described up means that for each subwiki you have you create a



separate MenuMacro page. The subwikis can share the same skin, or have



separate skins for each subwikis.





The other solution I mentioned is going in MenuMacro.xml and writting



conditions (if, else, context.database, etc.) .




Thanks,



Caty






On Thu, Sep 20, 2012 at 3:58 PM, niko dangl niko.da...@gmail.com wrote:





 oh i thought i could just import the menu tu each wiki and have an



 independet menu.







 but one more silly question how can i manage different menu pages for each



 wiki?







 thanks and regards,



 niko







 2012/9/20 Ecaterina Moraru (Valica) vali...@gmail.com:



  Well you edit the menu by editing the page where the menu is defined.



  If you put the menu on all your subwikis is normal that the links are the



  same for each wiki, because they all link to the same page (and in a page



  the content in static).



 



  If you want different content for your sub wikis: you can write



 conditions



  to display other links depending on your location, or you could have



  different menu pages for each sub wiki.



 



  Thanks,



  Caty



 



  On Thu, Sep 20, 2012 at 2:40 PM, niko dangl niko.da...@gmail.com



 wrote:



 



  I managed to get the Menu in all my Wikis but there is something i dont



  get.



 



  How can i edit the entries? I mean i know how to edit the Menu but its



  always for the main wiki and i cant change it for each wiki..



  Maybe its just not possible or i dont know how to do it.



 



  could anyone please help?



  thanks and kind regards



 



  2012/9/13 niko dangl niko.da...@gmail.com:



   Hi Caty,



  



   i get the same result when i check



  http://jira.xwiki.org/browse/XWIKI-7016



  



   I'm using xwiki 4.2 M2 and got this in the log.



  



   2012-09-13 17:08:02,270



   [



 



 http://192.168.10.24:8080/just/wiki/template.junese.de/view/Dashboard/WebHome



  ]



   WARN  c.x.x.XWiki                    - Exception Including Topic



   xwiki:XWikiOrgCode.MenuMacro



   com.xpn.xwiki.XWikiException: Error number 9001 in 9: Access to this



   document is denied: XWikiOrgCode.MenuMacro



  



   not sure if its just a problem with access rights

Re: [xwiki-users] [Brainstorming] XWiki 5.x cycle

2012-09-18 Thread Dmitry Bakbardin
Hi, Vincent,

My 10 coins to the suggested topic :-)

1. New Access Rights management system. There are a lot of weak points already 
known. Probably, it's time to review this.

2. Second level XWiki virtualization http://jira.xwiki.org/browse/XEM-207

3. Add WYSIWYG's editor logic while adding the link Space - Page - Anchor on 
the page  http://jira.xwiki.org/browse/XWIKI-4084  

and the same in XEM Environment: Workspace/Virtual Wiki - Space - Page - 
Anchor 
http://jira.xwiki.org/browse/XWIKI-7483

4. WebDAV access to deleted attachments http://jira.xwiki.org/browse/XWIKI-6989

5. Rebuild Translation System and add possibility to translate not only page 
content, but objects' content (and field names) also.

6. Evolve filestorage system from experimental to all-kind-production-ready 
and make it more or less comprehensive:
-  for example, add possibility of XWiki clustering and automatic attachments 
synchronization while FS is on.
- to configure path to store attachments for each XWiki/virtual 
wiki/workspace/space separetly.
- fix current bugs (like http://jira.xwiki.org/browse/XWIKI-6917) and probably 
add some other fatures :-)

7. Smooth upgrade system (to make it look more like linux upgrades): upgrade 
AND KEEP all XWiki customization with minimal manual config files comparison 
and reediting of customized pages inside XWiki.

8. Add Space - Subspace - Page logic to XWiki hierarchy to build trees 
instead of horizontal set of spaces.

9. Extend TOC macro to logic:   ...wiki1:Space1.Page1, wiki2:Space2.Page2... to 
include TOCs of separate pages inside current TOC.
 
10. XWiki Native support for mobile users (Skins, ColorThemes for all kind of 
mobile users bundled with XE/XEM)

Hope it helps :-)

Kind Regards,

Dmitry


Tue, 18 Sep 2012 08:58:04 +0200 от Vincent Massol vinc...@massol.net:
   








Dear XWiki lovers ;),


We're getting close to the end of the 4.x cycle which is about to be finished 
with XWiki 4.5 around end of January and we need to start brainstorming about 
the 5.x cycle (1 year duration from Feb 2013 to Jan 2014).


* 3.x was about Building Apps and Distributing them (priority 1) and 
Polishing

* 4.x was about Ease of use (priority 1) and Quality


So what would you like to see in the coming year?


You can suggest both general themes and specific items.


Thanks

-Vincent


___

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








Kind regards,

Dmitry
WebDAV access to deleted attachments
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Brainstorming] XWiki 5.x cycle

2012-09-18 Thread Dmitry Bakbardin
 See below
  
 
 Tue, 18 Sep 2012 14:20:14 +0200 от Vincent Massol vinc...@massol.net:
 Hi Dmitry,
 
 Thanks for your inputs! See below.
 
 On Sep 18, 2012, at 2:10 PM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:
 
  Hi, Vincent,
  
  My 10 coins to the suggested topic :-)
  
  1. New Access Rights management system. There are a lot of weak points 
  already known. Probably, it's time to review this.
 
 Have you been able to play with it already? Would be great to provide 
 feedback and details. I'm sure Denis would love some feedback.
 

Going to do this in a couple of weeks on coming back to work. Hope to dig 
something interesting. :-)

 
 
  2. Second level XWiki virtualization http://jira.xwiki.org/browse/XEM-207
  
  3. Add WYSIWYG's editor logic while adding the link Space - Page - Anchor 
  on the page http://jira.xwiki.org/browse/XWIKI-4084
  
  and the same in XEM Environment: Workspace/Virtual Wiki - Space - Page - 
  Anchor 
  http://jira.xwiki.org/browse/XWIKI-7483
  
  4. WebDAV access to deleted attachments 
  http://jira.xwiki.org/browse/XWIKI-6989
 
 So you're using XWiki WebDAV feature ATM?

  Not yet, I was playing with all the ways to manage large attachments and 
found this bug. Until FS is not officially production ready - this is not so 
important. I even guess, that if XWiki would have an WebDAV-like (or even 
better) attachment management system - there would be no need to use external 
tools in most cases.
 
 
 
  5. Rebuild Translation System and add possibility to translate not only 
  page content, but objects' content (and field names) also.
 
 Just on this point, we're planning to work on this in XE 4.3 in the coming 
 month.
 
  6. Evolve filestorage system from experimental to 
  all-kind-production-ready and make it more or less comprehensive:
  - for example, add possibility of XWiki clustering and automatic 
  attachments synchronization while FS is on.
  - to configure path to store attachments for each XWiki/virtual 
  wiki/workspace/space separetly.
  - fix current bugs (like http://jira.xwiki.org/browse/XWIKI-6917) and 
  probably add some other fatures :-)
 
 Yeah I also think we need Caleb to work a bit on this so that we could call 
 it production-ready ;)
  
It would be excellent. :-)

 
 
 
  7. Smooth upgrade system (to make it look more like linux upgrades): 
  upgrade AND KEEP all XWiki customization with minimal manual config files 
  comparison and reediting of customized pages inside XWiki.
 
 Yep, we're working on this one (XAR upgrades). You should see some first 
 version with XE 4.2 when it's released next week. Next step is to tackle WAR 
 and config file upgrades indeed.
 
  8. Add Space - Subspace - Page logic to XWiki hierarchy to build trees 
  instead of horizontal set of spaces.
  
  9. Extend TOC macro to logic: ...wiki1:Space1.Page1, wiki2:Space2.Page2... 
  to include TOCs of separate pages inside current TOC.
  
  10. XWiki Native support for mobile users (Skins, ColorThemes for all kind 
  of mobile users bundled with XE/XEM)
 
 Ludovic has a pull request for improving mobile skin support for XE 4.3 but 
 probably not to the extent you're interesting in at the moment.
 
 Thanks, keep the ideas coming. No promise that they'll be implemented but the 
 more people who want the same thing the more weight it has. And developers 
 are reading this!
 -Vincent
 
 Hope it helps :-)


Kind Regards,
  
Dmitry
  
  
  Tue, 18 Sep 2012 08:58:04 +0200 от Vincent Massol vinc...@massol.net:
  
  
  
  
  
  
  
  
  
  Dear XWiki lovers ;),
  
  
  We're getting close to the end of the 4.x cycle which is about to be 
  finished with XWiki 4.5 around end of January and we need to start 
  brainstorming about the 5.x cycle (1 year duration from Feb 2013 to Jan 
  2014).
  
  
  * 3.x was about Building Apps and Distributing them (priority 1) and 
  Polishing
  
  * 4.x was about Ease of use (priority 1) and Quality
  
  
  So what would you like to see in the coming year?
  
  
  You can suggest both general themes and specific items.
  
  
  Thanks
  
  -Vincent
  
  
  
  
  
  
  Kind regards,
  
  Dmitry
  WebDAV access to deleted attachments
 
 
 
 Kind regards, 
 
 Dmitry
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [Brainstorming] XWiki 5.x cycle

2012-09-18 Thread Dmitry Bakbardin
Hi, Andreas, 

See below,


Tue, 18 Sep 2012 15:36:15 +0200 от Thomas Mortagne thomas.morta...@xwiki.com:
On Tue, Sep 18, 2012 at 2:20 PM, Vincent Massol vinc...@massol.net wrote:

 Hi Dmitry,



 Thanks for your inputs! See below.



 On Sep 18, 2012, at 2:10 PM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:



 Hi, Vincent,



 My 10 coins to the suggested topic :-)



 1. New Access Rights management system. There are a lot of weak points 
 already known. Probably, it's time to review this.



 Have you been able to play with it already? Would be great to provide 
 feedback and details. I'm sure Denis would love some feedback.


Andreas too ;)


Do you actually know there is a new right management system ? It's not

clear in your question if you talk about introducing a new right

management system or using more the new one.I mean situations like
  http://jira.xwiki.org/browse/XWIKI-2184 and
http://jira.xwiki.org/browse/XWIKI-6987

Probably I missed something in the roadmap and release notes, but I didn't see 
it fixed. And these reports were not the only bugs found as far as I remember 
mailing lists conversations. All of them required brand new system and Vincent 
said, that these changes are planned after comprehensive discussion and voting 
in futher releases. So, I mean BRAND NEW system that acts as expected, e.g. 
user with edit rights is in the god mode as to the page. I expect edit rights 
means edit page, but not access rights change. Access rights looks more admin 
function. And so on. IMHO it worth discussion.






 2. Second level XWiki virtualization http://jira.xwiki.org/browse/XEM-207



 3. Add WYSIWYG's editor logic while adding the link Space - Page - Anchor 
 on the page http://jira.xwiki.org/browse/XWIKI-4084



 and the same in XEM Environment: Workspace/Virtual Wiki - Space - Page - 
 Anchor

 http://jira.xwiki.org/browse/XWIKI-7483



 4. WebDAV access to deleted attachments 
 http://jira.xwiki.org/browse/XWIKI-6989



 So you're using XWiki WebDAV feature ATM?



 5. Rebuild Translation System and add possibility to translate not only page 
 content, but objects' content (and field names) also.



 Just on this point, we're planning to work on this in XE 4.3 in the coming 
 month.


Except for the object content translation part which has more to do

with the model and is not going to change very soon. Note that fields

names are already translatable, for this you can use the id class

full name_field name like in Blog.BlogClass_title for the title

field name of a blog object.
Looks disaster for me :-)

Let's overview simple usecase: 

- I buld FAQ (or something like it) in English with Application within minutes

- I want to make it multilingual. Looks like I'm stuck by default: not going 
to change very soon :-(

- I see the only human-friendly option to modify default scripting, produce 
templates for each language, then build pages like PageName_Language and 
load required page depending on requested language. I didn't make it like this 
yet, but if it is not going to change very soon, I'd consider this way as an 
option to make application running in multilanguage environment. I understand, 
that this is not the best solution, but as far as I understand XWiki - it 
should work.





 6. Evolve filestorage system from experimental to 
 all-kind-production-ready and make it more or less comprehensive:

 -  for example, add possibility of XWiki clustering and automatic 
 attachments synchronization while FS is on.

 - to configure path to store attachments for each XWiki/virtual 
 wiki/workspace/space separetly.

 - fix current bugs (like http://jira.xwiki.org/browse/XWIKI-6917) and 
 probably add some other fatures :-)



 Yeah I also think we need Caleb to work a bit on this so that we could call 
 it production-ready ;)



 7. Smooth upgrade system (to make it look more like linux upgrades): upgrade 
 AND KEEP all XWiki customization with minimal manual config files comparison 
 and reediting of customized pages inside XWiki.



 Yep, we're working on this one (XAR upgrades). You should see some first 
 version with XE 4.2 when it's released next week. Next step is to tackle WAR 
 and config file upgrades indeed.


Note that for the server side (WAR and configuration) you have the

Debian package (see
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT)

that can help a lot since apt/dpkg is taking care of configuration

file comparison/merging. But that's only for Debian based system of

course.


For the XAR part as Vincent said we are working on it and you get a

first version of an install/upgrade Wyzard for it in the coming 4.2.Thanks a 
lot. I was going to set up new server soon. Migration to Debian looks fine for 
me in this case. :-)
Looking forward to 4.2. It would be admin-rescue release :-






 8. Add Space - Subspace - Page logic to XWiki hierarchy to build trees 
 instead of horizontal set of spaces.



 9. Extend TOC macro to logic

Re: [xwiki-users] Registration and Layout settings resetting

2012-09-17 Thread Dmitry Bakbardin
Hi!

 I had the same problem until set Prevent unregistered users from 
 editing pages, regardless of the page or space rights on.

Try this one. It helped me. :-)

Kind Regards,

Dmitry

Mon, 17 Sep 2012 02:05:16 -0400 от Ashtar Communications 
ashtarcommunicati...@gmail.com:
   








I've monitored the wiki for the last 3 days, and the problem is

recurring about once every 24 hours. Each time I have run a cache

flush to no effect. The only solution I have is to re-enter the

missing data each time, which doesn't seem like a sustainable option.


If anyone could shed light on this or suggest a fix, I would appreciate it.


Since I can't seem to get rid of the problem, would it be better to

downgrade, or to backup the wiki and then try a from-scratch install

of 4.2m3? I'm not seeing similar behavior on my development server,

only the production machine...


thanks for all the help,


aaron


On Fri, Sep 14, 2012 at 12:28 PM, Ashtar Communications

ashtarcommunicati...@gmail.com wrote:

 I ran a flush on the cache immediately after the problem recurred, and

 the settings were not restored.



 Any other ideas?



 Thanks,



 aaron



 On Wed, Sep 12, 2012 at 12:46 AM, Ashtar Communications

 ashtarcommunicati...@gmail.com wrote:

 Vincent,



 Thanks for the help. Answers below:



 Email -- Admin Email and SMTP server. The rest of the settings are 
 maintained.



 What other setting remains that is not the default value?



 On the Email page, the Port, Server Username, and Server Password

 always stay - only the Admin Email and SMTP server are cleared out.



 Page Elements - All panel settings, reverting to zero displayed

 panels. Metadata visibility settings are maintained



 You modified those and they remain? If so the problem is not a cache issue 
 that resets XWikiPreferences.



 I modified the panel settings to display two panels on the left, and

 no panels on the right. When the bug occurs, The show left/right

 panel? settings are set to -- and the Panels to Display are

 blank.



 The frequency of occurrence has dropped in the last day - at first it

 was happening every 15-20 minutes, and today it went most of the day

 with no apparent problems. The next time it occurs I will try to flush

 the cache and see if that sheds any light...



 thanks,



 aaron





 One thing you can test to ensure this:

 When the problem happens do a flush cache in a wiki page:



 {{velocity}}

 $xwiki.flushCache()

 {{/velocity}}



 And then verify if your settings are back.



 Thanks

 -Vincent



 Registration - Use Email Verification, Active Authentication Check,

 Validation Email Content, Confirmation Email Content. Everything else

 is maintained.

 Several entire Spaces - the wiki has a large number of spaces (~150).

 They seem to be getting deleted at random. I will leave the page for

 an hour, come back, and the link to the space homepage will have the

 question mark icon next to it. The space will no longer appear in

 the spaces list on the Dashboard.



 Any other ideas? I'm ready to downgrade back to 3.x - this only

 started happening with a fresh install of 4.2 and it's obviously a

 serious problem...



 thanks,



 aaron





 On Sun, Sep 9, 2012 at 3:17 AM, Vincent Massol vinc...@massol.net wrote:



 On Sep 9, 2012, at 8:11 AM, Dmitry Bakbardin haru_mamb...@mail.ru wrote:



 +1 vote

 I had the same problem until set Prevent unregistered users from 
 editing pages, regardless of the page or space rights on.

 But I don't know still if it is a bug or a feature :-)



 It's a bug… Fixed in 4.2M3, see 
 http://jira.xwiki.org/jira/browse/XWIKI-8160



 -Vincent



 Kind regards,



 Dmitry





 Sun, 9 Sep 2012 01:52:12 -0400 от Ashtar Communications 
 ashtarcommunicati...@gmail.com:



















 Hi,





 It seems that my wiki is spontaneously resetting several configuration



 settings, most notably the registration, email, and layout settings. I



 enter information like the email server, address, and port, which



 panels to display in the sidebar, or whether to require email



 verification. After a few hours, I return to the site to find that the



 panels are turned off, email registration is turned off and the boxes



 for formatting verification emails, etc are blank, and half of the



 email settings are cleared. There may also be other configuration



 options being reset that I haven't found yet.





 I am the only administrative user on the wiki. It's also definitely



 not due to vandalism - exactly the same settings disappear every time,



 and it has now repeated itself 4 times in the last 24 hours.





 I'm running XEM 4.2m2 on Tomcat with MySQL. Any help would be greatly



 appreciated...





 thanks,





 Aaron



 ___



 users mailing list

 users@xwiki.org

 http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] xwiki as root webapp

2012-09-11 Thread Dmitry Bakbardin
Hi!
I had the same problem with non-debian configuration. I wanted also to set up 
XWiki as root.
As Tomcat is not exactly web server, there are some solutions:

1. The way you described. 

As far as I understood you have now wikiless path - without /xwiki part.
I raised this problem some time ago and Sergiu Dumitriu answered me following:

 1. Is it crucial for XWiki and/or some XWiki applications to eat shorten URL 
 on Tomcat's level?
 Will it affect, for example, on virtual wiki mapping for URLs based addresses 
 like http://myfarm.net/xwiki/wiki/wikiname/?

XWiki should work just fine with the shorter URLs. The xwikiless 
information might be very outdated, when it used to be true that some 
parts of XWiki would fail.

I didn't get exact consequences of very outdated , thus solved it other way.

2. Set up Glassfish (or any other) - it can manage ROOT fine itself.

3. Cover Tomcat with an web server. I found nginx as best solution for me.

Finally I set up Tocat + nginx, that makes it very flexible and fast. If you 
need - write me in private, I'd share a nginx configuration to solve a problem: 
mydomain.com - nginx - localhost:8080/xwiki. So, endusers use only  
mydomain.com paths.

The same is possible with any web-server actually.

Kind regards,

Dmitry



Tue, 11 Sep 2012 10:30:03 +0200 от Thomas Mortagne thomas.morta...@xwiki.com:
   








On Tue, Sep 11, 2012 at 8:49 AM, Eugen Colesnicov ecolesni...@gmail.com 
wrote:

 I found solution for me. Sorry for stupid questions, but it is new expirience

 for me.

 Answer:

 - open folder /etc/tomcat6/Catalina/localhost. In this folder exists 2

 files: ROOT.xml  xwiki.xml.

 - delete ROOT.xml

 - rename xwiki.xml to ROOT.xml

 - edit ROOT.xml after renaming, change ..path=/xwiki.. to ..path=/..

 - save ROOT.xml

 - restart tomcat



 Maybe it will helpful for somebody else.


It would be a nice addition to
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT

;)




 --

 Best regards

 Eugen Colesnicov







 --

 View this message in context: 
 http://xwiki.475771.n2.nabble.com/xwiki-as-root-webapp-tp7581242p7581253.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




-- 

Thomas Mortagne

___

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


Re: [xwiki-users] Registration and Layout settings resetting

2012-09-09 Thread Dmitry Bakbardin
+1 vote 
I had the same problem until set Prevent unregistered users from editing 
pages, regardless of the page or space rights on.
But I don't know still if it is a bug or a feature :-)

Kind regards, 

Dmitry


Sun, 9 Sep 2012 01:52:12 -0400 от Ashtar Communications 
ashtarcommunicati...@gmail.com:
   








Hi,


It seems that my wiki is spontaneously resetting several configuration

settings, most notably the registration, email, and layout settings. I

enter information like the email server, address, and port, which

panels to display in the sidebar, or whether to require email

verification. After a few hours, I return to the site to find that the

panels are turned off, email registration is turned off and the boxes

for formatting verification emails, etc are blank, and half of the

email settings are cleared. There may also be other configuration

options being reset that I haven't found yet.


I am the only administrative user on the wiki. It's also definitely

not due to vandalism - exactly the same settings disappear every time,

and it has now repeated itself 4 times in the last 24 hours.


I'm running XEM 4.2m2 on Tomcat with MySQL. Any help would be greatly

appreciated...


thanks,


Aaron

___

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] migrating open source projects to WWiki

2012-09-04 Thread Dmitry Bakbardin
Hi Daniel!

Yes, lots of  changes since 2007 :-)

Look at http://extensions.xwiki.org/xwiki/bin/view/Main/WebHome 
Enter skin in search field and check for the desired skin. 
Each extesion has installation notes, so it won't be difficult to set it up.

Kind regards,

Dmitry


Tue, 04 Sep 2012 23:03:03 +0200 от Daniel Pocock dan...@pocock.com.au:
   











Hi,


I have a few sites for various open source projects:


  http://www.lumicall.org

  http://www.opentelecoms.org

  http://www.dynalogin.org


They currently run on drupal7.  I've never been a big fan of PHP though,

and as a Java developer, I'm tempted to migrate them to XWiki or Magnolia.


Can anyone make any comment on this choice?


Also, can anyone comment on how an open source/community site can get

skins for WWiki, similar to the many free skins/themes available for drupal?


I've previously run XWiki in a company (back in 2007) and I imagine it

has changed a lot since then


Regards,


Daniel

___

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


Re: [xwiki-users] HOW TO SET IMPORTED SKIN

2012-08-22 Thread Dmitry Bakbardin
Hi!

Look at 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Skins#HChangingtheSkin  
first. Hope it helps.

Kind regards, 

Dmitry

Wed, 22 Aug 2012 16:25:53 -0700 (PDT) от Peter ziege2002-w...@yahoo.de:
   








Hi XWiki-Community!


First I have no access to the server side of my XWiki-Installation, but I

want to change the skin.

I imported a skin via XAR-File.
http://extensions.xwiki.org/xwiki/bin/view/Extension/Lyrebird+Skin


Then I have a new space with three pages.

And what now?

What do I need to change in Administration/Presentation?


Do I need to add a new Page and add a Skin-Object to it?


I do not know how to proceed.


Thanx for all help

Peter




--

View this message in context: 
http://xwiki.475771.n2.nabble.com/HOW-TO-SET-IMPORTED-SKIN-tp7581004.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] Video on Wikipage

2012-08-17 Thread Dmitry Bakbardin
Hi!

Actually you CAN attach huge files to the XWiki page on turning on filestorage. 
In this case all attachments would be stored in filesystem and not in the 
database... :-)
Sometimes it helps much :-)

Kind regards, 

Dmitry

Thu, 16 Aug 2012 23:53:18 -0700 (PDT) от Hamster teun...@hotmail.com:
   








We want to show video on our wikipage.


The only requirement:

-The source is located on our server


We can't make use of the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/Video+Macro Video Macro

, because it only displays video from YouTube, DailyMotion or GoogleVideo

We can't make use of the 
http://extensions.xwiki.org/xwiki/bin/view/Extension/JWPlayer+Macro JWPlayer

Macro , because we can't attach the video's to the wikipage (our video's

are very large in filesiz)


Any suggestions for alternatives?




--

View this message in context: 
http://xwiki.475771.n2.nabble.com/Video-on-Wikipage-tp7580923.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] Importing from JSPwiki, question on spaces

2012-08-11 Thread Dmitry Bakbardin
Hi, Matt! 

See answers below.


Fri, 10 Aug 2012 20:07:31 -0400 от Matt Lamoureux mml...@gmail.com:
Hi all,

   My department is migrating from JSPwiki to Xwiki.  We want to keep

things simple, so when importing your war file I did not import the sandbox

or blog spaces.  That left Main, Xwiki, AppWithinMinutes, and Dashboard.

AWM is fine, but I found out the hard way that Dashboard and Xwiki both

contain parts of the software, so I can't delete or hide them.  First of

all - is that accurate?Actually you can delete them also, as far as I know. But 
some scripts will really keep things simple, I'd say MUCH simplier, than 
without them. So, I'd advise to play with all this staff first :-)
Sandbox you can delete also, but just think about some playground for users who 
see XWiki first time.  
Sometimes it was more useful than useless for me.


   My second question is around the Main space.  I thought we could import

our files directly into that space, but apparently not - we had a page

called Search which appears to have overwritten the search results page.

I couldn't find any documentation about best practices when importing -

like file names to avoid, etc.  Do I have to create a brand new space,

leaving Main, Dashboard and Xwiki alone?  I just worry people will start

clicking around and editing or creating pages in one of those other

spaces...

My experience says following: LEAVE XWiki's Spaces (e.g. Main and XWiki), 
customise it as you need AND use other spaces for data. In the future, in a 
case of upgrades or moving/renaming/deleting spaces you would highly appreciate 
keeping data OUT of sctripting :-)
To avoid smart hands desease - just restrict edit rights to Main and XWiki 
(maybe some more) spaces. Simple view rights would make your scripting almost 
unbreakable. :-)

There is more complicated way - change default page on XWiki start and build 
everything you need from scratch. But depending on your future plans I'd 
recommend just to keep it in mind, but not implement at once:  it is set 
globally for XWiki. For example, in a case of XEM, each Workspace would have 
non-standard default page, that may cause additional work in template 
customization. Probably, there are another ways to do this, but I didn't 
explore it yet.

As a conclusion: much-much more easier to customise existing spaces-pages to 
you needs, especially from the very beginning.


Any advice or information would be greatly appreciated!


Thanks!

   - Matt L.



I really don't want people to see the other spaces (to avoid confusion).  I

had thought that the main parts of Xwiki were kept in the Xwiki space, so I

did the import into Main.  However, that appears to have caused some other

issues, since we had a page called Search which seems to have overwritten

the default search results page.

___

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

Keep in mind NATIVE XWiki structure: 
- Spaces - Pages for XE
- Workspace/subwiki - Spaces - Pages for XEM

So, stripping you data into this logic would make possible all benefits 
migration to XWiki. 
BTW, besides the fact, that XWiki has access rights at page level even for each 
user, I use this very seldom. Much easier to use Groups and set access rights 
to Spaces. 

As for confusion: if you will check Document Index link in top menu - you 
will see ALL spaces and pages you have view access rights. In my case - I 
didn't have any confusions at this point. But you're free to make a little 
Guide to users :-) 
It helps much. Other way is to customise XWiki's appearance and remove extra 
links. BUT if someone smart will use direct links - it won't help much: someone 
smart will have access according to his access rights :-)

Kind regards,

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


Re: [xwiki-users] Mysql Configuration problem

2012-07-25 Thread Dmitry Bakbardin
Hi!

 Try to check username AND password you issued to xwiki user. According to 
hibernate.cfg password is also set to xwiki. :-)
Username looks fine. Is it the same with password?

Kind Regards,

Dmitry



Mon, 23 Jul 2012 13:04:06 -0700 (PDT) от raav2012 ra...@hotmail.com:
Hello everyone I' ve been really busy tryin to figure out what's wrong with
my mysql conf., I've searched about this but can't find anything related so
any advice, tip, hint... would be greatly welcome. 
Here's my conf. so far

1) Extracted xiki.war on tomcat/webapps folder... ( using Winscp )
http://xwiki.475771.n2.nabble.com/file/n7580467/xwiki-on-tomcat.jpg

2) Copy mysql driver inside xwiki/WEB-INF/lib folder
http://xwiki.475771.n2.nabble.com/file/n7580467/mysql-driver-installed.jpg

3) Create the database xwiki ( currently empty )
http://xwiki.475771.n2.nabble.com/file/n7580467/mysql-database-list.jpg

4) Create user xwiki, grant all privileges ( using phpmyadmin)
http://xwiki.475771.n2.nabble.com/file/n7580467/user-xwiki-all-provoleges.jpg

5) Edit the hibernate.cfg.xml file
http://xwiki.475771.n2.nabble.com/file/n7580467/hibernate-cfg.jpg



6) Tomcat Working ... 
http://xwiki.475771.n2.nabble.com/file/n7580467/tomcat-working.jpg

7) netstat list, mysql 
http://xwiki.475771.n2.nabble.com/file/n7580467/procesos-mysql.jpg

8) And finally, THE HORROR!.
http://xwiki.475771.n2.nabble.com/file/n7580467/xwiki-problem.jpg

Any clue about this?, im using CentOS (based on Red Hat), seems like a dumb
mistake but I'm out of ideas.

Thanks in advance, 
Robinson.






--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Mysql-Configuration-problem-tp7580467.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


Kind regards,

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


Re: [xwiki-users] Change logo on xwiki multitenant

2012-07-17 Thread Dmitry Bakbardin
Hi!

check http://wiki.x.org/xwiki/inline/ColorThemes/DefaultColorTheme

Attach new logo to this page first and edit in ColorTheme editor via link 
above. Just fill in picture name and save. Should work.
This is the simpliest way :-)

Kind regards

Dmitry


Tue, 17 Jul 2012 21:01:56 +0700 от troya adromeda adromeda.tr...@gmail.com:
 
  
  
Hi All,

I installed xwiki on some domain.wiki.y.org, wiki.x.org,and wiki.z.org
How i can change logo on each domain ?

I try to change logo via global.vm but logo appear same in each domain

How to solve this ?

I want each domain have different logo


Thanks
___
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


Re: [xwiki-users] HMTL import ?

2012-07-17 Thread Dmitry Bakbardin
As far as I understand problem - this is already implemented.
1 - Simple copy-paste in WYSIWYG editor
2 - Click on Paste icon in WYSIWYG editor and watch results

Compare page source code after this, check the difference. Second way I use 
from time to time.and completely satisfied.

Kind regards 

Dmitry


Tue, 17 Jul 2012 05:24:20 -0700 (PDT) от Arioch arioch...@gmail.com:
 
  
  
since no comments here, i persist it into Jira

http://jira.xwiki.org/browse/XWIKI-8071
http://jira.xwiki.org/browse/XWIKI-8072

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/HMTL-import-tp7580343p7580394.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


Kind regards,

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


[xwiki-users] TRANSPORT_ERROR with no error message in Space Explorer Panel Application

2012-05-04 Thread Dmitry Bakbardin
Hi!

XWiki 3.5.1

I installed manually Space Explorer Panel Application from

http://extensions.xwiki.org/xwiki/bin/view/Extension/Space+Explorer+Panel+Application

On attempt to make it running I receive Alarm Window with following warning:

Server returned TRANSPORT_ERROR with no error message.

And Loading inside panel still turning.

Any idea how to make it running?

Kind regards,

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


Re: [xwiki-users] Two spaces with same name

2012-04-19 Thread Dmitry Bakbardin
Hi!

I experienced the same problem in 3.0: two spaces with the same names and i 
can't delete it also because of 

Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:240)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:117)
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.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
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.ActionFilter.doFilter(ActionFilter.java:129)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:218)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.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:191)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
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:298)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)


Wrapped Exception:

java.lang.NullPointerException
at 
com.xpn.xwiki.doc.XWikiAttachment.toStringXML(XWikiAttachment.java:333)
at 
com.xpn.xwiki.store.VoidAttachmentVersioningStore$VoidAttachmentArchive.getArchive(VoidAttachmentVersioningStore.java:143)
at 
com.xpn.xwiki.doc.XWikiAttachmentArchive.getArchive(XWikiAttachmentArchive.java:126)
at com.xpn.xwiki.doc.XWikiAttachment.toXML(XWikiAttachment.java:422)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4024)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:4102)
at com.xpn.xwiki.doc.XWikiDocument.toXML(XWikiDocument.java:3851)
at com.xpn.xwiki.doc.XWikiDocument.toFullXML(XWikiDocument.java:3769)
at 
com.xpn.xwiki.doc.XWikiDeletedDocument.setDocument(XWikiDeletedDocument.java:193)
at 
com.xpn.xwiki.doc.XWikiDeletedDocument.init(XWikiDeletedDocument.java:89)
at 
com.xpn.xwiki.store.XWikiHibernateRecycleBinStore.saveToRecycleBin(XWikiHibernateRecycleBinStore.java:68)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4319)
at com.xpn.xwiki.XWiki.deleteDocument(XWiki.java:4299)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6228)
at com.xpn.xwiki.XWiki.deleteAllDocuments(XWiki.java:6217)
at com.xpn.xwiki.web.DeleteAction.action(DeleteAction.java:94)
at 

Re: [xwiki-users] Two spaces with same name

2012-04-19 Thread Dmitry Bakbardin
Thanks for help, Sergiu,

But in my case the page is on it's place, Script doesn't delete it. :-(

Dmitry


Thu, 19 Apr 2012 11:46:54 -0400 от Sergiu Dumitriu ser...@xwiki.com:
 On 04/18/2012 12:54 PM, Martin Evans wrote:
  I currently have two spaces, one called Environment And Sustainability
  and the other called Environment+And+Sustainability. If I try to delete
  the only page in the erroneous space it says The requested document could
  not be found. So if the page isn't there, why is the space there?
 
 Some containers perform a double decoding of the URL, I noticed that in 
 Tomcat, for example. Normally, + is considered an encoding for the space 
 character in URLs. This means that an URL containing + actually refers 
 to spaces. We get around this by actually encoding the + character with 
 its proper URL escape, %2B, and this should be properly decoded back 
 into +, except on Tomcat, where this + is decoded one more time into a 
 space. So while the browser asks for the 
 Environment%2BAnd%2BSustainability URL, which corresponds to the 
 Environment+And+Sustainability space, Tomcat converts that into 
 Environment And Sustainability. Your only chance is to delete it from 
 a script:
 
 {{velocity}}
 $xwiki.getDocument('Name of document').delete()
 {{/velocity}}
 
 Replace 'Name of document' with the exact document name, something like 
 'Environment+And+Sustainability.WebHome'.
 -- 
 Sergiu Dumitriu
 http://purl.org/net/sergiu/
 ___
 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] Group rename bug?

2012-04-07 Thread Dmitry Bakbardin
Hi!

By accident I found wierd XWiki behaviour. I played with 3.4.

If you rename any Group, all access rights set to this group are gone and admin 
should set them back once more.

Is it a bug or desired behaviour?


Kind regards,

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


Re: [xwiki-users] Group rename bug?

2012-04-07 Thread Dmitry Bakbardin
Thanks a lot, Ricardo!

I voted for this problem to be solved, because sometimes it's very annoying to 
catch misteriously dissapeared access rights, that causes data leaks or access 
denial. :-(

I appeal to the community to vote for this jira issue if you suffered from this 
bug also and want to see it fixed. :-)

Kind Regards,

Dmitry


Sat, 7 Apr 2012 10:54:21 +0200 от ricardo.julio.rodriguez.fernan...@sergas.es:
 Hi!
 
 Please, check this...
 
 http://jira.xwiki.org/browse/XWIKI-3548
 
  
  From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Dmitry 
  Bakbardin [haru_mamb...@mail.ru]
  Sent: 07 April 2012 10:08
  To: XWiki Users
  Subject: [xwiki-users] Group rename bug?
 
  Hi!
 
  By accident I found wierd XWiki behaviour. I played with 3.4.
 
  If you rename any Group, all access rights set to this group are gone and 
  admin should set them back once more.
 
  Is it a bug or desired behaviour?
 
 
  Kind regards,
 
  Dmitry
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 Nota: A informaci?n contida nesta mensaxe e os seus posibles documentos 
 adxuntos ? privada e confidencial e est? dirixida ?nicamente ? seu 
 destinatario/a. Se vostede non ? o/a destinatario/a orixinal desta mensaxe, 
 por favor elim?nea. A distribuci?n ou copia desta mensaxe non est? autorizada.
 
 Nota: La informaci?n contenida en este mensaje y sus posibles documentos 
 adjuntos es privada y confidencial y est? dirigida ?nicamente a su 
 destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
 por favor elim?nelo. La distribuci?n o copia de este mensaje no est? 
 autorizada.
 
 See more languages: http://www.sergas.es/aviso_confidencialidad.htm
 
Kind regards,

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


Re: [xwiki-users] How to get MySQL after installed running for Xwiki?

2012-03-26 Thread Dmitry Bakbardin
Hi!

Actually on Windows there is NO crutial difference in MySQL configuration. It 
starts slightly different, that's it.

1. You can start it as a windows service like this

net start MySQL

stop

net stop MySQL 

2. Manual start like this

mysql\bin\mysqld.exe --standalone --console

stop like this

mysql\bin\mysqladmin.exe -u root -proot password shutdown

Config files should be almost the same. Just consult MySQL manuals for details. 
I used to play with it on Windows long ago and didn't have much trouble to set 
it up. Just be sure, that all paths are set correctly and MySQL eats right 
config file at startup.


Thus if your XWiki data would be relatively small sized AND you don't want to 
play with multiwiki environment, - better use standalone distribution with 
HSQLDB. 


Kind regards,

Dmitry



Mon, 26 Mar 2012 00:26:12 -0700 (PDT) от Alex alex_...@gmx.de:
 Hi, i have a problem with deinstalling MySQL completly from my notebook.
 
 I have the xwiki running on my normal pc, but i also want to work on it on
 the notebook.
 But after watching a lot of forums about that i can't configure the MySQL
 server.
 So i thought about asking here because i just only know one way of getting
 through it -- completly new windows installation.
 
 Have someone any idea how to get it with MySQL or is it easier with Postgre
 or Xampp?
 
 It is not so easy to install xwiki because there is only a tutorial for
 debian users and not for windows...
 I hope someone can help me...
 
 Thanks
 
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/How-to-get-MySQL-after-installed-running-for-Xwiki-tp7405046p7405046.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
 
Kind regards,

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


Re: [xwiki-users] [RE:] Re: Moderation / Comments Pages

2012-03-23 Thread Dmitry Bakbardin
Hi, Kevin,

I'd do this as following:
- Space A - open for all (view, comment)
- Space B - open only for Author and Moderator 
- Author creates page(s) in Space B
- Moderator checks the page
- Via Page rename  Change Parent you can put page at right place in Space A
- All rights management is done centralized at Space level (no need to play 
with access rights in each page)

90% of this are standard XWiki features. But to make it more user friendly, 
most probably, you'd better develop you own script to reduce manual work of 
Moderator.

Hope it helps.

Kind regards,

Dmitry


Fri, 23 Mar 2012 17:09:21 +0100 от Kevin Böhme k.boe...@gci.de:
 Yeah, that 'view' and 'allow' thing was an optionen before... But this 
 doesn't fixes the issue...
 
 Example: Person a is a registered writer... he should write some pages and 
 might edit them later... but noone else should be able to edit or see that 
 page until its released by a moderator for the public viewers and other 
 registered members...
 
 I think this will be a case for a own extension if xwiki fills our other 
 needs ... but thx anyway :)
 
 --
 Kevin Böhme k.boe...@gci.de
 
 Handelsregister Dortmund HRB 7037
 Geschäftsführer: Holger Kluth
-Ursprüngliche Nachricht-
Von: Edo Beutler mailto:ebeut...@synventis.com
Gesendet: 23.03.2012 16:28:49
An: XWiki Users mailto:users@xwiki.org
Betreff: Re: [xwiki-users] Moderation / Comments  Pages
   
Hi Kevin
   
For pages you just have to set the rights accordingly: 'allow' 'view'
and 'edit' for moderator and author. This implies every one else can't
view the page.
I think for comments it might be a bit trickier since they are saved
in an object on the commented page. If nobody knows about an extention
for that you might have to write one ;-)
   
Hope this helps
Edo
   
On Fri, Mar 23, 2012 at 9:17 AM, Kevin Böhme k.boe...@gci.de wrote:
 Hi list,

 we're taking a look at xwiki right now and aren't able to find a 
 way to moderate comments and new pages... Is there any module that makes this 
 possible?

 The goal: Let users create comments and pages and just show them if 
 the page is confirmed... BUT the author should be able to see this page and 
 make more edits while the page isn't free to view by third party...

 Any ideas?

 --
 Kevin Böhme k.boe...@gci.de
 ___
 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

Kind regards,

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


  1   2   >