This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 71
OpenCAD 1.0.0 Extravaganza #376
Merged
ItsAGeekThing
merged 326 commits into
opencad-community:release/canary
from
ItsAGeekThing:release/canary
Aug 10, 2021
Merged
OpenCAD 1.0.0 Extravaganza #376
ItsAGeekThing
merged 326 commits into
opencad-community:release/canary
from
ItsAGeekThing:release/canary
Aug 10, 2021
Conversation
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
…ANDES/opencad-app:working to release/canary * commit '2c9d7c2c04cbddf0a840dfd97341f3d7ba23f934': * More QOL improvements. * OCPHP-199 Started stringification of various pages.
…ly reflect it's purpose. * Refactoring of civActions.php * Refactoring of dispatchActions.php. More will be coming.
…ANDES/opencad-app:working to release/canary * commit 'e4ed2592762c844312b6f86ef62045f2a64e0b63': OCPHP-642 * OCPHP-642 Base structure of data management pages is complete. Modals and navigability will come in a later commit. * OCPHP-642 Renaming sidebarNav.php to topbarNav.php to more accurately reflect it's purpose. * Refactoring of civActions.php * Refactoring of dispatchActions.php. More will be coming.
* OCPBP-643 topNav.php allows navigation between pages. Will add logic for hiding/showing functions in later commit. * Added MODERATOR_USER_MANAGER to oc-config.sample.php.
… will come in a later commit.
… topProfile.inc.php (OCPHP-642)
* OCPHP-642 Fixed editCitationType(); to allow numbers to be accepted as input.
…ANDES/opencad-app:working to release/canary * commit '8c5db55b01dcf7cff60ce1aeb22fd1c8f4c3bb03': * OCPHP-648 Finished Phase 1 of Citation Type Manager. (OCPHP-642) * OCPHP-642 Fixed reference to radioCodeManager.php * OCPHP-642 Fixed editCitationType(); to allow numbers to be accepted as input. * OCPHP-642 Cleaned up data IMP/EXP/RES modal. * OCPHP-650 Finished Phase 1 of Incident Type Manager. (OCPHP-642) * OCPHP-651 Finished Phase 1 of Radio Codes Manager (OCPHP-642) * OCPHP-649 Finished Phase 1 of Departments Manager (OCPHP-642) * OCPHP-645 Changed User Management page to use topbarNav.inc.php and topProfile.inc.php (OCPHP-642) * OCPHP-642 Added baseline topNav for oc-admin. No logic exists, this will come in a later commit. * Fixing includes. * OCPHP-642 Enabled Data Import/Export/Reset modal. * OCPHP-643 Shuffling around includes and scripts. (OCPHP-642) * OCPHP-645 Implemented all User Management functions. (OCPHP-642) * Some general refactoring. * OCPHP-642 Began work on modal dialogs. * More session logic. * Adding more session checking logic. * Adding logic in various spots to check for active session. * OCPBP-643 topNav.php allows navigation between pages. Will add logic for hiding/showing functions in later commit. * Added MODERATOR_USER_MANAGER to oc-config.sample.php.
…ANDES/opencad-app:working to release/canary * commit '4bd5f0d5532f1dbdbdb294e0c1b66d7b2a34f764': * Restoring missing installer components.
… implementation will come in later commits.
…ANDES/opencad-app:working to release/canary * commit '945e21025ffa145014be956c3cb2d0a52c2b3ce3': * OCPHP-642 Final bit of implementation for Phase 1. 100% lang_key(); implementation will come in later commits.
…-app into working
…n development ONLY.
sudenoh
approved these changes
Apr 18, 2021
Hoping to see this come out without many issues. |
@sudenoh Not quite there yet but testing and documenting of bugs would be greatly appreciated. |
…in it's includes. * Themeing no longer relies on oc-includes.
* Update installer to support COMMUNITY_HOMEPAGE.
read me update
Kudos, SonarCloud Quality Gate passed! |
Per conversation with @ItsAGeekThing:
INSTABILITY EXPECTED |
phillf
approved these changes
Aug 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR is a Work In Progress
Testing and documentation of bugs is both encouraged and appreciated.
This pull request implements the following changes:
If it is needed in the future for whatever reason, it can be retrieved from Git history.
rel="noopener"
to the Stopwatch to prevents the external resource from abusing (not that they would) window.opener, potentially avoiding a redirect to a malicious URL if using a browser before Chrome 88, Firefox 79, or Safari 12.1.Subresource Integrity allows the browser to verify that resources hosted on an external server were not tampered with.
This PR requires testing. This can be done while in draft state.