[Rt-commit] rt branch, 4.6/configindatabase-themed, repushed

Michel Rodriguez michel at bestpractical.com
Fri Nov 8 13:18:34 EST 2019


The branch 4.6/configindatabase-themed was deleted and repushed:
       was 1d87ddbb831682eb8c390a121dcb71bd64994648
       now 9e63e304aab2ea7ac084ab6a6caa766771a69aee

 1: c9a5e3f654 =  1: c9a5e3f654 Allow specifying size for Integer and String widgets
 2: e48aa8f6cc =  2: e48aa8f6cc Allow String widget to have a value of "0"
 3: 12f9dcbca0 =  3: 12f9dcbca0 Add RadioStyle option to Boolean widget
 4: f2cd149e74 =  4: f2cd149e74 Make booleans with RadioStyle use true/false logic
 5: 46185f9e0a =  5: 46185f9e0a DatabaseSetting schema updates
 6: 44d5d96568 =  6: 44d5d96568 Add ORM classes for DatabaseSettings
 7: 04e7c94870 =  7: 04e7c94870 Port database config loading and refreshing from extension
 8: 55a4dac8c0 =  8: 55a4dac8c0 Add Code and MultilineString widgets
 9: d967bbbc93 =  9: d967bbbc93 Port EditConfig page from extension
10: 9f34fb6d5c = 10: 9f34fb6d5c Annotate Immutable options
11: a85c0c08b3 = 11: a85c0c08b3 Add widget metadata for config options
12: 6d61a93a18 = 12: 6d61a93a18 Hide deprecated options
13: 1e69c96f2c = 13: 1e69c96f2c List Database as source of configuration on Sys Config page
14: 0bf9dcf301 = 14: 0bf9dcf301 Port EditConfig page from extension
15: b8b29e09ca = 15: b8b29e09ca Render config with EditLink as readonly
16: d5c0a25803 = 16: d5c0a25803 Switch from Storable::dclone to Clone::clone to handle code/regex
17: 4e878f2e6a ! 17: 039215d04d Fix index of "Disabled" for mysql
    @@ -13,3 +13,13 @@
     +CREATE INDEX DatabaseSettings2 ON DatabaseSettings (Disabled);
      
     
    +diff --git a/etc/upgrade/4.5.0/schema.mysql b/etc/upgrade/4.5.0/schema.mysql
    +--- a/etc/upgrade/4.5.0/schema.mysql
    ++++ b/etc/upgrade/4.5.0/schema.mysql
    +@@
    + ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    + 
    + CREATE UNIQUE INDEX DatabaseSettings1 ON DatabaseSettings (Name);
    +-CREATE UNIQUE INDEX DatabaseSettings2 ON DatabaseSettings (Disabled);
    ++CREATE INDEX DatabaseSettings2 ON DatabaseSettings (Disabled);
    +
18: 190dd27679 = 18: 422eef91a4 Fixes the Callback argument, it is an argument of the widget, not the option.
19: a4848b8676 = 19: 31c5088a7c Updates config edit widgets (bootstrap+defaults)
20: ba37d6b910 = 20: 0ba0e1932c Add tabs to the Configuration in DB feature
21: 1d87ddbb83 = 21: 9e63e304aa Add missing config options to %META



More information about the rt-commit mailing list