Re: [xwiki-users] How could I get the user's phone using his/her username?

2014-05-15 Thread Hamster
Try this: {{velocity}} {{html wiki='true'}} form action=$doc.getURL() method=post input type=hidden name=action value=get_users / divSelect usergroup select name=group #set($rightsAPI=$xwiki.rightsmanager) #set($groupsAPI=$rightsAPI.getGroupsApi())

Re: [xwiki-users] Macro registration

2014-05-15 Thread Marius Dumitru Florea
If you're talking about http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application then, as previously suggested, try to save the Menu.MenuMacro page. Note that the macro has a visibility property. Larger visibility requires more rights. So maybe the last user that saved this page

Re: [xwiki-users] Annotations

2014-05-15 Thread Marius Dumitru Florea
See http://jira.xwiki.org/browse/XWIKI-6328 . A temporary workaround might be to put {{include reference=YourSpace.EntrySheet /}} in the content of all the wiki pages that have an EntryClass object. You should also put the include call in the content of the EntryTemplate so that it is copied to

[xwiki-users] Invalid answer [503] from the server when requesting [http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.platform%3Axwiki-platform-activitystream-ui/versions/6.0/file

2014-05-15 Thread Kryol
Hi, After fresh install of XWiki 6.0 on FreeBSD 9.2 I point the web browser to the URL: http://wiki.yourdomain.net/xwiki. Distribution wizard started. But at the XWiki Enterprise - UI - Main wiki install log I see following: Starting job of type [install] with identifier

Re: [xwiki-users] Annotations

2014-05-15 Thread Michael Bußler
Hi Marius, Sorry, I've forgot to mention that I already have set {{include reference=Wikiderm.EntrySheet/}} as page content. Thank you for the suggestion! Best regards, Michael 2014-05-15 13:35 GMT+02:00 Marius Dumitru Florea mariusdumitru.flo...@xwiki.com: See

Re: [xwiki-users] Invalid answer [503] from the server when requesting [http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.platform%3Axwiki-platform-activitystream-ui/versions/6.0/

2014-05-15 Thread Thomas Mortagne
Did you tried again ? Maybe xwiki.org has been restarted during your Distribution wizard install. On Thu, May 15, 2014 at 3:32 PM, Kryol kr...@bigmir.net wrote: Hi, After fresh install of XWiki 6.0 on FreeBSD 9.2 I point the web browser to the URL: http://wiki.yourdomain.net/xwiki.

Re: [xwiki-users] Invalid answer [503] from the server when requesting [http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.platform%3Axwiki-platform-activitystream-ui/versions/6.0/

2014-05-15 Thread Kryol
I'm trying repeatedly several hours -- View this message in context: http://xwiki.475771.n2.nabble.com/Invalid-answer-503-from-the-server-when-requesting-http-extensions-xwiki-org-xwiki-rest-repository-e-tp7590508p7590515.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Invalid answer [503] from the server when requesting [http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.platform%3Axwiki-platform-activitystream-ui/versions/6.0/

2014-05-15 Thread Thomas Mortagne
did you tried http://extensions.xwiki.org/xwiki/rest/repository/extensions/org.xwiki.platform%3Axwiki-platform-activitystream-ui/versions/6.0/file from the server ? With wget for example. On Thu, May 15, 2014 at 5:01 PM, Kryol kr...@bigmir.net wrote: I'm trying repeatedly several hours --

[xwiki-users] Customized Icons

2014-05-15 Thread Danilo Amaral de Oliveira
Hello People, Newbie question... But, How can I add custom icon to Xwiki? Thanks! Danilo Grupo Energisa Danilo Oliveira Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI e-mail: danilo.olive...@energisa.com.br | tel: (32) 3429-6342 | cel: (32) 8452-9478 Esta mensagem contém

Re: [xwiki-users] panels on left in edit mode

2014-05-15 Thread Marius Dumitru Florea
Hi Wayne, See the editpanelsvars.vm Velocity template (from the templates folder in the WAR). You can overwrite it in the skin. See http://platform.xwiki.org/xwiki/bin/view/DevGuide/Skins#HD.OverridingtheSkincomponents . Hope this helps, Marius On Fri, May 9, 2014 at 12:26 AM, Wayne Dirks

Re: [xwiki-users] Customized Icons

2014-05-15 Thread vinc...@massol.net
Hi,  On 15 May 2014 at 19:22:37, Danilo Amaral de Oliveira (danilo.olive...@energisa.com.br(mailto:danilo.olive...@energisa.com.br)) wrote: Hello People, Newbie question... But, How can I add custom icon to Xwiki? See http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+add+custom+icons

Re: [xwiki-users] How can I change default space and default parent for the application created with AppWithinMinutes?

2014-05-15 Thread Marius Dumitru Florea
Check AppWithinMinutes.LiveTableViewSheet . Look for #if($hasCreatePage). The parent and the space are hard-coded unfortunately. So your only option is to customize the Add Entry action from a JSX for instance. Hope this helps, Marius On Fri, May 9, 2014 at 1:46 AM, Dmitry Bakbardin