[xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Meng Wu
Hey, I'm trying to implement a vertical dropdown menu on one of my panels using CSS, but the extended popout submenu that appears on the side when the cursor hovers over the link gets cut off by the edge of the panel, so most of my submenu doesn't show up. This happens because the menu and

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Jeremie BOUSQUET
Hello, I think it has to do with the CSS styles you use for the menu. I believe the popup menu should be drawn with position absolute, and appropriate z-index to appear above the rest of the layers. In this case it should not be cut off by the panel. Jeremie 2010/3/15 Meng Wu meng...@yahoo.com

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Marius Dumitru Florea
Hi Felix, [snip] This happens because the menu and submenu are part of the Panel document (SpaceLinks), so the extended submenu can't appear out of this panel document. No. I think you're mixing the notion of an HTML document with the notion of an XWiki document. Even though the panels are

[xwiki-users] Platform module - javascript.vm template from header is ignored

2010-03-15 Thread Bogdan Flueras
Hello, Ive build and deployed the WAR from *platform* module. When I access the xwiki, the main page displays in the header some velocity syntax instead of what it should normally output. See the attachement pls.(I ve modified a little bit the javascript.vm content - adding some quotes to the

Re: [xwiki-users] Platform module - javascript.vm template from header is ignored

2010-03-15 Thread Anca Luca
Hi Bogdan, On 03/15/2010 04:25 PM, Bogdan Flueras wrote: Hello, Ive build and deployed the WAR from *platform* module. When I access the xwiki, the main page displays in the header some velocity syntax instead of what it should normally output. See the attachement pls.(I ve modified a

[xwiki-users] Is WYSIWYG editor available for TextArea?

2010-03-15 Thread Mike Davis
Hello, we'd like to use the bulletinboard application (http://code.xwiki.org/xwiki/bin/view/Applications/BulletinBoardApplication), but we want to allow WYSIWYG editing of a post so links and perhaps photos can be embedded. Right now, the class for each post only has a author, date, and the

Re: [xwiki-users] Platform module - javascript.vm template from header is ignored

2010-03-15 Thread Bogdan Flueras
With AND without them. The content of the file does not really mater, as it were my hackings. Still the problem remains with the original code. The content of the javascript.vm is spit with no processing in the resulted HTML. Ex: *head* meta http-equiv=Content-Type

Re: [xwiki-users] [xwiki-devs] [Proposal] Governance for xwiki.org

2010-03-15 Thread Vincent Massol
Hi Anca, On Dec 15, 2009, at 7:03 PM, Anca Luca wrote: Hi Vincent, It sounds pretty good to me. There are a few items we need to make sure we implement right (making it clear what's commercial and what's open on xwiki.org, the 'rules' for getting the offer listed, etc), but those are

Re: [xwiki-users] [xwiki-devs] [Proposal] Governance for xwiki.org

2010-03-15 Thread Vincent Massol
On Dec 15, 2009, at 9:22 PM, Pascal Voitot wrote: Hello, I don't know if pascal is me or someone else but I'm also one Pascal so I answer ;) Sorry for the long mail... I agree with this kind of governance as long as XWiki.org keeps fully free and brings the best and latest code with

Re: [xwiki-users] [xwiki-devs] [Proposal] Governance for xwiki.org

2010-03-15 Thread Vincent Massol
On Dec 16, 2009, at 11:05 AM, Fabio Mancinelli wrote: On Dec 4, 2009, at 3:44 PM, Vincent Massol wrote: Governance Proposal = 1) xwiki.org is controlled by the XWiki committers. This means that important changes brought to it should be discussed/vote on the list,

Re: [xwiki-users] XWiki - Tomcat problem

2010-03-15 Thread hel-o
Hi, my xwiki server was down now for a week (trying to figure out what had happened), started it again today, after about an hour same problem - (see log below) Has anyone a glue what is happening here? Would be really greatful for any hint. Thanks hel. - semantic-web.hel.at h...@hel.at

Re: [xwiki-users] XWiki - Tomcat problem

2010-03-15 Thread hel-o
By the way, thats all the xwiki.log since i started the server again: 2010-03-15 17:18:29,295 [http://semantic-web.hel.at/bin/view/Main/WebHome] [http://semantic-web.hel.at/bin/view/Main/WebHome] INFO .AbstractXWikiMigrationManager - Starting migration for database [xwiki]... 2010-03-15

Re: [xwiki-users] row was deleted by another transaction

2010-03-15 Thread Paul Libbrecht
Does it mean that any transaction might actually live in the DB for a long long time, beyond restarts of xwiki or the DB, and that a global rollback? paul Le 06-mars-10 à 00:21, Sergiu Dumitriu a écrit : org.hibernate.StaleObjectStateException: Row was updated or deleted by another

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Meng Wu
Hey, Thanks for the tips. The problem, however, was because the .xwikipanelcontent CSS class was hiding the overflow content in the panels. So I simply had to respecify the .xwikipanelcontent CSS class with overflow: visible; so that the pop out dropdown menus would show up. Thanks! Felix

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Milind Kamble
Felix and I work in the same organization. We figured out that the reason the submenu was getting cut off was due to the overflow property of xwikipanelcontents being set as hidden in colibri.css (that is the skin we are using). When we set it to visible, the submenu worked beautifully. We can

Re: [xwiki-users] row was deleted by another transaction

2010-03-15 Thread Sergiu Dumitriu
On 03/15/2010 09:18 PM, Paul Libbrecht wrote: Does it mean that any transaction might actually live in the DB for a long long time, beyond restarts of xwiki or the DB, and that a global rollback? === The context === Object properties can have different logical types: StringClass,

Re: [xwiki-users] Dropdown Menu on Panel cut off

2010-03-15 Thread Sergiu Dumitriu
On 03/16/2010 12:50 AM, Milind Kamble wrote: Felix and I work in the same organization. We figured out that the reason the submenu was getting cut off was due to the overflow property of xwikipanelcontents being set as hidden in colibri.css (that is the skin we are using). When we set it to

Re: [xwiki-users] XWiki - Tomcat problem

2010-03-15 Thread Caleb James DeLisle
hel-o wrote: Hi, my xwiki server was down now for a week This is not good. (trying to figure out what had happened), started it again today, after about an hour same problem - (see So it starts and runs for long enough to run tests or try to fix the problem? I looked over your log and ran