Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0033914 | mantisbt | code cleanup | public | 2024-03-02 07:14 | 2024-09-29 13:15 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.27.0 | Fixed in Version | 2.27.0 | ||
| Summary | 0033914: 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 | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 834eba1a 2024-03-02 07:00 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 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 | ||
related to
child of
duplicate of