-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c56c14e
commit 375237a
Showing
33 changed files
with
47 additions
and
57 deletions.
There are no files selected for viewing
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
repository/OrbeonWeb.package/ApplicationServerConfiguration.extension/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"class" : { | ||
}, | ||
"instance" : { | ||
"setLocalForOrbeon" : "brunobb 08/19/2021 11:57" } } |
2 changes: 2 additions & 0 deletions
2
repository/OrbeonWeb.package/ApplicationServerConfiguration.extension/properties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
"name" : "ApplicationServerConfiguration" } |
5 changes: 0 additions & 5 deletions
5
repository/OrbeonWeb.package/GemStoneServerConfiguration.extension/methodProperties.json
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
repository/OrbeonWeb.package/GemStoneServerConfiguration.extension/properties.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sitory/OrbeonWeb.package/WAOrbeonApplicationSummary.class/instance/generateEditUrlFor..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
instance redirect | ||
generateEditUrlFor: anOrbeonFormInstance | ||
|
||
^self getOrbeonWebServerConfiguration orbeonIP, '/orbeon/fr/', anOrbeonFormInstance getApplicationName, '/', anOrbeonFormInstance getFormName, '/edit/', anOrbeonFormInstance id | ||
^self session systemRoot generateEditUrlFor: anOrbeonFormInstance |
2 changes: 1 addition & 1 deletion
2
...eonWeb.package/WAOrbeonApplicationSummary.class/instance/generateEditUrlForDefinition..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
definition redirect | ||
generateEditUrlForDefinition: anOrbeonPublishedFormDefinition | ||
|
||
^OrbeonServerConfiguration default orbeonIP, '/orbeon/fr/orbeon/builder/edit/', anOrbeonPublishedFormDefinition id | ||
^self session systemRoot generateEditUrlForDefinition: anOrbeonPublishedFormDefinition |
2 changes: 1 addition & 1 deletion
2
...beonWeb.package/WAOrbeonApplicationSummary.class/instance/generateNewUrlForDefinition..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
definition redirect | ||
generateNewUrlForDefinition: anOrbeonPublishedFormDefinition | ||
|
||
^OrbeonServerConfiguration default orbeonIP, '/orbeon/fr/orbeon/builder/new' | ||
^self session systemRoot generateNewUrlForDefinition: anOrbeonPublishedFormDefinition |
2 changes: 1 addition & 1 deletion
2
...ory/OrbeonWeb.package/WAOrbeonApplicationSummary.class/instance/generateViewPdfUrlFor..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
instance redirect | ||
generateViewPdfUrlFor: anOrbeonFormInstance | ||
|
||
^self getOrbeonWebServerConfiguration orbeonIP, '/orbeon/fr/', anOrbeonFormInstance getApplicationName, '/', anOrbeonFormInstance getFormName, '/pdf/', anOrbeonFormInstance id | ||
^self session systemRoot generateViewPdfUrlFor: anOrbeonFormInstance |
2 changes: 1 addition & 1 deletion
2
...sitory/OrbeonWeb.package/WAOrbeonApplicationSummary.class/instance/generateViewUrlFor..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
instance redirect | ||
generateViewUrlFor: anOrbeonFormInstance | ||
|
||
^self getOrbeonWebServerConfiguration orbeonIP, '/orbeon/fr/', anOrbeonFormInstance getApplicationName, '/', anOrbeonFormInstance getFormName, '/view/', anOrbeonFormInstance id | ||
^self session systemRoot generateViewUrlFor: anOrbeonFormInstance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
repository/OrbeonWeb.package/WAOrbeonApplicationsComposite.class/instance/gitbookUrl.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
gitbookUrl | ||
|
||
^self getGemStoneServerConfiguration baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/orbeon-application-viewer' | ||
^self session systemRoot baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/orbeon-application-viewer' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
repository/OrbeonWeb.package/WAOrbeonGraphicsComposite.class/instance/gitbookUrl.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
gitbookUrl | ||
|
||
^self getGemStoneServerConfiguration baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/create-charts-with-highcharts' | ||
^self session systemRoot baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/create-charts-with-highcharts' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...sitory/OrbeonWeb.package/WAOrbeonImportFromDatabaseComposite.class/instance/gitbookUrl.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
gitbookUrl | ||
|
||
^self getGemStoneServerConfiguration baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/migrate-from-relational-database' | ||
^self session systemRoot baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/migrate-from-relational-database' |
2 changes: 1 addition & 1 deletion
2
repository/OrbeonWeb.package/WAOrbeonImportFromDatabaseComposite.class/instance/importAll.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
migration operations | ||
importAll | ||
|
||
self getOrbeonWebServerConfiguration databaseMigrator migrateAll | ||
self session systemRoot migrateAll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...itory/OrbeonWeb.package/WAOrbeonServerConfigurationComposite.class/instance/gitbookUrl.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
other | ||
gitbookUrl | ||
|
||
^self getGemStoneServerConfiguration baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/orbeon-server-configuration' | ||
^self session systemRoot baseUrlDocumentation, '/orbeon-integration/persistence-layer-backoffice/orbeon-server-configuration' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...OrbeonWeb.package/WAOrbeonServerConfigurationComposite.class/instance/setDatabaseName..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
operations | ||
setDatabaseName: databaseNameName | ||
|
||
self getOrbeonWebServerConfiguration setDatabaseReaderFromDatabaseName: databaseNameName | ||
self session systemRoot setDatabaseReaderFromDatabaseName: databaseNameName |
4 changes: 0 additions & 4 deletions
4
...y/OrbeonWeb.package/WAOrbeonServerConfigurationComposite.class/instance/setFormReader..st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
...rbeonWeb.package/WAOrbeonServerConfigurationComposite.class/instance/setOrbeonVersion..st
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.