Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-28 | Bug 533927 - "email address domain filtering is applying to non-email fields ↵ | Reed Loden | 1 | -32/+28 | |
in the history" [r=LpSolit a=LpSolit] | |||||
2010-03-28 | Bug 529433 - "Show name and full e-mail in a tooltip for flag setters and ↵ | Reed Loden | 2 | -5/+25 | |
requestees" [r=LpSolit a=LpSolit] | |||||
2010-03-26 | Bug 553818: Fix the format of the return value for the Bug.attachments | Max Kanat-Alexander | 1 | -3/+1 | |
method in the WebService r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553774: Make User.login correctly return cookies under JSON-RPC | Max Kanat-Alexander | 1 | -0/+19 | |
r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't | Max Kanat-Alexander | 3 | -6/+9 | |
provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat | |||||
2010-03-24 | Bug 504946: Fix "Use of uninitialized value $strs in split at | Jesse Clark | 1 | -0/+1 | |
Bugzilla/Search.pm line 1038" r=mkanat, a=mkanat | |||||
2010-03-23 | Bug 544332 - New bug_check_can_change_field hook for Bugzilla/Bug.pm | David Lawrence | 5 | -16/+143 | |
r/a=mkanat | |||||
2010-03-18 | Bug 553267: Allow specifying that you don't want flag data, for config.cgi | Max Kanat-Alexander | 2 | -33/+46 | |
r=gerv, a=mkanat | |||||
2010-03-18 | Bug 553255: Make config.cgi use Bugzilla::Product::preload, for a small | Max Kanat-Alexander | 1 | -0/+4 | |
performance improvement r=gerv, a=mkanat | |||||
2010-03-18 | Bug 395461: Allow multi-select fields to show up in buglist.cgi | Max Kanat-Alexander | 4 | -3/+21 | |
r=dkl, a=mkanat | |||||
2010-03-18 | Bug 330633 - "Remove the "Reset Form" button on editparams.cgi" | Reed Loden | 1 | -1/+0 | |
[r=mkanat a=LpSolit] | |||||
2010-03-17 | Bug 545587: Make colchange.cgi use the database to determine buglist-able | Max Kanat-Alexander | 3 | -69/+62 | |
columns, instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 545770: Make contrib/merge-users.pl figure out what columns to merge | Max Kanat-Alexander | 2 | -24/+32 | |
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-03-16 | Bug 526189: Refactor the way that groups are checked for being validly | Max Kanat-Alexander | 2 | -16/+33 | |
settable in a particular product, to eliminate the possibility of ever setting an inactive or invalid group on a product. r=LpSolit, a=LpSolit | |||||
2010-03-15 | Bug 552349: A lot of errors are thrown when an Atom feed queries Bugzilla | Frédéric Buclin | 1 | -1/+1 | |
r/a=mkanat | |||||
2010-03-15 | Fix Rémi Zara's first name (wasn't a valid UTF8 string) | Frédéric Buclin | 1 | -1/+1 | |
2010-03-14 | Bug 349356: Correctly detect PPC as PocketPC (not only PowerPC) | timeless | 1 | -29/+39 | |
r/a=LpSolit | |||||
2010-03-14 | Bug 552168: Speed up comment display by pre-loading all Bugzilla::User | Max Kanat-Alexander | 2 | -0/+14 | |
objects for the comment authors, for the whole list, all at once. r=LpSolit, a=LpSolit | |||||
2010-03-14 | Bug 498309: Speed up show_bug.cgi when there are many comments by caching | Max Kanat-Alexander | 4 | -78/+121 | |
field-descs globally for all template calls r=LpSolit, a=LpSolit | |||||
2010-03-12 | Bug 551210: Retargetted flags should be deleted if the flag setter has no ↵ | Frédéric Buclin | 1 | -0/+2 | |
privs to set the flag in the new product a=LpSolit | |||||
2010-03-10 | Bug 551199: The Bug.search WebService function was throwing an error about | Max Kanat-Alexander | 1 | -1/+1 | |
datetime_format_inbound not being found r=dkl, a=mkanat | |||||
2010-03-10 | Bug 550966: Syntax errors in extensions' Extension.pm were causing "deep | Max Kanat-Alexander | 1 | -1/+7 | |
recursion on subroutine" errors. r=mkanat, a=mkanat (module owner) | |||||
2010-03-09 | Bug 374632: A separate script just to fix file/directory permissions | Max Kanat-Alexander | 1 | -0/+28 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-03-09 | Bug 551104: Don't install DBD::Pg when using install-module.pl --all unless | Max Kanat-Alexander | 1 | -0/+2 | |
the PostgreSQL devel files are actually installed. r=mkanat, a=mkanat (module owner) | |||||
2010-03-08 | Bug 550618: Make the XML-RPC WebService return the right date format | Max Kanat-Alexander | 2 | -16/+26 | |
r=dkl, a=mkanat | |||||
2010-03-08 | Remove CVS "$Id" markers in files. The CVS mirror of bzr was showing | Max Kanat-Alexander | 7 | -9/+0 | |
the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary. | |||||
2010-03-08 | Bug 547863: Stop supporting upgrades from 2.8 | Max Kanat-Alexander | 2 | -44/+6 | |
r=LpSolit, a=mkanat | |||||
2010-03-08 | Bug 549588: Documentation incorrectly refers to localconfig for priorities, ↵ | Frédéric Buclin | 1 | -11/+1 | |
severities, platforms and operating systems r=glob | |||||
2010-03-08 | Fix some typos and formatting in the Bugzilla::Extension POD. | Max Kanat-Alexander | 1 | -6/+6 | |
2010-03-08 | Bug 549671: The "1.3. New Versions" section is out-of-date | Frédéric Buclin | 1 | -34/+7 | |
r=glob | |||||
2010-03-08 | Bug 542464: Dependency graphs cannot be displayed when bug summaries contain ↵ | Frédéric Buclin | 1 | -1/+5 | |
UTF8 characters r/a=mkanat | |||||
2010-03-08 | Add a note about the Example extension in the Bugzilla::Hook POD. | Max Kanat-Alexander | 1 | -0/+3 | |
2010-03-07 | Bug 101770 - Comment box on the edit attachment page is too small \n ↵ | Guy Pyrzak | 7 | -170/+305 | |
r=mkanat/lpSolit, a=lpsolit | |||||
2010-03-07 | Bug 549685: Update the list of required and optional Perl modules | Frédéric Buclin | 1 | -4/+75 | |
r=ghendricks a=LpSolit | |||||
2010-03-07 | Bug 549482: Release Notes for Bugzilla 3.4.6 | Max Kanat-Alexander | 1 | -0/+46 | |
r=LpSolit | |||||
2010-03-06 | Update the stability status of several WebService methods. | Max Kanat-Alexander | 3 | -12/+14 | |
2010-03-05 | Bug 513989 - large search query causing internal server error (500) but ↵ | David Lawrence | 1 | -1/+1 | |
valid redirect 302 returned Decreased CGI_URI_LIMIT to 8000 instead of 10000 a=mkanat | |||||
2010-03-05 | Additional bustage fix for bug 545299. | Max Kanat-Alexander | 1 | -1/+1 | |
2010-03-05 | Bustage fix for Bug 545299. rs=mkanat over IRC | Justin Wood | 1 | -1/+1 | |
2010-03-04 | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | Max Kanat-Alexander | 5 | -68/+86 | |
UTC. POD | |||||
2010-03-04 | Bug 545299, XML-RPC WebService should take and return dates and times in ↵ | Justin Wood | 5 | -48/+48 | |
UTC. Code part, r+=mkanat | |||||
2010-03-03 | Bug 513989 - large search query causing internal server error (500) but ↵ | Dave Lawrence | 2 | -3/+12 | |
valid redirect 302 returned r=mkanat, a=mkanat | |||||
2010-03-03 | fix for button | Guy Pyrzak | 2 | -6/+6 | |
2010-03-03 | 101770v2 | Guy Pyrzak | 1 | -27/+29 | |
2010-03-03 | 101770 | Guy Pyrzak | 7 | -167/+300 | |
2010-03-02 | Bug 541553: [Oracle] Drop triggers when dropping columns, and drop the | Xiaoou Wu | 2 | -0/+24 | |
left-behind PRODUCTS_MILESTONEURL trigger that currently exists in 3.6/trunk. r=mkanat, a=mkanat | |||||
2010-03-02 | Bug 286041 - Allow people to undo "forget search" | Kent Rogers | 2 | -6/+5 | |
r=mkanat, a=mkanat | |||||
2010-03-01 | Bug 508823: Make it so that you don't ever have to reset template_inner (like | Max Kanat-Alexander | 10 | -19/+28 | |
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit | |||||
2010-03-01 | Bug 547466: Release Notes for Bugzilla 3.6rc1 | Max Kanat-Alexander | 2 | -20/+716 | |
r=LpSolit, r=gerv | |||||
2010-03-01 | Bug 548933: The "Mark as Duplicate" link was changing bugs to RESOLVED FIXED | Max Kanat-Alexander | 1 | -1/+2 | |
r=pyrzak, a=mkanat |