Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-24 | Bug 1096798: prototype modal show_bug view | Byron Jones | 1 | -0/+5 | |
2015-03-03 | Bug 1137368: Allow the bug's assignee to edit attachment fields, even if ↵ | Byron Jones | 1 | -3/+12 | |
they do not have editbugs | |||||
2015-01-27 | Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵ | David Lawrence | 1 | -2/+2 | |
open() calls | |||||
2014-11-10 | Bug 1067619: Pulse is not notified of changes to attachment flags | David Lawrence | 1 | -0/+3 | |
2014-10-06 | merged with upstream 4.2 | David Lawrence | 1 | -6/+7 | |
2014-10-06 | Bug 1075578: [SECURITY] Improper filtering of CGI arguments | Frédéric Buclin | 1 | -6/+7 | |
r=dkl,a=sgreen | |||||
2014-06-11 | Bug 978146: activity entry when setting flags isn't split across multiple rows | Byron Jones | 1 | -7/+3 | |
2014-03-31 | Bug 989633 - Unable to change content type using Bug.update_attachment if ↵ | David Lawrence | 1 | -1/+2 | |
attachment previously set to is_patch = 1 | |||||
2014-03-31 | Bug 989650 - backport bug 294021 to bmo/4.2 to allow requestees to set ↵ | David Lawrence | 1 | -8/+7 | |
attachment flags even if they don't have editbugs privs r=glob | |||||
2014-03-04 | Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects) | Byron Jones | 1 | -1/+14 | |
2014-01-07 | Bug 956052 - backport upstream bug 945535 to bmo/4.2 for performance ↵ | Dave Lawrence | 1 | -15/+21 | |
improvement in bugs with large number of attachments | |||||
2013-11-18 | Bug 937180: creation_ts of bugs and attachments always at 0 seconds | Byron Jones | 1 | -16/+13 | |
2013-09-27 | Bug 915685 - backport upstream bug 914986 and bug 917483 to bmo/4.2 for ↵ | Dave Lawrence | 1 | -4/+5 | |
allowing attachment metadata editing in webservice API | |||||
2013-09-04 | Bug 898830 - Improve loading of show_bug.cgi | Dave Lawrence | 1 | -2/+2 | |
- Oracle doesn't like 'size' as column alias. It's a reserved word. | |||||
2013-08-29 | Bug 909360 - backport upstream bug 898830 to bmo/4.2 for performance ↵ | Dave Lawrence | 1 | -37/+38 | |
improvement in show_bug.cgi | |||||
2013-07-10 | Bug 822980 - backport bug 815532 to bmo (Bugzilla::User objects should be ↵ | Dave Lawrence | 1 | -3/+2 | |
cached where appropriate) r=glob | |||||
2012-11-28 | Bug 814411: Add a caching mechanism to Bugzilla::Object to avoid querying ↵ | Byron Jones | 1 | -1/+1 | |
the database repeatedly for the same information | |||||
2012-11-14 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -3/+0 | |
2012-11-13 | Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see ↵ | Frédéric Buclin | 1 | -3/+0 | |
as obsolete can disclose its description r=gerv a=LpSolit | |||||
2012-01-17 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -0/+1 | |
2012-01-12 | Bug 715902: Do not log personal common activities in audit_log | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=LpSolit | |||||
2012-01-09 | 715477: Inactive but set flags are no longer visible when editing a bug | Dave Lawrence | 1 | -1/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=715477 | |||||
2011-10-17 | Bug 689601 - Include small patches inline in review requests | David Lawrence | 1 | -0/+47 | |
r=glob | |||||
2011-10-01 | Bug 582529: Ambiguous error message "You did not specify a file to attach" ↵ | Frédéric Buclin | 1 | -1/+8 | |
when deleting an existing attachment filename a=LpSolit | |||||
2011-08-10 | Bug 677187: If the attachment filename contains a newline, an error is ↵ | Frédéric Buclin | 1 | -3/+7 | |
thrown when trying to download the attachment r/a=mkanat | |||||
2011-08-04 | Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded ↵ | Frédéric Buclin | 1 | -1/+4 | |
attachments are not deleted on Windows r=glob a=LpSolit | |||||
2011-03-14 | Bug 622943: Simple auditing of changes to Bugzilla::Object subclass objects | Max Kanat-Alexander | 1 | -0/+2 | |
r=dkl, a=mkanat | |||||
2011-02-11 | Bug 633041: Add an error code for zero_length_file and fill in content_type | Max Kanat-Alexander | 1 | -3/+8 | |
for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit | |||||
2010-10-22 | Bug 413648: Attachment mime type handling should strip leading and trailing ↵ | Frédéric Buclin | 1 | -0/+1 | |
spaces a=LpSolit | |||||
2010-07-18 | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 1 | -49/+7 | |
r/a=mkanat | |||||
2010-07-14 | Bug 412074: Ability to add attachments to a bug via the WebService | Max Kanat-Alexander | 1 | -0/+2 | |
(Bug.add_attachment) r=timello, a=mkanat | |||||
2010-07-08 | Bug 490930: Always store attachments locally if they are over X size (and ↵ | Frédéric Buclin | 1 | -79/+37 | |
below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit | |||||
2010-07-06 | Bug 574892: [SECURITY] Add EXTRA_REQUIRED_FIELDS to Bugzilla::Object, which | Max Kanat-Alexander | 1 | -0/+1 | |
allows specifying that certain fields have validator defaults even if they also have a database default or are in another table. r=LpSolit, a=LpSolit | |||||
2010-07-05 | Bug 574327 - Map image/x-png to image/png (to fix IE's uploads) | Reed Loden | 1 | -0/+6 | |
[r=LpSolit a=LpSolit] | |||||
2010-06-24 | Bug 572602: Change the way that Bugzilla::Object determines what fields | Max Kanat-Alexander | 1 | -8/+8 | |
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat | |||||
2010-05-14 | Bug 565880: Do not throw an error when obsoleting an already obsolete attachment | Frédéric Buclin | 1 | -5/+5 | |
a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-09-28 | Bug 140999: Users without edit permissions for an attachment should still be ↵ | lpsolit%gmail.com | 1 | -8/+6 | |
able to make comments - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit | |||||
2009-08-13 | Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵ | lpsolit%gmail.com | 1 | -18/+0 | |
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-08-13 | Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by ↵ | lpsolit%gmail.com | 1 | -46/+48 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-08-05 | Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch ↵ | lpsolit%gmail.com | 1 | -16/+42 | |
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit | |||||
2009-04-09 | Fix a warning thrown in the web server error log (due to bug 454251) | lpsolit%gmail.com | 1 | -1/+2 | |
2009-04-09 | Bug 454251: Implement Bugzilla::Attachment->create() and ↵ | lpsolit%gmail.com | 1 | -311/+324 | |
$attachment->update() - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | |||||
2008-12-10 | Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-09-09 | Fix bustage due to bug 453743: I have to exclude flags related to private ↵ | lpsolit%gmail.com | 1 | -0/+3 | |
attachments you cannot see | |||||
2008-09-09 | Bug 388251: Implement 'new Bugzilla::Attachment' - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -83/+56 | |
Buclin <LpSolit@gmail.com> a=LpSolit | |||||
2008-09-08 | Bug 453743: Decrease the number of calls to the DB about flags when viewing ↵ | lpsolit%gmail.com | 1 | -3/+57 | |
a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-04 | Bug 415155: Remove $cgi from the list of arguments when calling ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
Bugzilla::Flag subroutines - Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit | |||||
2008-02-04 | Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit | |||||
2008-01-20 | Bug 413222: Implement $attachment->remove_from_db - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -2/+26 | |
Buclin <LpSolit@gmail.com> a=LpSolit |