Re: [xwiki-users] Using XWiki without dynamic extension manager features
Hi Sam, Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions. Ludovic 2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories. You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests. On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]> wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Thanks Ludovic and Thomas. You both mention changes to xwiki.properties: - deactivating the extension manager/distribution wizard - removing all repositories How can I do these? Neither of these options are mentioned in the configuration guide[1]. Is there a reference for xwiki.properties? (I tried setting "extension.repositories=" per the Extension Module Repositories page[2], but this didn't seem to have any effect. The extension manager is still able to discover extensions, unless I kill the network connection). Thanks, Sam [1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration [2] http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi... On Wed, Apr 23, 2014 at 8:10 PM, Thomas Mortagne <[email protected]>wrote:
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories.
You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests.
On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]> wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Wed, Apr 23, 2014 at 9:23 PM, Sam McCall <[email protected]> wrote:
Thanks Ludovic and Thomas.
You both mention changes to xwiki.properties: - deactivating the extension manager/distribution wizard - removing all repositories
Those are the exact same thing. If you look at "Extension Manager" section you will find extension.repositories property. When it's not set it assigned with the default repositories indicated in the documentation, to indicate you want nothing make this property empty: extension.repositories=
How can I do these? Neither of these options are mentioned in the configuration guide[1]. Is there a reference for xwiki.properties?
(I tried setting "extension.repositories=" per the Extension Module Repositories page[2], but this didn't seem to have any effect. The extension manager is still able to discover extensions, unless I kill the network connection).
Thanks, Sam
[1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration [2] http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
On Wed, Apr 23, 2014 at 8:10 PM, Thomas Mortagne <[email protected]>wrote:
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories.
You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests.
On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]> wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Don't forget to restart after you modified xwiki.properties. On Thu, Apr 24, 2014 at 8:49 AM, Thomas Mortagne <[email protected]> wrote:
On Wed, Apr 23, 2014 at 9:23 PM, Sam McCall <[email protected]> wrote:
Thanks Ludovic and Thomas.
You both mention changes to xwiki.properties: - deactivating the extension manager/distribution wizard - removing all repositories
Those are the exact same thing.
If you look at "Extension Manager" section you will find extension.repositories property. When it's not set it assigned with the default repositories indicated in the documentation, to indicate you want nothing make this property empty:
extension.repositories=
How can I do these? Neither of these options are mentioned in the configuration guide[1]. Is there a reference for xwiki.properties?
(I tried setting "extension.repositories=" per the Extension Module Repositories page[2], but this didn't seem to have any effect. The extension manager is still able to discover extensions, unless I kill the network connection).
Thanks, Sam
[1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration [2] http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
On Wed, Apr 23, 2014 at 8:10 PM, Thomas Mortagne <[email protected]>wrote:
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories.
You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests.
On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]> wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
-- Thomas Mortagne
Good Morning Sirs, I would like to know how to copy the title field in an entry page for the title field of the next an application. Can anyone help me? Thank you.Eduardo Abritta
Hi Eduardo, On Thu, Apr 24, 2014 at 3:03 PM, Eduardo Abritta <[email protected]> wrote:
Good Morning Sirs,
I would like to know how to copy the title field in an entry page for the title field of the next an application.
Can anyone help me?
You need to give more details. I didn't understood what you are trying to achieve. Are you referring to an application created with App Within Minutes ( http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Appl... ) ? Hope this helps, Marius
Thank you.Eduardo Abritta _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I am developing a system and a module this has the option of adding a new entry, it would be equivalent to the title set by the user, after a new page is loaded and in this there is the need for the user to type the title again, so I wanted to spend it automatically to another page. Thank you.
Date: Thu, 24 Apr 2014 22:25:42 +0300 From: [email protected] To: [email protected] Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application
Hi Eduardo,
On Thu, Apr 24, 2014 at 3:03 PM, Eduardo Abritta <[email protected]> wrote:
Good Morning Sirs,
I would like to know how to copy the title field in an entry page for the title field of the next an application.
Can anyone help me?
You need to give more details. I didn't understood what you are trying to achieve. Are you referring to an application created with App Within Minutes ( http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Appl... ) ?
Hope this helps, Marius
Thank you.Eduardo Abritta _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Marius, Yes, i'm using the app within minutes to build the application. What I am trying to do is handle automatically the value of the entry. For example, when I create a new entry, I need inform the page name and I want that this value go to text field of my application automatically, avoiding that the user need to retype it. How can I do this? Thank you
From: [email protected] To: [email protected]; [email protected] Date: Fri, 25 Apr 2014 14:40:36 +0300 Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application
I am developing a system and a module this has the option of adding a new entry, it would be equivalent to the title set by the user, after a new page is loaded and in this there is the need for the user to type the title again, so I wanted to spend it automatically to another page.
Thank you.
Date: Thu, 24 Apr 2014 22:25:42 +0300 From: [email protected] To: [email protected] Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application
Hi Eduardo,
On Thu, Apr 24, 2014 at 3:03 PM, Eduardo Abritta <[email protected]> wrote:
Good Morning Sirs,
I would like to know how to copy the title field in an entry page for the title field of the next an application.
Can anyone help me?
You need to give more details. I didn't understood what you are trying to achieve. Are you referring to an application created with App Within Minutes ( http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Appl... ) ?
Hope this helps, Marius
Thank you.Eduardo Abritta _______________________________________________ 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
Hello,
From what you describe, it seems that maybe the Self-Renaming Forms extension [1] might help you, Alternatively why do you want to have page name again in a field of your app ? you can retrieve it also through $doc.name.
BR, Jeremie [1] http://extensions.xwiki.org/xwiki/bin/view/Extension/Self-Renaming+Forms 2014-04-25 14:23 GMT+02:00 Eduardo Abritta <[email protected]>:
Marius,
Yes, i'm using the app within minutes to build the application.
What I am trying to do is handle automatically the value of the entry.
For example, when I create a new entry, I need inform the page name and I want that this value go to text field of my application automatically, avoiding that the user need to retype it.
How can I do this?
Thank you
From: [email protected] To: [email protected]; [email protected] Date: Fri, 25 Apr 2014 14:40:36 +0300 Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application
I am developing a system and a module this has the option of adding a new entry, it would be equivalent to the title set by the user, after a new page is loaded and in this there is the need for the user to type the title again, so I wanted to spend it automatically to another page.
Thank you.
Date: Thu, 24 Apr 2014 22:25:42 +0300 From: [email protected] To: [email protected] Subject: Re: [xwiki-users] how to copy the title field in an entry page for the title field of the next an application
Hi Eduardo,
On Thu, Apr 24, 2014 at 3:03 PM, Eduardo Abritta <[email protected]> wrote:
Good Morning Sirs,
I would like to know how to copy the title field in an entry page for the title field of the next an application.
Can anyone help me?
You need to give more details. I didn't understood what you are trying to achieve. Are you referring to an application created with App Within Minutes (
http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Appl...
) ?
Hope this helps, Marius
Thank you.Eduardo Abritta _______________________________________________ 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
Hi Jeremie, You're right, problem solved. Thank you.
On Thu, Apr 24, 2014 at 8:49 AM, Thomas Mortagne <[email protected]>wrote:
On Wed, Apr 23, 2014 at 9:23 PM, Sam McCall <[email protected]> wrote:
Thanks Ludovic and Thomas.
You both mention changes to xwiki.properties: - deactivating the extension manager/distribution wizard - removing all repositories
Those are the exact same thing.
Ah, thanks - it sounded like it was possible to disable the extension manager feature entirely (including the UI etc). Is that possible? (And similarly for other features: distribution wizard, search, etc). If you look at "Extension Manager" section you will find
extension.repositories property. When it's not set it assigned with the default repositories indicated in the documentation, to indicate you want nothing make this property empty:
extension.repositories=
Right. I think made this change in xwiki.cfg rather than xwiki.properties. I don't see any outbound HTTP requests now, thanks!
How can I do these? Neither of these options are mentioned in the configuration guide[1]. Is there a reference for xwiki.properties?
(I tried setting "extension.repositories=" per the Extension Module Repositories page[2], but this didn't seem to have any effect. The extension manager is still able to discover extensions, unless I kill the network connection).
Thanks, Sam
[1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration [2]
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
On Wed, Apr 23, 2014 at 8:10 PM, Thomas Mortagne <[email protected]>wrote:
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories.
You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests.
On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]>
wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Fri, Apr 25, 2014 at 9:43 PM, Sam McCall <[email protected]> wrote:
On Thu, Apr 24, 2014 at 8:49 AM, Thomas Mortagne <[email protected]>wrote:
On Wed, Apr 23, 2014 at 9:23 PM, Sam McCall <[email protected]> wrote:
Thanks Ludovic and Thomas.
You both mention changes to xwiki.properties: - deactivating the extension manager/distribution wizard - removing all repositories
Those are the exact same thing.
Ah, thanks - it sounded like it was possible to disable the extension manager feature entirely (including the UI etc). Is that possible? (And similarly for other features: distribution wizard, search, etc).
There is no real configuration to disable it as a whole no.
If you look at "Extension Manager" section you will find
extension.repositories property. When it's not set it assigned with the default repositories indicated in the documentation, to indicate you want nothing make this property empty:
extension.repositories=
Right. I think made this change in xwiki.cfg rather than xwiki.properties. I don't see any outbound HTTP requests now, thanks!
How can I do these? Neither of these options are mentioned in the configuration guide[1]. Is there a reference for xwiki.properties?
(I tried setting "extension.repositories=" per the Extension Module Repositories page[2], but this didn't seem to have any effect. The extension manager is still able to discover extensions, unless I kill the network connection).
Thanks, Sam
[1] http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration [2]
http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module+Reposi...
On Wed, Apr 23, 2014 at 8:10 PM, Thomas Mortagne <[email protected]>wrote:
No it does not fetch any extension. It just try to get more informations about jar it could find in the classpath from the extension reposirories.
You can simply tell it it does not have any repository in xwiki.properties if you really want it to do do those requests.
On Wed, Apr 23, 2014 at 7:51 PM, Ludovic Dubost <[email protected]>
wrote:
Hi Sam,
Once XWiki's properly installed with the default content in your main wiki, you can deactivate the extension manager and distribution wizard in WEB-INF/xwiki.properties. XWiki will still function with the exception of being able to install extensions.
Ludovic
2014-04-23 19:22 GMT+02:00 Sam McCall <[email protected]>:
Hi xwiki-users,
When I start up XWiki, it appears to fetch java packages from the a maven repository (nexus.xwiki.org). This happens without installing any extensions etc.
Is this expected? Is there a way to install and configure XWiki such that a static codebase is used, and packages are never fetched?
I only need a pretty simple set of functionality:
- Basic page editing - Storage using a JDBC driver - Rendering support for a few markups, e.g. markdown - Authorization using a custom backend
Cheers, Sam _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ludovic Dubost Founder and CEO Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
This http://jira.xwiki.org/browse/XWIKI-7374 is related and is still open. Hope this helps, Marius On Fri, Apr 25, 2014 at 4:23 PM, Eduardo Abritta <[email protected]> wrote:
Hi Jeremie,
You're right, problem solved.
Thank you.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (6)
-
Eduardo Abritta -
Jeremie BOUSQUET -
Ludovic Dubost -
Marius Dumitru Florea -
Sam McCall -
Thomas Mortagne