summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-10-04Bug 790909: Editing dependencies from the "Change Several Bugs at Once" page ↵Frédéric Buclin1-1/+1
does not work as expected (bug IDs are incorrectly parsed) r=dkl a=LpSolit
2012-10-04Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin2-6/+14
usevisibilitygroups is enabled r=dkl a=LpSolit
2012-10-04Bug 794389: There is no field named 'actual_time' when generating reportsFrédéric Buclin1-0/+4
r=glob a=LpSolit
2012-10-04Bug 796072: Make admin/table.html.tmpl a bit fasterFrédéric Buclin2-30/+15
r=dkl a=LpSolit
2012-10-04Bug 796386: Warn user if bugmails have been disabledMatt Tyson1-0/+9
r=glob, a=LpSolit
2012-10-04Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi1-3/+5
r=glob, a=LpSolit
2012-10-04Bug 349029: Renames the "Some attachment data changes" email preferenceSunil Joshi1-1/+1
r=glob,a=LpSolit
2012-10-03Bug 757935: Bugs with resolution MOVED cannot be editedFrédéric Buclin1-1/+3
r=glob a=LpSolit
2012-09-30Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2-65/+4
2012-09-29Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin3-8/+6
r=glob a=LpSolit
2012-09-27Bug 787697 - config.cgi uri is not unique for versions and target_milestonesFrank Becker1-4/+8
r=dkl,LpSolit a=LpSolit
2012-09-25Bug 437212: Make page refreshing under Firefox update fieldsByron Jones6-0/+75
r=LpSolit, a=LpSolit
2012-09-21Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi2-5/+205
Classification.get()) r/a=LpSolit
2012-09-20Fix bustageFrédéric Buclin1-1/+2
2012-09-20Bug 450546: Use visible_bugs() where appropriate instead of/in combination ↵Koosha Khajeh Moogahi6-9/+24
with can_see_bug() to improve performance r/a=LpSolit
2012-09-19Bug 308709: Misleading confirmation when entering an invalid sort key for a ↵Sunil Joshi2-4/+4
field value r/a=LpSolit
2012-09-19Bug 345244: Bug template creation window has silly titleSunil Joshi1-1/+1
r/a=LpSolit
2012-09-19Bug 436647: The "Bugzilla is pondering your search" page lacks a background ↵Koosha Khajeh Moogahi1-1/+3
colour attribute r/a=LpSolit
2012-09-19Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi6-15/+20
user object when no default QA contact is defined r/a=LpSolit
2012-09-17Bug 761046: Don't redirect when hitting buglist.cgi directly to avoid ↵Byron Jones1-1/+0
duplicate cgi->header calls r=LpSolit, a=LpSolit
2012-09-16Bug 791564: If no flagtype is multiplicable for a given bug, then unset ↵Frédéric Buclin1-4/+4
flags are displayed by default instead of being hidden a=LpSolit
2012-09-15Bug 345878 - "Access Denied" should be "Bug Access Denied"Sunil Joshi1-2/+2
[r=LpSolit a=LpSolit]
2012-09-14Update POD to fix bustage in Perl 5.16.1Frédéric Buclin2-0/+7
r=runtests.pl
2012-09-13Bug 783794: Bugzilla::User->visible_bugs should validate input dataFrédéric Buclin1-0/+8
r=glob a=LpSolit
2012-09-11Bug 790215 - Flag names are not properly escaped when displayed on confirm ↵Reed Loden2-2/+1
user match page [r=LpSolit a=LpSolit]
2012-09-05Bug 749540: Avoid database deadlocks when deleting recent searchesByron Jones1-6/+7
r=dkl, a=LpSolit
2012-09-05Bug 69447 - Make CC changes not cause midairs.Dave Lawrence1-9/+29
r/a=LpSolit
2012-09-04Bug 675171 - standardize font weight for field labelsDave Lawrence1-44/+44
r=glob, a=LpSolit
2012-09-04Bug 783866: Add support to call Bugzilla::Milestone->check({ id => $id })Koosha Khajeh Moogahi1-4/+6
r/a=LpSolit
2012-09-04Bug 779799: Add support to call Bugzilla::Version->check({ id => $id })Koosha Khajeh Moogahi1-3/+5
r/a=LpSolit
2012-09-04Bug 787688: AllowOverride Options missing when running under mod_perlFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-09-04Bug 787687: SQLite doesn't support CHAR_LENGTH nativelyFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-09-03Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden1-9/+41
[r=LpSolit a=LpSolit]
2012-09-03Bug 786889: Add missing 'Summary (first 60 chars)' header to CSV outputMatt Tyson1-0/+1
r=glob, a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin195-150/+400
r=wicked a=LpSolit
2012-08-31Bug 785729 - Webservice Bug.fields (_legal_field_values) should return ↵Frank Becker1-0/+9
isactive for versions, components and milestones r=dkl, a=LpSolit
2012-08-31Bug 783222 - Make set_all() throw error on invalid param names1-0/+5
r/a=LpSolit
2012-08-31Bug 785728 - config.cg?ctype=rdf should have is_active for versions, ↵Frank Becker1-0/+3
components and milestones r/a=LpSolit
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin10-83/+21
r=mkanat a=LpSolit
2012-08-31Branch for 4.4 created. Trunk is now 4.5Frédéric Buclin2-3/+3
2012-08-30Bumped version post-releaseDave Lawrence1-1/+1
2012-08-30Bump version to 4.3.3Dave Lawrence2-3/+3
2012-08-30Bug 785470: (CVE-2012-3981) [SECURITY] Missing escaping of the username can ↵Reed Loden1-0/+2
lead to LDAP injection r/a=LpSolit
2012-08-30Bug 785522: [SECURITY] Block access to templates in extensions/Frédéric Buclin1-1/+1
r=glob a=LpSolit
2012-08-30Bug 786691 - Do not display the (more flags) link to logged out users as ↵Dave Lawrence1-1/+1
they cannot set any flag r/a=LpSolit
2012-08-30Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵Frédéric Buclin2-29/+97
correctly r=dkl a=LpSolit
2012-08-30Bug 786351: Release notes for Bugzilla 4.2.3Frédéric Buclin1-0/+41
r=dkl a=LpSolit
2012-08-29Bug 772620: Ignore empty strings in the CC listFrédéric Buclin1-0/+2
r=dkl a=LpSolit
2012-08-29Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin1-9/+0
r=glob a=LpSolit
2012-08-29Bug 786310: Remove tokens when saving the default queryByron Jones1-0/+2
r= LpSolit, a=LpSolit