totten / civix

CiviCRM Extension Builder
http://civicrm.org/
Other
56 stars 56 forks source link

(REF) Convert "Upgrader" to "Generator" #327

Closed totten closed 10 months ago

totten commented 10 months ago

Overview

Take the existing Upgrader concept and convert it to a more general Generator concept.

Motivation

  1. It can be used for generating new code or generating upgraded code.

  2. It's confusing to use the same word ("Upgrader") to describe both (a) the thing inside civix that manipulates ext-code and (b) the thing inside an ext that manipulates DB schema.

Change