Revision | 76 (tree) |
---|---|
Zeit | 2022-03-17 04:25:23 |
Autor | ![]() |
Commit para salvar a implementação atual
Contém texto solto dentro do código
Não usar esta revisão
@@ -429,7 +429,7 @@ | ||
429 | 429 | Req.HttpOpenRequestParams.IgnoreInvalidCertificates := True; |
430 | 430 | Req.HttpSendRequestParams.IgnoreInvalidCertificateCA := True; |
431 | 431 | |
432 | - Req.InternetConnectParams.ServerName := PChar(Configurations.MantisBTBaseUrl + '/mantis/config/MantisConfigs.php'); | |
432 | + Req.InternetConnectParams.ServerName := PChar(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisConfigs.php'); | |
433 | 433 | Res.Content := TStringStream.Create('',TEncoding.UTF8); |
434 | 434 | try |
435 | 435 | Request(Req,Res); |
@@ -383,6 +383,8 @@ | ||
383 | 383 | colocar estes arquivos no repositorio junto com o MantisBTMonitor. Talvez usar |
384 | 384 | links simbólicos... |
385 | 385 | |
386 | +Aparentemente já agrupei tudo, apenas revise | |
387 | + | |
386 | 388 | Quando a etapa anterior acabar, volte pra cá e finalmente implemente enviar para |
387 | 389 | testes, pois tem um tag especial ([ufs-ii][T] e [UFS-II][H]). Voce vai ter que |
388 | 390 | criar um tag especial pra isso, tal como existem os tags especiais pra rejeição |
@@ -144,6 +144,8 @@ | ||
144 | 144 | |
145 | 145 | LIVIAttachments.OnKeyUp := nil; |
146 | 146 | LIVIAttachments.MultiSelect := False; |
147 | + Não está removendo a coluna. Por que? | |
148 | + Abra um comentario para editar, que possua anexos | |
147 | 149 | LIVIAttachments.Columns.Delete(3); // não tem caminho para o arquivo nessa visualização |
148 | 150 | LIVIAttachments.Margins.Bottom := 7; |
149 | 151 | PANEAttachments.Hide; |
@@ -199,7 +201,7 @@ | ||
199 | 201 | // conteúdo da requisição (requerido pelo método POST) |
200 | 202 | EDBR.AddWebResourceRequestedFilter('*MantisBTMonitorTinyMCEEditor.php',COREWEBVIEW2_WEB_RESOURCE_CONTEXT_ALL); |
201 | 203 | |
202 | - EDBR.Navigate(Configurations.MantisBTBaseUrl + '/mantis/config/MantisBTMonitorTinyMCEEditor.php'); | |
204 | + EDBR.Navigate(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisBTMonitorTinyMCEEditor.php'); | |
203 | 205 | end; |
204 | 206 | |
205 | 207 | procedure TFormManageNote.EDBRExecuteScript(Sender: TCustomEdgeBrowser; AResult: HRESULT; const AResultObjectAsJson: string); |
@@ -236,7 +236,7 @@ | ||
236 | 236 | begin |
237 | 237 | inherited; |
238 | 238 | Sender.AddWebResourceRequestedFilter('*MantisBTMonitorSimplePage.php',COREWEBVIEW2_WEB_RESOURCE_CONTEXT_ALL); |
239 | - Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/config/MantisBTMonitorSimplePage.php'); | |
239 | + Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisBTMonitorSimplePage.php'); | |
240 | 240 | end; |
241 | 241 | |
242 | 242 | procedure TFormTask.EDBRAdditionalInformationWebResourceRequested(Sender: TCustomEdgeBrowser; Args: TWebResourceRequestedEventArgs); |
@@ -263,7 +263,7 @@ | ||
263 | 263 | begin |
264 | 264 | inherited; |
265 | 265 | Sender.AddWebResourceRequestedFilter('*MantisBTMonitorComments.php',COREWEBVIEW2_WEB_RESOURCE_CONTEXT_ALL); |
266 | - Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/config/MantisBTMonitorComments.php#' + FCommentId.ToString); | |
266 | + Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisBTMonitorComments.php#' + FCommentId.ToString); | |
267 | 267 | end; |
268 | 268 | |
269 | 269 | procedure TFormTask.DoNavigationStarting(Sender: TCustomEdgeBrowser; Args: TNavigationStartingEventArgs); |
@@ -362,7 +362,7 @@ | ||
362 | 362 | inherited; |
363 | 363 | Sender.AddWebResourceRequestedFilter('*MantisBTMonitorSimplePage.php',COREWEBVIEW2_WEB_RESOURCE_CONTEXT_ALL); |
364 | 364 | // Sender.SettingsInterface.Set_AreDefaultContextMenusEnabled(0); |
365 | - Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/config/MantisBTMonitorSimplePage.php'); | |
365 | + Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisBTMonitorSimplePage.php'); | |
366 | 366 | end; |
367 | 367 | |
368 | 368 | procedure TFormTask.EDBRDescriptionWebResourceRequested(Sender: TCustomEdgeBrowser; Args: TWebResourceRequestedEventArgs); |
@@ -389,7 +389,7 @@ | ||
389 | 389 | begin |
390 | 390 | inherited; |
391 | 391 | Sender.AddWebResourceRequestedFilter('*MantisBTMonitorSimplePage.php',COREWEBVIEW2_WEB_RESOURCE_CONTEXT_ALL); |
392 | - Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/config/MantisBTMonitorSimplePage.php'); | |
392 | + Sender.Navigate(Configurations.MantisBTBaseUrl + '/mantis/mbtm/MantisBTMonitorSimplePage.php'); | |
393 | 393 | end; |
394 | 394 | |
395 | 395 | procedure TFormTask.EDBRStepsToReproduceWebResourceRequested(Sender: TCustomEdgeBrowser; Args: TWebResourceRequestedEventArgs); |