Initial Redmine tooling and local plugin forks

This commit is contained in:
Jason Thistlethwaite
2026-04-24 22:01:18 +00:00
commit 9f682af0eb
683 changed files with 56878 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# Local Redmine Plugin Forks
This directory is the tracked source of truth for local Redmine plugin work.
The ignored `redmine-copy/` tree is a working/reference copy of the full legacy
Redmine install. Make plugin edits here first, then deploy or copy them into the
test Redmine instance or `redmine-copy/` as needed.
Tracked plugin folders:
- `redmine_event_outbox` - local event outbox plugin.
- `redmine_contacts` - RedmineUP contacts plugin with local compatibility fixes.
- `redmine_contacts_helpdesk` - RedmineUP helpdesk plugin with local API and
mail compatibility fixes.