View Issue Details

IDProjectCategoryView StatusLast Update
0022585mantisbttimelinepublic2017-04-18 12:14
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.3.0 
Target Version2.3.0Fixed in Version2.3.0 
Summary0022585: Show timeline for specific user
Description

Feature to display a timeline widget in "view user page", showing recent actions performed by the specific user.

TagsNo tags attached.

Relationships

related to 0022590 closedcproensa Broken javascript and missing footer in My View Page 
related to 0022742 closeddregad CVE-2017-7897: XSS in timeline_inc.php (affects my_view_page.php and view_user_page.php) 
related to 0022743 closeddregad Timeline "More Events" button also acts as "Next" button 
child of 0022584 new Improve user page 

Activities

cproensa

cproensa

2017-03-26 10:59

developer   ~0056207

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

dregad

dregad

2017-03-28 06:52

developer   ~0056235

Reopening as this code causes a PHP error to occur

[Tue Mar 28 06:44:38 2017] [error] [client x.x.x.x] PHP Fatal error:  Call to undefined function helper_url_query_string() in /srv/www/bugs/core/timeline_inc.php on line 109, referer: http://mantisbt.org/bugs/
cproensa

cproensa

2017-03-29 05:33

developer   ~0056251

Reopening as this code causes a PHP error to occur

https://github.com/mantisbt/mantisbt/pull/1075

Related Changesets

MantisBT: master a7a1fae7

2017-03-25 14:36

cproensa

Committer: vboctor


Details Diff
Add user timeline to view user page

Display a timeline widget in "view user page", showing recent actions
performed by the specific user.

Fixes: 0022585
Affected Issues
0022585
mod - view_user_page.php Diff File

MantisBT: master f34c367a

2017-03-29 04:29

cproensa

Committer: dregad


Details Diff
Fix undefined function error

Introduced by e2d1de8a9f2fc5a7190efa252b2aa6df7e5c6310

Fixes 0022585, 22590

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0022585, 0022590
mod - core/timeline_inc.php Diff File