View Issue Details

IDProjectCategoryView StatusLast Update
0022593mantisbtplug-inspublic2017-04-01 00:13
Reporteratrol Assigned Tovboctor  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Target Version2.3.0Fixed in Version2.3.0 
Summary0022593: Broken Snippet plugin
Description

Snippet plugin is no longer available

Had no deeper look, might be caused by https://github.com/mantisbt/mantisbt/pull/1037
where xmlhttprequest.php has been removed

Found also in server log
script '/srv/www/bugs/xmlhttprequest.php' not found or unable to stat, referer: https://www.mantisbt.org/bugs/bug_report_page.php

TagsNo tags attached.

Activities

vboctor

vboctor

2017-03-29 01:18

manager   ~0056244

PR: https://github.com/mantisbt/mantisbt/pull/1074

vboctor

vboctor

2017-03-29 01:30

manager   ~0056245

I've also opened a bug against Snippets plugin to create its own REST API using the new model:
https://github.com/mantisbt-plugins/snippets/issues/16

Related Changesets

MantisBT: master 1f1a2be0

2017-03-28 21:17

vboctor


Details Diff
Leave xmlhttprequest.php for backward compatibility

Re-adding xmlhttprequest.php for plugins. However, plugins should
be updated to use the new REST API approach.

Fixes 0022593
Affected Issues
0022593
add - xmlhttprequest.php Diff File

MantisBT: master cc40d19b

2017-03-29 07:02

vboctor


Details Diff
Add DEPRECATED log msg when xmlhttprequest is used

Fixes 0022593
Affected Issues
0022593
mod - core/constant_inc.php Diff File
mod - xmlhttprequest.php Diff File