On Tue, Jan 10, 2012 at 1:55 PM, Kaya Saman <[email protected]> wrote: > On 01/10/2012 08:42 AM, Marius Dumitru Florea wrote: >> >> On Tue, Jan 10, 2012 at 3:50 AM, Kaya Saman<[email protected]> wrote: >>> >>> Ok got this fixed!!! >>> >>> Simple fix: Refresh the page! >>> >>> Now all works :-) >>> >>> The 'memory leak' I experienced also seems to be fixed: >>> >>> >>> Mem: 837M Active, 197M Inact, 2575M Wired, 110M Cache, 408M Buf, 107M >>> Free >>> Swap: 2327M Total, 109M Used, 2218M Free, 4% Inuse >>> >>> PID JID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU >>> COMMAND >>> 86474 22 www 45 44 0 3543M 335M ucond 2 1:48 0.00% >>> java >>> 14615 14 www 43 44 0 3509M 425M ucond 2 0:38 0.00% >>> java >>> >>> >>> which is how I believe that the Xwiki instances should work ;-) >>> >>> >>> Just a little strange thing with the WYSIWYG editor..... on pages where I >>> have HTML content it doesn't seem to want to work. I get the little >>> animated >>> circle, cycling forever and not doing anything?? >> >> What do you mean by "HTML content"? What's the syntax of those pages? > > > > {{html}} > <div style="text-align:center"> > <object> > <param name="movie" > value="http://www.optiplex-networks.com/xwiki/bin/download/Main/WebHome/invert.swf" > /> > <param name="loop" value="false" /> > <param name="quality" value="high" /> > <embed > src="http://www.optiplex-networks.com/xwiki/bin/download/Main/WebHome/invert.swf" > width="500" height="120" /> > </object> > <object> > <param name="movie" > value="http://www.optiplex-networks.com/xwiki/bin/download/Main/WebHome/video.swf" > /> > <param name="loop" value="true" /> > <param name="quality" value="high" /> > <embed > src="http://www.optiplex-networks.com/xwiki/bin/download/Main/WebHome/video.swf" > width="500" height="667" /> > </object> > </div> > {{/html}}
I just created a page with this content on a 3.4-SNAPSHOT instance and I can edit it fine in WYSIWYG edit mode (Firefox 9.0.1). Hope this helps, Marius > > > > My other site's WYSIWYG editor works fine though?? > > >> >> Also, what version did you upgrade from? And did you import the 3.1.1 XAR? > > > No I didn't yet! > >> >> Thanks, >> Marius > > > Regards, > > > Kaya > > >>> On static Xwiki coded pages it works fine though! >>> >>> >>> Good job guys on the current stable Xwiki 3.1.1 :-) it is performing much >>> better then the previous version..... - I like it!!!! >>> >>> >>> Regards, >>> >>> >>> Kaya >>> >>> >>> -------- Original Message -------- >>> Subject: Migrated Xwiki to latest 'stable' release - Login user >>> pic >>> is now covering the first letter in title >>> Date: Mon, 09 Jan 2012 22:01:54 +0200 >>> From: Kaya Saman<[email protected]> >>> To: XWiki Users<[email protected]> >>> >>> >>> >>> Hi guys, >>> >>> whew, a lot of work today :-) >>> >>> >>> I upgraded my main www site to Xwiki 3.1.1 in doing so I performed these >>> steps: >>> >>> * cp old hibernate.cfg.xml file across to new xwiki dir >>> * cp old xwiki.cfg file across to new xwiki dir >>> * cp postgresql-8.3-603.jdbc4.jar to new xwiki dir >>> * cp skins/toucan to new xwiki dir >>> >>> >>> >>> Now when I login, my login pic covers the first letter of the Title on >>> the >>> page.....? >>> >>> >>> Is this because the CSS or cfg files have been altered in the new >>> release? >>> >>> Meaning I need to re-add my previous customizations to the new format? >>> >>> >>> Regards, >>> >>> >>> Kaya >>> >>> _______________________________________________ >>> users mailing list >>> [email protected] >>> http://lists.xwiki.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/users > > > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
