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

Blaine Motsinger blaine at bestpractical.com
Mon Nov 25 17:08:29 EST 2019


The branch 4.6/configindatabase-themed was deleted and repushed:
       was e52543afaf3ba19df0c122bdb839f6011c1bc250
       now 801c2b4e7031e737e75d9c363585f768d9d57220

 1: b28dc30467 =  1: b28dc30467 Allow specifying size for Integer and String widgets
 2: 94744da2c6 =  2: 94744da2c6 Allow String widget to have a value of "0"
 3: 59334314c9 =  3: 59334314c9 Add RadioStyle option to Boolean widget
 4: 534bba3102 =  4: 534bba3102 Make booleans with RadioStyle use true/false logic
 5: baf23200cd =  5: baf23200cd DatabaseSetting schema updates
 6: a888aa6cb0 =  6: a888aa6cb0 Add ORM classes for DatabaseSettings
 7: 05db0b9b37 =  7: 05db0b9b37 Port database config loading and refreshing from extension
 8: 7648dd10f1 =  8: 7648dd10f1 Add Code and MultilineString widgets
 9: 21f6abfb8c =  9: 21f6abfb8c Port EditConfig page from extension
10: 165422a396 = 10: 165422a396 Annotate Immutable options
11: f2f0b772d7 = 11: f2f0b772d7 Add widget metadata for config options
12: 5803325e5f = 12: 5803325e5f Hide deprecated options
13: b878fb9786 = 13: b878fb9786 List Database as source of configuration on Sys Config page
14: 02b6a1a9fb = 14: 02b6a1a9fb Render config with EditLink as readonly
15: 94cbaf03d2 = 15: 94cbaf03d2 Switch from Storable::dclone to Clone::clone to handle code/regex
16: c0d5683bfb = 16: c0d5683bfb Migrate MultilineString to new themes
17: 9fcde4980a = 17: 9fcde4980a Add LabelLink support for form widgets
18: 1eee9b8f55 = 18: 1eee9b8f55 Vertically align boolean label/value
19: fb5f04660a = 19: fb5f04660a Add tabs to the Configuration in DB feature
20: 21ff2fa0c2 = 20: 21ff2fa0c2 Add missing config options to %META
21: 5523105073 = 21: 5523105073 Rename DatabaseSetting to Configuration
22: d80765bfaf = 22: d80765bfaf Validate Content of Configurations
23: 1ada6c8511 = 23: 1ada6c8511 Use Data::Dumper instead in Configuration to support regex
24: 165ca1445f = 24: 165ca1445f Note RT::Extension::ConfigInDatabase is cored and the main backend change
25: e52543afaf ! 25: 801c2b4e70 Add test for /Admin/Tools/EditConfig.html
    @@ -21,7 +21,7 @@
     +my ( $url, $m ) = RT::Test->started_ok;
     +ok( $m->login(), 'logged in' );
     +
    -+$m->get_ok( $url . '/Admin/Tools/EditConfig.html' );
    ++$m->follow_link_ok( { id => 'admin-tools-edit_config' } , 'followed link to "Edit Configuration"');
     +
     +my $tests = [
     +    {
    @@ -55,7 +55,7 @@
     +sub run_test {
     +    my %args = @_;
     +
    -+    note $args{name} if $ENV{TEST_VERBOSE};
    ++    diag $args{name} if $ENV{TEST_VERBOSE};
     +
     +    $m->submit_form_ok(
     +        {



More information about the rt-commit mailing list