[Rt-commit] rt branch, 4.6/lifecycle-ui-cleanup, repushed

Craig Kaiser craig at bestpractical.com
Tue Oct 22 16:57:01 EDT 2019


The branch 4.6/lifecycle-ui-cleanup was deleted and repushed:
       was 6ac265b756942c18ea553ed8684904af74125842
       now 063b650ed679eaea9280ae18b9e88cbee4701194

 1: b16c120e2 =  1: b16c120e2 ajaxify add/delete actions for admin custom field values
 2: 578049526 =  2: 578049526 Fix mismerge of _DurationAsString
 3: 755042f6a =  3: 755042f6a refactor RT menu building logic into own library module
 4: 16bdea4d9 =  4: 16bdea4d9 refactor asset menu logic into separate functions
 5: ad11c4dc4 =  5: ad11c4dc4 clean up repeated calls to HTML::Mason::Commands with variables
 6: c50da4306 =  6: c50da4306 define a new calling convention for menu building functions
 7: 5cce23edb =  7: 5cce23edb add asset display menu actions to ShowAssets template
 8: a6e7e054d =  8: a6e7e054d Store dependencies in cpanfile
 9: 52af5d6f3 =  9: 52af5d6f3 Move perl version into cpanfile
10: d4dbf02d9 = 10: d4dbf02d9 Rename print_found to row
11: 7a83e47fa = 11: 7a83e47fa Improve horizontal and vertical spacing of output
12: 4afbfd566 = 12: 4afbfd566 Show current version of module, when relevant
13: 080c4ac40 = 13: 080c4ac40 Use "current value" for perl check as well
14: b063b228c = 14: b063b228c Use "current value" for user / group display
15: 7eb35c70a = 15: 7eb35c70a Rename check_users, since it checks groups as well
16: a1eeb10a7 = 16: a1eeb10a7 Fail-fast if the users or groups do not check out
17: f2c4c6e6a = 17: f2c4c6e6a Show output with colors when run from a terminal
18: 4d5086949 = 18: 4d5086949 Move database and deployment defaults into rt-test-dependencies
19: caddbd658 = 19: caddbd658 Encode::Guess is included in Encode 1.60 and above; RT requires 2.64
20: 6e68c08c3 = 20: 6e68c08c3 Make Encode::Detect::Detector a required dependency
21: b7cdb92a8 = 21: b7cdb92a8 Make Encode::HanExtra a required dependency
22: fdf53ec63 = 22: fdf53ec63 Make HTML::FormatExternal dependency required, not runtime optional
23: 01f90b627 = 23: 01f90b627 Make HTML::Gumbo required, and split scrubbing into its own class
24: bc18344eb = 24: bc18344eb Bump File::Dropbox dependency and remove given/when warning hack
25: 927b64d03 = 25: 927b64d03 Avoid asset menu accidentally disappearing due to competing DOM
26: 6f8860c7c = 26: 6f8860c7c Relabel 'Password' box on /Prefs/AboutMe to 'Access control'
27: 92e02b8b7 = 27: 92e02b8b7 Update 'Access control' box id on /Prefs/AboutMe
28: 39fe096dd = 28: 39fe096dd Allow specifying size for Integer and String widgets
29: 8dac5bc7a = 29: 8dac5bc7a Allow String widget to have a value of "0"
30: 30996a803 = 30: 30996a803 Add RadioStyle option to Boolean widget
31: c566c731b = 31: c566c731b Make booleans with RadioStyle use true/false logic
32: 6b2146c09 = 32: 6b2146c09 DatabaseSetting schema updates
33: f0352c326 = 33: f0352c326 Add ORM classes for DatabaseSettings
34: 8f42e1cfa = 34: 8f42e1cfa Port database config loading and refreshing from extension
35: 4dfa52c11 = 35: 4dfa52c11 Add Code and MultilineString widgets
36: 538dd5e82 = 36: 538dd5e82 Port EditConfig page from extension
37: a93c15b2d = 37: a93c15b2d Annotate Immutable options
38: f25747d25 = 38: f25747d25 Add widget metadata for config options
39: c4a456082 = 39: c4a456082 Hide deprecated options
40: 1c08a82bd = 40: 1c08a82bd Mark ConfigInDatabase as cored
41: 8ce972c3b = 41: 8ce972c3b List Database as source of configuration on Sys Config page
42: 94b465b10 = 42: 94b465b10 Render config with EditLink as readonly
43: 52486bbd9 = 43: 52486bbd9 Always load combobox JS
44: 8c64cfa9e = 44: 8c64cfa9e Core RT::Extension::LifecycleUI
45: f753462b4 = 45: f753462b4 Mark RT::Extension::LifecycleUI as cored
46: 74012a28c = 46: 74012a28c Non-ticket lifecycles are always hidden
47: e04fde337 = 47: e04fde337 Signal lifecycle cache needs update using system LifecycleCacheNeedsUpdate method
48: 5d1f486e1 = 48: 5d1f486e1 Show 'select' and 'create' page menu options for lifecycle pages
49: 1b671fc78 = 49: 1b671fc78 Make sure default value for lifecycle type is 'ticket'
50: 9f8cedda3 = 50: 9f8cedda3 Add message when no lifecycle mappings available
51: 28653f03e = 51: 28653f03e Remove checkered background from lifecycle editor graph
52: 2d03d605b = 52: 2d03d605b Center lifecycle editor
53: 7a3040e90 = 53: 7a3040e90 Get text input box on status node click
54: fae201ae1 = 54: fae201ae1 On right click create new status node
55: 72bb2b1a5 = 55: 72bb2b1a5 Move lifecycle editor and viewer into one file
56: 6ac265b75 ! 56: 549211368 Remove extra componenets and make Viewer/Editor one file
    @@ -47,8 +47,7 @@
     +
     +g circle.node-selected {
     +    fill: #98b9eb !important;
    -+  }
    -\ No newline at end of file
    ++}
     
     diff --git a/share/static/js/lifecycleui-editor.js b/share/static/js/lifecycleui-editor.js
     --- a/share/static/js/lifecycleui-editor.js
    @@ -312,3 +311,4 @@
      
     -
      });
    +
--:  ------- > 57: 063b650ed De-select status node on click away



More information about the rt-commit mailing list