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
+11
View File
@@ -0,0 +1,11 @@
require 'redmine'
Redmine::Plugin.register :redmine_event_outbox do
name 'Redmine Event Outbox'
author 'Internal'
description 'Records Redmine changes into a local outbox table for external workers.'
version '0.0.1'
requires_redmine :version_or_higher => '3.4'
end
require_dependency 'redmine_event_outbox'