aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 803295: Bump the minimum requirement for DBI to 1.54Frédéric Buclin2012-10-191-1/+2
| | | | r=glob a=LpSolit
* Bug 531243: Bugzilla crashes on show_bug if it's hit while a custom field is ↵Frédéric Buclin2012-10-191-1/+9
| | | | | | being added r=justdave a=LpSolit
* Bug 780053: Oracle crashes when listing keywords, tags or flags in buglistsDavid Taylor2012-10-191-9/+13
| | | | r/a=LpSolit
* Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence2012-10-168-22/+43
| | | | | | users are not always required to login r/a=LpSolit
* Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann2012-10-161-0/+61
| | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
* Bug 799721: PostgreSQL 9.2 requires DBD::Pg 2.19.3Frédéric Buclin2012-10-161-4/+5
| | | | r=glob a=LpSolit
* Bug 801569: Require DBD::Pg 2.7.0 to correctly work with PostgreSQL 8.3Frédéric Buclin2012-10-151-1/+3
| | | | r=glob a=LpSolit
* Fix typoFrédéric Buclin2012-10-131-1/+1
|
* Bug 213440: quoteUrls() should permit multiple bug numbers to be linkified ↵Koosha Khajeh Moogahi2012-10-131-0/+17
| | | | | | in comments r/a=LpSolit
* s/sortey/sortkey/gFrédéric Buclin2012-10-121-2/+2
|
* Bug 793826: Prevent private web service methods from being calledKoosha Khajeh Moogahi2012-10-121-1/+3
| | | | r=dkl a=LpSolit
* Bug 448815: Support pronouns for the "changed by" field in boolean chartsFrédéric Buclin2012-10-101-3/+12
| | | | r=dkl a=LpSolit
* Bug 753635: Allow editing local see also even if you cannot edit the other bugSimon Green2012-10-091-3/+7
| | | | r=glob, a=LpSolit
* Bug 795650: Cache the HTML::Scrubber object for improved performanceFrédéric Buclin2012-10-081-8/+11
| | | | r=glob a=LpSolit
* Bug 797883: Adds a Bugzilla->process_cacheByron Jones2012-10-051-7/+6
| | | | r=LpSolit, a=LpSolit
* Bug 788098: Queries involving group substitution crash when ↵Frédéric Buclin2012-10-042-6/+14
| | | | | | usevisibilitygroups is enabled r=dkl a=LpSolit
* Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi2012-10-041-3/+5
| | | | r=glob, a=LpSolit
* Remove the Contributors section from POD, we don't have it anywhere elseFrédéric Buclin2012-09-302-65/+4
|
* Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi2012-09-212-5/+205
| | | | | | Classification.get()) r/a=LpSolit
* Bug 308709: Misleading confirmation when entering an invalid sort key for a ↵Sunil Joshi2012-09-191-1/+1
| | | | | | field value r/a=LpSolit
* Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi2012-09-193-11/+12
| | | | | | user object when no default QA contact is defined r/a=LpSolit
* Update POD to fix bustage in Perl 5.16.1Frédéric Buclin2012-09-142-0/+7
| | | | r=runtests.pl
* Bug 783794: Bugzilla::User->visible_bugs should validate input dataFrédéric Buclin2012-09-131-0/+8
| | | | r=glob a=LpSolit
* Bug 749540: Avoid database deadlocks when deleting recent searchesByron Jones2012-09-051-6/+7
| | | | r=dkl, a=LpSolit
* Bug 783866: Add support to call Bugzilla::Milestone->check({ id => $id })Koosha Khajeh Moogahi2012-09-041-4/+6
| | | | r/a=LpSolit
* Bug 779799: Add support to call Bugzilla::Version->check({ id => $id })Koosha Khajeh Moogahi2012-09-041-3/+5
| | | | r/a=LpSolit
* Bug 787687: SQLite doesn't support CHAR_LENGTH nativelyFrédéric Buclin2012-09-041-0/+1
| | | | r=wicked a=LpSolit
* Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden2012-09-031-9/+41
| | | | [r=LpSolit a=LpSolit]
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-01127-65/+291
| | | | r=wicked a=LpSolit
* Bug 785729 - Webservice Bug.fields (_legal_field_values) should return ↵Frank Becker2012-08-311-0/+9
| | | | | | isactive for versions, components and milestones r=dkl, a=LpSolit
* Bug 783222 - Make set_all() throw error on invalid param names2012-08-311-0/+5
| | | | r/a=LpSolit
* Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin2012-08-314-47/+7
| | | | r=mkanat a=LpSolit
* Branch for 4.4 created. Trunk is now 4.5Frédéric Buclin2012-08-311-1/+1
|
* Bumped version post-releaseDave Lawrence2012-08-301-1/+1
|
* Bump version to 4.3.3Dave Lawrence2012-08-301-1/+1
|
* Bug 785470: (CVE-2012-3981) [SECURITY] Missing escaping of the username can ↵Reed Loden2012-08-301-0/+2
| | | | | | lead to LDAP injection r/a=LpSolit
* Bug 731156: [Oracle] Adding or removing a DB column does not handle SERIAL ↵Frédéric Buclin2012-08-302-29/+97
| | | | | | correctly r=dkl a=LpSolit
* Bug 772620: Ignore empty strings in the CC listFrédéric Buclin2012-08-291-0/+2
| | | | r=dkl a=LpSolit
* Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin2012-08-291-9/+0
| | | | r=glob a=LpSolit
* Fix more bustage caused by Bug 772953Byron Jones2012-08-291-4/+6
|
* Fix bustage caused by Bug 772953Byron Jones2012-08-291-1/+4
|
* Bug 772953: Remove the token from buglist urlsByron Jones2012-08-281-0/+5
| | | | r=dkl, a=LpSolit
* Bug 559539: [Oracle] whine.pl sets run_next incorrectly due to CURRENT_DATEDavid Taylor2012-08-261-0/+6
| | | | r/a=LpSolit
* Bug 779747: The "Browse" link in the page header/footer doesn't sort ↵Frédéric Buclin2012-08-211-1/+51
| | | | | | products by classification r=dkl a=LpSolit
* Bug 783786: PostgreSQL databases can be created with the wrong encodingFrédéric Buclin2012-08-211-0/+10
| | | | r=dkl a=LpSolit
* Bug 698068: The "There is no saved search named ..." page has a "forget" linkFrédéric Buclin2012-08-201-1/+1
| | | | r=glob a=LpSolit
* Bug 783879: Sub-optimal SQL query when displaying tags in buglistsFrédéric Buclin2012-08-191-1/+1
| | | | r=wicked a=LpSolit
* Bug 610581: The Bug.fields method doesn't include available bug statuses ↵Frank Becker2012-08-182-2/+7
| | | | | | when creating a new bug r/a=LpSolit
* Forgot to remove some codeFrédéric Buclin2012-08-181-3/+0
|
* Bug 697224: User.get should return a list of all your saved searchesKoosha Khajeh Moogahi2012-08-181-28/+63
| | | | r/a=LpSolit