[xwiki-users] launch scheduled job and flamengo skin with table
Hello Today I have two questions :-) Are they a way to launch some scheduled jobs of xwiki by cron? With flamengo skin on xwiki 6.0RC1 this table: |= en-tête |= en-tête |= en-tête | cellule | cellule | cellule | cellule | cellule | cellule is displayed like this: http://snag.gy/Dlvpu.jpg Is it normal? Thxs Pascal BASTIEN
Hi, On 25 Apr 2014 at 11:12:27, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello
Today I have two questions :-)
Are they a way to launch some scheduled jobs of xwiki by cron?
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
With flamengo skin on xwiki 6.0RC1 this table:
It’s flamingo (like the bird!), not flamengo :)
|= en-tête |= en-tête |= en-tête | cellule | cellule | cellule | cellule | cellule | cellule
is displayed like this: http://snag.gy/Dlvpu.jpg
Is it normal?
Do you mean that the topmost horizontal line shouldn’t be there? Thanks -Vincent
________________________________ De : "[email protected]" <[email protected]> À : Pascal BASTIEN <[email protected]>; XWiki Users <[email protected]> Envoyé le : Vendredi 25 avril 2014 11h33 Objet : Re: [xwiki-users] launch scheduled job and flamengo skin with table Hi, On 25 Apr 2014 at 11:12:27, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello
Today I have two questions :-)
Are they a way to launch some scheduled jobs of xwiki by cron?
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application Yes but my question is: can I launch some scheduled jobs of scheduler application by cron (on linux system) My site web hosting does not like quartz and prefer cron.
With flamengo skin on xwiki 6.0RC1 this table:
It’s flamingo (like the bird!), not flamengo :)
|= en-tête |= en-tête |= en-tête | cellule | cellule | cellule | cellule | cellule | cellule
is displayed like this: http://snag.gy/Dlvpu.jpg
Is it normal?
Do you mean that the topmost horizontal line shouldn’t be there? No I mean that vertical lines are invisible and forecolor of first line is blank. thxs
On 25 Apr 2014 at 11:49:13, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
De : "[email protected]" À : Pascal BASTIEN ; XWiki Users Envoyé le : Vendredi 25 avril 2014 11h33 Objet : Re: [xwiki-users] launch scheduled job and flamengo skin with table
Hi, On 25 Apr 2014 at 11:12:27, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello
Today I have two questions :-)
Are they a way to launch some scheduled jobs of xwiki by cron?
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Scheduler+Application
Yes but my question is: can I launch some scheduled jobs of scheduler application by cron (on linux system) My site web hosting does not like quartz and prefer cron.
You can do whatever you want. In your cron script you’ll just need to call some wiki page that contains the script to execute. Either using the XWiki REST API or simply using curl to call a page.
With flamengo skin on xwiki 6.0RC1 this table:
It’s flamingo (like the bird!), not flamengo :)
|= en-tête |= en-tête |= en-tête | cellule | cellule | cellule | cellule | cellule | cellule
is displayed like this: http://snag.gy/Dlvpu.jpg
Is it normal?
Do you mean that the topmost horizontal line shouldn’t be there?
No I mean that vertical lines are invisible and forecolor of first line is blank.
Vertical line is normal I believe. See http://getbootstrap.com/css/#tables Heading columns are in bold which is what separates them from the rest, again see http://getbootstrap.com/css/#tables These are the defaults which you can obviously change if you don’t like them. Thanks -Vincent
Yes but my question is: can I launch some scheduled jobs of scheduler application by cron (on linux system) My site web hosting does not like quartz and prefer cron.
You can do whatever you want. In your cron script you’ll just need to call some wiki page that contains the script to execute. Either using the XWiki REST API or simply using curl to call a page. Thanks so are they a way to send login/password by URL? because my xwiki "Prevent unregistered users from viewing pages, regardless of the page or space rights "
With flamengo skin on xwiki 6.0RC1 this table:
No I mean that vertical lines are invisible and forecolor of first line is blank.
Vertical line is normal I believe. See http://getbootstrap.com/css/#tables Heading columns are in bold which is what separates them from the rest, again see http://getbootstrap.com/css/#tables These are the defaults which you can obviously change if you don’t like them. OK thanks you Pascal B
On 25 Apr 2014 at 13:18:50, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Yes but my question is: can I launch some scheduled jobs of scheduler application by cron (on linux system) My site web hosting does not like quartz and prefer cron.
You can do whatever you want. In your cron script you’ll just need to call some wiki page that contains the script to execute. Either using the XWiki REST API or simply using curl to call a page.
Thanks so are they a way to send login/password by URL? because my xwiki "Prevent unregistered users from viewing pages, regardless of the page or space rights “
Did you check the REST documentation for example? Thanks -Vincent
With flamengo skin on xwiki 6.0RC1 this table:
No I mean that vertical lines are invisible and forecolor of first line is blank.
Vertical line is normal I believe. See http://getbootstrap.com/css/#tables
Heading columns are in bold which is what separates them from the rest, again see http://getbootstrap.com/css/#tables
These are the defaults which you can obviously change if you don’t like them.
OK thanks you
Pascal B
Thanks so are they a way to send login/password by URL? because my xwiki "Prevent unregistered users from viewing pages, regardless of the page or space rights “
Did you check the REST documentation for example? Now yes :-) http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI I tested a simple curl request with login/password and my groovy macro is launched: curl -u "Login:Password" http://my.server.i2:8080/bin/view/BacASable/TestPage2 anyway this request doesn't launch groovy code: curl -u "Login:Password" http://my.server.i2:8080/rest/wikis/xwiki/spaces/BacASable/pages/TestPage2 (but it doesn't matter) thanks a lot Pascal B
participants (2)
-
Pascal BASTIEN -
vincent@massol.net