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
/
Util.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-04
Bug 1093622: Backout bug 1090427 for causing: authenticated calls from bzapi ...
Byron Jones
1
-8
/
+2
2014-11-04
Bug 1090427: Backport bug 713926 to bmo/4.2 to protect against csrf for login...
David Lawrence
1
-2
/
+8
2014-09-18
Bug 1068014: skip strptime() in datetime_from() if the date is in a standard ...
Byron Jones
1
-3
/
+8
2014-09-10
Bug 1046213: datetime_from() generates wrong dates if year < 1901
Frédéric Buclin
1
-3
/
+7
2014-06-16
Bug 880669 - Extend current BzAPI BMO extension to contain compatibility chan...
David Lawrence
1
-1
/
+7
2014-05-29
Bug 950491 - When viewing a dependency graph, an "uninitialized value" warnin...
David Lawrence
1
-1
/
+1
2014-05-12
Bug 1003852: Digest::SHA 5.82 and newer always croak on wide characters, prev...
Frédéric Buclin
1
-5
/
+5
2014-04-23
Add missing fix from bug 968576
Byron Jones
1
-0
/
+4
2013-10-21
fix breakage caused by bug 922684
Byron Jones
1
-1
/
+8
2013-09-27
Revert Bug 917669 - invalid or expired authentication tokens and cookies shou...
Dave Lawrence
1
-15
/
+2
2013-09-26
Bug 917669 - invalid or expired authentication tokens and cookies should thro...
Dave Lawrence
1
-2
/
+15
2013-08-29
Bug 909360 - backport upstream bug 898830 to bmo/4.2 for performance improvem...
Dave Lawrence
1
-2
/
+6
2013-04-22
Bug 859315: lots of "Lock wait timeout exceeded" errors when updating cf_cras...
Byron Jones
1
-3
/
+3
2012-11-26
Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in performan...
Dave Lawrence
1
-10
/
+11
2012-10-16
Bug 577329 - WebServices should filter email addresses same as the web UI as ...
Dave Lawrence
1
-1
/
+1
2012-10-12
Bug 799257 - Backport bug 795650 and bug 797833 to bmo/4.0 and bmo/4.2 for pe...
Dave Lawrence
1
-8
/
+11
2012-04-18
Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed by...
Frédéric Buclin
1
-3
/
+105
2012-03-29
Bug 554819: Quicksearch should be using Text::ParseWords instead of custom co...
Frédéric Buclin
1
-16
/
+1
2012-01-31
Bug 714472: (CVE-2012-0448) [SECURITY] utf8 homoglyphs are allowed in email a...
Frédéric Buclin
1
-1
/
+1
2011-11-19
cancelled -> canceled
Frédéric Buclin
1
-1
/
+1
2011-11-19
Bug 703788: Improve performance of diff_arrays() with large arrays
Frédéric Buclin
1
-26
/
+29
2011-08-05
Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the
Max Kanat-Alexander
1
-1
/
+1
2011-05-30
Bug 659816: Fix url_decoding of utf8 strings
Byron Jones
1
-4
/
+1
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
-1
/
+67
2011-02-11
Bug 620827: Refactor remove see also to use remove_from_db instead.
Tiago Mello
1
-7
/
+19
2011-01-24
Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of
Max Kanat-Alexander
1
-1
/
+8
2011-01-04
Bug 595410: Make it faster to display a bug that has a lot of dependencies.
Max Kanat-Alexander
1
-0
/
+9
2010-09-30
Bug 573195: Make Bug.get return all of a bug's standard and custom field
Max Kanat-Alexander
1
-3
/
+12
2010-08-06
Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so that...
Frédéric Buclin
1
-19
/
+1
2010-06-24
Bug 572602: Change the way that Bugzilla::Object determines what fields
Max Kanat-Alexander
1
-2
/
+5
2010-06-16
A few tinderbox bustage fixes from the checkin of bug 24896.
Max Kanat-Alexander
1
-1
/
+1
2010-06-16
Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with
Max Kanat-Alexander
1
-1
/
+31
2010-04-22
Bug 560009: Use firstidx from List::MoreUtils instead of lsearch
Max Kanat-Alexander
1
-31
/
+1
2010-04-03
Bug 556439: Prevent datetime_from from dying if it gets 0000-00-00 as a
Max Kanat-Alexander
1
-0
/
+3
2010-03-14
Bug 498309: Speed up show_bug.cgi when there are many comments by caching
Max Kanat-Alexander
1
-1
/
+29
2010-01-05
Bug 534587 - "Bugmail uses the timezone of the changee instead of the user re...
reed%reedloden.com
1
-2
/
+2
2009-12-31
Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxies
mkanat%bugzilla.org
1
-1
/
+11
2009-11-26
Bug 329638: https login page switches to http on submit if ssl_redirect = fal...
lpsolit%gmail.com
1
-1
/
+10
2009-11-18
Bug 360626 - "ThrowTemplateError() used in Util.pm" [p=reed r=LpSolit a=LpSolit]
reed%reedloden.com
1
-2
/
+4
2009-11-16
Bug 528872 - "Attachments in attachments table should have CSS classes to hel...
reed%reedloden.com
1
-2
/
+2
2009-11-10
Bug 472217: Create a Bugzilla::Comment object and eliminate GetComments
mkanat%bugzilla.org
1
-33
/
+50
2009-10-24
Bug 523977: Make Bugzilla::Object->check send the trimmed value to new(), and...
mkanat%bugzilla.org
1
-6
/
+3
2009-10-24
Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...
mkanat%bugzilla.org
1
-7
/
+2
2009-10-19
Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...
lpsolit%gmail.com
1
-31
/
+1
2009-10-09
Bug 514913: Eliminate ssl="authenticated sessions"
mkanat%bugzilla.org
1
-50
/
+18
2009-07-16
Bug 476305: Clean up and merge HTML filtering code - Patch by Vitaly Fedrushk...
lpsolit%gmail.com
1
-7
/
+34
2009-06-02
Bug 491630: Make sure DateTime never gets fractional "seconds" in new()
mkanat%bugzilla.org
1
-1
/
+2
2009-04-11
Bug 486006 - importxml.pl must not use format_time() for deadlines
ghendricks%novell.com
1
-2
/
+4
2009-04-11
Bug 487865: Exporting bugs in XML format uses non-unique timezones (they cann...
lpsolit%gmail.com
1
-0
/
+7
[next]