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
2013-09-30
Bug 864625 - Setting a non-privileged user as a requestee on a secure bug whi...
Dave Lawrence
1
-6
/
+14
2013-09-28
Bug 891311: Text in the "My Requests" page is misleading about how the AND/OR...
Frédéric Buclin
2
-34
/
+36
2013-09-28
Bug 798927: An error should be thrown when passing an illegal pronoun
Imran Chaudhry
2
-1
/
+9
2013-09-28
Bug 340160: Speed up LogActivityEntry()
Frédéric Buclin
2
-14
/
+10
2013-09-28
Bug 851267: Bugzilla times out when a user has several thousands of votes
Frédéric Buclin
3
-96
/
+93
2013-09-26
Bug 917483 - Bug.update_attachment causes error when updating filename using ...
Dave Lawrence
1
-6
/
+19
2013-09-26
Bug 784072 (2nd part): Exclude extensions from POD coverage checks
Frédéric Buclin
1
-0
/
+2
2013-09-26
fix bustage due to bug 891236: it doesn't pass t/002goodperl.t
Frédéric Buclin
1
-1
/
+3
2013-09-26
Bug 920787: The "Flags:" label in bug reports is badly aligned
Frédéric Buclin
2
-8
/
+2
2013-09-26
Bug 917669 - invalid or expired authentication tokens and cookies should thro...
Dave Lawrence
5
-14
/
+41
2013-09-26
Bug 893589 - 004template.t fails when templates in extension directory
Simon Green
3
-14
/
+26
2013-09-26
Bug 769134 - Bugzilla unintentionally removes groups when changing products w...
Simon Green
2
-13
/
+62
2013-09-26
Bug 714523 - editversions.cgi should use ->set_all
Sunil Joshi
2
-7
/
+9
2013-09-26
Bug 621216 - Don't call GetQuip() if the user doesn't want quips
Sunil Joshi
1
-1
/
+4
2013-09-25
Bug 455301: Don't show password box on userprefs.cgi if your auth method didn...
Dirk Steinmetz
1
-15
/
+19
2013-09-24
Temporary fix for bug 916882: whitelist product and component when used with ...
Frédéric Buclin
1
-1
/
+4
2013-09-23
Bug 919475: [Oracle] Crash when non-mandatory free text custom fields are lef...
Jiří Netolický
1
-0
/
+4
2013-09-23
Bug 918647: "Use of uninitialized value" warnings when using quicksearch
Byron Jones
1
-1
/
+5
2013-09-20
Bug 918362 - The "order" parameter passed to Bug.search is ignored
Dave Lawrence
1
-4
/
+4
2013-09-19
Bug 897510 - Create and Modify User Screen must also contain password rules a...
Sunil Joshi
1
-1
/
+8
2013-09-19
Bug 373820 - View User Account Log should include real name
Sunil Joshi
1
-1
/
+1
2013-09-19
Bug 368541 - Make it obvious that the bug alias is not part of the bug summary
Sunil Joshi
1
-2
/
+2
2013-09-19
Bug 365501 - admin/products/groupcontrol/updated uses p as br
Sunil Joshi
1
-7
/
+19
2013-09-19
Bug 332034 - Add New Attachment as an option for attachment.cgi when we are n...
Sunil Joshi
1
-2
/
+8
2013-09-18
Bug 578434 - Bug group checkboxes lay out poorly beside attachment field
Dave Lawrence
4
-78
/
+64
2013-09-18
Bug 578434 - Bug group checkboxes lay out poorly beside attachment field
Dave Lawrence
4
-64
/
+78
2013-09-18
Bug 916979 - Bug.search ignores the "limit" parameter
Dave Lawrence
2
-10
/
+6
2013-09-18
fix typo in comment
Byron Jones
1
-1
/
+1
2013-09-18
Bug 877545: quicksearch shouldn't treat apostrophes as quote characters
Byron Jones
1
-6
/
+27
2013-09-17
Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which H...
Dave Lawrence
1
-0
/
+1
2013-09-16
Fix POD (bogus in bug 866927)
Frédéric Buclin
1
-3
/
+3
2013-09-16
Bug 785565: Search by change history between two dates doesn't give expected ...
Frédéric Buclin
1
-35
/
+14
2013-09-13
Bug 914986 - Create Bug.update_attachment to update attachments via RPC/REST
Simon Green
3
-4
/
+242
2013-09-12
Bug 911509: SOAP::Lite 1.0 no longer includes XMLRPC::Lite
Frédéric Buclin
1
-0
/
+10
2013-09-10
Bug 914262: KHTML-based browsers such as Konqueror do not support the Server-...
Frédéric Buclin
1
-1
/
+1
2013-09-09
Bug 914196 - Documentation for User.login should state cookies not used for J...
Dave Lawrence
1
-1
/
+3
2013-09-05
Bug 801284: whine.pl should use DEFAULT_COLUMN_LIST as the default column lis...
Edmund Wong
1
-10
/
+2
2013-09-04
Bug 909720 - Remove unused code in Bugzilla::Search
Simon Green
1
-5
/
+0
2013-09-04
Bug 875217 - SecurityError in Javascript on buglist.cgi
Simon Green
1
-6
/
+6
2013-09-04
Bug 606509 - Text badly aligned for "deadline" and "bug numbered" in the sear...
Sunil Joshi
2
-5
/
+11
2013-09-04
Bug 331529 - editusers list should let me search for disabled users
Sunil Joshi
2
-7
/
+12
2013-09-03
Bug 901589: The 'isempty' operator does not work for custom multiselect fields
Pami Ketolainen
1
-0
/
+9
2013-09-03
Bug 911512: Bugzilla::DB::Oracle lacks POD coverage
Damien Nozay
1
-0
/
+66
2013-09-03
Bug 911513: 007util.t fails due to a missing dependency to DateTime
Damien Nozay
1
-0
/
+1
2013-09-03
Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps ar...
Mateusz Kuśmierczyk
1
-1
/
+1
2013-09-02
Fix bustage on Oracle due to bug 898830
Frédéric Buclin
1
-2
/
+2
2013-08-30
Bug 388653 - Stars in chart.html.tmpl could be thought as typos
Sunil Joshi
1
-1
/
+1
2013-08-30
Bug 547311 - Remove the "align" attribute from <th>
Christopher Trom
14
-21
/
+24
2013-08-30
Bug 903895 - Allow more than 32k components
Simon Green
2
-7
/
+27
2013-08-27
Bug 893195 - Allow token based authentication for webservices
Dave Lawrence
9
-47
/
+178
[prev]
[next]