Newest changes#208
Merged
Merged
Conversation
this one is basically meant as a hook for plugins to inject their own templates into pages without completely rewriting the pages
…dent-database into modularization
Introduced a few javascript events that will be necessary for the room plugin
Documentation improvements
Added the GNU General Public License version 3 to the project.
Add GNU GPL v3 license file
Added sandbox.zip
More Modularization
Added a few fundamental logs
Added logging
Get newest changes from main branch to modularization branch
… (better description of what it does) Removed unused argument
Co-authored-by: Copilot <[email protected]>
Further Modularization
Added publishing to maven central
Comment on lines
+9
to
+26
| name: Release build and publish | ||
| runs-on: macOS-latest | ||
| steps: | ||
| - name: Check out code | ||
| uses: actions/checkout@v4 | ||
| - name: Set up JDK 21 | ||
| uses: actions/setup-java@v4 | ||
| with: | ||
| distribution: 'zulu' | ||
| java-version: 21 | ||
| - name: Publish to MavenCentral | ||
| run: ./gradlew publishToMavenCentral --no-configuration-cache | ||
| env: | ||
| ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.MAVEN_CENTRAL_USERNAME }} | ||
| ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }} | ||
| ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.SIGNING_KEY_ID }} | ||
| ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }} | ||
| ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.GPG_KEY_CONTENTS }} |
Schlaumeier5
merged commit Jul 1, 2026
7f83b0b
into
documentation-improvements
12 of 13 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.