Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-30 | Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵ | Gervase Markham | 1 | -1/+15 | |
define what the fixed resolution is. r,a=glob | |||||
2015-03-15 | Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵ | Frédéric Buclin | 1 | -15/+1 | |
parameter r=dkl a=sgreen | |||||
2014-12-18 | Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl. | Gervase Markham | 1 | -12/+1 | |
2014-12-15 | Bug 950486: Move the webdotbase and font_file parameters from data/params ↵ | Matt Selsky | 1 | -45/+3 | |
into localconfig (and kill the Graphs panel). r=gerv, a=glob. | |||||
2014-10-21 | Bug 1083737: Validate the smtpserver parameter | Frédéric Buclin | 1 | -1/+30 | |
r=dkl a=glob | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 1 | -0/+1 | |
r=dkl a=sgreen | |||||
2014-05-02 | Bug 811855 - Make the check for sslbase parameter report a failure reason. ↵ | Matt Selsky | 1 | -1/+1 | |
r=gerv, a=glob. | |||||
2013-11-25 | Bug 793963: add the ability to tag comments with arbitrary tags | Byron Jones | 1 | -0/+14 | |
r=dkl, a=glob | |||||
2013-11-06 | Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and ↵ | Frédéric Buclin | 1 | -1/+17 | |
graphical reports r=wurblzap a=sgreen | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+50 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-04-18 | Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed ↵ | Frédéric Buclin | 1 | -1/+10 | |
by altering the X-FORWARDED-FOR header r=glob a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -30/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-08-16 | Bug 466419: Add SSL support for SMTP | Frédéric Buclin | 1 | -1/+9 | |
r/a=mkanat | |||||
2011-03-09 | revert accidental property changes | Byron Jones | 1 | -0/+0 | |
2011-03-09 | Bug 633776: Automatic charset detection for text attachments | Byron Jones | 1 | -0/+0 | |
r=mkanat, a=mkanat | |||||
2011-01-27 | Add missing documentation. r=mkanat. | Gervase Markham | 1 | -1/+3 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=629321 | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -5/+5 | |
r=timello, a=mkanat | |||||
2010-04-07 | Bug 557806: When setting the upgrade_notification parameter, an error should ↵ | Frédéric Buclin | 1 | -1/+6 | |
be thrown if you don't have all the required Perl modules installed r=glob a=LpSolit | |||||
2009-12-13 | Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵ | mkanat%bugzilla.org | 1 | -1/+10 | |
they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-24 | Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵ | mkanat%bugzilla.org | 1 | -11/+18 | |
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-19 | Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -16/+1 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-09-04 | Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS) | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-08-13 | Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵ | lpsolit%gmail.com | 1 | -10/+1 | |
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-03-02 | Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵ | mkanat%bugzilla.org | 1 | -0/+19 | |
max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-12-24 | Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail. | mkanat%bugzilla.org | 1 | -1/+10 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat | |||||
2008-08-28 | Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -10/+1 | |
<LpSolit@gmail.com> r/a=mkanat | |||||
2008-08-07 | Bug 438435: Need code hooks for authentication | mkanat%bugzilla.org | 1 | -7/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-03-27 | Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ↵ | lpsolit%gmail.com | 1 | -5/+9 | |
be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit | |||||
2008-03-14 | Bug 304005: Implement SMTP authentication support for email notifications - ↵ | lpsolit%gmail.com | 1 | -1/+11 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2007-10-09 | Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-08-22 | Bug 365378 â The 'languages' parameter is not necessary. | wurblzap%gmail.com | 1 | -23/+2 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit | |||||
2007-08-21 | Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵ | lpsolit%gmail.com | 1 | -1/+7 | |
'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit | |||||
2007-08-03 | Bug 380187 â Bugzilla should support RADIUS authentication. | wurblzap%gmail.com | 1 | -10/+24 | |
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat | |||||
2007-07-13 | Bug 385415: Bugs marked as duplicate or moved to another installation always ↵ | lpsolit%gmail.com | 1 | -1/+11 | |
go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2006-11-28 | Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave | |||||
2006-11-19 | Bug 304550: Bugzilla should always store data in MySQL as UTF-8 | mkanat%bugzilla.org | 1 | -1/+13 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-11-15 | Bug 346091: editparams.cgi should validate the 'timezone' parameter - Patch ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave | |||||
2006-07-14 | Bug 344448: editparams.cgi doesn't let me clear a group - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-07-03 | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave | |||||
2006-06-21 | Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in ↵ | lpsolit%gmail.com | 1 | -1/+11 | |
editparams.cgi should be listed in a dropdown menu - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -35/+18 | |
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | |||||
2006-06-19 | Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by ↵ | vladd%bugzilla.org | 1 | -1/+1 | |
Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-06-13 | Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+15 | |
Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2006-02-23 | Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk | |||||
2006-02-23 | Bug 328108: Unable to login on a fresh Bugzilla install using the login form ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
on the home page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk | |||||
2006-02-22 | Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵ | lpsolit%gmail.com | 1 | -0/+9 | |
by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave | |||||
2005-10-13 | Bug 312150: Some routines are not exported in Bugzilla/Config/Common.pm - ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-10-12 | Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵ | lpsolit%gmail.com | 1 | -0/+386 | |
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave |