jodit 3.8.1 → 3.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.idea/codeStyles/Project.xml +68 -0
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/dictionaries/v_chupurnov.xml +10 -0
- package/.idea/encodings.xml +4 -0
- package/.idea/inspectionProfiles/Project_Default.xml +118 -0
- package/.idea/jodit.iml +12 -0
- package/.idea/jsLibraryMappings.xml +6 -0
- package/.idea/markdown-navigator-enh.xml +29 -0
- package/.idea/markdown-navigator.xml +55 -0
- package/.idea/misc.xml +6 -0
- package/.idea/modules.xml +8 -0
- package/.idea/prettier.xml +6 -0
- package/.idea/vcs.xml +6 -0
- package/.idea/watcherTasks.xml +4 -0
- package/.idea/workspace.xml +1264 -0
- package/build/jodit.css +2 -2
- package/build/jodit.es2018.css +1 -1
- package/build/jodit.es2018.en.css +1 -1
- package/build/jodit.es2018.en.js +4 -4
- package/build/jodit.es2018.en.min.js +2 -2
- package/build/jodit.es2018.js +4 -4
- package/build/jodit.es2018.min.js +2 -2
- package/build/jodit.js +4 -4
- package/build/jodit.min.css +1 -1
- package/build/jodit.min.js +2 -2
- package/package.json +2 -2
- package/.travis.yml +0 -7
- package/bower.json +0 -33
- package/build.js +0 -39
- package/docker/Dockerfile +0 -11
- package/docker/README.md +0 -45
- package/docker/build +0 -3
- package/docker/install +0 -7
- package/docker/start +0 -3
- package/docker/test +0 -3
- package/docker/uninstall +0 -3
- package/examples/arabic.lang.html +0 -76
- package/examples/assets/app.css +0 -175
- package/examples/assets/app.js +0 -57
- package/examples/assets/download.jpg +0 -0
- package/examples/assets/icon.png +0 -0
- package/examples/assets/logo.png +0 -0
- package/examples/assets/prism.css +0 -200
- package/examples/assets/prism.js +0 -1254
- package/examples/color-picker.html +0 -139
- package/examples/custom-icons.html +0 -173
- package/examples/custom-toolbar.html +0 -80
- package/examples/example.default.html +0 -75
- package/examples/fullsize.html +0 -75
- package/examples/index.html +0 -176
- package/examples/inline-mode.html +0 -116
- package/examples/oneinstance.html +0 -125
- package/icons.html +0 -50
- package/karma.conf.js +0 -157
- package/make.js +0 -10
- package/server.js +0 -101
- package/test/bootstrap.js +0 -1167
- package/test/test.html +0 -102
- package/test/test.index.html +0 -11
- package/test/tests/acceptance/clipboardTest.js +0 -1234
- package/test/tests/acceptance/commandsTest.js +0 -647
- package/test/tests/acceptance/creatorTest.js +0 -103
- package/test/tests/acceptance/deleteBackSpaceTest.js +0 -1289
- package/test/tests/acceptance/dialogTest.js +0 -188
- package/test/tests/acceptance/editorTest.js +0 -855
- package/test/tests/acceptance/enterTest.js +0 -1088
- package/test/tests/acceptance/eventsTest.js +0 -1246
- package/test/tests/acceptance/filebrowserTest.js +0 -1309
- package/test/tests/acceptance/i18nTest.js +0 -81
- package/test/tests/acceptance/iframeTest.js +0 -306
- package/test/tests/acceptance/imageTest.js +0 -1649
- package/test/tests/acceptance/inlineModeTest.js +0 -826
- package/test/tests/acceptance/interfaceTest.js +0 -119
- package/test/tests/acceptance/mobileTest.js +0 -229
- package/test/tests/acceptance/plugins/classSpan.js +0 -220
- package/test/tests/acceptance/plugins/cleanHtml.js +0 -351
- package/test/tests/acceptance/plugins/color.js +0 -188
- package/test/tests/acceptance/plugins/dragAndDropElement.js +0 -172
- package/test/tests/acceptance/plugins/focus.js +0 -115
- package/test/tests/acceptance/plugins/font.js +0 -316
- package/test/tests/acceptance/plugins/image.js +0 -79
- package/test/tests/acceptance/plugins/indent.js +0 -179
- package/test/tests/acceptance/plugins/inline-popup.js +0 -578
- package/test/tests/acceptance/plugins/insert.js +0 -17
- package/test/tests/acceptance/plugins/limit.js +0 -164
- package/test/tests/acceptance/plugins/link.js +0 -1640
- package/test/tests/acceptance/plugins/orderedList.js +0 -290
- package/test/tests/acceptance/plugins/placeholder.js +0 -138
- package/test/tests/acceptance/plugins/resizer.js +0 -329
- package/test/tests/acceptance/plugins/search.js +0 -623
- package/test/tests/acceptance/plugins/size.js +0 -344
- package/test/tests/acceptance/plugins/source.js +0 -218
- package/test/tests/acceptance/plugins/stat.js +0 -120
- package/test/tests/acceptance/plugins/tooltip.js +0 -97
- package/test/tests/acceptance/plugins/wrapTextNodes.js +0 -105
- package/test/tests/acceptance/pluginsTest.js +0 -2219
- package/test/tests/acceptance/selectionTest.js +0 -862
- package/test/tests/acceptance/statesTest.js +0 -310
- package/test/tests/acceptance/tableTest.js +0 -1988
- package/test/tests/acceptance/toolbarTest.js +0 -1747
- package/test/tests/acceptance/undoredoTest.js +0 -217
- package/test/tests/acceptance/uploaderTest.js +0 -187
- package/test/tests/artio.jpg +0 -0
- package/test/tests/units/helpersTest.js +0 -771
- package/test/tests/units/modules/dom.js +0 -282
- package/test/tests/units/objectObserverTest.js +0 -533
- package/test/tests/units/popupTest.js +0 -211
- package/test/tests/units/positionTest.js +0 -238
- package/test/tests/units/styleTest.js +0 -1361
- package/webpack.config.js +0 -308
|
@@ -0,0 +1,1264 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="AutoImportSettings">
|
|
4
|
+
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
|
+
</component>
|
|
6
|
+
<component name="BranchesTreeState">
|
|
7
|
+
<expand />
|
|
8
|
+
<select />
|
|
9
|
+
</component>
|
|
10
|
+
<component name="ChangeListManager">
|
|
11
|
+
<list default="true" id="5da7ff7f-03a8-49de-9fbb-8f8640d83b83" name="Default Changelist" comment="">
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
13
|
+
</list>
|
|
14
|
+
<list id="5049e1d4-15bc-4e3a-b46b-d2ce7537fc13" name="Revert "Some small fixes"" comment="Revert "Some small fixes" This reverts commit bc391ec6" />
|
|
15
|
+
<option name="SHOW_DIALOG" value="false" />
|
|
16
|
+
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
17
|
+
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
18
|
+
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
19
|
+
</component>
|
|
20
|
+
<component name="ComposerSettings" doNotAsk="true" synchronizationState="SYNCHRONIZE">
|
|
21
|
+
<pharConfigPath>$PROJECT_DIR$/composer.json</pharConfigPath>
|
|
22
|
+
</component>
|
|
23
|
+
<component name="Git.Settings">
|
|
24
|
+
<option name="RECENT_BRANCH_BY_REPOSITORY">
|
|
25
|
+
<map>
|
|
26
|
+
<entry key="$PROJECT_DIR$" value="test-ref1" />
|
|
27
|
+
</map>
|
|
28
|
+
</option>
|
|
29
|
+
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
30
|
+
<option name="RESET_MODE" value="HARD" />
|
|
31
|
+
</component>
|
|
32
|
+
<component name="GitSEFilterConfiguration">
|
|
33
|
+
<file-type-list>
|
|
34
|
+
<filtered-out-file-type name="LOCAL_BRANCH" />
|
|
35
|
+
<filtered-out-file-type name="REMOTE_BRANCH" />
|
|
36
|
+
<filtered-out-file-type name="TAG" />
|
|
37
|
+
<filtered-out-file-type name="COMMIT_BY_MESSAGE" />
|
|
38
|
+
</file-type-list>
|
|
39
|
+
</component>
|
|
40
|
+
<component name="GithubPullRequestsUISettings">
|
|
41
|
+
<option name="hiddenUrls">
|
|
42
|
+
<set>
|
|
43
|
+
<option value="git@github.com:xdan/jodit.git" />
|
|
44
|
+
</set>
|
|
45
|
+
</option>
|
|
46
|
+
</component>
|
|
47
|
+
<component name="HighlightingSettingsPerFile">
|
|
48
|
+
<setting file="file://$PROJECT_DIR$/test/tests/acceptance/toolbarTest.js" root0="FORCE_HIGHLIGHTING" />
|
|
49
|
+
<setting file="file://$PROJECT_DIR$/test/tests/acceptance/plugins/link.js" root0="FORCE_HIGHLIGHTING" />
|
|
50
|
+
<setting file="file://$PROJECT_DIR$/src/jodit.ts" root0="FORCE_HIGHLIGHTING" />
|
|
51
|
+
</component>
|
|
52
|
+
<component name="JsFlowSettings">
|
|
53
|
+
<service-enabled>true</service-enabled>
|
|
54
|
+
<exe-path />
|
|
55
|
+
<other-services-enabled>true</other-services-enabled>
|
|
56
|
+
<auto-save>true</auto-save>
|
|
57
|
+
</component>
|
|
58
|
+
<component name="JsbtTreeLayoutManager">
|
|
59
|
+
<layout place="tools.popupnpm">
|
|
60
|
+
<scroll-view-position x="0" y="0" />
|
|
61
|
+
</layout>
|
|
62
|
+
</component>
|
|
63
|
+
<component name="PackageJsonUpdateNotifier">
|
|
64
|
+
<dismissed value="$PROJECT_DIR$/package.json" />
|
|
65
|
+
</component>
|
|
66
|
+
<component name="ProblemsViewState">
|
|
67
|
+
<option name="selectedIndex" value="2" />
|
|
68
|
+
</component>
|
|
69
|
+
<component name="ProjectId" id="1OQSh8c4TRbleNI8ZHOWVKRd6wU" />
|
|
70
|
+
<component name="ProjectLevelVcsManager">
|
|
71
|
+
<ConfirmationsSetting value="2" id="Add" />
|
|
72
|
+
</component>
|
|
73
|
+
<component name="ProjectViewState">
|
|
74
|
+
<option name="hideEmptyMiddlePackages" value="true" />
|
|
75
|
+
<option name="showLibraryContents" value="true" />
|
|
76
|
+
</component>
|
|
77
|
+
<component name="PropertiesComponent">
|
|
78
|
+
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
|
79
|
+
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
|
|
80
|
+
<property name="SearchEverywhereHistoryKey" value="inde	FILE	file:///Users/v-chupurnov/WebstormProjects/pet/jodit/index.html index	FILE	file:///Users/v-chupurnov/WebstormProjects/pet/jodit/index.html Sele	FILE	file:///Users/v-chupurnov/WebstormProjects/jodit/src/modules/Selection.ts" />
|
|
81
|
+
<property name="TERMINAL_CUSTOM_COMMANDS_GOT_IT" value="true" />
|
|
82
|
+
<property name="WebServerToolWindowFactoryState" value="false" />
|
|
83
|
+
<property name="add_unversioned_files" value="true /Users/v-chupurnov/WebstormProjects/pet/jodit/test.html" />
|
|
84
|
+
<property name="editor.config.ad.shown" value="true" />
|
|
85
|
+
<property name="javascript.nodejs.core.library.configured.version" value="14.6.0" />
|
|
86
|
+
<property name="javascript.nodejs.core.library.typings.version" value="14.6.0" />
|
|
87
|
+
<property name="js.buildTools.gulp.gulp_package_dir" value="$PROJECT_DIR$/node_modules/gulp" />
|
|
88
|
+
<property name="jsx.switch.disabled" value="true" />
|
|
89
|
+
<property name="last.edited.regexp" value="Sample Text" />
|
|
90
|
+
<property name="last_opened_file_path" value="$PROJECT_DIR$/src/styles/icons" />
|
|
91
|
+
<property name="node.js.detected.package.eslint" value="true" />
|
|
92
|
+
<property name="node.js.detected.package.jscs" value="true" />
|
|
93
|
+
<property name="node.js.detected.package.standard" value="true" />
|
|
94
|
+
<property name="node.js.detected.package.stlint" value="true" />
|
|
95
|
+
<property name="node.js.detected.package.stylelint" value="true" />
|
|
96
|
+
<property name="node.js.detected.package.tslint" value="true" />
|
|
97
|
+
<property name="node.js.path.for.package.eslint" value="project" />
|
|
98
|
+
<property name="node.js.path.for.package.jscs" value="project" />
|
|
99
|
+
<property name="node.js.path.for.package.standard" value="project" />
|
|
100
|
+
<property name="node.js.path.for.package.stlint" value="project" />
|
|
101
|
+
<property name="node.js.path.for.package.stylelint" value="project" />
|
|
102
|
+
<property name="node.js.path.for.package.tslint" value="project" />
|
|
103
|
+
<property name="node.js.selected.package.eslint" value="(autodetect)" />
|
|
104
|
+
<property name="node.js.selected.package.jscs" value="" />
|
|
105
|
+
<property name="node.js.selected.package.standard" value="" />
|
|
106
|
+
<property name="node.js.selected.package.stlint" value="(autodetect)" />
|
|
107
|
+
<property name="node.js.selected.package.stylelint" value="$PROJECT_DIR$/node_modules/stylelint" />
|
|
108
|
+
<property name="node.js.selected.package.tslint" value="(autodetect)" />
|
|
109
|
+
<property name="nodejs.mocha.mocha_node_package_dir" value="$PROJECT_DIR$/node_modules/mocha" />
|
|
110
|
+
<property name="nodejs_interpreter_path" value="$USER_HOME$/.nvm/versions/node/v14.6.0/bin/node" />
|
|
111
|
+
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
112
|
+
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
113
|
+
<property name="nodejs_package_manager_path" value="npm" />
|
|
114
|
+
<property name="prettierjs.PrettierConfiguration.Package" value="$PROJECT_DIR$/node_modules/prettier" />
|
|
115
|
+
<property name="run.code.analysis.last.selected.profile" value="pProject Default" />
|
|
116
|
+
<property name="settings.editor.selected.configurable" value="settings.nodejs" />
|
|
117
|
+
<property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
|
|
118
|
+
<property name="typescript-compiler-editor-notification" value="false" />
|
|
119
|
+
<property name="vue.rearranger.settings.migration" value="true" />
|
|
120
|
+
</component>
|
|
121
|
+
<component name="RecentsManager">
|
|
122
|
+
<key name="CopyFile.RECENT_KEYS">
|
|
123
|
+
<recent name="$PROJECT_DIR$/src/styles/icons" />
|
|
124
|
+
<recent name="$PROJECT_DIR$/src/plugins/table" />
|
|
125
|
+
<recent name="$PROJECT_DIR$/src/core/helpers/utils" />
|
|
126
|
+
<recent name="$PROJECT_DIR$/src/core/decorators" />
|
|
127
|
+
<recent name="$PROJECT_DIR$" />
|
|
128
|
+
</key>
|
|
129
|
+
<key name="MoveFile.RECENT_KEYS">
|
|
130
|
+
<recent name="$PROJECT_DIR$/.github" />
|
|
131
|
+
<recent name="$PROJECT_DIR$/test/tests/units/modules" />
|
|
132
|
+
<recent name="$PROJECT_DIR$/src/plugins/class-span" />
|
|
133
|
+
<recent name="$PROJECT_DIR$/src/core/ui" />
|
|
134
|
+
<recent name="$PROJECT_DIR$/src/core/ui/button/button" />
|
|
135
|
+
</key>
|
|
136
|
+
</component>
|
|
137
|
+
<component name="RunManager" selected="Shell Script.build">
|
|
138
|
+
<configuration name="Count tests" type="BashConfigurationType" factoryName="Bash">
|
|
139
|
+
<module name="jodit" />
|
|
140
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
|
141
|
+
<option name="INTERPRETER_PATH" value="bash" />
|
|
142
|
+
<option name="PROJECT_INTERPRETER" value="false" />
|
|
143
|
+
<option name="WORKING_DIRECTORY" value="" />
|
|
144
|
+
<option name="PARENT_ENVS" value="true" />
|
|
145
|
+
<option name="SCRIPT_NAME" value=" grep -c -r '\tit(' ./test/tests/*/*.js | grep -E "([0-9]+)" | awk -F $':' '{s+=$2} END {print s}'" />
|
|
146
|
+
<option name="PARAMETERS" value="" />
|
|
147
|
+
<method v="2" />
|
|
148
|
+
</configuration>
|
|
149
|
+
<configuration name="Test popup.Open popup on some target.Usual case - there is enough space under element.should show popup under element" type="JavaScriptTestRunnerKarma" temporary="true" nameIsGenerated="true">
|
|
150
|
+
<config-file value="$PROJECT_DIR$/karma.conf.js" />
|
|
151
|
+
<karma-package-dir value="$PROJECT_DIR$/node_modules/karma" />
|
|
152
|
+
<working-directory value="$PROJECT_DIR$" />
|
|
153
|
+
<node-interpreter value="project" />
|
|
154
|
+
<envs />
|
|
155
|
+
<scope-kind value="TEST" />
|
|
156
|
+
<test-file-path value="$PROJECT_DIR$/test/tests/units/popupTest.js" />
|
|
157
|
+
<test-names>
|
|
158
|
+
<test-name value="Test popup" />
|
|
159
|
+
<test-name value="Open popup on some target" />
|
|
160
|
+
<test-name value="Usual case - there is enough space under element" />
|
|
161
|
+
<test-name value="should show popup under element" />
|
|
162
|
+
</test-names>
|
|
163
|
+
<method v="2" />
|
|
164
|
+
</configuration>
|
|
165
|
+
<configuration name="build.js" type="NodeJSConfigurationType" temporary="true" nameIsGenerated="true" path-to-js-file="$PROJECT_DIR$/build.js" working-dir="$PROJECT_DIR$">
|
|
166
|
+
<method v="2" />
|
|
167
|
+
</configuration>
|
|
168
|
+
<configuration name="lang-translater.js (1)" type="NodeJSConfigurationType" temporary="true" nameIsGenerated="true" path-to-js-file="$PROJECT_DIR$/src/utils/lang-translater.js" working-dir="$PROJECT_DIR$/src/utils">
|
|
169
|
+
<method v="2" />
|
|
170
|
+
</configuration>
|
|
171
|
+
<configuration name="lang-translater.js" type="NodeJSConfigurationType" temporary="true" application-parameters="trnsl.1.1.20130819T112450Z.e14ecaa487166a0d.86f8dd0967b040960bdc710ece4be7420e88ddb2" nameIsGenerated="true" path-to-js-file="lang-translater.js" working-dir="$PROJECT_DIR$/src/utils">
|
|
172
|
+
<method v="2" />
|
|
173
|
+
</configuration>
|
|
174
|
+
<configuration name="build" type="ShConfigurationType" temporary="true">
|
|
175
|
+
<option name="SCRIPT_TEXT" value="" />
|
|
176
|
+
<option name="INDEPENDENT_SCRIPT_PATH" value="true" />
|
|
177
|
+
<option name="SCRIPT_PATH" value="$PROJECT_DIR$/docker/build" />
|
|
178
|
+
<option name="SCRIPT_OPTIONS" value="" />
|
|
179
|
+
<option name="INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value="true" />
|
|
180
|
+
<option name="SCRIPT_WORKING_DIRECTORY" value="$PROJECT_DIR$/docker" />
|
|
181
|
+
<option name="INDEPENDENT_INTERPRETER_PATH" value="true" />
|
|
182
|
+
<option name="INTERPRETER_PATH" value="/bin/zsh" />
|
|
183
|
+
<option name="INTERPRETER_OPTIONS" value="" />
|
|
184
|
+
<option name="EXECUTE_IN_TERMINAL" value="true" />
|
|
185
|
+
<option name="EXECUTE_SCRIPT_FILE" value="true" />
|
|
186
|
+
<envs />
|
|
187
|
+
<method v="2" />
|
|
188
|
+
</configuration>
|
|
189
|
+
<configuration default="true" type="js.build_tools.gulp">
|
|
190
|
+
<node-interpreter>project</node-interpreter>
|
|
191
|
+
<node-options />
|
|
192
|
+
<gulpfile />
|
|
193
|
+
<tasks />
|
|
194
|
+
<arguments />
|
|
195
|
+
<envs />
|
|
196
|
+
<method v="2" />
|
|
197
|
+
</configuration>
|
|
198
|
+
<configuration name="default" type="js.build_tools.gulp">
|
|
199
|
+
<node-interpreter>project</node-interpreter>
|
|
200
|
+
<node-options />
|
|
201
|
+
<gulpfile>$PROJECT_DIR$/gulpfile.js</gulpfile>
|
|
202
|
+
<tasks>
|
|
203
|
+
<task>default</task>
|
|
204
|
+
</tasks>
|
|
205
|
+
<arguments />
|
|
206
|
+
<envs />
|
|
207
|
+
<method v="2" />
|
|
208
|
+
</configuration>
|
|
209
|
+
<list>
|
|
210
|
+
<item itemvalue="Gulp.js.default" />
|
|
211
|
+
<item itemvalue="Karma.Test popup.Open popup on some target.Usual case - there is enough space under element.should show popup under element" />
|
|
212
|
+
<item itemvalue="Node.js.build.js" />
|
|
213
|
+
<item itemvalue="Node.js.lang-translater.js (1)" />
|
|
214
|
+
<item itemvalue="Node.js.lang-translater.js" />
|
|
215
|
+
<item itemvalue="Shell Script.build" />
|
|
216
|
+
</list>
|
|
217
|
+
<recent_temporary>
|
|
218
|
+
<list>
|
|
219
|
+
<item itemvalue="Shell Script.build" />
|
|
220
|
+
<item itemvalue="Node.js.build.js" />
|
|
221
|
+
<item itemvalue="Node.js.lang-translater.js (1)" />
|
|
222
|
+
<item itemvalue="Node.js.lang-translater.js" />
|
|
223
|
+
<item itemvalue="Karma.Test popup.Open popup on some target.Usual case - there is enough space under element.should show popup under element" />
|
|
224
|
+
</list>
|
|
225
|
+
</recent_temporary>
|
|
226
|
+
</component>
|
|
227
|
+
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="project-level" UseSingleDictionary="true" transferred="true" />
|
|
228
|
+
<component name="SvnConfiguration">
|
|
229
|
+
<configuration />
|
|
230
|
+
</component>
|
|
231
|
+
<component name="TaskManager">
|
|
232
|
+
<task active="true" id="Default" summary="Default task">
|
|
233
|
+
<changelist id="5da7ff7f-03a8-49de-9fbb-8f8640d83b83" name="Default Changelist" comment="" />
|
|
234
|
+
<created>1538738761886</created>
|
|
235
|
+
<option name="number" value="Default" />
|
|
236
|
+
<option name="presentableId" value="Default" />
|
|
237
|
+
<updated>1538738761886</updated>
|
|
238
|
+
<workItem from="1538738763493" duration="11770000" />
|
|
239
|
+
<workItem from="1538904256806" duration="8762000" />
|
|
240
|
+
<workItem from="1539192860576" duration="1113000" />
|
|
241
|
+
<workItem from="1539807762856" duration="557000" />
|
|
242
|
+
<workItem from="1540327527681" duration="3539000" />
|
|
243
|
+
<workItem from="1540405487227" duration="184000" />
|
|
244
|
+
<workItem from="1540405916742" duration="10542000" />
|
|
245
|
+
<workItem from="1540453047679" duration="25000" />
|
|
246
|
+
<workItem from="1540491884543" duration="1508000" />
|
|
247
|
+
<workItem from="1540496295391" duration="2575000" />
|
|
248
|
+
<workItem from="1540632954096" duration="17000" />
|
|
249
|
+
<workItem from="1540837431241" duration="3997000" />
|
|
250
|
+
<workItem from="1540924568996" duration="7764000" />
|
|
251
|
+
<workItem from="1541086465808" duration="6968000" />
|
|
252
|
+
<workItem from="1541106101076" duration="11515000" />
|
|
253
|
+
<workItem from="1541617522313" duration="75000" />
|
|
254
|
+
<workItem from="1541617646669" duration="147000" />
|
|
255
|
+
<workItem from="1541659971953" duration="256000" />
|
|
256
|
+
<workItem from="1541713210323" duration="9399000" />
|
|
257
|
+
<workItem from="1541751961673" duration="1631000" />
|
|
258
|
+
<workItem from="1541844265126" duration="3316000" />
|
|
259
|
+
<workItem from="1541868880555" duration="4251000" />
|
|
260
|
+
<workItem from="1542048122742" duration="12000" />
|
|
261
|
+
<workItem from="1542048241362" duration="120000" />
|
|
262
|
+
<workItem from="1542474350120" duration="4865000" />
|
|
263
|
+
<workItem from="1542663950666" duration="791000" />
|
|
264
|
+
<workItem from="1542703018004" duration="15000" />
|
|
265
|
+
<workItem from="1542746055135" duration="5294000" />
|
|
266
|
+
<workItem from="1542832990878" duration="8592000" />
|
|
267
|
+
<workItem from="1543155704288" duration="982000" />
|
|
268
|
+
<workItem from="1543175673100" duration="1114000" />
|
|
269
|
+
<workItem from="1543177146058" duration="11425000" />
|
|
270
|
+
<workItem from="1543261169264" duration="4384000" />
|
|
271
|
+
<workItem from="1543271502857" duration="2302000" />
|
|
272
|
+
<workItem from="1543776951001" duration="10082000" />
|
|
273
|
+
<workItem from="1543857872468" duration="22693000" />
|
|
274
|
+
<workItem from="1543993040395" duration="4494000" />
|
|
275
|
+
<workItem from="1544120591626" duration="141000" />
|
|
276
|
+
<workItem from="1544120805472" duration="6474000" />
|
|
277
|
+
<workItem from="1544454170526" duration="343000" />
|
|
278
|
+
<workItem from="1544624766487" duration="311000" />
|
|
279
|
+
<workItem from="1544711232916" duration="405000" />
|
|
280
|
+
<workItem from="1544712024731" duration="60000" />
|
|
281
|
+
<workItem from="1544803132299" duration="5774000" />
|
|
282
|
+
<workItem from="1545075140589" duration="9319000" />
|
|
283
|
+
<workItem from="1545458040384" duration="14116000" />
|
|
284
|
+
<workItem from="1545935871560" duration="50000" />
|
|
285
|
+
<workItem from="1545935946514" duration="22391000" />
|
|
286
|
+
<workItem from="1546018311713" duration="28792000" />
|
|
287
|
+
<workItem from="1546606630892" duration="762000" />
|
|
288
|
+
<workItem from="1546607419966" duration="19797000" />
|
|
289
|
+
<workItem from="1546633107839" duration="21113000" />
|
|
290
|
+
<workItem from="1547021470812" duration="1906000" />
|
|
291
|
+
<workItem from="1547042440450" duration="6000" />
|
|
292
|
+
<workItem from="1547055133927" duration="16000" />
|
|
293
|
+
<workItem from="1547056716003" duration="14000" />
|
|
294
|
+
<workItem from="1547223254794" duration="15134000" />
|
|
295
|
+
<workItem from="1547708373409" duration="339000" />
|
|
296
|
+
<workItem from="1547708959543" duration="175000" />
|
|
297
|
+
<workItem from="1549209961761" duration="13677000" />
|
|
298
|
+
<workItem from="1549665127108" duration="20935000" />
|
|
299
|
+
<workItem from="1549797732774" duration="116000" />
|
|
300
|
+
<workItem from="1551266481783" duration="70000" />
|
|
301
|
+
<workItem from="1551266790807" duration="347000" />
|
|
302
|
+
<workItem from="1551385097997" duration="948000" />
|
|
303
|
+
<workItem from="1551436289014" duration="30000" />
|
|
304
|
+
<workItem from="1551439587961" duration="327000" />
|
|
305
|
+
<workItem from="1551522676507" duration="29139000" />
|
|
306
|
+
<workItem from="1552559574552" duration="1819000" />
|
|
307
|
+
<workItem from="1557326294633" duration="107000" />
|
|
308
|
+
<workItem from="1560788931300" duration="16646000" />
|
|
309
|
+
<workItem from="1561026696396" duration="27000" />
|
|
310
|
+
<workItem from="1561055682964" duration="8285000" />
|
|
311
|
+
<workItem from="1561200906974" duration="936000" />
|
|
312
|
+
<workItem from="1561205543993" duration="147000" />
|
|
313
|
+
<workItem from="1561207160612" duration="600000" />
|
|
314
|
+
<workItem from="1561208169521" duration="2528000" />
|
|
315
|
+
<workItem from="1561379338701" duration="17103000" />
|
|
316
|
+
<workItem from="1561487263078" duration="7392000" />
|
|
317
|
+
<workItem from="1561572540048" duration="12533000" />
|
|
318
|
+
<workItem from="1561661692051" duration="2591000" />
|
|
319
|
+
<workItem from="1561732963104" duration="3768000" />
|
|
320
|
+
<workItem from="1561808952911" duration="6347000" />
|
|
321
|
+
<workItem from="1561818294056" duration="27896000" />
|
|
322
|
+
<workItem from="1562004841703" duration="8464000" />
|
|
323
|
+
<workItem from="1562178401110" duration="5694000" />
|
|
324
|
+
<workItem from="1562189936728" duration="110000" />
|
|
325
|
+
<workItem from="1562441958793" duration="8941000" />
|
|
326
|
+
<workItem from="1562786961127" duration="4414000" />
|
|
327
|
+
<workItem from="1562834459560" duration="2000" />
|
|
328
|
+
<workItem from="1562978458350" duration="14529000" />
|
|
329
|
+
<workItem from="1563057668814" duration="10243000" />
|
|
330
|
+
<workItem from="1563481474259" duration="3496000" />
|
|
331
|
+
<workItem from="1563908445570" duration="1243000" />
|
|
332
|
+
<workItem from="1564424736751" duration="142000" />
|
|
333
|
+
<workItem from="1565436789261" duration="109000" />
|
|
334
|
+
<workItem from="1565689033386" duration="536000" />
|
|
335
|
+
<workItem from="1572540541222" duration="856000" />
|
|
336
|
+
<workItem from="1573034663121" duration="1732000" />
|
|
337
|
+
<workItem from="1573080335777" duration="4592000" />
|
|
338
|
+
<workItem from="1573141003779" duration="9640000" />
|
|
339
|
+
<workItem from="1573296963805" duration="2888000" />
|
|
340
|
+
<workItem from="1574236596859" duration="1230000" />
|
|
341
|
+
<workItem from="1574238975960" duration="2540000" />
|
|
342
|
+
<workItem from="1574252228075" duration="4000" />
|
|
343
|
+
<workItem from="1574253407482" duration="2000" />
|
|
344
|
+
<workItem from="1574325729486" duration="649000" />
|
|
345
|
+
<workItem from="1574341323753" duration="677000" />
|
|
346
|
+
<workItem from="1574542841028" duration="10824000" />
|
|
347
|
+
<workItem from="1574555050073" duration="3545000" />
|
|
348
|
+
<workItem from="1574709754618" duration="8132000" />
|
|
349
|
+
<workItem from="1574758720704" duration="4028000" />
|
|
350
|
+
<workItem from="1574866998926" duration="16233000" />
|
|
351
|
+
<workItem from="1574894117740" duration="83000" />
|
|
352
|
+
<workItem from="1575318373005" duration="9323000" />
|
|
353
|
+
<workItem from="1575368118467" duration="10254000" />
|
|
354
|
+
<workItem from="1575455572288" duration="302000" />
|
|
355
|
+
<workItem from="1575552016828" duration="1461000" />
|
|
356
|
+
<workItem from="1575554769883" duration="10888000" />
|
|
357
|
+
<workItem from="1575703942970" duration="22555000" />
|
|
358
|
+
<workItem from="1575904650471" duration="15046000" />
|
|
359
|
+
<workItem from="1575960699089" duration="1117000" />
|
|
360
|
+
<workItem from="1575964401710" duration="6475000" />
|
|
361
|
+
<workItem from="1576092869830" duration="904000" />
|
|
362
|
+
<workItem from="1576094859602" duration="2697000" />
|
|
363
|
+
<workItem from="1576154392421" duration="219000" />
|
|
364
|
+
<workItem from="1576497740080" duration="58000" />
|
|
365
|
+
<workItem from="1576508460457" duration="7335000" />
|
|
366
|
+
<workItem from="1576526019153" duration="818000" />
|
|
367
|
+
<workItem from="1576589033171" duration="1529000" />
|
|
368
|
+
<workItem from="1576612536920" duration="22291000" />
|
|
369
|
+
<workItem from="1576677024801" duration="1302000" />
|
|
370
|
+
<workItem from="1576746038788" duration="7458000" />
|
|
371
|
+
<workItem from="1577040581963" duration="16187000" />
|
|
372
|
+
<workItem from="1577127924448" duration="4956000" />
|
|
373
|
+
<workItem from="1577184548436" duration="1836000" />
|
|
374
|
+
<workItem from="1577204079408" duration="10185000" />
|
|
375
|
+
<workItem from="1577283499274" duration="103000" />
|
|
376
|
+
<workItem from="1577703437132" duration="35708000" />
|
|
377
|
+
<workItem from="1578227323633" duration="5616000" />
|
|
378
|
+
<workItem from="1578329124724" duration="56243000" />
|
|
379
|
+
<workItem from="1578645284223" duration="26094000" />
|
|
380
|
+
<workItem from="1578820868676" duration="1623000" />
|
|
381
|
+
<workItem from="1579112723688" duration="16365000" />
|
|
382
|
+
<workItem from="1579163688869" duration="1986000" />
|
|
383
|
+
<workItem from="1579200040097" duration="483000" />
|
|
384
|
+
<workItem from="1579418954257" duration="9350000" />
|
|
385
|
+
<workItem from="1579432777606" duration="9859000" />
|
|
386
|
+
<workItem from="1579549501166" duration="7810000" />
|
|
387
|
+
<workItem from="1579723068406" duration="16387000" />
|
|
388
|
+
<workItem from="1580068146228" duration="12273000" />
|
|
389
|
+
<workItem from="1580153877231" duration="5323000" />
|
|
390
|
+
<workItem from="1580259457514" duration="69000" />
|
|
391
|
+
<workItem from="1580505958003" duration="433000" />
|
|
392
|
+
<workItem from="1580575542813" duration="24888000" />
|
|
393
|
+
<workItem from="1580806869800" duration="4918000" />
|
|
394
|
+
<workItem from="1580840852289" duration="2579000" />
|
|
395
|
+
<workItem from="1580933795387" duration="6887000" />
|
|
396
|
+
<workItem from="1581080264707" duration="4371000" />
|
|
397
|
+
<workItem from="1581096470891" duration="534000" />
|
|
398
|
+
<workItem from="1581162822581" duration="33597000" />
|
|
399
|
+
<workItem from="1581359617491" duration="18633000" />
|
|
400
|
+
<workItem from="1581536700354" duration="9260000" />
|
|
401
|
+
<workItem from="1581591889911" duration="8000" />
|
|
402
|
+
<workItem from="1581794818787" duration="18373000" />
|
|
403
|
+
<workItem from="1581969511633" duration="9126000" />
|
|
404
|
+
<workItem from="1582015246743" duration="552000" />
|
|
405
|
+
<workItem from="1582025890517" duration="123000" />
|
|
406
|
+
<workItem from="1582239432033" duration="679000" />
|
|
407
|
+
<workItem from="1582743644737" duration="6380000" />
|
|
408
|
+
<workItem from="1582995328026" duration="943000" />
|
|
409
|
+
<workItem from="1583259986470" duration="7606000" />
|
|
410
|
+
<workItem from="1583306928640" duration="350000" />
|
|
411
|
+
<workItem from="1584948581006" duration="16466000" />
|
|
412
|
+
<workItem from="1585039206515" duration="1429000" />
|
|
413
|
+
<workItem from="1585053195533" duration="4000" />
|
|
414
|
+
<workItem from="1585076441301" duration="19301000" />
|
|
415
|
+
<workItem from="1585825080048" duration="41606000" />
|
|
416
|
+
<workItem from="1586077788013" duration="2862000" />
|
|
417
|
+
<workItem from="1586248995920" duration="12493000" />
|
|
418
|
+
<workItem from="1586604167247" duration="363000" />
|
|
419
|
+
<workItem from="1586604655739" duration="41942000" />
|
|
420
|
+
<workItem from="1586860620675" duration="40000" />
|
|
421
|
+
<workItem from="1586860673671" duration="15320000" />
|
|
422
|
+
<workItem from="1586940249382" duration="8285000" />
|
|
423
|
+
<workItem from="1586975159023" duration="33865000" />
|
|
424
|
+
<workItem from="1587117063219" duration="15230000" />
|
|
425
|
+
<workItem from="1587389564365" duration="43060000" />
|
|
426
|
+
<workItem from="1587557754938" duration="18927000" />
|
|
427
|
+
<workItem from="1587640430155" duration="8000" />
|
|
428
|
+
<workItem from="1587671627308" duration="13106000" />
|
|
429
|
+
<workItem from="1587727866590" duration="41709000" />
|
|
430
|
+
<workItem from="1588015134359" duration="12000" />
|
|
431
|
+
<workItem from="1588016703187" duration="67000" />
|
|
432
|
+
<workItem from="1588020048411" duration="319000" />
|
|
433
|
+
<workItem from="1588062727557" duration="21427000" />
|
|
434
|
+
<workItem from="1588447687635" duration="7364000" />
|
|
435
|
+
<workItem from="1588505097417" duration="15605000" />
|
|
436
|
+
<workItem from="1588746256111" duration="250000" />
|
|
437
|
+
<workItem from="1588951830584" duration="1236000" />
|
|
438
|
+
<workItem from="1589042419884" duration="9000" />
|
|
439
|
+
<workItem from="1589119642067" duration="6903000" />
|
|
440
|
+
<workItem from="1589132090186" duration="109000" />
|
|
441
|
+
<workItem from="1589181302832" duration="39133000" />
|
|
442
|
+
<workItem from="1589309879854" duration="10188000" />
|
|
443
|
+
<workItem from="1589350526975" duration="8259000" />
|
|
444
|
+
<workItem from="1589459262234" duration="10942000" />
|
|
445
|
+
<workItem from="1589527790841" duration="6876000" />
|
|
446
|
+
<workItem from="1589568452488" duration="28697000" />
|
|
447
|
+
<workItem from="1589799867166" duration="4387000" />
|
|
448
|
+
<workItem from="1589808966168" duration="18176000" />
|
|
449
|
+
<workItem from="1589869630099" duration="606000" />
|
|
450
|
+
<workItem from="1589918495228" duration="1441000" />
|
|
451
|
+
<workItem from="1589962065572" duration="1097000" />
|
|
452
|
+
<workItem from="1589965609354" duration="2088000" />
|
|
453
|
+
<workItem from="1590092412239" duration="4437000" />
|
|
454
|
+
<workItem from="1590403382030" duration="1266000" />
|
|
455
|
+
<workItem from="1590430607255" duration="9110000" />
|
|
456
|
+
<workItem from="1590442760764" duration="2000" />
|
|
457
|
+
<workItem from="1590489559788" duration="105000" />
|
|
458
|
+
<workItem from="1590942189895" duration="16042000" />
|
|
459
|
+
<workItem from="1590993735172" duration="103000" />
|
|
460
|
+
<workItem from="1591009049086" duration="16771000" />
|
|
461
|
+
<workItem from="1591085622326" duration="9295000" />
|
|
462
|
+
<workItem from="1591122964418" duration="20488000" />
|
|
463
|
+
<workItem from="1591193010530" duration="8941000" />
|
|
464
|
+
<workItem from="1591260193654" duration="7170000" />
|
|
465
|
+
<workItem from="1591286021006" duration="11428000" />
|
|
466
|
+
<workItem from="1591349687121" duration="23043000" />
|
|
467
|
+
<workItem from="1591604643694" duration="319000" />
|
|
468
|
+
<workItem from="1591626381238" duration="20114000" />
|
|
469
|
+
<workItem from="1591689979885" duration="2460000" />
|
|
470
|
+
<workItem from="1591788074613" duration="86000" />
|
|
471
|
+
<workItem from="1591818414315" duration="36579000" />
|
|
472
|
+
<workItem from="1592074205880" duration="20544000" />
|
|
473
|
+
<workItem from="1592231451523" duration="952000" />
|
|
474
|
+
<workItem from="1592238953453" duration="14255000" />
|
|
475
|
+
<workItem from="1592301933598" duration="2520000" />
|
|
476
|
+
<workItem from="1592313894815" duration="674000" />
|
|
477
|
+
<workItem from="1592328529495" duration="17506000" />
|
|
478
|
+
<workItem from="1592391669300" duration="943000" />
|
|
479
|
+
<workItem from="1592408215501" duration="20497000" />
|
|
480
|
+
<workItem from="1592471096197" duration="359000" />
|
|
481
|
+
<workItem from="1592476224293" duration="21736000" />
|
|
482
|
+
<workItem from="1592598752343" duration="11680000" />
|
|
483
|
+
<workItem from="1592854002712" duration="2675000" />
|
|
484
|
+
<workItem from="1592857721927" duration="5368000" />
|
|
485
|
+
<workItem from="1593027725220" duration="1867000" />
|
|
486
|
+
<workItem from="1593029988259" duration="4166000" />
|
|
487
|
+
<workItem from="1593111299010" duration="13220000" />
|
|
488
|
+
<workItem from="1593203170109" duration="6206000" />
|
|
489
|
+
<workItem from="1593889948424" duration="14780000" />
|
|
490
|
+
<workItem from="1594039248047" duration="767000" />
|
|
491
|
+
<workItem from="1594042719303" duration="272000" />
|
|
492
|
+
<workItem from="1594043004327" duration="581000" />
|
|
493
|
+
<workItem from="1594063503879" duration="6820000" />
|
|
494
|
+
<workItem from="1594179770192" duration="4000" />
|
|
495
|
+
<workItem from="1594183002893" duration="1662000" />
|
|
496
|
+
<workItem from="1594200657873" duration="5815000" />
|
|
497
|
+
<workItem from="1594653486166" duration="3622000" />
|
|
498
|
+
<workItem from="1594716722593" duration="5539000" />
|
|
499
|
+
<workItem from="1594741968754" duration="9355000" />
|
|
500
|
+
<workItem from="1594928675309" duration="4492000" />
|
|
501
|
+
<workItem from="1594985300865" duration="4627000" />
|
|
502
|
+
<workItem from="1595560329123" duration="15033000" />
|
|
503
|
+
<workItem from="1595939095570" duration="40000" />
|
|
504
|
+
<workItem from="1596145482554" duration="1503000" />
|
|
505
|
+
<workItem from="1596394003008" duration="41284000" />
|
|
506
|
+
<workItem from="1596566971479" duration="3214000" />
|
|
507
|
+
<workItem from="1596570273872" duration="8747000" />
|
|
508
|
+
<workItem from="1596642063649" duration="1245000" />
|
|
509
|
+
<workItem from="1596748539640" duration="7302000" />
|
|
510
|
+
<workItem from="1596794518094" duration="36611000" />
|
|
511
|
+
<workItem from="1597051741397" duration="3629000" />
|
|
512
|
+
<workItem from="1597061069420" duration="16985000" />
|
|
513
|
+
<workItem from="1597159865742" duration="3750000" />
|
|
514
|
+
<workItem from="1597177720711" duration="4438000" />
|
|
515
|
+
<workItem from="1597857346763" duration="320000" />
|
|
516
|
+
<workItem from="1598818181676" duration="713000" />
|
|
517
|
+
<workItem from="1598868492207" duration="7441000" />
|
|
518
|
+
<workItem from="1598888030386" duration="8750000" />
|
|
519
|
+
<workItem from="1598973529656" duration="13267000" />
|
|
520
|
+
<workItem from="1599055824043" duration="10512000" />
|
|
521
|
+
<workItem from="1600198551035" duration="7736000" />
|
|
522
|
+
<workItem from="1601149013967" duration="12589000" />
|
|
523
|
+
<workItem from="1601221550202" duration="71000" />
|
|
524
|
+
<workItem from="1601547102678" duration="202000" />
|
|
525
|
+
<workItem from="1601568622275" duration="1671000" />
|
|
526
|
+
<workItem from="1601648446082" duration="2877000" />
|
|
527
|
+
<workItem from="1602160596835" duration="861000" />
|
|
528
|
+
<workItem from="1602444473532" duration="2191000" />
|
|
529
|
+
<workItem from="1602793344855" duration="3935000" />
|
|
530
|
+
<workItem from="1602964384808" duration="2957000" />
|
|
531
|
+
<workItem from="1603484116851" duration="27146000" />
|
|
532
|
+
<workItem from="1603717171128" duration="6475000" />
|
|
533
|
+
<workItem from="1603727033864" duration="479000" />
|
|
534
|
+
<workItem from="1603826000388" duration="5948000" />
|
|
535
|
+
<workItem from="1603912201017" duration="7731000" />
|
|
536
|
+
<workItem from="1603966920738" duration="5042000" />
|
|
537
|
+
<workItem from="1604003462933" duration="7403000" />
|
|
538
|
+
<workItem from="1604055177852" duration="275000" />
|
|
539
|
+
<workItem from="1604055636060" duration="16369000" />
|
|
540
|
+
<workItem from="1604182747677" duration="4182000" />
|
|
541
|
+
<workItem from="1604317731069" duration="1022000" />
|
|
542
|
+
<workItem from="1604394816957" duration="647000" />
|
|
543
|
+
<workItem from="1604442216370" duration="7267000" />
|
|
544
|
+
<workItem from="1604496251076" duration="6889000" />
|
|
545
|
+
<workItem from="1604785554552" duration="8853000" />
|
|
546
|
+
<workItem from="1604913844836" duration="2000" />
|
|
547
|
+
<workItem from="1605036501943" duration="265000" />
|
|
548
|
+
<workItem from="1605126695396" duration="3000" />
|
|
549
|
+
<workItem from="1605126701526" duration="5296000" />
|
|
550
|
+
<workItem from="1605172404727" duration="1257000" />
|
|
551
|
+
<workItem from="1605208838888" duration="3569000" />
|
|
552
|
+
<workItem from="1605266934545" duration="6000" />
|
|
553
|
+
<workItem from="1605468484262" duration="950000" />
|
|
554
|
+
<workItem from="1605520255865" duration="463000" />
|
|
555
|
+
<workItem from="1605523179800" duration="3435000" />
|
|
556
|
+
<workItem from="1605719609305" duration="1380000" />
|
|
557
|
+
<workItem from="1605771006043" duration="11911000" />
|
|
558
|
+
<workItem from="1606070852706" duration="5938000" />
|
|
559
|
+
<workItem from="1606477112777" duration="83000" />
|
|
560
|
+
<workItem from="1606938127562" duration="33114000" />
|
|
561
|
+
<workItem from="1607112844770" duration="9652000" />
|
|
562
|
+
<workItem from="1607285037063" duration="972000" />
|
|
563
|
+
<workItem from="1607521219989" duration="295000" />
|
|
564
|
+
<workItem from="1607883978022" duration="4691000" />
|
|
565
|
+
<workItem from="1607951176492" duration="2530000" />
|
|
566
|
+
<workItem from="1607976211009" duration="6411000" />
|
|
567
|
+
<workItem from="1608224700487" duration="14152000" />
|
|
568
|
+
<workItem from="1608300579673" duration="33548000" />
|
|
569
|
+
<workItem from="1608491286419" duration="616000" />
|
|
570
|
+
<workItem from="1608665287840" duration="1372000" />
|
|
571
|
+
<workItem from="1608724168041" duration="3000" />
|
|
572
|
+
<workItem from="1608725214610" duration="213000" />
|
|
573
|
+
<workItem from="1608743614150" duration="13234000" />
|
|
574
|
+
<workItem from="1608835088814" duration="3435000" />
|
|
575
|
+
<workItem from="1609247201039" duration="55536000" />
|
|
576
|
+
<workItem from="1610148249324" duration="12907000" />
|
|
577
|
+
<workItem from="1610392475573" duration="8576000" />
|
|
578
|
+
<workItem from="1610463932071" duration="726000" />
|
|
579
|
+
<workItem from="1610482445916" duration="772000" />
|
|
580
|
+
<workItem from="1610577712510" duration="1291000" />
|
|
581
|
+
<workItem from="1610617528720" duration="562000" />
|
|
582
|
+
<workItem from="1610640568554" duration="1619000" />
|
|
583
|
+
<workItem from="1610651560435" duration="3242000" />
|
|
584
|
+
<workItem from="1610998618104" duration="3447000" />
|
|
585
|
+
<workItem from="1611048865925" duration="602000" />
|
|
586
|
+
<workItem from="1611052754174" duration="1570000" />
|
|
587
|
+
<workItem from="1611159343860" duration="18888000" />
|
|
588
|
+
<workItem from="1611236818401" duration="3267000" />
|
|
589
|
+
<workItem from="1611246108101" duration="13138000" />
|
|
590
|
+
<workItem from="1611760122815" duration="1825000" />
|
|
591
|
+
<workItem from="1611768115200" duration="4757000" />
|
|
592
|
+
<workItem from="1611859929509" duration="8087000" />
|
|
593
|
+
<workItem from="1611915875992" duration="7297000" />
|
|
594
|
+
<workItem from="1611927772624" duration="20192000" />
|
|
595
|
+
<workItem from="1612199448255" duration="8279000" />
|
|
596
|
+
<workItem from="1612281645319" duration="268000" />
|
|
597
|
+
<workItem from="1612543857470" duration="1709000" />
|
|
598
|
+
<workItem from="1612615405856" duration="735000" />
|
|
599
|
+
<workItem from="1612689021455" duration="14000" />
|
|
600
|
+
<workItem from="1612902075767" duration="2203000" />
|
|
601
|
+
<workItem from="1613061792540" duration="657000" />
|
|
602
|
+
<workItem from="1613555748289" duration="864000" />
|
|
603
|
+
<workItem from="1613588438653" duration="5000" />
|
|
604
|
+
<workItem from="1613759759843" duration="2156000" />
|
|
605
|
+
<workItem from="1613839857526" duration="19144000" />
|
|
606
|
+
<workItem from="1614333580285" duration="1018000" />
|
|
607
|
+
<workItem from="1614344494975" duration="3228000" />
|
|
608
|
+
<workItem from="1614355853724" duration="1904000" />
|
|
609
|
+
<workItem from="1614539059385" duration="950000" />
|
|
610
|
+
<workItem from="1614543139425" duration="1143000" />
|
|
611
|
+
<workItem from="1614617714125" duration="1613000" />
|
|
612
|
+
<workItem from="1614685324781" duration="1598000" />
|
|
613
|
+
<workItem from="1614695114763" duration="574000" />
|
|
614
|
+
<workItem from="1614702402644" duration="515000" />
|
|
615
|
+
<workItem from="1615064437622" duration="14642000" />
|
|
616
|
+
<workItem from="1615215959433" duration="9743000" />
|
|
617
|
+
<workItem from="1615729772881" duration="348000" />
|
|
618
|
+
<workItem from="1615990134538" duration="131000" />
|
|
619
|
+
<workItem from="1616141243788" duration="2034000" />
|
|
620
|
+
<workItem from="1616157102732" duration="3000" />
|
|
621
|
+
<workItem from="1616252728092" duration="9796000" />
|
|
622
|
+
<workItem from="1616420339800" duration="489000" />
|
|
623
|
+
<workItem from="1616574245611" duration="5851000" />
|
|
624
|
+
<workItem from="1616673358234" duration="3438000" />
|
|
625
|
+
<workItem from="1617027959845" duration="650000" />
|
|
626
|
+
<workItem from="1617030293663" duration="3835000" />
|
|
627
|
+
<workItem from="1617263917775" duration="1978000" />
|
|
628
|
+
<workItem from="1617265981481" duration="1579000" />
|
|
629
|
+
<workItem from="1617267954130" duration="173000" />
|
|
630
|
+
<workItem from="1617268158787" duration="1463000" />
|
|
631
|
+
<workItem from="1617270413990" duration="1000" />
|
|
632
|
+
<workItem from="1617561844499" duration="3531000" />
|
|
633
|
+
<workItem from="1617568837314" duration="5471000" />
|
|
634
|
+
<workItem from="1618132539825" duration="5370000" />
|
|
635
|
+
<workItem from="1618341753259" duration="3431000" />
|
|
636
|
+
<workItem from="1618564797194" duration="3974000" />
|
|
637
|
+
<workItem from="1618578587314" duration="257000" />
|
|
638
|
+
<workItem from="1618584138853" duration="4280000" />
|
|
639
|
+
<workItem from="1618822856415" duration="91000" />
|
|
640
|
+
<workItem from="1619332964686" duration="5562000" />
|
|
641
|
+
<workItem from="1619342755066" duration="6551000" />
|
|
642
|
+
<workItem from="1620234091032" duration="34369000" />
|
|
643
|
+
<workItem from="1620318057128" duration="2247000" />
|
|
644
|
+
<workItem from="1620390180668" duration="1000" />
|
|
645
|
+
<workItem from="1620403789063" duration="5469000" />
|
|
646
|
+
<workItem from="1620848098661" duration="2069000" />
|
|
647
|
+
<workItem from="1621250212575" duration="5539000" />
|
|
648
|
+
<workItem from="1621261977468" duration="2995000" />
|
|
649
|
+
<workItem from="1621287194369" duration="95000" />
|
|
650
|
+
<workItem from="1621287539020" duration="1499000" />
|
|
651
|
+
<workItem from="1621528697532" duration="4213000" />
|
|
652
|
+
<workItem from="1621598757745" duration="1134000" />
|
|
653
|
+
<workItem from="1621611848521" duration="743000" />
|
|
654
|
+
<workItem from="1621615475567" duration="601000" />
|
|
655
|
+
<workItem from="1621797096143" duration="34000" />
|
|
656
|
+
<workItem from="1621797160971" duration="740000" />
|
|
657
|
+
<workItem from="1621804895405" duration="2905000" />
|
|
658
|
+
<workItem from="1621867644364" duration="1560000" />
|
|
659
|
+
<workItem from="1621870179164" duration="9676000" />
|
|
660
|
+
<workItem from="1621943232163" duration="312000" />
|
|
661
|
+
<workItem from="1622116730937" duration="2715000" />
|
|
662
|
+
<workItem from="1622120477057" duration="557000" />
|
|
663
|
+
<workItem from="1622135409720" duration="256000" />
|
|
664
|
+
<workItem from="1622409922884" duration="2237000" />
|
|
665
|
+
<workItem from="1622479334635" duration="641000" />
|
|
666
|
+
<workItem from="1622544058040" duration="3781000" />
|
|
667
|
+
<workItem from="1622626624671" duration="432000" />
|
|
668
|
+
<workItem from="1623157381134" duration="3422000" />
|
|
669
|
+
<workItem from="1623259159725" duration="2577000" />
|
|
670
|
+
<workItem from="1623326918226" duration="3000" />
|
|
671
|
+
<workItem from="1623703739124" duration="855000" />
|
|
672
|
+
<workItem from="1623745274124" duration="3000" />
|
|
673
|
+
<workItem from="1623745799112" duration="37000" />
|
|
674
|
+
<workItem from="1623745883408" duration="260000" />
|
|
675
|
+
<workItem from="1623751052398" duration="3996000" />
|
|
676
|
+
<workItem from="1623784928220" duration="6940000" />
|
|
677
|
+
<workItem from="1623794213158" duration="550000" />
|
|
678
|
+
<workItem from="1623794860951" duration="567000" />
|
|
679
|
+
<workItem from="1626259895281" duration="3664000" />
|
|
680
|
+
<workItem from="1626803686772" duration="5141000" />
|
|
681
|
+
<workItem from="1626854512053" duration="190000" />
|
|
682
|
+
<workItem from="1626854898284" duration="73000" />
|
|
683
|
+
<workItem from="1626864535237" duration="248000" />
|
|
684
|
+
<workItem from="1626938409342" duration="1145000" />
|
|
685
|
+
<workItem from="1626952756719" duration="2090000" />
|
|
686
|
+
<workItem from="1627048940734" duration="4815000" />
|
|
687
|
+
<workItem from="1628676040301" duration="2539000" />
|
|
688
|
+
<workItem from="1629978451098" duration="1109000" />
|
|
689
|
+
<workItem from="1630403840413" duration="2576000" />
|
|
690
|
+
<workItem from="1630421078342" duration="2203000" />
|
|
691
|
+
<workItem from="1632145596743" duration="537000" />
|
|
692
|
+
<workItem from="1632751154680" duration="849000" />
|
|
693
|
+
<workItem from="1632752586027" duration="84000" />
|
|
694
|
+
<workItem from="1632752728433" duration="521000" />
|
|
695
|
+
<workItem from="1632859817958" duration="58229000" />
|
|
696
|
+
<workItem from="1633188444401" duration="7041000" />
|
|
697
|
+
<workItem from="1633206768886" duration="10043000" />
|
|
698
|
+
</task>
|
|
699
|
+
<task id="LOCAL-00746" summary="Fixed isUrl add rtmp schema #677 issue: https://github.com/xdan/jodit/issues/677">
|
|
700
|
+
<created>1621876169510</created>
|
|
701
|
+
<option name="number" value="00746" />
|
|
702
|
+
<option name="presentableId" value="LOCAL-00746" />
|
|
703
|
+
<option name="project" value="LOCAL" />
|
|
704
|
+
<updated>1621876169510</updated>
|
|
705
|
+
</task>
|
|
706
|
+
<task id="LOCAL-00747" summary="The editor is very slow when working with tables in IE #673 issue: https://github.com/xdan/jodit/issues/673">
|
|
707
|
+
<created>1621878788452</created>
|
|
708
|
+
<option name="number" value="00747" />
|
|
709
|
+
<option name="presentableId" value="LOCAL-00747" />
|
|
710
|
+
<option name="project" value="LOCAL" />
|
|
711
|
+
<updated>1621878788452</updated>
|
|
712
|
+
</task>
|
|
713
|
+
<task id="LOCAL-00748" summary="The editor is very slow when working with tables in IE #673 issue: https://github.com/xdan/jodit/issues/673">
|
|
714
|
+
<created>1621878811748</created>
|
|
715
|
+
<option name="number" value="00748" />
|
|
716
|
+
<option name="presentableId" value="LOCAL-00748" />
|
|
717
|
+
<option name="project" value="LOCAL" />
|
|
718
|
+
<updated>1621878811748</updated>
|
|
719
|
+
</task>
|
|
720
|
+
<task id="LOCAL-00749" summary="The editor is very slow when working with tables in IE #673 issue: https://github.com/xdan/jodit/issues/673">
|
|
721
|
+
<created>1621878940395</created>
|
|
722
|
+
<option name="number" value="00749" />
|
|
723
|
+
<option name="presentableId" value="LOCAL-00749" />
|
|
724
|
+
<option name="project" value="LOCAL" />
|
|
725
|
+
<updated>1621878940395</updated>
|
|
726
|
+
</task>
|
|
727
|
+
<task id="LOCAL-00750" summary="The editor is very slow when working with tables in IE #673 issue: https://github.com/xdan/jodit/issues/673">
|
|
728
|
+
<created>1621879147299</created>
|
|
729
|
+
<option name="number" value="00750" />
|
|
730
|
+
<option name="presentableId" value="LOCAL-00750" />
|
|
731
|
+
<option name="project" value="LOCAL" />
|
|
732
|
+
<updated>1621879147299</updated>
|
|
733
|
+
</task>
|
|
734
|
+
<task id="LOCAL-00751" summary="Fix tests">
|
|
735
|
+
<created>1621885990362</created>
|
|
736
|
+
<option name="number" value="00751" />
|
|
737
|
+
<option name="presentableId" value="LOCAL-00751" />
|
|
738
|
+
<option name="project" value="LOCAL" />
|
|
739
|
+
<updated>1621885990362</updated>
|
|
740
|
+
</task>
|
|
741
|
+
<task id="LOCAL-00752" summary="BR Typescript 4.3.2 + override">
|
|
742
|
+
<created>1622135650052</created>
|
|
743
|
+
<option name="number" value="00752" />
|
|
744
|
+
<option name="presentableId" value="LOCAL-00752" />
|
|
745
|
+
<option name="project" value="LOCAL" />
|
|
746
|
+
<updated>1622135650053</updated>
|
|
747
|
+
</task>
|
|
748
|
+
<task id="LOCAL-00753" summary="Up">
|
|
749
|
+
<created>1622491227523</created>
|
|
750
|
+
<option name="number" value="00753" />
|
|
751
|
+
<option name="presentableId" value="LOCAL-00753" />
|
|
752
|
+
<option name="project" value="LOCAL" />
|
|
753
|
+
<updated>1622491227523</updated>
|
|
754
|
+
</task>
|
|
755
|
+
<task id="LOCAL-00754" summary="Up">
|
|
756
|
+
<created>1622491710784</created>
|
|
757
|
+
<option name="number" value="00754" />
|
|
758
|
+
<option name="presentableId" value="LOCAL-00754" />
|
|
759
|
+
<option name="project" value="LOCAL" />
|
|
760
|
+
<updated>1622491710784</updated>
|
|
761
|
+
</task>
|
|
762
|
+
<task id="LOCAL-00755" summary="Fix overrides">
|
|
763
|
+
<created>1623259199404</created>
|
|
764
|
+
<option name="number" value="00755" />
|
|
765
|
+
<option name="presentableId" value="LOCAL-00755" />
|
|
766
|
+
<option name="project" value="LOCAL" />
|
|
767
|
+
<updated>1623259199404</updated>
|
|
768
|
+
</task>
|
|
769
|
+
<task id="LOCAL-00756" summary="Fix hovering over the text editor triggers hover over source button instantly #138 Issue: https://github.com/jodit/jodit-react/issues/138">
|
|
770
|
+
<created>1623261996349</created>
|
|
771
|
+
<option name="number" value="00756" />
|
|
772
|
+
<option name="presentableId" value="LOCAL-00756" />
|
|
773
|
+
<option name="project" value="LOCAL" />
|
|
774
|
+
<updated>1623261996349</updated>
|
|
775
|
+
</task>
|
|
776
|
+
<task id="LOCAL-00757" summary="Fix hovering over the text editor triggers hover over source button instantly #138 Issue: https://github.com/jodit/jodit-react/issues/138">
|
|
777
|
+
<created>1623262237450</created>
|
|
778
|
+
<option name="number" value="00757" />
|
|
779
|
+
<option name="presentableId" value="LOCAL-00757" />
|
|
780
|
+
<option name="project" value="LOCAL" />
|
|
781
|
+
<updated>1623262237450</updated>
|
|
782
|
+
</task>
|
|
783
|
+
<task id="LOCAL-00758" summary="Enable @typescript-eslint/explicit-module-boundary-types">
|
|
784
|
+
<created>1623787168431</created>
|
|
785
|
+
<option name="number" value="00758" />
|
|
786
|
+
<option name="presentableId" value="LOCAL-00758" />
|
|
787
|
+
<option name="project" value="LOCAL" />
|
|
788
|
+
<updated>1623787168431</updated>
|
|
789
|
+
</task>
|
|
790
|
+
<task id="LOCAL-00759" summary="Enable @typescript-eslint/explicit-module-boundary-types">
|
|
791
|
+
<created>1623787195563</created>
|
|
792
|
+
<option name="number" value="00759" />
|
|
793
|
+
<option name="presentableId" value="LOCAL-00759" />
|
|
794
|
+
<option name="project" value="LOCAL" />
|
|
795
|
+
<updated>1623787195563</updated>
|
|
796
|
+
</task>
|
|
797
|
+
<task id="LOCAL-00760" summary="Allow insert in image dialog - relative path">
|
|
798
|
+
<created>1623787210281</created>
|
|
799
|
+
<option name="number" value="00760" />
|
|
800
|
+
<option name="presentableId" value="LOCAL-00760" />
|
|
801
|
+
<option name="project" value="LOCAL" />
|
|
802
|
+
<updated>1623787210281</updated>
|
|
803
|
+
</task>
|
|
804
|
+
<task id="LOCAL-00761" summary="Remove `type` helper">
|
|
805
|
+
<created>1623787660032</created>
|
|
806
|
+
<option name="number" value="00761" />
|
|
807
|
+
<option name="presentableId" value="LOCAL-00761" />
|
|
808
|
+
<option name="project" value="LOCAL" />
|
|
809
|
+
<updated>1623787660032</updated>
|
|
810
|
+
</task>
|
|
811
|
+
<task id="LOCAL-00762" summary="Reformat">
|
|
812
|
+
<created>1623787783554</created>
|
|
813
|
+
<option name="number" value="00762" />
|
|
814
|
+
<option name="presentableId" value="LOCAL-00762" />
|
|
815
|
+
<option name="project" value="LOCAL" />
|
|
816
|
+
<updated>1623787783554</updated>
|
|
817
|
+
</task>
|
|
818
|
+
<task id="LOCAL-00763" summary="Retrun prettier rule in eslint">
|
|
819
|
+
<created>1623787851264</created>
|
|
820
|
+
<option name="number" value="00763" />
|
|
821
|
+
<option name="presentableId" value="LOCAL-00763" />
|
|
822
|
+
<option name="project" value="LOCAL" />
|
|
823
|
+
<updated>1623787851264</updated>
|
|
824
|
+
</task>
|
|
825
|
+
<task id="LOCAL-00764" summary="Up">
|
|
826
|
+
<created>1623788056336</created>
|
|
827
|
+
<option name="number" value="00764" />
|
|
828
|
+
<option name="presentableId" value="LOCAL-00764" />
|
|
829
|
+
<option name="project" value="LOCAL" />
|
|
830
|
+
<updated>1623788056336</updated>
|
|
831
|
+
</task>
|
|
832
|
+
<task id="LOCAL-00765" summary="added `idle` decorator">
|
|
833
|
+
<created>1623791857536</created>
|
|
834
|
+
<option name="number" value="00765" />
|
|
835
|
+
<option name="presentableId" value="LOCAL-00765" />
|
|
836
|
+
<option name="project" value="LOCAL" />
|
|
837
|
+
<updated>1623791857536</updated>
|
|
838
|
+
</task>
|
|
839
|
+
<task id="LOCAL-00766" summary="Refactoring #5">
|
|
840
|
+
<created>1626363216638</created>
|
|
841
|
+
<option name="number" value="00766" />
|
|
842
|
+
<option name="presentableId" value="LOCAL-00766" />
|
|
843
|
+
<option name="project" value="LOCAL" />
|
|
844
|
+
<updated>1626363216639</updated>
|
|
845
|
+
</task>
|
|
846
|
+
<task id="LOCAL-00767" summary="Refactoring of Dom module">
|
|
847
|
+
<created>1626807138008</created>
|
|
848
|
+
<option name="number" value="00767" />
|
|
849
|
+
<option name="presentableId" value="LOCAL-00767" />
|
|
850
|
+
<option name="project" value="LOCAL" />
|
|
851
|
+
<updated>1626807138009</updated>
|
|
852
|
+
</task>
|
|
853
|
+
<task id="LOCAL-00768" summary="Refactoring #6">
|
|
854
|
+
<created>1626807148495</created>
|
|
855
|
+
<option name="number" value="00768" />
|
|
856
|
+
<option name="presentableId" value="LOCAL-00768" />
|
|
857
|
+
<option name="project" value="LOCAL" />
|
|
858
|
+
<updated>1626807148495</updated>
|
|
859
|
+
</task>
|
|
860
|
+
<task id="LOCAL-00769" summary="Refactoring Dom module">
|
|
861
|
+
<created>1626807592894</created>
|
|
862
|
+
<option name="number" value="00769" />
|
|
863
|
+
<option name="presentableId" value="LOCAL-00769" />
|
|
864
|
+
<option name="project" value="LOCAL" />
|
|
865
|
+
<updated>1626807592894</updated>
|
|
866
|
+
</task>
|
|
867
|
+
<task id="LOCAL-00770" summary="Up">
|
|
868
|
+
<created>1626807600733</created>
|
|
869
|
+
<option name="number" value="00770" />
|
|
870
|
+
<option name="presentableId" value="LOCAL-00770" />
|
|
871
|
+
<option name="project" value="LOCAL" />
|
|
872
|
+
<updated>1626807600733</updated>
|
|
873
|
+
</task>
|
|
874
|
+
<task id="LOCAL-00771" summary="Fixed Eraser delete "<a>" tag! #705 Issue: https://github.com/xdan/jodit/issues/705">
|
|
875
|
+
<created>1627049800021</created>
|
|
876
|
+
<option name="number" value="00771" />
|
|
877
|
+
<option name="presentableId" value="LOCAL-00771" />
|
|
878
|
+
<option name="project" value="LOCAL" />
|
|
879
|
+
<updated>1627049800021</updated>
|
|
880
|
+
</task>
|
|
881
|
+
<task id="LOCAL-00772" summary="Added new plugin">
|
|
882
|
+
<created>1627049844377</created>
|
|
883
|
+
<option name="number" value="00772" />
|
|
884
|
+
<option name="presentableId" value="LOCAL-00772" />
|
|
885
|
+
<option name="project" value="LOCAL" />
|
|
886
|
+
<updated>1627049844377</updated>
|
|
887
|
+
</task>
|
|
888
|
+
<task id="LOCAL-00773" summary="Refactoring">
|
|
889
|
+
<created>1627049863812</created>
|
|
890
|
+
<option name="number" value="00773" />
|
|
891
|
+
<option name="presentableId" value="LOCAL-00773" />
|
|
892
|
+
<option name="project" value="LOCAL" />
|
|
893
|
+
<updated>1627049863812</updated>
|
|
894
|
+
</task>
|
|
895
|
+
<task id="LOCAL-00774" summary="Refactoring">
|
|
896
|
+
<created>1630413535026</created>
|
|
897
|
+
<option name="number" value="00774" />
|
|
898
|
+
<option name="presentableId" value="LOCAL-00774" />
|
|
899
|
+
<option name="project" value="LOCAL" />
|
|
900
|
+
<updated>1630413535026</updated>
|
|
901
|
+
</task>
|
|
902
|
+
<task id="LOCAL-00775" summary="Divided the whole apple-style module into submodules and reduced the coupling">
|
|
903
|
+
<created>1633038855787</created>
|
|
904
|
+
<option name="number" value="00775" />
|
|
905
|
+
<option name="presentableId" value="LOCAL-00775" />
|
|
906
|
+
<option name="project" value="LOCAL" />
|
|
907
|
+
<updated>1633038855787</updated>
|
|
908
|
+
</task>
|
|
909
|
+
<task id="LOCAL-00776" summary="added jsdoc">
|
|
910
|
+
<created>1633039903015</created>
|
|
911
|
+
<option name="number" value="00776" />
|
|
912
|
+
<option name="presentableId" value="LOCAL-00776" />
|
|
913
|
+
<option name="project" value="LOCAL" />
|
|
914
|
+
<updated>1633039903015</updated>
|
|
915
|
+
</task>
|
|
916
|
+
<task id="LOCAL-00777" summary="Fixed some tests">
|
|
917
|
+
<created>1633044051047</created>
|
|
918
|
+
<option name="number" value="00777" />
|
|
919
|
+
<option name="presentableId" value="LOCAL-00777" />
|
|
920
|
+
<option name="project" value="LOCAL" />
|
|
921
|
+
<updated>1633044051048</updated>
|
|
922
|
+
</task>
|
|
923
|
+
<task id="LOCAL-00778" summary="Fixed all tests">
|
|
924
|
+
<created>1633108703977</created>
|
|
925
|
+
<option name="number" value="00778" />
|
|
926
|
+
<option name="presentableId" value="LOCAL-00778" />
|
|
927
|
+
<option name="project" value="LOCAL" />
|
|
928
|
+
<updated>1633108703977</updated>
|
|
929
|
+
</task>
|
|
930
|
+
<task id="LOCAL-00779" summary="Fixed aria-label for button in toolbar Issue: https://github.com/xdan/jodit/issues/725">
|
|
931
|
+
<created>1633115166694</created>
|
|
932
|
+
<option name="number" value="00779" />
|
|
933
|
+
<option name="presentableId" value="LOCAL-00779" />
|
|
934
|
+
<option name="project" value="LOCAL" />
|
|
935
|
+
<updated>1633115166694</updated>
|
|
936
|
+
</task>
|
|
937
|
+
<task id="LOCAL-00780" summary="Fixed bug in <label><editor> when label triggered click inside fake input">
|
|
938
|
+
<created>1633191311504</created>
|
|
939
|
+
<option name="number" value="00780" />
|
|
940
|
+
<option name="presentableId" value="LOCAL-00780" />
|
|
941
|
+
<option name="project" value="LOCAL" />
|
|
942
|
+
<updated>1633191311504</updated>
|
|
943
|
+
</task>
|
|
944
|
+
<task id="LOCAL-00781" summary="Fixed bug for bold plugin">
|
|
945
|
+
<created>1633191347760</created>
|
|
946
|
+
<option name="number" value="00781" />
|
|
947
|
+
<option name="presentableId" value="LOCAL-00781" />
|
|
948
|
+
<option name="project" value="LOCAL" />
|
|
949
|
+
<updated>1633191347760</updated>
|
|
950
|
+
</task>
|
|
951
|
+
<task id="LOCAL-00782" summary="Use generator in wraptotag">
|
|
952
|
+
<created>1633191618652</created>
|
|
953
|
+
<option name="number" value="00782" />
|
|
954
|
+
<option name="presentableId" value="LOCAL-00782" />
|
|
955
|
+
<option name="project" value="LOCAL" />
|
|
956
|
+
<updated>1633191618652</updated>
|
|
957
|
+
</task>
|
|
958
|
+
<task id="LOCAL-00783" summary="Bug : table & background color #722 Issue: https://github.com/xdan/jodit/issues/722">
|
|
959
|
+
<created>1633193976212</created>
|
|
960
|
+
<option name="number" value="00783" />
|
|
961
|
+
<option name="presentableId" value="LOCAL-00783" />
|
|
962
|
+
<option name="project" value="LOCAL" />
|
|
963
|
+
<updated>1633193976212</updated>
|
|
964
|
+
</task>
|
|
965
|
+
<task id="LOCAL-00784" summary="Fixed typing, remove import ts files from d.ts">
|
|
966
|
+
<created>1633195880031</created>
|
|
967
|
+
<option name="number" value="00784" />
|
|
968
|
+
<option name="presentableId" value="LOCAL-00784" />
|
|
969
|
+
<option name="project" value="LOCAL" />
|
|
970
|
+
<updated>1633195880031</updated>
|
|
971
|
+
</task>
|
|
972
|
+
<task id="LOCAL-00785" summary="Added `styleValues` option Issue: https://github.com/xdan/jodit/issues/719">
|
|
973
|
+
<created>1633208904339</created>
|
|
974
|
+
<option name="number" value="00785" />
|
|
975
|
+
<option name="presentableId" value="LOCAL-00785" />
|
|
976
|
+
<option name="project" value="LOCAL" />
|
|
977
|
+
<updated>1633208904339</updated>
|
|
978
|
+
</task>
|
|
979
|
+
<task id="LOCAL-00786" summary="Added `styleValues` option Issue: https://github.com/xdan/jodit/issues/719">
|
|
980
|
+
<created>1633208956443</created>
|
|
981
|
+
<option name="number" value="00786" />
|
|
982
|
+
<option name="presentableId" value="LOCAL-00786" />
|
|
983
|
+
<option name="project" value="LOCAL" />
|
|
984
|
+
<updated>1633208956443</updated>
|
|
985
|
+
</task>
|
|
986
|
+
<task id="LOCAL-00787" summary="Remove import .ts in .d.ts Issue: https://github.com/xdan/jodit/issues/720">
|
|
987
|
+
<created>1633210885285</created>
|
|
988
|
+
<option name="number" value="00787" />
|
|
989
|
+
<option name="presentableId" value="LOCAL-00787" />
|
|
990
|
+
<option name="project" value="LOCAL" />
|
|
991
|
+
<updated>1633210885285</updated>
|
|
992
|
+
</task>
|
|
993
|
+
<task id="LOCAL-00788" summary="Video links are not reliably converted to an IFrame. #714 Issue: https://github.com/xdan/jodit/issues/714">
|
|
994
|
+
<created>1633211241672</created>
|
|
995
|
+
<option name="number" value="00788" />
|
|
996
|
+
<option name="presentableId" value="LOCAL-00788" />
|
|
997
|
+
<option name="project" value="LOCAL" />
|
|
998
|
+
<updated>1633211241672</updated>
|
|
999
|
+
</task>
|
|
1000
|
+
<task id="LOCAL-00789" summary="Video links are not reliably converted to an IFrame. #714 Issue: https://github.com/xdan/jodit/issues/714">
|
|
1001
|
+
<created>1633211273012</created>
|
|
1002
|
+
<option name="number" value="00789" />
|
|
1003
|
+
<option name="presentableId" value="LOCAL-00789" />
|
|
1004
|
+
<option name="project" value="LOCAL" />
|
|
1005
|
+
<updated>1633211273012</updated>
|
|
1006
|
+
</task>
|
|
1007
|
+
<task id="LOCAL-00790" summary="Video links are not reliably converted to an IFrame. #714 Issue: https://github.com/xdan/jodit/issues/714">
|
|
1008
|
+
<created>1633211285674</created>
|
|
1009
|
+
<option name="number" value="00790" />
|
|
1010
|
+
<option name="presentableId" value="LOCAL-00790" />
|
|
1011
|
+
<option name="project" value="LOCAL" />
|
|
1012
|
+
<updated>1633211285674</updated>
|
|
1013
|
+
</task>
|
|
1014
|
+
<task id="LOCAL-00791" summary="Fix link">
|
|
1015
|
+
<created>1633211573133</created>
|
|
1016
|
+
<option name="number" value="00791" />
|
|
1017
|
+
<option name="presentableId" value="LOCAL-00791" />
|
|
1018
|
+
<option name="project" value="LOCAL" />
|
|
1019
|
+
<updated>1633211573133</updated>
|
|
1020
|
+
</task>
|
|
1021
|
+
<task id="LOCAL-00792" summary="Fix Lint">
|
|
1022
|
+
<created>1633215126931</created>
|
|
1023
|
+
<option name="number" value="00792" />
|
|
1024
|
+
<option name="presentableId" value="LOCAL-00792" />
|
|
1025
|
+
<option name="project" value="LOCAL" />
|
|
1026
|
+
<updated>1633215126931</updated>
|
|
1027
|
+
</task>
|
|
1028
|
+
<task id="LOCAL-00793" summary="Fixed test in FF">
|
|
1029
|
+
<created>1633216026871</created>
|
|
1030
|
+
<option name="number" value="00793" />
|
|
1031
|
+
<option name="presentableId" value="LOCAL-00793" />
|
|
1032
|
+
<option name="project" value="LOCAL" />
|
|
1033
|
+
<updated>1633216026871</updated>
|
|
1034
|
+
</task>
|
|
1035
|
+
<task id="LOCAL-00794" summary="Added .npmignore Issue: https://github.com/xdan/jodit/issues/720">
|
|
1036
|
+
<created>1633216779783</created>
|
|
1037
|
+
<option name="number" value="00794" />
|
|
1038
|
+
<option name="presentableId" value="LOCAL-00794" />
|
|
1039
|
+
<option name="project" value="LOCAL" />
|
|
1040
|
+
<updated>1633216779783</updated>
|
|
1041
|
+
</task>
|
|
1042
|
+
<option name="localTasksCounter" value="795" />
|
|
1043
|
+
<servers />
|
|
1044
|
+
</component>
|
|
1045
|
+
<component name="TypeScriptGeneratedFilesManager">
|
|
1046
|
+
<option name="version" value="3" />
|
|
1047
|
+
</component>
|
|
1048
|
+
<component name="UnknownFeatures">
|
|
1049
|
+
<option featureType="com.intellij.configurationType" implementationName="BashConfigurationType" />
|
|
1050
|
+
</component>
|
|
1051
|
+
<component name="Vcs.Log.History.Properties">
|
|
1052
|
+
<option name="COLUMN_ORDER">
|
|
1053
|
+
<list>
|
|
1054
|
+
<option value="0" />
|
|
1055
|
+
<option value="2" />
|
|
1056
|
+
<option value="3" />
|
|
1057
|
+
<option value="1" />
|
|
1058
|
+
</list>
|
|
1059
|
+
</option>
|
|
1060
|
+
</component>
|
|
1061
|
+
<component name="Vcs.Log.Tabs.Properties">
|
|
1062
|
+
<option name="TAB_STATES">
|
|
1063
|
+
<map>
|
|
1064
|
+
<entry key="1">
|
|
1065
|
+
<value>
|
|
1066
|
+
<State>
|
|
1067
|
+
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
1068
|
+
<option name="FILTERS">
|
|
1069
|
+
<map>
|
|
1070
|
+
<entry key="branch">
|
|
1071
|
+
<value>
|
|
1072
|
+
<list>
|
|
1073
|
+
<option value="HEAD" />
|
|
1074
|
+
</list>
|
|
1075
|
+
</value>
|
|
1076
|
+
</entry>
|
|
1077
|
+
<entry key="structure">
|
|
1078
|
+
<value>
|
|
1079
|
+
<list>
|
|
1080
|
+
<option value="dir:/Users/v-chupurnov/WebstormProjects/pet/jodit/examples" />
|
|
1081
|
+
</list>
|
|
1082
|
+
</value>
|
|
1083
|
+
</entry>
|
|
1084
|
+
</map>
|
|
1085
|
+
</option>
|
|
1086
|
+
</State>
|
|
1087
|
+
</value>
|
|
1088
|
+
</entry>
|
|
1089
|
+
<entry key="2">
|
|
1090
|
+
<value>
|
|
1091
|
+
<State>
|
|
1092
|
+
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
1093
|
+
<option name="FILTERS">
|
|
1094
|
+
<map>
|
|
1095
|
+
<entry key="branch">
|
|
1096
|
+
<value>
|
|
1097
|
+
<list>
|
|
1098
|
+
<option value="HEAD" />
|
|
1099
|
+
</list>
|
|
1100
|
+
</value>
|
|
1101
|
+
</entry>
|
|
1102
|
+
<entry key="roots">
|
|
1103
|
+
<value>
|
|
1104
|
+
<list>
|
|
1105
|
+
<option value="$PROJECT_DIR$" />
|
|
1106
|
+
</list>
|
|
1107
|
+
</value>
|
|
1108
|
+
</entry>
|
|
1109
|
+
</map>
|
|
1110
|
+
</option>
|
|
1111
|
+
</State>
|
|
1112
|
+
</value>
|
|
1113
|
+
</entry>
|
|
1114
|
+
<entry key="MAIN">
|
|
1115
|
+
<value>
|
|
1116
|
+
<State>
|
|
1117
|
+
<option name="FILTERS">
|
|
1118
|
+
<map>
|
|
1119
|
+
<entry key="branch">
|
|
1120
|
+
<value>
|
|
1121
|
+
<list>
|
|
1122
|
+
<option value="master" />
|
|
1123
|
+
</list>
|
|
1124
|
+
</value>
|
|
1125
|
+
</entry>
|
|
1126
|
+
</map>
|
|
1127
|
+
</option>
|
|
1128
|
+
</State>
|
|
1129
|
+
</value>
|
|
1130
|
+
</entry>
|
|
1131
|
+
</map>
|
|
1132
|
+
</option>
|
|
1133
|
+
<option name="OPEN_GENERIC_TABS">
|
|
1134
|
+
<map>
|
|
1135
|
+
<entry key="1" value="TOOL_WINDOW" />
|
|
1136
|
+
<entry key="2" value="TOOL_WINDOW" />
|
|
1137
|
+
</map>
|
|
1138
|
+
</option>
|
|
1139
|
+
<option name="RECENT_FILTERS">
|
|
1140
|
+
<map>
|
|
1141
|
+
<entry key="Branch">
|
|
1142
|
+
<value>
|
|
1143
|
+
<list />
|
|
1144
|
+
</value>
|
|
1145
|
+
</entry>
|
|
1146
|
+
<entry key="User">
|
|
1147
|
+
<value>
|
|
1148
|
+
<list />
|
|
1149
|
+
</value>
|
|
1150
|
+
</entry>
|
|
1151
|
+
</map>
|
|
1152
|
+
</option>
|
|
1153
|
+
<option name="oldMeFiltersMigrated" value="true" />
|
|
1154
|
+
</component>
|
|
1155
|
+
<component name="VcsManagerConfiguration">
|
|
1156
|
+
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
|
1157
|
+
<MESSAGE value="Refactoring of Dom module" />
|
|
1158
|
+
<MESSAGE value="Refactoring #6" />
|
|
1159
|
+
<MESSAGE value="Refactoring Dom module" />
|
|
1160
|
+
<MESSAGE value="Up" />
|
|
1161
|
+
<MESSAGE value="Fixed Eraser delete "<a>" tag! #705 Issue: https://github.com/xdan/jodit/issues/705" />
|
|
1162
|
+
<MESSAGE value="Added new plugin" />
|
|
1163
|
+
<MESSAGE value="Refactoring" />
|
|
1164
|
+
<MESSAGE value="Divided the whole apple-style module into submodules and reduced the coupling" />
|
|
1165
|
+
<MESSAGE value="added jsdoc" />
|
|
1166
|
+
<MESSAGE value="Fixed some tests" />
|
|
1167
|
+
<MESSAGE value="Fixed all tests" />
|
|
1168
|
+
<MESSAGE value="Fixed aria-label for button in toolbar Issue: https://github.com/xdan/jodit/issues/725" />
|
|
1169
|
+
<MESSAGE value="Fixed bug in <label><editor> when label triggered click inside fake input" />
|
|
1170
|
+
<MESSAGE value="Fixed bug for bold plugin" />
|
|
1171
|
+
<MESSAGE value="Use generator in wraptotag" />
|
|
1172
|
+
<MESSAGE value="Bug : table & background color #722 Issue: https://github.com/xdan/jodit/issues/722" />
|
|
1173
|
+
<MESSAGE value="Fixed typing, remove import ts files from d.ts" />
|
|
1174
|
+
<MESSAGE value="Added `styleValues` option Issue: https://github.com/xdan/jodit/issues/719" />
|
|
1175
|
+
<MESSAGE value="Remove import .ts in .d.ts Issue: https://github.com/xdan/jodit/issues/720" />
|
|
1176
|
+
<MESSAGE value="Remove built files" />
|
|
1177
|
+
<MESSAGE value="Video links are not reliably converted to an IFrame. #714 Issue: https://github.com/xdan/jodit/issues/714" />
|
|
1178
|
+
<MESSAGE value="Fix link" />
|
|
1179
|
+
<MESSAGE value="Fix Lint" />
|
|
1180
|
+
<MESSAGE value="Fixed test in FF" />
|
|
1181
|
+
<MESSAGE value="Added .npmignore Issue: https://github.com/xdan/jodit/issues/720" />
|
|
1182
|
+
<option name="LAST_COMMIT_MESSAGE" value="Added .npmignore Issue: https://github.com/xdan/jodit/issues/720" />
|
|
1183
|
+
</component>
|
|
1184
|
+
<component name="XDebuggerManager">
|
|
1185
|
+
<breakpoint-manager>
|
|
1186
|
+
<breakpoints>
|
|
1187
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1188
|
+
<url>file://$PROJECT_DIR$/src/types/uploader.d.ts</url>
|
|
1189
|
+
<line>12</line>
|
|
1190
|
+
<option name="timeStamp" value="9" />
|
|
1191
|
+
</line-breakpoint>
|
|
1192
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1193
|
+
<url>file://$PROJECT_DIR$/test/tests/acceptance/plugins/size.js</url>
|
|
1194
|
+
<line>305</line>
|
|
1195
|
+
<option name="timeStamp" value="19" />
|
|
1196
|
+
</line-breakpoint>
|
|
1197
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1198
|
+
<url>file://$PROJECT_DIR$/src/langs/ar.js</url>
|
|
1199
|
+
<line>6</line>
|
|
1200
|
+
<option name="timeStamp" value="21" />
|
|
1201
|
+
</line-breakpoint>
|
|
1202
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1203
|
+
<url>file://$PROJECT_DIR$/test/tests/acceptance/pluginsTest.js</url>
|
|
1204
|
+
<line>808</line>
|
|
1205
|
+
<option name="timeStamp" value="24" />
|
|
1206
|
+
</line-breakpoint>
|
|
1207
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1208
|
+
<url>file://$PROJECT_DIR$/src/core/ui/button/button/button.ts</url>
|
|
1209
|
+
<line>6</line>
|
|
1210
|
+
<option name="timeStamp" value="31" />
|
|
1211
|
+
</line-breakpoint>
|
|
1212
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1213
|
+
<url>file://$PROJECT_DIR$/src/modules/widget/index.ts</url>
|
|
1214
|
+
<line>9</line>
|
|
1215
|
+
<option name="timeStamp" value="32" />
|
|
1216
|
+
</line-breakpoint>
|
|
1217
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1218
|
+
<url>file://$PROJECT_DIR$/test/tests/acceptance/toolbarTest.js</url>
|
|
1219
|
+
<line>496</line>
|
|
1220
|
+
<option name="timeStamp" value="35" />
|
|
1221
|
+
</line-breakpoint>
|
|
1222
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1223
|
+
<url>file://$PROJECT_DIR$/src/modules/image-editor/templates/form.ts</url>
|
|
1224
|
+
<line>65</line>
|
|
1225
|
+
<option name="timeStamp" value="37" />
|
|
1226
|
+
</line-breakpoint>
|
|
1227
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1228
|
+
<url>file://$PROJECT_DIR$/src/core/helpers/string/stringify.ts</url>
|
|
1229
|
+
<line>20</line>
|
|
1230
|
+
<option name="timeStamp" value="42" />
|
|
1231
|
+
</line-breakpoint>
|
|
1232
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1233
|
+
<url>file://$PROJECT_DIR$/src/plugins/resizer/resizer.ts</url>
|
|
1234
|
+
<line>362</line>
|
|
1235
|
+
<option name="timeStamp" value="43" />
|
|
1236
|
+
</line-breakpoint>
|
|
1237
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1238
|
+
<url>file://$PROJECT_DIR$/node_modules/postcss/lib/processor.js</url>
|
|
1239
|
+
<line>60</line>
|
|
1240
|
+
<option name="timeStamp" value="48" />
|
|
1241
|
+
</line-breakpoint>
|
|
1242
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1243
|
+
<url>file://$PROJECT_DIR$/src/plugins/color.ts</url>
|
|
1244
|
+
<line>113</line>
|
|
1245
|
+
<option name="timeStamp" value="50" />
|
|
1246
|
+
</line-breakpoint>
|
|
1247
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1248
|
+
<url>file://$PROJECT_DIR$/src/plugins/class-span/class-span.ts</url>
|
|
1249
|
+
<line>27</line>
|
|
1250
|
+
<option name="timeStamp" value="51" />
|
|
1251
|
+
</line-breakpoint>
|
|
1252
|
+
<line-breakpoint enabled="true" type="javascript">
|
|
1253
|
+
<url>file://$PROJECT_DIR$/test/tests/units/modules/dom.js</url>
|
|
1254
|
+
<line>27</line>
|
|
1255
|
+
<option name="timeStamp" value="52" />
|
|
1256
|
+
</line-breakpoint>
|
|
1257
|
+
</breakpoints>
|
|
1258
|
+
</breakpoint-manager>
|
|
1259
|
+
</component>
|
|
1260
|
+
<component name="XSLT-Support.FileAssociations.UIState">
|
|
1261
|
+
<expand />
|
|
1262
|
+
<select />
|
|
1263
|
+
</component>
|
|
1264
|
+
</project>
|