index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-17
Bug 298268: editparams.cgi should accept urlbase, sslbase, etc.. with or with...
Frédéric Buclin
1
-0
/
+5
2011-08-17
Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.
Max Kanat-Alexander
1
-2
/
+3
2011-08-17
Bug 678357: Fix 'limit' parameter in the saved searches results
Tiago Mello
1
-1
/
+1
2011-08-17
Forgot to split a long line (fix on checkin)
Frédéric Buclin
1
-1
/
+3
2011-08-17
Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi
Frédéric Buclin
17
-51
/
+49
2011-08-17
Bug 675603: Remove obsolete code from Bugzilla/DB/Oracle.pm
Frédéric Buclin
1
-11
/
+1
2011-08-17
Bug 672947: Add 'require Bugzilla::BugMail' in Bugzilla::Bug->_send_bugmail
Tiago Mello
2
-2
/
+2
2011-08-16
Bug 679449: Add a link to duplicates.cgi from report.cgi
Frédéric Buclin
1
-0
/
+4
2011-08-16
Fix complains from 012throwables.t due to bug 677901
Frédéric Buclin
1
-8
/
+9
2011-08-16
Bug 678844: When trying to edit a non-existent classification, the error mess...
Frédéric Buclin
1
-2
/
+4
2011-08-16
Bug 675366: Use Bugzilla::Object::remove_from_db() when deleting a component
Edmund Yan
1
-8
/
+1
2011-08-16
Bug 678772: version.pm 0.92 and newer forbids negative values, making checkse...
Frédéric Buclin
1
-2
/
+3
2011-08-16
Bug 654496: Duplicate bug detection doesn't work when using Oracle
Frédéric Buclin
2
-3
/
+3
2011-08-16
Bug 677901: Bugzilla crashes when no token is passed to token.cgi but the scr...
Frédéric Buclin
2
-167
/
+105
2011-08-16
Bug 582209: Bugzilla::DB::Oracle::adjust_statement() LIMIT code corrupts sub-...
Frédéric Buclin
1
-14
/
+11
2011-08-16
Bug 466419: Add SSL support for SMTP
Frédéric Buclin
6
-1
/
+25
2011-08-16
Bug 460074: Make post_bug.cgi use should_set for array fields, so they
Max Kanat-Alexander
2
-3
/
+7
2011-08-15
Bug 537759: The "Description" field for attachments should be highlighted as ...
Kent Rogers
1
-2
/
+3
2011-08-15
Bug 678959: Make GenerateUniqueToken work for all tables
Byron Jones
1
-1
/
+1
2011-08-10
Bug 677187: If the attachment filename contains a newline, an error is thrown...
Frédéric Buclin
2
-5
/
+10
2011-08-10
Fix bustage from fixing "Severity" to field_descs.bug_severity.
Max Kanat-Alexander
4
-10
/
+3
2011-08-10
Fix docs bustage resulting from removing Email::MIME::Attachment::Stripper as an
Max Kanat-Alexander
1
-7
/
+0
2011-08-10
Bug 675517: Add "count" to the return value of Bug.comments in the WebService
Frank Becker
1
-0
/
+8
2011-08-10
Bug 451801: Make all pages use field_descs.bug_severity instead of a hard-coded
Matt Selsky
4
-10
/
+13
2011-08-10
Add a missing FILTER from the value-controller checkin.
Max Kanat-Alexander
1
-1
/
+1
2011-08-09
Bug 647980: Implement a Product.update WebService method.
Julien Heyman
2
-2
/
+236
2011-08-10
Bug 585440 - Allow disabled accounts to turn off all bugmail
David Lawrence
4
-1
/
+24
2011-08-09
Bug 636416: Use the standard value-controller javascript to control the
Max Kanat-Alexander
9
-175
/
+310
2011-08-09
Change a "4.2" to "5.0" since we're on trunk now, in the WebService History.
Max Kanat-Alexander
1
-1
/
+1
2011-08-09
Bug 622203 - Allow filing closed bugs via the WebService
Max Kanat-Alexander
5
-37
/
+91
2011-08-09
Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl
Max Kanat-Alexander
3
-10
/
+43
2011-08-09
Bug 437076: Allow email_in to accept multipart/alternative HTML email with
Max Kanat-Alexander
3
-43
/
+83
2011-08-08
Bug 677081: Private comments should remain visible by their author
Frédéric Buclin
1
-1
/
+1
2011-08-08
Bug 307688: Moves OS and platform detection out of enter_bug.cgi
Byron Jones
2
-191
/
+250
2011-08-08
Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD cr...
David Lawrence
4
-117
/
+191
2011-08-07
Bug 666313: Remove the obsolete [% FLUSH %] directive
Frédéric Buclin
2
-2
/
+1
2011-08-07
Bug 288049: "internal error" from ThrowCodeError is confusing. Reword it
Frédéric Buclin
1
-5
/
+7
2011-08-07
Bug 55436: Implement list of duplicate bug numbers on show_bug.cgi
Frédéric Buclin
2
-4
/
+50
2011-08-06
Bump the version number post-release to 4.3.
Max Kanat-Alexander
2
-3
/
+3
2011-08-05
Bug 676430: When editing a bug, a user not in the timetracking group generate...
Frédéric Buclin
1
-1
/
+1
2011-08-05
Bump version for 4.1.3.
Max Kanat-Alexander
2
-3
/
+3
2011-08-05
Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the
Max Kanat-Alexander
6
-37
/
+259
2011-08-04
Bug 674497: (CVE-2011-2979) [SECURITY] Custom searches let you determine if a...
Frédéric Buclin
1
-2
/
+2
2011-08-04
Bug 670868: (CVE-2011-2978) [SECURITY] Account preferences page trusts user-m...
Byron Jones
1
-1
/
+1
2011-08-04
Bug 637981: (CVE-2011-2379) [SECURITY] "Raw Unified" patch diffs can cause XS...
Byron Jones
3
-30
/
+106
2011-08-04
Bug 660502: (CVE-2011-2977) [SECURITY] Temporary files for uploaded attachmen...
Frédéric Buclin
1
-1
/
+4
2011-08-04
Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...
Frédéric Buclin
6
-68
/
+133
2011-08-04
Bug 657158 - (CVE-2011-2381) [SECURITY] Request email headers for attachment ...
Reed Loden
2
-1
/
+4
2011-08-04
Fix bustage due to bug 660382
Frédéric Buclin
1
-4
/
+0
2011-08-04
Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line
Frédéric Buclin
1
-1
/
+1
[next]