Closed
Bug 825881
Opened 13 years ago
Closed 12 years ago
Update InlineHistory to support Bugzilla 4.4
Categories
(bugzilla.mozilla.org Graveyard :: Extensions: InlineHistory, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chtrom, Assigned: glob)
Details
The InlineHistory plugin needs to be updated to support Bugzilla 4.4.
done, grab the latest version from http://bzr.mozilla.org/bugzilla/extensions/InlineHistory/trunk/files
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bugzilla/extensions/InlineHistory/trunk/
modified Extension.pm
Committed revision 2.
Assignee: nobody → glob
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Reopening, this has broken again - my unmodified Bugzilla 4.4 with InlineHistory (trunk, revision 5 or 6) shows the following error on each bug screen:
> undef error - Undefined subroutine &Bugzilla::Bug::GetBugActivity called at
> ./extensions/InlineHistory/Extension.pm line 50.
It seems that while merging the BMO changes in revision 5, the conditional $bug->get_activity() call from revision 2 was reverted to the old GetBugActivity() call :-/
I'm using trunk revision 4 for now. By the way, could you make a release? The latest tag, 1.4, does not work with Bugzilla 4.4.
Status: RESOLVED → REOPENED
Ever confirmed: true
Resolution: FIXED → ---
please file a new bug for issues rather instead of re-opening old ones? it makes things difficult to track when resolved bugs are reopened, especially if someone else works on the new fix.
i've created bug 935513 for you.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: bugzilla.mozilla.org → bugzilla.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•