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-02-11
Fix a POD compilation error.
Max Kanat-Alexander
1
-1
/
+1
2011-02-11
Fix the POD of Bug.add_attachment to reflect that it now automatically
Max Kanat-Alexander
1
-3
/
+2
2011-02-11
Bug 633041: Add an error code for zero_length_file and fill in content_type
Max Kanat-Alexander
3
-3
/
+13
2011-02-03
Bug 630750: Don't let "." and "lib" get into @INC when running under
Max Kanat-Alexander
1
-0
/
+17
2011-02-02
Bug 630681: Implement a MOD function for SQLite so collectstats.pl can run
Max Kanat-Alexander
1
-0
/
+3
2011-02-01
Bug 461014 - How to create a private attachment in enter_bug.cgi not obvious
David Lawrence
1
-2
/
+2
2011-02-01
Redesign the Install::DB code for migrating queries to tags, including adding
Max Kanat-Alexander
2
-27
/
+52
2011-01-31
Bug 629007: Example in quicksearch priority shortcut is incorrect
Graeme Coates
1
-1
/
+1
2011-01-30
Another bustage fix for bug 616185: in some cases, the columnlist parameter w...
Frédéric Buclin
1
-8
/
+20
2011-01-30
Typo :(
Frédéric Buclin
1
-1
/
+1
2011-01-30
Fix bustage for bug 616185: commas are encoded as %2C in Bugzilla 3.x, but no...
Frédéric Buclin
1
-0
/
+2
2011-01-30
Bug 616185: Move tags (aka lists of bugs) to their own DB tables
Frédéric Buclin
10
-154
/
+235
2011-01-28
Bug 622080 - Change group which can moderate quips
David Lawrence
5
-11
/
+26
2011-01-27
Bug 622679 - Autocomplete suggests inactive/disabled accounts as matches
David Lawrence
1
-1
/
+11
2011-01-27
Allow extensions to alter quicksearch terms and search format. r=mkanat.
Gervase Markham
3
-0
/
+25
2011-01-27
Allow jobqueue.pl to run once and then exit. r=mkanat.
Gervase Markham
2
-1
/
+21
2011-01-27
Add missing documentation. r=mkanat.
Gervase Markham
1
-1
/
+3
2011-01-27
Allow addition/removal of descriptions of statuses and resolutions. r=mkanat.
Gervase Markham
1
-20
/
+26
2011-01-27
Fix bustage; diffs is an arrayref in 4.0, an array on trunk.
Gervase Markham
1
-1
/
+1
2011-01-27
Update default column list to something more sensible. r=mkanat, lpsolit, wur...
Gervase Markham
1
-2
/
+2
2011-01-27
Add diffs parameter to bugmail_recipients hook. r=mkanat.
Gervase Markham
2
-2
/
+11
2011-01-25
Make param pages without a sortkey sort to the end. r=dkl, a=lpsolit.
Gervase Markham
1
-0
/
+1
2011-01-24
Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of
Max Kanat-Alexander
4
-5
/
+32
2011-01-24
Bug 621105 - [SECURITY] Voting lacks CSRF protection
David Lawrence
3
-0
/
+6
2011-01-24
Bug 619588: (CVE-2010-4567) [SECURITY] Safety checks that disallow clicking f...
Frédéric Buclin
4
-19
/
+29
2011-01-24
Bug 621572: (CVE-2010-4572) [SECURITY] chart.cgi vulnerable to header-injecti...
Reed Loden
1
-3
/
+3
2011-01-24
Bug 619648: (CVE-2010-4570) [SECURITY] XSS via summary in "possible duplicate...
Reed Loden
1
-1
/
+2
2011-01-24
Bug 619637: (CVE-2010-4569) [SECURITY] XSS in user autocomplete due to lack o...
Reed Loden
1
-1
/
+8
2011-01-24
Bug 621110: [SECURITY] Quips (adding/approving/deleting) lacks CSRF protection
Frédéric Buclin
2
-2
/
+12
2011-01-24
Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protection
Frédéric Buclin
3
-2
/
+9
2011-01-24
Bug 621107: [SECURITY] Sanity checking lacks CSRF protection
Frédéric Buclin
4
-8
/
+26
2011-01-24
An optional module was accidentally listed in the "required" section of the
Max Kanat-Alexander
1
-2
/
+2
2011-01-24
Bug 627910: Update Release Notes for Bugzilla 4.0rc2
Max Kanat-Alexander
1
-6
/
+26
2011-01-23
Bug 625741: Need a hook in update_fielddefs_definition to enable adding colum...
rojanu
3
-0
/
+17
2011-01-22
Bug 621128 - Remove trailing whitespace from '<div id="view_disabled" >'
timeless
1
-1
/
+1
2011-01-22
Bug 624696: We need a template hook to add a description to parameters added ...
rojanu
3
-1
/
+30
2011-01-22
Bug 621109: Column changing lacks CSRF protection
Frédéric Buclin
2
-5
/
+19
2011-01-21
Bug 627854: Add 'form' hook to create-guided.html.tmpl similar to create.html...
David Lawrence
1
-0
/
+2
2011-01-21
Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.p...
Reed Loden
1
-2
/
+2
2011-01-21
Bug 627660 - Rename "Send" button on final create account page to "Create", a...
Reed Loden
1
-1
/
+1
2011-01-21
Bug 626292: "Make description private" checkbox should set bz_private class o...
David Lawrence
3
-6
/
+8
2011-01-21
Bug 623608 - Add intro/outro extension hooks to footer.html.tmpl
David Lawrence
1
-2
/
+2
2011-01-21
Bug 626658 - Add (take) link to bug edit page to allow quick assigning to the...
David Lawrence
2
-4
/
+19
2011-01-15
Bug 625190: Typo and Missing FK in Bugzilla::DB::Schema
David Marshall
1
-3
/
+6
2011-01-15
Bug 623408: Message-ID is gone in bugmail for new bugs
Frédéric Buclin
1
-2
/
+3
2011-01-11
Bug 624349: Let the config_modify_panels hook add new parameters to existing ...
Frédéric Buclin
1
-11
/
+10
2011-01-09
Bug 618841: Bare word "bug" in release notes
A. Shimono
1
-3
/
+3
2011-01-09
Bug 622204: Bugzilla::Migrate crashes trying to create bugs with resolutions
1
-1
/
+1
2011-01-07
Bug 558803: Add a parameter to specify the password complexity for new passwords
rojanu
4
-1
/
+52
2011-01-07
Bug 255524: The duplicates table inherits no CSS classes when viewed in simpl...
Frédéric Buclin
1
-0
/
+4
[prev]
[next]