aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Group.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence2014-02-181-2/+2
| | | | | | to match mod_rewrite example r/a=glob
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-5/+40
| | | | r=glob,a=justdave
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-15/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 658485: Implement Group.update to update groups from the WebServicesCarole Pryfer2011-10-151-1/+151
| | | | r/a=mkanat
* Bug 469195: New WebService function, Group.create.Carole Pryfer2011-04-161-0/+141
r=mkanat, a=mkanat