aboutsummaryrefslogtreecommitdiffstats
path: root/extensions/OldBugMove
Commit message (Collapse)AuthorAgeFilesLines
* Bug 618161: Make VERSION into a constant in two included extensions so thatMax Kanat-Alexander2010-12-121-2/+2
| | | | | | calling $class->VERSION on them won't throw an error on Perl 5.12 when there are non-numeric characters in BUGZILLA_VERSION. r=LpSolit, a=LpSolit
* Bug 581690: Restore the ability to move several bugs at once to another ↵Frédéric Buclin2010-08-133-13/+35
| | | | | | installation r=ghendricks a=LpSolit
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-189-0/+447
called OldBugMove. r=dkl, a=mkanat