0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Mar 09, 2024 — Mar 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor formatting nits More... about 18 years ago
add some debugging output about where the ticket ended up More... about 18 years ago
make the importer work when a client mapping file isn't being used add some extra debugging when ticket importing breaks More... about 18 years ago
When merging, handle privileged users being in the new RT instance, but not being marked privileged. Set some useful information on them. More... about 18 years ago
call encode_hashref on the ticket's custom field values so high ascii characters are properly handled More... about 18 years ago
the field is actually named Disabled. This way queues are properly marked disabled when imported More... about 18 years ago
add export_disabled_queues flag so that users can chose not to carry disabled queues over from the old RT instance More... about 18 years ago
talk about merging and custom code point people to rt-devel More... about 18 years ago
remove more ""s from when I was chasing an encode problem More... about 18 years ago
turn on some extra debugging add more hooks, for startup things and for tickets remove extraneous Dumper and needless quoting More... about 18 years ago
properly encode CustomFields handle custom fields that already exist on a queue don't recreate Values don't create dupe CFs More... about 18 years ago
add hook for user client tweaking cause groups to try to load before creating if we're merging More... about 18 years ago
add scaffolding to import mapping subroutines for tweaking the import data add hook for queue tweaking More... about 18 years ago
make the user diagnostics tell you if we reused an existing user or had to create one during the import More... about 18 years ago
rewrite ticketids in transactions handle the offsets in adding attachments into the existing attachment table More... about 18 years ago
tweak link importing to rewrite ticket ids skip past Link's create method to handle rewritten merged tickets that might otherwise confuse the import avoid duplicates caused by system names having changed More... about 18 years ago
if we're merging, don't delete root in the newer RT handle existing queues More... about 18 years ago
add new maps to keep track of changing ticket ids handle remapping EffectiveId More... about 18 years ago
if we find a queue other than 'general' or any tickets, warn the user that they should turn on merging More... about 18 years ago
fix overzealous trimming of table definitions More... about 18 years ago
be more verbose about what we're doing More... about 18 years ago
move away from _AccessibleCache usage since it doesn't exist in modern SearchBuilders We know RT2 isn't going to have column changes any time soon, so cheat by keeping a static datastrcture of the tables we care about. More... about 18 years ago
Note about rt2to3 needing to go only to 3.0 More... about 19 years ago
Applied patch by Tom Yu which allows dumpfile-to-rt-3.0 to better import into 3.(4|5) Removed havoc-causing RT::Transaction->Create override probably left over from testing More... over 19 years ago
Fixed bug introduced by the addition of the RT::Transaction package declaration. More... over 19 years ago
small bugfixes More... over 19 years ago
CustomField import bug from Grant DeGraw More... over 19 years ago
Readme updates More... about 21 years ago
Bumping to 1.23 More... about 21 years ago
Failure to create links is no longer catastrophic More... about 21 years ago