Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
59cc3246
Commit
59cc3246
authored
Feb 18, 2019
by
Jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified talentology to Matchd in static enum.
parent
83eed4ff
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
12 deletions
+12
-12
AssessmentType.java
cmsWebApp/src/performa/orm/types/AssessmentType.java
+2
-2
AssessmentType.xml
cmsWebApp/src/performa/orm/types/AssessmentType.xml
+2
-2
20190215_UpdateAccountCreatedEmail.cms.xml
...ortal/upgrades/20190215_UpdateAccountCreatedEmail.cms.xml
+1
-1
20190215_UpdateAccountVerificationEmail.cms.xml
.../upgrades/20190215_UpdateAccountVerificationEmail.cms.xml
+1
-1
20190215_UpdateApplicantAccountCreatedEmail.cms.xml
...rades/20190215_UpdateApplicantAccountCreatedEmail.cms.xml
+1
-1
20190215_UpdateCompanyAccountVerificationMail.cms.xml
...des/20190215_UpdateCompanyAccountVerificationMail.cms.xml
+1
-1
20190215_UpdateEmailChangedMail.cms.xml
...inportal/upgrades/20190215_UpdateEmailChangedMail.cms.xml
+1
-1
20190215_UpdateInvitationEmail.cms.xml
...minportal/upgrades/20190215_UpdateInvitationEmail.cms.xml
+1
-1
20190215_UpdateOwnerAccountCreatedMail.cms.xml
...l/upgrades/20190215_UpdateOwnerAccountCreatedMail.cms.xml
+1
-1
20190215_UpdateResetCodeEmail.cms.xml
...dminportal/upgrades/20190215_UpdateResetCodeEmail.cms.xml
+1
-1
No files found.
cmsWebApp/src/performa/orm/types/AssessmentType.java
View file @
59cc3246
...
@@ -20,9 +20,9 @@ public class AssessmentType extends AbstractEnumerated
...
@@ -20,9 +20,9 @@ public class AssessmentType extends AbstractEnumerated
public
static
final
EnumeratedFactory
FACTORY_AssessmentType
=
new
AssessmentTypeFactory
();
public
static
final
EnumeratedFactory
FACTORY_AssessmentType
=
new
AssessmentTypeFactory
();
public
static
final
AssessmentType
COMPREHENSIVE
=
new
AssessmentType
(
"COMPREHENSIVE"
,
"COMPREHENSIVE"
,
"
Talentology
Comprehensive"
,
false
);
public
static
final
AssessmentType
COMPREHENSIVE
=
new
AssessmentType
(
"COMPREHENSIVE"
,
"COMPREHENSIVE"
,
"
Matchd
Comprehensive"
,
false
);
public
static
final
AssessmentType
EXPRESS
=
new
AssessmentType
(
"EXPRESS"
,
"EXPRESS"
,
"
Talentology
Express"
,
false
);
public
static
final
AssessmentType
EXPRESS
=
new
AssessmentType
(
"EXPRESS"
,
"EXPRESS"
,
"
Matchd
Express"
,
false
);
private
static
final
AssessmentType
[]
allAssessmentTypes
=
private
static
final
AssessmentType
[]
allAssessmentTypes
=
new
AssessmentType
[]
{
COMPREHENSIVE
,
EXPRESS
};
new
AssessmentType
[]
{
COMPREHENSIVE
,
EXPRESS
};
...
...
cmsWebApp/src/performa/orm/types/AssessmentType.xml
View file @
59cc3246
...
@@ -7,10 +7,10 @@
...
@@ -7,10 +7,10 @@
<DATA
name=
"QuestionDetails"
type=
"String"
/>
<DATA
name=
"QuestionDetails"
type=
"String"
/>
<DATA
name=
"TestDescr"
type=
"String"
/>
<DATA
name=
"TestDescr"
type=
"String"
/>
<VALUE
name=
"COMPREHENSIVE"
description=
"
Talentology
Comprehensive"
TotalTime=
"20"
<VALUE
name=
"COMPREHENSIVE"
description=
"
Matchd
Comprehensive"
TotalTime=
"20"
QuestionDetails=
'" (250 Questions - 20 Minutes)"'
QuestionDetails=
'" (250 Questions - 20 Minutes)"'
TestDescr=
'"Comprehensive Assessment"'
/>
TestDescr=
'"Comprehensive Assessment"'
/>
<VALUE
name=
"EXPRESS"
description=
"
Talentology
Express"
TotalTime=
"5"
<VALUE
name=
"EXPRESS"
description=
"
Matchd
Express"
TotalTime=
"5"
QuestionDetails=
'" (48 Questions - 5 Minutes)"'
QuestionDetails=
'" (48 Questions - 5 Minutes)"'
TestDescr=
'"Express Assessment"'
/>
TestDescr=
'"Express Assessment"'
/>
</CONSTANT>
</CONSTANT>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateAccountCreatedEmail.cms.xml
View file @
59cc3246
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<NODE
name=
"On Top Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Top Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Left"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Left"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology] You've joined ${Company:CompanyName} on Talentology
!"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd] You've joined ${Company:CompanyName} on Matchd
!"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountCreatedMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountCreatedMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateAccountVerificationEmail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology
] Please verify your email address"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd
] Please verify your email address"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountVerificationMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"AccountVerificationMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateApplicantAccountCreatedEmail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology] Welcome to Talentology
!"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd] Welcome to Matchd
!"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"ApplicantAccountCreatedMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"ApplicantAccountCreatedMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateCompanyAccountVerificationMail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology
] Please verify your email address"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd
] Please verify your email address"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"CompanyAccountVerificationMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"CompanyAccountVerificationMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateEmailChangedMail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology
] Please verify your email address (change)"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd
] Please verify your email address (change)"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"EmailChangedMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"EmailChangedMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateInvitationEmail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology] You've been invited to join ${Company:CompanyName} on Talentology
"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd] You've been invited to join ${Company:CompanyName} on Matchd
"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"InvitationMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"InvitationMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateOwnerAccountCreatedMail.cms.xml
View file @
59cc3246
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<NODE
name=
"On Top Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Top Menu"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Left"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"On Footer Left"
factory=
"Boolean"
value=
"false"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology] Welcome to Talentology
, ${Company:CompanyName}!"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd] Welcome to Matchd
, ${Company:CompanyName}!"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"OwnerAccountCreatedMail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"OwnerAccountCreatedMail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
cmsWebApp/webroot/extensions/adminportal/upgrades/20190215_UpdateResetCodeEmail.cms.xml
View file @
59cc3246
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<articleAttributeChanges
factory=
"Map"
>
<articleAttributeChanges
factory=
"Map"
>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailTo"
factory=
"Null"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailFrom"
factory=
"String"
value=
"help@talentology.com"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Talentology
] Reset your password"
/>
<NODE
name=
"EmailSubject"
factory=
"String"
value=
"[
Matchd
] Reset your password"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"ResetCodeEmail"
/>
<NODE
name=
"Shortcuts"
factory=
"String"
value=
"ResetCodeEmail"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
<NODE
name=
"EmailBCC"
factory=
"Null"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment