Re: [xwiki-users] Massive upgrade

2014-05-06 Thread gerritjankoekk...@gmail.com
Hi 
We've upgraded systematically from 1.8 to 5.2 in upgrades.

Must say we've not seen Many issues.
The standard wiki pages ( Without scripts, Just content) migrated Without any 
problem
But the wiki syntax from 1 to 2 requires a manual step but we only did it for 
pages That are edited anyway.
Scripts are generally more risk, but we could fix them within hours
Most important was the presentation of query of records, we found it payed off. 
to migrated all of these to livetable... But complex query's are challenging

Verstuurd vanaf mijn iPhone

 Op 6 mei 2014 om 17:45 heeft RonHancock ron.hanc...@nice.com het volgende 
 geschreven:
 
 I have been tasked with updating an older Xwiki site and am just looking for
 some info/links on what I am looking at. We are currently using 2.7.2 and I
 want to upgrade to the latest 5.4.4. How much info am I going to lose and
 can any of it be imported/exported? Thanks for any insight. I am new to
 xwiki and will be doing a lot of reading. 
 
 Thanks all for any help or insight. 
 
 
 
 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Massive-upgrade-tp7590389.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] $doc.display for Radio Button

2014-03-18 Thread gerritjankoekk...@gmail.com


Verstuurd vanaf mijn iPhone

 Op 18 mrt. 2014 om 17:56 heeft Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com het volgende geschreven:
 
 On Mon, Mar 17, 2014 at 8:54 PM, Gerritjan Koekkoek
 gerritjankoekk...@gmail.com wrote:
 Hi,
 
 If, in App Within Minutes, you select an attribute of type Static List with
 multiple options and you set the selection type to Radio Button the   :
 $doc.display('SL1') shows the radio buttons in Edit mode, but not in
 Display mode.
 
 I feel radio buttons should always display all the options and highlight
 the 'selected' one.
 But now, in view mode the user has nu clue what he/she can choose.
 It's a but odd to select EDIT before he/she can see the options.
 
 I don't agree. When I'm in view mode I'm interested in the selected
 value. There can be many options and so displaying all of them
 clutters the UI and distracts the user.

I do not want to be a 'wise' guy but there is a choice in the type of controls
Few (10) mutually exclusive: radio
Few options , more choices possible: check box
Many options: select - dropdown

Radio buttons serve a specific UI purpose 
The mutually exclusiveness is special and should also be clear from view 
perspective especially if the viewer is not the owner of the record
 
 
 In the sheet i've modified the generated code from;
  : $doc.display('SL1') -   : $doc.display('SL1', 'edit')
 But this allows the user to select another option (the control is active)
 
 Is there a more elegant way to have the control show the radio buttons and
 the one currently selected highlighted but that the control is not active?
 
 You either make the radio buttons generated by $doc.display read-only
 with JavaScript or you generate the radio buttons read only by
 yourself.
Ok, thanks

 
 Hope this helps,
 Marius
 
 
 Gerritjan
 ___
 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] stylesheet extension challenge

2014-02-28 Thread gerritjankoekk...@gmail.com
The initial load is not happening
The images do not need to change on this page... If i Have different pages with 
different images it is ok

Verstuurd vanaf mijn iPhone

 Op 28 feb. 2014 om 17:43 heeft Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com het volgende geschreven:
 
 The CSS is cached, so you get a different image only if you do a page
 reload with force clear cache. If you want a different image when you
 reload the page then you have to either keep displaying the image from
 the page content or use JavaScript.
 
 On Fri, Feb 28, 2014 at 6:06 PM, Gerritjan Koekkoek
 gerritjankoekk...@gmail.com wrote:
 Hi,
 
 Would like to set a backgroundImage dynamically
 (I have attached 25 jpg files to a page)
 
 If I add this velocity code into my wiki page it works!
 {{velocity}}
  [[image:Photos.CdLSWorldbanners@${mathtool.random(1,
 25)}.jpg||width=100%]]
 {{/velocity}}
 If I add this same code in a stylesheet extension object:
 
 #document-title{
background:transparent
 url($doc.getAttachmentURL(Photos.CdLSWorldbanners@${mathtool.random(1,
 25)}.jpg)) no-repeat scroll right center;
 }
 
 I get this result if I inspect the CSS in the browser:
 background:transparent
 url(/xwiki/bin/download/Sandbox/change%2Ddocument/Photos.CdLSWorldbanners%407.jpg)
 no-repeat scroll right center
 
 Any suggestions if this CAN work, and if possible; what am I doing wrong?
 
 Gerritjan
 ___
 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