[xwiki-users] Using WEBDAV in a Mozilla Firefox directly (without firefox extention)

2009-12-18 Thread Colesnicov Eugen
As I understand, Xwiki use different portions of code for the different browsers - FF and IE - for the WEBDAV link. IE working directly with webdav, but firefox - is not. If I try to click on a webdav link (edit link) ff ask me for exetention FoxWiki. This is a special extention for XWiki and for

[xwiki-users] AllAttachments live table doesn't show anything

2010-04-09 Thread Colesnicov Eugen
My config - Oracle 10.2.4, XWiki - 2.2.4. Tested on Jetty and Glassfish. NEW Xwiki instance imported from xar-file. User is Admin (default user in a new instance). I cannot see any attachments in a AllAttachments live table. What's the problem? I know that pages XWiki.AllAttachments

[xwiki-users] getURL returns full URL with 'http://' prefix on a virtual site

2010-04-14 Thread Colesnicov Eugen
When I address XWiki on a virtual site from outside the local net, the function getURL returns a full string prefixed with 'http://'. If I work from the local net with its true URL (http://server:8080/xwiki), this function returns short URL beginning with '/xwiki/'. As a result of this, the

[xwiki-users] FoxWiki Edit attachments feature

2010-04-15 Thread Colesnicov Eugen
Hi developers! According discussion about this FoxWiki Edit attachments feature at XWiki-Dev subforum. I want to write my opinion for developers. Current situation: - In IE this feature working good without any additional jobs (I tested 2.2.4). - In FF - need to use FoxWiki extension (download

Re: [xwiki-users] AllAttachments live table doesn't show anything

2010-04-20 Thread Colesnicov Eugen
Big thanks Adoro! -- View this message in context: http://n2.nabble.com/AllAttachments-live-table-doesn-t-show-anything-tp4875907p4933187.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org

[xwiki-users] Snipplet Import users from LDAP failed

2010-04-27 Thread Colesnicov Eugen
I trying to use snipplet Import users from LDAP from code zone (http://code.xwiki.org/xwiki/bin/view/Snippets/ImportUsersFromLDAPSnippet), but it failed with error: Error number 4002 in 4: Error while parsing groovy page Sandbox.TestPage8 Wrapped Exception: startup failed: Script1.groovy: 20:

Re: [xwiki-users] Snipplet Import users from LDAP failed

2010-04-28 Thread Colesnicov Eugen
Big thanks Sergiu! Now snipplet works! I already imported domain users. Unfortunatly, result is not provide me what I need ... 2 Issues: 1) Not all users were imported and I looking for LDAP tree (ith LDAPExplorerTool) and I cannot understand why and which trees was lost. Other thing - were

[xwiki-users] Damaged wiki-pages because of getURL returns incorect URL

2010-05-02 Thread Colesnicov Eugen
I have a strange situation in my wiki. Some of elements at a standart wiki-pages are damaged. For example - Main.Spaces, all user profiles, Blogs.WebHome and many-many others (but not all). You can see how they are damaged on a attached images.

Re: [xwiki-users] Damaged wiki-pages because of getURL returns incorect URL

2010-05-02 Thread Colesnicov Eugen
No. I have simple XE install. This situation exists also with pre-configured variants of XE instalations (also with 2.3). -- View this message in context: http://xwiki.475771.n2.nabble.com/Damaged-wiki-pages-because-of-getURL-returns-incorect-URL-tp4992332p4992381.html Sent from the XWiki-

[xwiki-users] How I can refresh wikipage or load another page through velocity?

2010-05-02 Thread Colesnicov Eugen
Sorry for the stupid question, but I am good programmer ... I have some velocity script. It makes some changes on current page, copies some other page, etc. How I can load created page (shows for the user) at the end of the script? Or other possibility - I need simply reload content of a current

Re: [xwiki-users] How I can refresh wikipage or load another page through velocity?

2010-05-02 Thread Colesnicov Eugen
yes! That it is! Thanks Sergiu! -- View this message in context: http://xwiki.475771.n2.nabble.com/How-I-can-refresh-wikipage-or-load-another-page-through-velocity-tp4992511p4993174.html Sent from the XWiki- Users mailing list archive at Nabble.com.

[xwiki-users] Class Sheet - different presentations for the viewing and for the editing modes.

2010-05-10 Thread Colesnicov Eugen
Hi everybody! I started to try xwiki classes creation. And I have a question. At a page of each classes, existing Class sheet and Class template. And for the Class sheet existing description ...You can also choose different presentations for the viewing and for the editing modes How I can

Re: [xwiki-users] Class Sheet - different presentations for the viewing and for the editing modes.

2010-05-10 Thread Colesnicov Eugen
Definitely what I need! Big thanks! -- View this message in context: http://xwiki.475771.n2.nabble.com/Class-Sheet-different-presentations-for-the-viewing-and-for-the-editing-modes-tp5032392p5032518.html Sent from the XWiki- Users mailing list archive at Nabble.com.

[xwiki-users] Questions about HQL and order by issues

2010-05-11 Thread Colesnicov Eugen
Hello everybody! I need a few help about HQL issues. 1) I have own class XWiki, and make query with sorting results by the class properties values, BUT not only one property. I wrote: #set ($hql = , BaseObject as obj, StringProperty as prop where obj.name=doc.fullName and

Re: [xwiki-users] Questions about HQL and order by issues

2010-05-11 Thread Colesnicov Eugen
For the first question, I think, I already found the solution: #set ($hql = , BaseObject as obj, StringProperty as prop, StringProperty as otherprop where (obj.name=doc.fullName and obj.className='UAProjectManagementCode.StepClass' and obj.name not like '%ClassTemplate') and

[xwiki-users] using subqueries in HQL

2010-05-18 Thread Colesnicov Eugen
Hello everybody! I need some help about construction of a subquery. I have 2 classes: projects and steps. Also, name of a projectclass pages - is one of a property of a class step (for this reason, If I know project, I can find all steps of this project). I have one query: #set ($hql = ,

Re: [xwiki-users] Show connected users

2010-07-26 Thread Colesnicov Eugen
Yes! For example, I am interested. -- View this message in context: http://xwiki.475771.n2.nabble.com/Show-connected-users-tp5303625p5337871.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.org

[xwiki-users] Close label on a LightBox window not work

2010-07-26 Thread Colesnicov Eugen
I have a strange situation ... I imported LightBox Macro and started to use it. All is fine, exept small thing. When lightbox window with my picture shows, at a bottom-right corner exist label close - this label doesn't work. Looks like not a link ... Strange, because, example on a page

Re: [xwiki-users] Upgrade from 2.2 to 2.4 RC 1 -- base64.init error.

2010-07-31 Thread Colesnicov Eugen
At the end I solved problem. For the other users I will write my explanations. I am using Glassfish v.3. Initialy I have error when I trying lo upload ANY xar-file on versions 2.3.2 and 2.4 of XE (also for fresh install I cannot upload full XE xar-file): Wrapped Exception:

[xwiki-users] custom font-size for livetable

2010-08-14 Thread Colesnicov Eugen
I created livetable for my own class. All working great! But I have small question: how it possible to change font-size of this livetable? I easy can change font-size for all livetables by editing livetable.css, but it will be better to change font-size only for my own livetable ... How is it

[xwiki-users] DatePicker application doezn't work on Firefox 3.5, 3.6

2010-08-19 Thread Colesnicov Eugen
DatePicker application fully donezn't works but only on a Firefox starting with 3.5. Especially for this situation I started to test all versions of FF: 1.x, 2.0, 3.0, 3.5 and 3.6, also I checked Google Chome. Problem was only in FF 3.5 3.6. I started to investigate situation and found, that in

Re: [xwiki-users] Can not import default.xar

2010-08-23 Thread Colesnicov Eugen
Look at - http://xwiki.475771.n2.nabble.com/Re-Upgrade-from-2-2-to-2-4-RC-1-base64-init-error-td5358966.html#a5358966 Also - http://jira.xwiki.org/jira/browse/XE-690 Shortly: You should copy commons-codec-1.4.jar from the \xwiki\WEB-INF\lib to the \glassfishv3\glassfish\modules and also delete

Re: [xwiki-users] DatePicker application doezn't work on Firefox 3.5, 3.6

2010-08-25 Thread Colesnicov Eugen
Big thanks! Now DatePicker working great in Firefox! Also I closed ticket on jira - http://jira.xwiki.org/jira/browse/XE-696 (a few days ago I created jira-ticket for this situation). -- View this message in context:

[xwiki-users] XWQL in DatabaseLists

2010-08-25 Thread Colesnicov Eugen
When I create my own class with propertie with have type=DatabaseList - often, I cannot use simpe XWiki Class Name - I need to specify HibernateQuery. Unfortunately, I cannot use XWQL, only HQL I tried to put my XWQL query in a field of HibernateQuery - but no result (XWQL query was tested and is

[xwiki-users] custom lucene search

2010-08-27 Thread Colesnicov Eugen
Hi all! Need small help with custom lucene search. I need to organize searching inside only pages of my custom class and attachments of these pages. I can do this, if I write #set($extraClause = AND space:mySpace AND object:mySpaceCode.myCustomClass) this working great, but only for wiki-pages

Re: [xwiki-users] custom lucene search

2010-08-27 Thread Colesnicov Eugen
I found the answer. In my situation need to write: #set($extraClause = AND space:etvcCV AND ( object:etvcCVcode.CurriculumClass OR type:attachment )) all is working great! -- Best Regards Eugen Colesnicov -- View this message in context:

Re: [xwiki-users] XWQL in DatabaseLists

2010-09-01 Thread Colesnicov Eugen
I checked jira. Issue about possibility to use XWQL in database lists alreasy exists: http://jira.xwiki.org/jira/browse/XWIKI-2870 Thanks Vincent for the good job and hope. PS. Also I am waiting a few releases for the office docs preview. Everytime this feature was in a roadmaps and everytime

Re: [xwiki-users] XWiki SQL Plugin

2010-09-14 Thread Colesnicov Eugen
afra wrote: Hi @all, did one of you guys get the SQL-Plugin to work with 2.4? ... Yes! I already tested XWiki SQL plugin with XWiki 2.4. It's working normal. My config - Glassfish v.3, Oracle 10. I use XWiki 2.4 and 2.3.2. 1) First, I made setup for GlassFish as described here -