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
/
CGI.pm
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-24
Bug 523495: Re-work attachment.cgi and the general attachment_base-checking c...
mkanat%bugzilla.org
1
-9
/
+27
2009-10-09
Bug 514913: Eliminate ssl="authenticated sessions"
mkanat%bugzilla.org
1
-21
/
+22
2009-09-04
Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)
mkanat%bugzilla.org
1
-8
/
+7
2009-07-07
Bug 502641: Fix various problems that would occur when you would log in from ...
mkanat%bugzilla.org
1
-1
/
+15
2009-07-06
Bug 502498: Use of uninitialized value in string eq at Bugzilla/CGI.pm line 2...
lpsolit%gmail.com
1
-1
/
+3
2009-07-04
Bug 501538: Make $cgi->param() also check GET variables during a POST, so tha...
mkanat%bugzilla.org
1
-6
/
+17
2009-03-31
Bug 432907: Create a JSON frontend for WebServices
mkanat%bugzilla.org
1
-2
/
+2
2009-02-02
Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...
lpsolit%gmail.com
1
-0
/
+24
2009-01-20
Bug 431744: "Change Columns" URL contained more than 3x the characters in the...
mkanat%bugzilla.org
1
-0
/
+4
2008-09-17
Bug 454892: Improve Bugzilla::CGI::clean_search_url to remove all the normal ...
mkanat%bugzilla.org
1
-2
/
+41
2008-08-18
Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...
dkl%redhat.com
1
-22
/
+19
2008-07-29
Backing out these patches as they cause a regression. More information
dkl%redhat.com
1
-19
/
+15
2008-07-24
Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl
mkanat%bugzilla.org
1
-1
/
+5
2008-07-10
Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...
dkl%redhat.com
1
-15
/
+15
2008-01-30
Bug 414002: Temporary files for uploaded attachments are not deleted on Windo...
lpsolit%gmail.com
1
-1
/
+4
2008-01-06
Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possible
mkanat%bugzilla.org
1
-7
/
+0
2007-11-23
Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that contain
mkanat%bugzilla.org
1
-0
/
+21
2007-07-25
Bug 345970 Avoid using the string 'the web'
timeless%mozdev.org
1
-1
/
+1
2007-06-22
Bug 383745: Incorrect charset specification in "please wait" screen when serv...
wurblzap%gmail.com
1
-3
/
+3
2006-11-13
Bug 360028: Bugzilla::Search::Saved should have create() and update(), and bu...
mkanat%bugzilla.org
1
-0
/
+25
2006-11-01
Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of Bu...
mkanat%bugzilla.org
1
-1
/
+13
2006-09-06
Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...
mkanat%bugzilla.org
1
-4
/
+7
2006-07-28
Bug 173897: Fix |XXX - mod_perl| comments
mkanat%bugzilla.org
1
-7
/
+0
2006-07-26
Bug 300978: bad output when a non-cgi script dies
mkanat%bugzilla.org
1
-1
/
+5
2006-07-12
Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PU...
mkanat%bugzilla.org
1
-10
/
+16
2006-07-06
Bug 343361: die_with_dignity is useless inside of Bugzilla::CGI
mkanat%bugzilla.org
1
-12
/
+0
2006-06-20
Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...
lpsolit%gmail.com
1
-6
/
+9
2006-06-20
Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad Das...
vladd%bugzilla.org
1
-1
/
+1
2006-06-14
Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by FrÃ...
lpsolit%gmail.com
1
-0
/
+18
2006-03-31
Bug 306695: Boolean charts forgets "0" values.
wurblzap%gmail.com
1
-1
/
+1
2005-11-26
Bug 106386 Correct misspellings in source code
timeless%mozdev.org
1
-1
/
+1
2005-09-23
Bug 308876: Iff ssl is "always", whining (and other non-interactive scripts?)...
lpsolit%gmail.com
1
-1
/
+1
2005-08-04
Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ...
lpsolit%gmail.com
1
-2
/
+2
2005-07-14
Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
mkanat%kerio.com
1
-0
/
+9
2005-07-07
Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...
lpsolit%gmail.com
1
-17
/
+50
2005-01-17
Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric Ha...
jocuri%softhome.net
1
-0
/
+4
2005-01-16
Patch for bug 260682: Support redirecting to HTTPS always or for authenticate...
jocuri%softhome.net
1
-0
/
+28
2005-01-13
Bug 275108 : Content-disposition header is incorrect, violates RFC
travis%sedsystems.ca
1
-33
/
+29
2004-10-23
Bug 265731: multipart_start in the server-push handling code wasn't honoring ...
justdave%bugzilla.org
1
-0
/
+3
2004-07-22
Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice
bugreport%peshkin.net
1
-1
/
+1
2004-03-26
Patch for bug 238683: fix for usage of uninitialized value in concatenation i...
jocuri%softhome.net
1
-1
/
+1
2004-02-25
Tree bustage fix: eliminates the tabs that have been introduced while checkin...
jocuri%softhome.net
1
-3
/
+3
2004-02-23
Patch for bug 226251 (internal error when server push is enabled): Due to ran...
jocuri%softhome.net
1
-7
/
+15
2003-11-23
Bug 226027: Use the Perl CGI module to send cookies.
justdave%syndicomm.com
1
-8
/
+45
2003-05-09
Bug 204592 - invalid column name error
bbaetz%acm.org
1
-18
/
+8
2003-05-05
Bug 201816 - use CGI.pm for header output
bbaetz%acm.org
1
-15
/
+74
2003-01-11
Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixes
zach%zachlipton.com
1
-1
/
+1
2002-12-20
Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave
bbaetz%student.usyd.edu.au
1
-1
/
+1
2002-11-09
Bug 179174 - renable $| = 1
bbaetz%student.usyd.edu.au
1
-0
/
+3
2002-10-26
Bug 147833 - start using CGI.pm
bbaetz%student.usyd.edu.au
1
-0
/
+149