View Issue Details

IDProjectCategoryView StatusLast Update
0033914mantisbtcode cleanuppublic2024-03-02 07:24
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Target Version2.27.0Fixed in Version2.27.0 
Summary0033914: Move timeline_inc.php from core to root directory
Description

Historically, includes containing markup are stored with the scripts using them (see bug_view_inc.php for example).

Additional Information

This was reported in 0033906:0068615

TagsNo tags attached.

Relationships

related to 0033906 closeddregad Failed opening core.php in timeline_inc.php on PHP 8.2 / IIS 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 834eba1a

2024-03-02 07:00

dregad


Details Diff
Moving timeline_inc.php from core to root

Consistency update. Historically, includes containing markup are stored
with the scripts using them (see bug_view_inc.php for example).

Fixes 0033914
Affected Issues
0033914
mod - my_view_page.php Diff File
mv - core/timeline_inc.php → timeline_inc.php Diff File
mod - view_user_page.php Diff File

MantisBT: master 2eeeb42b

2024-03-02 07:06

dregad


Details Diff
Protect timeline_inc.php with a constant

Make sure it can't be accessed directly.

Fixes 0033914
Affected Issues
0033914
mod - my_view_page.php Diff File
mod - timeline_inc.php Diff File
mod - view_user_page.php Diff File