- 12 Sep, 2013 1 commit
-
-
Simon Green authored
r=dkl, a=sgreen
-
- 02 Sep, 2013 1 commit
-
-
Frédéric Buclin authored
-
- 09 Aug, 2013 1 commit
-
-
Frédéric Buclin authored
r=sgreen a=justdave
-
- 19 Mar, 2013 1 commit
-
-
Byron Jones authored
r=LpSolit,r=LpSolit
-
- 19 Dec, 2012 1 commit
-
-
Byron Jones authored
r=dkl,a=LpSolit
-
- 01 Dec, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 30 Nov, 2012 1 commit
-
-
Marc Schumann authored
r/a=LpSolit
-
- 22 Nov, 2012 1 commit
-
-
Byron Jones authored
Bug 811280: Adds a caching mechanism to Bugzilla::Object to avoid querying the database repeatedly for the same information r=dkl,a=LpSolit
-
- 13 Nov, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 802204 (CVE-2012-4197): [SECURITY] Marking an attachment you cannot see as obsolete can disclose its description r=gerv a=LpSolit
-
- 12 Nov, 2012 1 commit
-
-
Frédéric Buclin authored
Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is not triggered by the code itself r=glob a=LpSolit
-
- 01 Sep, 2012 1 commit
-
-
Frédéric Buclin authored
r=wicked a=LpSolit
-
- 03 Jul, 2012 1 commit
-
-
Matt Selsky authored
r/a=LpSolit
-
- 29 Feb, 2012 1 commit
-
-
Frédéric Buclin authored
a=LpSolit
-
- 11 Jan, 2012 2 commits
-
-
Frédéric Buclin authored
r=dkl a=LpSolit
-
Frédéric Buclin authored
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
-
- 30 Dec, 2011 1 commit
-
-
Reed Loden authored
[r=dkl r=mkanat a=mkanat]
-
- 08 Dec, 2011 2 commits
-
-
- 07 Dec, 2011 1 commit
-
-
c1541@hotmail.com authored
Bug 684225: The removal of locally stored attachments should be done from Bugzilla::Attachment->remove_from_db r/a=LpSolit
-
- 01 Oct, 2011 1 commit
-
-
Frédéric Buclin authored
Bug 582529: Ambiguous error message "You did not specify a file to attach" when deleting an existing attachment filename a=LpSolit
-
- 09 Aug, 2011 1 commit
-
-
Frédéric Buclin authored
Bug 677187: If the attachment filename contains a newline, an error is thrown when trying to download the attachment r/a=mkanat
-
- 04 Aug, 2011 1 commit
-
-
Frédéric Buclin authored
Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded attachments are not deleted on Windows r=glob a=LpSolit
-
- 14 Mar, 2011 1 commit
-
-
Max Kanat-Alexander authored
r=dkl, a=mkanat
-
- 11 Feb, 2011 1 commit
-
-
Max Kanat-Alexander authored
for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit
-
- 22 Oct, 2010 1 commit
-
-
Frédéric Buclin authored
a=LpSolit
-
- 18 Jul, 2010 1 commit
-
-
Frédéric Buclin authored
r/a=mkanat
-
- 13 Jul, 2010 1 commit
-
-
Max Kanat-Alexander authored
(Bug.add_attachment) r=timello, a=mkanat
-
- 08 Jul, 2010 1 commit
-
-
Frédéric Buclin authored
Bug 490930: Always store attachments locally if they are over X size (and below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
-
- 06 Jul, 2010 1 commit
-
-
Max Kanat-Alexander authored
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
-
- 05 Jul, 2010 1 commit
-
-
Reed Loden authored
[r=LpSolit a=LpSolit]
-
- 24 Jun, 2010 1 commit
-
-
Max Kanat-Alexander authored
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
-
- 14 May, 2010 1 commit
-
-
Frédéric Buclin authored
a=LpSolit
-
- 24 Nov, 2009 1 commit
-
-
mkanat%bugzilla.org authored
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
-
- 28 Sep, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 140999: Users without edit permissions for an attachment should still be able to make comments - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> a=LpSolit
-
- 13 Aug, 2009 2 commits
-
-
lpsolit%gmail.com authored
Bug 480986: The BMP -> PNG conversion tool for new attachments should be an extension - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> r/a=mkanat -
lpsolit%gmail.com authored
Bug 509027: Add a hook in Bugzilla::Attachment::_check_data() - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> r/a=mkanat
-
- 05 Aug, 2009 1 commit
-
-
lpsolit%gmail.com authored
Bug 415541: Implement $bug->set_flags() and $attachment->set_flags() - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> a=LpSolit
-
- 09 Apr, 2009 2 commits
-
-
lpsolit%gmail.com authored
-
lpsolit%gmail.com authored
Bug 454251: Implement Bugzilla::Attachment->create() and $attachment->update() - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
-
- 10 Dec, 2008 1 commit
-
-
© © lpsolit%gmail.com authoredBug 399074: Remove the 'maxpatchsize' parameter - Patch by FrÃ
© dé ric Buclin <LpSolit@gmail.com> r/a=mkanat
-