-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial implementation of Enrollment Flow infrastructure and Attribut…
…e Collector (CFM-31) Miscellaneous Enrollment fixes (CFM-31) Refactor EnrollmentFlow* files:setPermissions Add top-level subnavigation to Enrollment Flow and Enrollment Flow Steps (CFM-31) (#166) Add main-menu navigation for Petitions and Enrollments (CFM-31) Add titles to Petition steps and buttons to the steps index (CFM-31) (#173) Simplify end-user Petition views (CFM-31) (#175) Subnavigation fix for Enrollment Flow steps (CFM-31) (#177)
- Loading branch information
Showing
81 changed files
with
6,278 additions
and
73 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "your-name-here/core-enroller", | ||
"description": "CoreEnroller plugin for CakePHP", | ||
"type": "cakephp-plugin", | ||
"license": "MIT", | ||
"require": { | ||
"php": ">=7.2", | ||
"cakephp/cakephp": "4.4.*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.5 || ^9.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"CoreEnroller\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"CoreEnroller\\Test\\": "tests/", | ||
"Cake\\Test\\": "vendor/cakephp/cakephp/tests/" | ||
} | ||
} | ||
} |
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,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<phpunit | ||
colors="true" | ||
processIsolation="false" | ||
stopOnFailure="false" | ||
bootstrap="tests/bootstrap.php" | ||
> | ||
<php> | ||
<ini name="memory_limit" value="-1"/> | ||
<ini name="apc.enable_cli" value="1"/> | ||
</php> | ||
|
||
<!-- Add any additional test suites you want to run here --> | ||
<testsuites> | ||
<testsuite name="CoreEnroller"> | ||
<directory>tests/TestCase/</directory> | ||
</testsuite> | ||
</testsuites> | ||
|
||
<!-- Setup fixture extension --> | ||
<extensions> | ||
<extension class="Cake\TestSuite\Fixture\PHPUnitExtension" /> | ||
</extensions> | ||
|
||
<filter> | ||
<whitelist> | ||
<directory suffix=".php">src/</directory> | ||
</whitelist> | ||
</filter> | ||
</phpunit> |
111 changes: 111 additions & 0 deletions
111
app/plugins/CoreEnroller/resources/locales/en_US/core_enroller.po
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,111 @@ | ||
# COmanage Registry Localizations (core_enroller domain) | ||
# | ||
# Portions licensed to the University Corporation for Advanced Internet | ||
# Development, Inc. ("UCAID") under one or more contributor license agreements. | ||
# See the NOTICE file distributed with this work for additional information | ||
# regarding copyright ownership. | ||
# | ||
# UCAID licenses this file to you under the Apache License, Version 2.0 | ||
# (the "License"); you may not use this file except in compliance with the | ||
# License. You may obtain a copy of the License at: | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
# | ||
# @link https://www.internet2.edu/comanage COmanage Project | ||
# @package registry-plugins | ||
# @since COmanage Registry v5.0.0 | ||
# @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) | ||
|
||
msgid "controller.AttributeCollectors" | ||
msgstr "{0,plural,=1{Attribute Collector} other{Attribute Collectors}}" | ||
|
||
msgid "controller.EnrollmentAttributes" | ||
msgstr "{0,plural,=1{Enrollment Attribute} other{Enrollment Attributes}}" | ||
|
||
# These are pseudo-enumerations, only used for fields.inc | ||
msgid "enumeration.DefaultValueValidityType.after" | ||
msgstr "Days After Finalization" | ||
|
||
msgid "enumeration.DefaultValueValidityType.on" | ||
msgstr "On This Date" | ||
|
||
msgid "field.EnrollmentAttributes.address_required_fields" | ||
msgstr "Required Address Fields" | ||
|
||
msgid "field.EnrollmentAttributes.address_required_fields.desc" | ||
msgstr "Must be at least as restrictive as the CO Setting configuration, or blank to follow the CO Setting" | ||
|
||
msgid "field.EnrollmentAttributes.address_type_id" | ||
msgstr "Address Type" | ||
|
||
msgid "field.EnrollmentAttributes.attribute_language" | ||
msgstr "Attribute Language" | ||
|
||
msgid "field.EnrollmentAttributes.attribute_mvea_parent" | ||
msgstr "Attribute Attaches To" | ||
|
||
msgid "field.EnrollmentAttributes.attribute_tag" | ||
msgstr "Ad Hoc Attribute Tag" | ||
|
||
msgid "field.EnrollmentAttributes.default_value" | ||
msgstr "Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_affiliation_type_id" | ||
msgstr "Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_cou_id" | ||
msgstr "Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_datetime" | ||
msgstr "Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_env_name" | ||
msgstr "Environmental Variable for Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_group_id" | ||
msgstr "Default Value" | ||
|
||
msgid "field.EnrollmentAttributes.default_value_validity_type" | ||
msgstr "Default Validity Date Type" | ||
|
||
msgid "field.EnrollmentAttributes.email_address_type_id" | ||
msgstr "Email Address Type" | ||
|
||
msgid "field.EnrollmentAttributes.identifier_type_id" | ||
msgstr "Identifier Type" | ||
|
||
msgid "field.EnrollmentAttributes.label" | ||
msgstr "Display Label" | ||
|
||
msgid "field.EnrollmentAttributes.name_required_fields" | ||
msgstr "Required Name Fields" | ||
|
||
msgid "field.EnrollmentAttributes.name_required_fields.desc" | ||
msgstr "Must be at least as restrictive as the CO Setting configuration, or blank to follow the CO Setting" | ||
|
||
msgid "field.EnrollmentAttributes.name_type_id" | ||
msgstr "Name Type" | ||
|
||
msgid "field.EnrollmentAttributes.petition_text" | ||
msgstr "Text Field (Petition Use Only)" | ||
|
||
msgid "field.EnrollmentAttributes.petition_textarea" | ||
msgstr "Text Area (Petition Use Only)" | ||
|
||
msgid "field.EnrollmentAttributes.pronoun_type_id" | ||
msgstr "Pronouns Type" | ||
|
||
msgid "field.EnrollmentAttributes.telephone_number_type_id" | ||
msgstr "Telephone Number Type" | ||
|
||
msgid "field.EnrollmentAttributes.url_type_id" | ||
msgstr "URL Type" | ||
|
||
msgid "result.attr.saved" | ||
msgstr "Petition Attributes recorded" |
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,10 @@ | ||
<?php | ||
declare(strict_types=1); | ||
|
||
namespace CoreEnroller\Controller; | ||
|
||
use App\Controller\AppController as BaseController; | ||
|
||
class AppController extends BaseController | ||
{ | ||
} |
Oops, something went wrong.