index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-06
Bug 980388: metrics.pl is being called even when metrics_enabled is false
Byron Jones
1
-1
/
+7
2014-03-04
Bug 956230: improve instrumentation of bugzilla's internals
Byron Jones
1
-2
/
+61
2014-01-22
Bug 951974: backport bug 237498 to bmo (Use memcached to improve performance)
Byron Jones
1
-11
/
+97
2013-10-11
Bug 880829 - Migrate current custom field based tracking flags to the new Tra...
Dave Lawrence
1
-2
/
+1
2013-09-12
Bug 915823 - Custom fields being returned in Ember.show response that don't d...
Dave Lawrence
1
-1
/
+2
2013-08-23
Bug 903387 - Backport bug 240437 (last_seen_date column) to BMO 4.2
Dave Lawrence
1
-0
/
+6
2013-07-15
Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2
Dave Lawrence
1
-0
/
+3
2013-06-19
revert accidental commits
Byron Jones
1
-1
/
+1
2013-06-19
Bug 884177: updates to the timing collectors
Byron Jones
1
-1
/
+1
2013-05-06
Fix sentry.pl perms, remove FIXME because it is now later
Byron Jones
1
-2
/
+0
2013-03-18
revert accidental commits
Byron Jones
1
-1
/
+1
2013-03-18
Bug 852022: remove getVerifiedEmail() call from persona
Byron Jones
1
-1
/
+1
2013-02-27
another nothing change to test update script
Dave Lawrence
1
-0
/
+2
2013-02-27
another nothing change to test update script
Dave Lawrence
1
-2
/
+0
2013-02-27
another nothing change to test update script
Dave Lawrence
1
-0
/
+2
2013-02-27
another nothing change to test update script
Byron Jones
1
-1
/
+0
2013-02-27
another nothing change to test update script
Byron Jones
1
-0
/
+1
2013-02-27
another nothing change to test update script
Byron Jones
1
-1
/
+0
2013-02-27
another nothing change to test update script
Byron Jones
1
-0
/
+1
2013-02-27
another nothing change to test update script
Byron Jones
1
-1
/
+0
2013-02-27
nothing change to test update script
Byron Jones
1
-0
/
+1
2013-02-26
fix the FIXME
Byron Jones
1
-2
/
+0
2013-01-17
Bug 830467 - Don't call _wanted_languages() when only one is available
Dave Lawrence
1
-1
/
+9
2013-01-14
Bug 829601 - Bugzilla::local_timezone should be stored in process_cache inste...
Dave Lawrence
1
-1
/
+1
2012-12-20
Bug 822547: jobqueue.pl should clear the request cache before sending each mail
Byron Jones
1
-1
/
+13
2012-11-26
Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in performan...
Dave Lawrence
1
-35
/
+11
2012-11-14
merged with bugzilla/4.2
Dave Lawrence
1
-2
/
+3
2012-10-12
Bug 790129: Bugzilla->fields returns fields in random order (the sortkey is i...
Simon Green
1
-2
/
+3
2012-10-12
Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for pe...
Dave Lawrence
1
-3
/
+10
2012-09-03
revert accidential commits
Byron Jones
1
-1
/
+1
2012-08-07
Quick fix for file permissions error
Dave Lawrence
1
-1
/
+3
2011-12-21
merged with bmo/4.0
Dave Lawrence
1
-5
/
+14
2011-03-23
Bug 643925: When shutdownhtml sends an HTTP 503, also include a Retry-After
Bjoern Jacke
1
-3
/
+10
2011-03-14
The mod_perl CGI.pm fix caused Bugzilla.pm to throw a warning on every
Max Kanat-Alexander
1
-2
/
+3
2011-03-14
Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,
Max Kanat-Alexander
1
-0
/
+5
2011-03-09
Fix on checkin for bug 639367: Add a comment to explain why we set the HTTP s...
Bjoern Jacke
1
-0
/
+2
2011-03-09
Bug 639367: Set the HTTP status to 503 when Bugzilla is down for maintenance
Bjoern Jacke
1
-1
/
+1
2010-08-24
Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fields
Tiago Mello
1
-14
/
+13
2010-08-04
Bug 450013: (CVE-2010-2757) [SECURITY] Can sudo a user without sending email
Frédéric Buclin
1
-17
/
+32
2010-07-09
Bug 576670: Optimize Search.pm's "init" method for being called many times
Max Kanat-Alexander
1
-0
/
+63
2010-07-07
Bug 574879: Create a test that assures the correctness of Search.pm's
Max Kanat-Alexander
1
-0
/
+3
2010-07-01
Bug 382398: Make checksetup.pl localized messages be output in the
Max Kanat-Alexander
1
-2
/
+7
2010-04-22
Bug 560009: Use firstidx from List::MoreUtils instead of lsearch
Max Kanat-Alexander
1
-14
/
+16
2010-03-29
Bug 552476: Remove the obsolete Bugzilla::Flag->has_flags method
Frédéric Buclin
1
-1
/
+1
2010-03-01
Bug 508823: Make it so that you don't ever have to reset template_inner (like
Max Kanat-Alexander
1
-4
/
+4
2010-03-01
Bug 545235: Simplify Bugzilla's language-choosing code
Max Kanat-Alexander
1
-16
/
+1
2009-11-24
Bug 430014: Re-write the code hooks system so that it uses modules instead of...
mkanat%bugzilla.org
1
-16
/
+31
2009-11-22
Bug 530270: Whining fails if mail queueing is enabled - Patch by Frédér...
lpsolit%gmail.com
1
-8
/
+14
2009-11-18
Fix for Bug 527505: Make t/001compile.t work even after Bugzilla::Install::CP...
mkanat%bugzilla.org
1
-1
/
+5
2009-11-10
Bug 527505: Make 001compile.t use Bugzilla->feature to determine which module...
mkanat%bugzilla.org
1
-1
/
+1
[next]